JoshuaMKW / pyisotools

python library for working with Gamecube ISOs (GCM)
GNU General Public License v3.0
18 stars 9 forks source link

Linux Appimage GUI crashes upon choosing Open ISO/Root #1

Open NerduMiner opened 3 years ago

NerduMiner commented 3 years ago

I was recommended by a friend to use this tool in order to solve an issue with GCR on Wine creating a completely different iso compared to one on Windows when the patched files and source iso are identical on both platforms. On the appimage, when I choose to either open an ISO or a root folder, the tool crashes promptly afterward. Starting the tool from the terminal and reproducing the steps throws this error: image I believe this is an issue with gtk not properly loading modules. I have confirmed the issue to happen on both Manjaro Linux and Endeavour OS(Essentially Arch but installed through Calamares and with a few extra packages to facilitate kernel management, etc.). I can also confirm that I am up to date with the latest possible packages on both OS's.

JoshuaMKW commented 3 years ago

Try following the solutions in this link and see if they work for you: https://bbs.archlinux.org/viewtopic.php?id=223801 Also this: https://www.reddit.com/r/voidlinux/comments/ayc03i/pixbuf_error_cant_open_gtk_applications_anymore/

NerduMiner commented 3 years ago

Sadly those options don't work, I have tried all solutions listed in those links. However, the python edition works just fine so I will use that for now. I don't know if anyone else has this issue on Linux so I won't close the issue with this comment, maybe later when it's confirmed to be just a problem for me.