ivan-hc / GIMP-appimage

GNU Image Manipulation Program Stable & Developer Edition.
54 stars 3 forks source link

Latest GIT Release 2.99.19.r1124-cb796c57d6 broke, after starting. #29

Closed dCo3lh0 closed 3 months ago

dCo3lh0 commented 3 months ago

after loading the AppImage, it reaches that welcome screen with file selection just after, on that screen it crashes. So, it starts, but crashes just after launching the main window.

ivan-hc commented 3 months ago

This may happen because there are already old configuration files.

Create a .home directory near the Appimage using the command

./*AppImage --appimage-portable-home

if you use "AM", use the command

am -H gimp-git

same for AppMan

appman -H gimp-git

and then launch the app again.

I've just installed and tested it and I can't reproduce the issue.

dCo3lh0 commented 3 months ago

yeah maybe its some misconfiguration in some file that's causing this in default folders, i've used this --appimage-portable-home option and it created the directory in same folder and it started completely fine now.

ivan-hc commented 3 months ago

gimp-git is still a development release, so new configurations may always be broken due to the old ones, and this made the app crashing.

If you face the same problem, please re-open this issue.