Open RHeynsZa opened 3 years ago
@RHeynsZa what OS?
Linux, Ubuntu 20
Is there a specific version of dotnet we should try running this against? I would love to use this but we haven't seemed to find any support, and it's apparently broken on both Windows and Linux in some cases.
This is happening because the latest release of the app is missing the Linux Discord Game SDK library, get it from here, and unzip the discord_game_sdk.so
file in your main app directory.
This is happening because the latest release of the app is missing the Linux Discord Game SDK library, get it from here, and unzip the
discord_game_sdk.so
file in your main app directory.
@LiquidPL the file seems to be present though https://github.com/cswendrowski/FoundryVTT-Discord-Rich-Presence/tree/master/LocalApi/DiscordSdk
The advice I read somewhere else was that *.so
files need to start with lib
on linux systems. So trying to rename discord_game_sdk.so
to libdiscord_game_sdk.so
could help.
This still isnt resolved
https://github.com/cswendrowski/FoundryVTT-Discord-Rich-Presence/issues/23