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?