-
Notifications
You must be signed in to change notification settings - Fork 179
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
lib/libXt.so.6 file too short error #3110
Comments
I had exactly the same issue (on Debian 12). Anyway I fixed this and started RoR, after doing few file replaces.
Hope it helps. This should be fixed by devs in that bad zip, maybe just use 7z. |
This should be reopened, issue is still present. |
What about a tar archive (.tar.xz)? |
.tar.xz should be fine too |
There is nothing we can do about that, the zip is generated by the itch.io website |
Okay if format zip has to stay, then could you rename these files like in my comment? So users don't have to do it manually, if they know what to do even. |
I am not sure of how those zips are generated, but (correct me if i'm wrong) to get them on itch.io, you take a build artifact, you decompress it and then you put it on itch.io that then recompresses it right? |
BTW, apparently 7z is bad too, info here: |
You could e.g. at least make a .sh script that users need to run after downloading to get it fixed. |
Steps to reproduce
./RunRoR
Expected behavior
Start Rigs of Rods.
Actual behavior
It crashes with this error:
./RoR: error while loading shared libraries: ./lib/libXt.so.6: file too short
System configuration
OS: Garuda Linux (Arch derivate)
Additional information
libXt.so.6 seems to be just 14 bytes long.
I tried to re-download RoR, but nothing changed.
The text was updated successfully, but these errors were encountered: