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 ​
@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.
@maddy @kemona_halftau @niko the API is (mostly) compatible (the exception being bugs and glibc/musl-specific extensions that the other doesn't implement), the ABI is not