samsface / godot-discord-game-sdk

43 stars 4 forks source link

This #15

Open indeedbadundertaleplayer opened 2 years ago

indeedbadundertaleplayer commented 2 years ago

image just why

samsface commented 2 years ago

@indeedbadundertaleplayer Consider looking at the open issues before creating a new one.

This is likely the same issue these guys have (that has a workaround in comments): https://github.com/samsface/godot-discord-game-sdk/issues/14 https://github.com/samsface/godot-discord-game-sdk/issues/10

indeedbadundertaleplayer commented 2 years ago

i mean i did take a look, #14 is what i don't have same for #10

m1daz commented 2 years ago

I get the same issue on macos (while developing) Idk if it is macos only issue.

m1daz commented 2 years ago

I get the same issue on macos (while developing) Idk if it is macos only issue.

I even got to the point where I have the normal "discord_game_sdk" and "libdiscord_game_sdk" in the same directory incase of naming issues or whatnot... It doesn't seem to be that, something wrong with Godot loading the library on macos atleast, need to do testing on windows tmr.

Afaik though, you removed support for MacOS in most recent versions due to the weird permission requirements or what-not on macos, which sort of means this isn't that big of a problem, although it would be cool to have it atleast when coding/trying to make the game to see if it works, so like maybe if there was an alternative to manually loading the dylib or something. (I also tried launching via rosetta for x64 simulation, etc)

samsface commented 2 years ago

MacOS isn't supported as the readme states: https://github.com/samsface/godot-discord-game-sdk/blame/master/addons/discord_game_sdk/readme.md#L3

I don't own a Mac so it's not something I can fix. Happy if someone can open a PR to make this better in anyway.