#Getting error with AppImage on NixOS (Linux)

1 messages · Page 1 of 1 (latest)

sacred roost
#

Hello. I am running NixOS (Linux) and I am getting an error with the AppImage. I believe the AppImage format is supposed to fix this problem by bundling all the dependencies in an OS-independent way so it can be run anywhere.

This is my fix:

export LD_LIBRARY_PATH="/nix/store/0sf9hhwd7ny2yfbrwx506bggd33bma2r-openal-soft-1.22.2/lib"
appimage-run Beyond-All-Reason-1.2124.0.AppImage

Should I create a (github?) ticket for this?

remote lake
sacred roost
#

Well, I have a fix and I see another fix at the end of that thread but the problem indicates a missing library. Are you sure that openal is bundled inside the AppImage?

remote lake
#

I'm not sure, it's possible that system is expected to provide OpenAL

vapid sandal
#

Linking those dependencies in the engine was tried, but it ended up being a lot of complexity, so we are not there yet

#

For fully self contained install, there is flatpak package

#

That leverages the freedesktop runtime that have also all those in

sacred roost
#

I see. I installed openal in nixos but that didn't fix it. I had to add the LD_LIBRARY_PATH thing to make it work.

#

okay

vapid sandal
#

(or there might be something else at play that I'm just not familiar with)

sacred roost
vapid sandal