SUMMARY When I play an animation, everything works fine, but if I click let's say on the canvas or on the outer space of canvas Krita crashes. To avoid this, I always need to click on the pause button. STEPS TO REPRODUCE 1. Play an animation 2. Click with your mouse on the canvas or the outer space of the canvas OBSERVED RESULT If I click anywhere than the pause button while the animation is playing the whole program crashes EXPECTED RESULT The animation should stop as soon as I click anywhere on the screen/canvas SOFTWARE/OS VERSIONS Windows: Windows 10 ADDITIONAL INFORMATION: I use Krita 4.4.2 (git b852e1a) and here's video evidence of the whole situation https://www.youtube.com/watch?v=FSO6AFQuP9c&feature=youtu.be The crash happens 100% of the time
Hi Nicol, I'm afraid I cannot reproduce the crash on my windows laptop with Krita 4.2.2. Could you try to create a crash lot (see https://docs.krita.org/en/reference_manual/dr_minw_debugger.html#dr-minw) and attach it to this bug report. It would be best if you were to use the latest nightly builds to do this (https://binary-factory.kde.org/job/Krita_Nightly_Windows_Build/ -- get both zip files, unpack the krita one, then copy the contents of the dbg one into the unpackage krita folder.)
(In reply to Boudewijn Rempt from comment #1) > Hi Nicol, > > I'm afraid I cannot reproduce the crash on my windows laptop with Krita > 4.2.2. Could you try to create a crash lot (see > https://docs.krita.org/en/reference_manual/dr_minw_debugger.html#dr-minw) > and attach it to this bug report. It would be best if you were to use the > latest nightly builds to do this > (https://binary-factory.kde.org/job/Krita_Nightly_Windows_Build/ -- get both > zip files, unpack the krita one, then copy the contents of the dbg one into > the unpackage krita folder.) Hi, I don't know what to do next, I followed the steps but in the krita folder there's only a shortcut not an install as I thought https://i.ibb.co/253psZY/New-Canvas.png Zástupce - shortcut
Make sure Krita isn't already running and then just double-click on that shortcut. Krita can run from this folder without being installed.
(In reply to Boudewijn Rempt from comment #3) > Make sure Krita isn't already running and then just double-click on that > shortcut. Krita can run from this folder without being installed. oh wow what?? Krita is running perfectly fine it's not crashing anymore when I draw on the canvas while it's playing what did you do if I may ask??? I was downloading almost every new nightly build but it was always crashing
I think it was fixed in Git commit 60895f2e1949158fdf632ae5bfd63a4bc24db45d by Dmitry Kazakov. Committed on 25/06/2019 at 16:10. Pushed by dkazakov into branch 'master'. Fix hangup when trying to paint while playing **empty** image M +8 -6 libs/ui/canvas/kis_animation_player.cpp https://invent.kde.org/kde/krita/commit/60895f2e1949158fdf632ae5bfd63a4bc24db45d *** This bug has been marked as a duplicate of bug 408749 ***
(In reply to Boudewijn Rempt from comment #5) > I think it was fixed in > > Git commit 60895f2e1949158fdf632ae5bfd63a4bc24db45d by Dmitry Kazakov. > Committed on 25/06/2019 at 16:10. > Pushed by dkazakov into branch 'master'. > > Fix hangup when trying to paint while playing **empty** image > > M +8 -6 libs/ui/canvas/kis_animation_player.cpp > > https://invent.kde.org/kde/krita/commit/ > 60895f2e1949158fdf632ae5bfd63a4bc24db45d > > *** This bug has been marked as a duplicate of bug 408749 *** I'm so sorry for bothering you, thank you so much!
You're welcome :-)