Bug 372537 - Animation export fails when using .msi version
Summary: Animation export fails when using .msi version
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Animation (show other bugs)
Version: 3.1 Beta
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-16 13:56 UTC by guruguru.sp
Modified: 2016-12-12 10:50 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description guruguru.sp 2016-11-16 13:56:23 UTC
Using .msi installed version of Krita 3.1 Beta 4, animation export seems to fail.
The log says:

Reading option '-progress' ... matched as option 'progress' (write program-readable progress information) with argument ''.
Failed to set value '' for option 'progress': No such file or directory

Animation export works fine when running Krita as administrator. Also portable version can export animation without running as administrator.
Comment 1 guruguru.sp 2016-11-16 13:58:04 UTC
I assume, Krita tries to make a progress file in Krita/bin/ folder, but when it is installed in Program Files, Krita fails to write a file there without administrator right.
Comment 2 Halla Rempt 2016-11-17 10:54:00 UTC
Git commit 0a80b8e201d93e2294d7c9166c48e0b77fc59ff9 by Boudewijn Rempt.
Committed on 17/11/2016 at 10:52.
Pushed by rempt into branch 'krita/3.1'.

Refactor the filename requester and filedialog

The messing with relative paths to the default folder meant that
the user never could be sure which path we were going to save to.

Rendering to GIF still fails, though, but I need more brain to
figure out why.
Related: bug 372572

M  +2    -2    libs/ui/KisMainWindow.cpp
M  +9    -10   libs/widgets/kis_file_name_requester.cpp
M  +3    -5    libs/widgetutils/KoFileDialog.cpp
M  +1    -1    libs/widgetutils/KoFileDialog.h
M  +3    -1    plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp
M  +2    -2    plugins/impex/video/video_saver.cpp

http://commits.kde.org/krita/0a80b8e201d93e2294d7c9166c48e0b77fc59ff9
Comment 3 Halla Rempt 2016-11-17 10:55:59 UTC
Git commit 3d61331e8b73434d31a5346024355f459202e49e by Boudewijn Rempt.
Committed on 17/11/2016 at 10:54.
Pushed by rempt into branch 'rempt/impex-refactoring'.

Refactor the filename requester and filedialog

The messing with relative paths to the default folder meant that
the user never could be sure which path we were going to save to.

Rendering to GIF still fails, though, but I need more brain to
figure out why.
Related: bug 372572

M  +2    -2    libs/ui/KisMainWindow.cpp
M  +9    -10   libs/widgets/kis_file_name_requester.cpp
M  +3    -5    libs/widgetutils/KoFileDialog.cpp
M  +1    -1    libs/widgetutils/KoFileDialog.h
M  +3    -1    plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp
M  +2    -2    plugins/impex/video/video_saver.cpp

http://commits.kde.org/krita/3d61331e8b73434d31a5346024355f459202e49e
Comment 4 Scott Petrovic 2016-11-19 15:36:50 UTC
Git commit 5ea2b338f91875d216d7fbd1ec30b345c0bd5a5e by Scott Petrovic, on behalf of Boudewijn Rempt.
Committed on 19/11/2016 at 15:23.
Pushed by scottpetrovic into branch 'petrovic/impex-brush-editor-ui'.

Refactor the filename requester and filedialog

The messing with relative paths to the default folder meant that
the user never could be sure which path we were going to save to.

Rendering to GIF still fails, though, but I need more brain to
figure out why.
Related: bug 372572

M  +2    -2    libs/ui/KisMainWindow.cpp
M  +9    -10   libs/widgets/kis_file_name_requester.cpp
M  +3    -5    libs/widgetutils/KoFileDialog.cpp
M  +1    -1    libs/widgetutils/KoFileDialog.h
M  +3    -1    plugins/extensions/animationrenderer/DlgAnimationRenderer.cpp
M  +2    -2    plugins/impex/video/video_saver.cpp

http://commits.kde.org/krita/5ea2b338f91875d216d7fbd1ec30b345c0bd5a5e