(kemona_halftau)
does anyone know what to do to get the 2020 oneshot itch.io linux appimage version to not crash on linux mint 22 or ubuntu 24.04? 
asking for a friend, the error is the exact same on their end
@kemona_halftau weeehhhh, I thought AppImage was supposed to prevent issues like this 
@thing @kemona_halftau I never use AppImage if I can help it, so yeah, something like that.
@maddy @kemona_halftau fun fact AppImage doesn’t work on musl linux because it expects glibc
@niko @kemona_halftau Yeah, a lot doesn’t seem to work with musl. I figured with both being C libraries that things would be cross-compatible, but I have learned over the last year that is very much not the case.
@kemona_halftau look on the itch.io, some of the tips there may work
@kemona_halftau also try lutris (locate installed game and point it to the appimage)
@kemona_halftau nevermind the itch comments. that was what worked for me in 2024 but that's a different crash here. I just tested it in Lutris on debian 13 (from lutris's own deb repo) and i don't have this issue
@kemona_halftau disabling sandboxing for appimage has helped me numerous times before, maybe worth a shot?
Also unrelated and unhelpful but this post reminded me of this:
https://fedi.lynnesbian.space/@lynnesbian/113862931791122254
@kemona_halftau @maddy AppImages are just like a fancy zip file, they can contain everything an app needs to run flawlessly, doesn’t mean they will
(kemona_halftau)
(see reply, help wanted)
#oneshotgame #appimage
(kemona_halftau)
tried to patch the appimage to not include anything related to gtk at all (not just libgobject) and now it just doesnt start at all
im assuming i need some gtk libraries then?
@kemona_halftau is there any way to delete libs?
@kemona_halftau there’s 4 that tend to crash it
(kemona_halftau)
@CinnamonCatYurilover yes, in the appimage itself, unpack the appimage and delete the .so files in squashfs-root/usr/lib (you need appimagetool to unpack and repack the appimage)
@kemona_halftau have you tried deleting the 4 the arch wiki mentions
(kemona_halftau)
@CinnamonCatYurilover can you send me the wiki page
(kemona_halftau)
uhh i think i accidentally uninstalled gtk2 
@kemona_halftau move away (don’t delete, you may need to readd some) all libraries except python native modules and ruby stuff
then continue troubleshooting using ldd and/or LD_DEBUG until the game runs
@kemona_halftau for each missing library reported either move it back in or install the system version if that fails
(kemona_halftau)
@aa i tried doing this, but there doesnt seem to be a way to make apt list packages which provide specific .so files unless theyre already installed
@kemona_halftau yes there is its called debian package search website
(kemona_halftau)
@aa oh 
i’ll look at that once i’m back at my pc
thanks!!
@kemona_halftau or just apt-cache search the name that almost always works