98teg / NativeDialogs

Native Dialogs is a plugin for Godot that allows you to interact with OS-specific dialogs, such as notifications, messages and file dialogs.
MIT License
156 stars 8 forks source link

Needs support for Godot 4.1 #23

Closed cybergeek1943 closed 1 year ago

cybergeek1943 commented 1 year ago

With the release of 4.1, it seems that enough has changed to the point that many of the extensions need to be ported over.

Errors

Catastrphic commented 1 year ago

I have the same issue, i've added the correct flags however it just crashes the project and doesn't let me open it again unless i change it back

this loads

[configuration]

entry_symbol = "native_dialogs_init"

this loads

[configuration]

entry_symbol = "native_dialogs_init"
compatibility_minimum = 4.1.3

but this doesn't, they're all the same file but with 4.1 instead of 4.1(anything after) or even no flag at all.

[configuration]

entry_symbol = "native_dialogs_init"
compatibility_minimum = 4.1

i copied this https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/gdextension_cpp_example.html#using-the-gdextension-module so maybe this could narrow it down?

InsaneCake commented 1 year ago

Any updates for pending PR?