| Summary: | After cropping an animation, Krita is unable to get me to other frames | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Agustín Torena <agustorena> |
| Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | bhupen.aole, dimula73, halla, nicholaslapointe8 |
| Priority: | NOR | ||
| Version First Reported In: | 2.9.9 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | http://commits.kde.org/krita/d52275c4d85731db242bab61a933bad5915cda7f | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Error screenshot when using menu Trim to selection. | ||
|
Description
Agustín Torena
2015-12-01 18:24:16 UTC
Same issue with Menu: Image->Trim to selection I'm able to produce a similar bug that crashes with the same assertion. After resizing the canvas, Krita crashes while attempting to play an animation that had already been played before the canvas was resized. I can reproduce this by following these steps: 1. Create new document (5000x5000px) 2. Add two frames 3. Go to frame 0 4. Play animation 5. Resize canvas to 500x500px 6. Go to frame 0 7. Play animation [Krita crashes with "ASSERT (krita): "m_textureTiles.size() > tile" in file krita/ui/opengl/kis_opengl_image_textures.h, line 116"] Can you check with today's 2.9.10? That should have fixed the issues with cropping. Menu: Image->Trim to selection still does not work with 2.9.10. Getting attached error. Created attachment 96016 [details]
Error screenshot when using menu Trim to selection.
I can still reproduce this by using the same steps on 314058c. Confirmed Git commit 9321dd9f950da3ef5ef79098de624cf7a5c59f84 by Dmitry Kazakov. Committed on 14/12/2015 at 20:30. Pushed by dkazakov into branch 'krita-animation-pentikainen'. Fix processing non-animated frames as well M +6 -2 krita/image/kis_layer_utils.cpp http://commits.kde.org/calligra/9321dd9f950da3ef5ef79098de624cf7a5c59f84 Git commit 48ba1a8d9cb3a0f5cc5e27b6aad3634dc8cc5f6c by Dmitry Kazakov. Committed on 14/12/2015 at 20:30. Pushed by dkazakov into branch 'krita-animation-pentikainen'. Invalidate frames cache synchronously with emitting global image signals Otherwise we get a crash if we try to upload a cached frame which was generated with a different size of the image M +7 -0 krita/image/kis_image_signal_router.cpp http://commits.kde.org/calligra/48ba1a8d9cb3a0f5cc5e27b6aad3634dc8cc5f6c Git commit 866fbf108ceff1145da2ccd8084802fb449a16f9 by Dmitry Kazakov. Committed on 14/12/2015 at 20:31. Pushed by dkazakov into branch 'master'. Fix processing non-animated frames as well M +6 -2 krita/image/kis_layer_utils.cpp http://commits.kde.org/krita/866fbf108ceff1145da2ccd8084802fb449a16f9 Git commit d52275c4d85731db242bab61a933bad5915cda7f by Dmitry Kazakov. Committed on 14/12/2015 at 20:32. Pushed by dkazakov into branch 'master'. Invalidate frames cache synchronously with emitting global image signals Otherwise we get a crash if we try to upload a cached frame which was generated with a different size of the image M +7 -0 krita/image/kis_image_signal_router.cpp http://commits.kde.org/krita/d52275c4d85731db242bab61a933bad5915cda7f |