Summary: | recorder docker works perfectly except for no auto-start (have box checked) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | fae <pinkskyatnight> |
Component: | Dockers/Recorder | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, rojasreinold |
Priority: | NOR | ||
Version: | nightly build (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/a7f98137d9ec042b6599444f55ce6c94fbb9c232 | Version Fixed In: | |
Sentry Crash Report: |
Description
fae
2024-03-04 12:47:53 UTC
I can replicate this issue so setting to confirmed A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2108 Git commit a7f98137d9ec042b6599444f55ce6c94fbb9c232 by Dmitry Kazakov, on behalf of Freya Lupen. Committed on 08/04/2024 at 11:51. Pushed by dkazakov into branch 'master'. Fix automatic timelapse recording Avoid calling setup() twice, so a check for that doesn't trigger a stop(). M +6 -5 plugins/dockers/recorder/recorderdocker_dock.cpp https://invent.kde.org/graphics/krita/-/commit/a7f98137d9ec042b6599444f55ce6c94fbb9c232 Really appreciate this issue being looked at ... have done separate bug report about segfault (485252) when try to run appimage containing the fix. Tbh wouldn't be able to test/feedback further (post-segfault), with seeing notes about a 2nd part of the recorder issue, where frames can get mixed up if doing more than one painting at a time? Have I understood correctly? Everyone's superbusy, but is this something that's intended to be looked at at some later point? PS no idea what am doing with the status thing below, lol, but did best guess. Hi, fae! The bug seems to be fixed now. If you have an issue with the frames mixed between two different images, please make a separate report with clear steps on how to reproduce it. I tried to reproduce the issue locally and it seems like Krita starts two separate recordings when two images are open, which looks like an expected behavior. Thanks Dmitry! |