-
Notifications
You must be signed in to change notification settings - Fork 44
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
TokenTool crashes on startup on Ubuntu 21.10 #277
Comments
|
For some reason the included Cards overlays give some image libraries fits. You can delete them if you don't want them or you can load them into an editor and then re-save them which may help. |
Just an FYI, the same issue is happening for me in Fedora 35 via the RPM Package. Removing the cards helped. |
FYI, the same issue is happening for me in Ubuntu 22.04. Removing the cards helped. Converting (using convert) the cards did not help. |
Same problem Ubuntu 23.04, removed the Cards, works fine. Is this on the FAQ, or is it worth removing the Cards from the distributed version with a note? |
so for those wondering here is the solution. require imagemagick installed mogrify -auto-orient -format png *.jpg then rm *.jpg |
Describe the bug
A clear and concise description of what the bug is.
I just installed 2.2.1 on Pop OS 21.10 (an Ubuntu derivative) from the .deb file. Previously (on 21.04 with TokenTool 2.1.x) everything worked perfectly. I can find TokenTool in my list of applications and when I start it I get the "caching overlays" screen and a loading bar, before the application crashes with no error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Token Tool starts up correctly.
Screenshots
If applicable, add screenshots to help explain your problem.
TokenTool Info
sudo apt remove --purge tokentool
.Desktop (please complete the following information):
More Detailed Desktop Info
Java Info
Additional context
Add any other context about the problem here.
You can also attach files (drag and drop here or paste from clipboard) such as log files or screenshots. For large files, paste a file sharing link.
The text was updated successfully, but these errors were encountered: