Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-2.99.1-20200625-withplugins-x86_64.AppImage crash #54

Closed
stevelcb opened this issue Jun 27, 2020 · 6 comments
Closed

git-2.99.1-20200625-withplugins-x86_64.AppImage crash #54

stevelcb opened this issue Jun 27, 2020 · 6 comments

Comments

@stevelcb
Copy link

Hi everyone
Crash with new version.
To reproduce:
Open a .jpg and hit Colour -> Levels

Cheers

log: https://drive.google.com/file/d/16UFztgjf0MtVEjWjYICWGbyoPBynahIx/view?usp=sharing

@KenLidd
Copy link

KenLidd commented Jun 27, 2020 via email

@aferrero2707
Copy link
Owner

@stevelcb if you feel brave enough to do some hacking, here is what I propose to do in order to pin down the icon that seems to be missing:

./GIMP_AppImage-git-2.99.1-20200628-withplugins-x86_64.AppImage --appimage-extract
  • make sure the strace command is available in your system. If not, it can be installed with
sudo apt-get install strace
  • edit the squashfs-root/AppRun text file, and replace the line 93:
$DIR/usr/bin/gimp.wrapper --pdb-compat-mode=on "$@"

by

strace -e trace=open,read $DIR/usr/bin/gimp.bin --pdb-compat-mode=on "$@"
  • run the AppRun script and save the terminal output:
squashfs-root/AppRun >& /tmp/gimp-log.txt
  • reproduce the crash and send me the log...

Thanks!

@aferrero2707
Copy link
Owner

@stevelcb
Copy link
Author

stevelcb commented Jun 29, 2020 via email

@stevelcb
Copy link
Author

stevelcb commented Jun 29, 2020 via email

@aferrero2707
Copy link
Owner

@stevelcb I indeed plan to include the gnome icons into the bundle (see #56), just to avoid this kind of nasty issues that are hard to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants