-
Notifications
You must be signed in to change notification settings - Fork 46
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
The launcher simply does not run. #264
Comments
On further inspection it appears the program depends upon an outdated version of libspdlog, the latest version being 1.12 when this demands 1.11. Is there a way this could be fixed to allow the program to run? |
Same problem on my Arch machine. The author should recompile and reupload the package. In the meanwhile you can build it from source, it's not hard and works pretty well. I tried things like linking the new library to the old name or downloading the old library, but that leads you to quite the rabbit hole, as spdlog is dependend also on an old version of fmt, but fmt is used by a series of other programs. |
Unfortunately I probably am just going to have to build it from scratch with the source code, still a pain in the ass though. |
I just had this issue as well, building from source does fix it though. |
I just experienced this issue as well. Still not fixed? |
Should be fixed now by, please comment or open a new issue if it still persists |
Hello i'm having this same issue on 6.12.4-1-MANJARO (64-bit) |
I installed the package (commit 383) using the tar.zst and quite frankly it simply does not launch. It doesn't even throw me an error message. When I manually went over to the directory it was actually installed to to run it directly through the terminal it spat out this error:
./arma3-unix-launcher: error while loading shared libraries: libspdlog.so.1.11: cannot open shared object file: No such file or directory
Am I missing some sort of dependency or is this just broken?
The text was updated successfully, but these errors were encountered: