samsface / godot-discord-game-sdk

42 stars 4 forks source link

open_dynamic_library: Can't open dynamic library: PathOfTheGame/addons/discord_game_sdk/discord-game-sdk-godot.dll, error: Error 126: The specified module could not be found. . #14

Open Busomud opened 2 years ago

Busomud commented 2 years ago

The File is visible in file explorer but not in godot

samsface commented 2 years ago

@Busomud Show me the full contents of the addons/discord_game_sdk folder as seen from windows file viewer.

ghost commented 2 years ago

@samsface my friend also has the same problem,we tried renaming files but it gave the same error reported here the files are here image image

samsface commented 2 years ago

@YakisikliBaran @Busomud

I believe the latest Discord SDK changed the names of some stuff from the time I created the plugin.

Try rename libdiscord_game_sdk.dll -> discord_game_sdk.dll

ghost commented 2 years ago

@YakisikliBaran @Busomud

I believe the latest Discord SDK changed the names of some stuff from the time I created the plugin.

Try rename libdiscord_game_sdk.dll -> discord_game_sdk.dll

That works tysm

samsface commented 2 years ago

@YakisikliBaran thanks for checking the fix man :pray: Leaving this ticket open until I have time to fix the project.

ghost commented 2 years ago

@YakisikliBaran thanks for checking the fix man pray Leaving this ticket open until I have time to fix the project.

Also i forgot to tell this,the same was happening on linux too.The same workaround works on the .so file aswell