Linux version requires Discord now? #6233
-
If I download If I do this with
Is this I see that it's provided by the I can probably assume |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks @glebm. I didn't file a bug myself because I wasn't sure if it really qualified as one. I see you pushed a fix with #6235 as well. Until this makes it into a release, the workaround described in my original post
can be implemented as follows (where the current working directory is wherever the contents of ar -p devilutionx.deb data.tar.gz | tar -xz ./usr/lib/discord_game_sdk.so
echo 'LD_LIBRARY_PATH="$(dirname "$0")/usr/lib":$LD_LIBRARY_PATH "$(dirname "$0")/devilutionx"' > run.sh
chmod u+x run.sh |
Beta Was this translation helpful? Give feedback.
-
I'm running into this with 1.5.0 on Fedora 38 right now. I particularly dislike Discord and can't believe it would be a hindrance in this manner; I don't understand how it could even be decided to make that a dependency; Discord has nothing to do with Diablo and surely isn't providing QoL for it. I want to request a launch flag or something to disable the .so altogether. The AppImage works fine no problem but I thought this time I'd try the plain tar.xz package. I ran into enough fun getting |
Beta Was this translation helpful? Give feedback.
-
Regarding the workaround for 1.5.0 that I posted earlier:
I really should have included a echo 'LD_LIBRARY_PATH="$(dirname "$0")/usr/lib":$LD_LIBRARY_PATH "$(dirname "$0")/devilutionx" "$@"' > run.sh (Edit: added quotes to make it Otherwise, the script doesn't pass command-line arguments to the binary executable. The |
Beta Was this translation helpful? Give feedback.
devilutionx-linux-x86_64.tar.xz
missing thediscord_game_sdk.so
sounds like a bug