SUMMARY When you try to render an image sequence on Android in Krita 5, it leads to an error: Failed to render animation frames! Output files are incomplete STEPS TO REPRODUCE 1. Make a simple animation, 2 frames even 2. Render animation and select image sequence and output folder OBSERVED RESULT Fails to render EXPECTED RESULT rendering the frames SOFTWARE/OS VERSIONS Android 8.1 - Samsung Galaxy A10 2016 ADDITIONAL INFORMATION Regular export as to same folder works, so it isn't an issue saving the content or a permissions issue. I also tried it on my ChromeOS Android device, and it does work properly there. Another user has reported same issue with their Samsung S7 tablet.
Git commit 6c2345f67b0024b31439dd5033c2c3059bf13daa by Sharaf Zaman. Committed on 20/01/2022 at 11:37. Pushed by szaman into branch 'master'. Bugfix: Directory to render animation doesn't exit. with .arg().arg() based replace, if the path contains %1 (which is often true on Android). The original Uri is replaced rather than the other intended argument M +1 -3 libs/ui/animation/KisAnimationRender.cpp M +2 -2 plugins/dockers/compositiondocker/compositiondocker_dock.cpp https://invent.kde.org/graphics/krita/commit/6c2345f67b0024b31439dd5033c2c3059bf13daa
Git commit 544a2c74b3b161f5f2a6528bc76f90e25db97440 by Sharaf Zaman. Committed on 01/03/2022 at 08:31. Pushed by szaman into branch 'krita/5.0'. Bugfix: Directory to render animation doesn't exit. with .arg().arg() based replace, if the path contains %1 (which is often true on Android). The original Uri is replaced rather than the other intended argument (cherry picked from commit 6c2345f67b0024b31439dd5033c2c3059bf13daa) M +1 -3 libs/ui/animation/KisAnimationRender.cpp M +2 -2 plugins/dockers/compositiondocker/compositiondocker_dock.cpp https://invent.kde.org/graphics/krita/commit/544a2c74b3b161f5f2a6528bc76f90e25db97440