andsfonseca / dota2-rpc-client

Allows you to observe the status of your DotA 2 (Defense of the Ancients 2) match within the Discord, through the Rich Presence service. 🎮
https://andsfonseca.github.io/dota2-rpc-client/
MIT License
41 stars 8 forks source link

[Bug]: libdiscord_game_sdk.so #47

Closed MarquesGama1401 closed 1 year ago

MarquesGama1401 commented 1 year ago

Are you on the latest version?

Is there a fix in progress related to your proposal?

Describe the bug

when I run the command ./dota2-rpc-client -i or ./dota2-rpc-client , this appears: ./dota2-rpc-client: error while loading shared libraries: libdiscord_game_sdk.so: cannot open shared object file: No such file or directory

Expected Behavior

I know it's in experimental state but it should work normally

Dota 2 Patch

the error is not in dota

Steps To Reproduce

on linux, try running the command ./dota2-rpc-client -i or ./dota2-rpc-client

Anything else?

I don't know if it's just me that has this bug

MarquesGama1401 commented 1 year ago

I already fixed the bugI already fixed the bug , i just downloaded Discord game Sdk v3.2.1 , extract , rename the discord_game_sdk.so file to libdiscord_game_sdk.so and copy it to the /lib/ folder , it worked for me

andsfonseca commented 1 year ago

Hello @MarquesGama1401, sorry for the delay.

I'm updating the Discord SDK version, I'll make it available from the next version. Thanks for the tip

andsfonseca commented 1 year ago

I would also like to invite you to test the next version when I upload it.