You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this application installed, it provided 3 binaries, Dredmor, Dredmor-x86, and Dredmor-amd64. When attempting to launch the game, it appears to be executing Dredmor-x86, which needs additional LD_LIBRARY_PATH set to include the x86 directory so that it may find libsteam_api.so.
Moving the Dredmor-x86 binary aside and symlinking to the Dredmor-amd64 binary (Dredmor-x86 -> Dredmor-amd64), the game appears to execute without issue.
The Dredmor binary isn't a binary, it's a(n executable) script. This script should decide, based on your system specs, whether to launch the -x86 or -amd64. However, because the Steamworks SDK is currently 32-bit only, Dredmor will always launch the 32-bit client when launched from Steam:
# We only have Steamworks SDK for x86 at the moment, so if we were launched
# from the Steam Client, force 32-bit for now. We'll remove this when there's
# a 64-bit SDK available
You can do cd ~/.local/share/Steam/SteamApps/common/Dungeons\ of\ Dredmor; ./Dredmor to launch the native version.
Yes, I was aware. I tried running it manually, but it never ran from the Steam client. After making this change, and undoing it just now, it seems to be working from the Steam client. That's odd because I basically removed the symlink and moved the Dredmor-x86 file back to its original name.
I think it's safe to close this as it works as expected (either OBE or via updates).
After this application installed, it provided 3 binaries, Dredmor, Dredmor-x86, and Dredmor-amd64. When attempting to launch the game, it appears to be executing Dredmor-x86, which needs additional LD_LIBRARY_PATH set to include the x86 directory so that it may find libsteam_api.so.
Moving the Dredmor-x86 binary aside and symlinking to the Dredmor-amd64 binary (Dredmor-x86 -> Dredmor-amd64), the game appears to execute without issue.
Note my system information: https://gist.github.com/4390290
The text was updated successfully, but these errors were encountered: