-
Notifications
You must be signed in to change notification settings - Fork 9
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
appimage error #14
Comments
Hi @katakombi, I'm sorry for the late reply! They should work on all distros, but AppImage its no magic wand, we actually need to test the app on as many distros as possible :) In this case, this AppImage was only tested on 32bit distros, so if you're trying a 64bit distro (understandable in 2019...), it may be missing some libraries, in this case at least I'm not sure I'll be able to work on it soon, so if you want to give it a try, I'm pretty sure it could be fixed by unpacking the AppImage and grabbing a more or less old version of the |
Ah great, thanks for your reply, @RazZziel ! I even suspected no answer at all as I saw the project seems inactive for the last few years or so. Yes, I am using 64bit, but I have a 32bit installation and I'm going to try ASAP. I am working on a loosely related project: https://github.com/dolmades/dolmades-cli Update: I tested on 32 bit and made some other game work. Doom has some other issue with locale it seems.... I will test a few more games soon |
Hey @RazZziel nice to hear from you after all those years. I know that I was a big proponent of making 32-bit AppImages back when many users were still running 32-bit systems, but as the years have passed most users have 64-bit capable machines those days, which is why we are focusing on native 64-bit AppImages these days. Even though you still can make (optionally) 32-bit ones. For https://appimage.github.io/ we mandate 64-bit AppImages that run on the oldest still-supported Ubuntu LTS. Would be nice to see some more games there @RazZziel ;-) |
Sorry about that! Life's been busy, and my time management skills lacking 😛
Man that's sweet, that's actually more or less how this whole thing started. I just wanted to play StarCraft at University, where we didn't have permissions to install wine, and wanted something I could distribute easily among friends, and so I created the StarCraft Appimage. After that I created some other Wine-based AppImage, like League of Legends (stopped working after some update broke Wine support), OnLive (long dead service), and probably some other stuff I've already forgotten.
Shouldn't be needed, with some basic 32bit libraries it should work fine on a 64bit machine (for instance,
I haven't tried udocker myself, although using docker sounds like a bit of overhead. Regarding reliability I don't think it can get much more stable than an AppImage because it's really simple, it's just an ISO file (although I think they use squashfs now) with a binary that mounts and runs it. The only external dependency is (or was)
Yep, that's exactly what
I know, I know! The only reason these packages are 32bit is they haven't been updated since I migrated to 64bit years back 😛 nowadays I'd much rather deliver 64bit AppImages just to avoid having problems with
Cool place, didn't know about it, I've been out of the loop for two long! The only thing I've been trying to package recently has been GammaRay, following the route of trying to PR AppImage support into the project's |
Hi there,
exciting project! However, none of the appimages seem to work on my system (Linux Mint 19.1)
I get this error:
Do these appimages just work under certain distros (or arch as suggested by the name)?
thanks & greetings
The text was updated successfully, but these errors were encountered: