Closed Technochips closed 1 week ago
that's annoying. the whole point of NFD is to be cross platform. i guess ill switch to the non extended variant.
Welp, I found the actual source of the issue. I had successfully ported the game to use the other NuGet package, but then I fixed the current build by just manually compiling nativefiledialog-extended on my system instead of using the provided libnfd.so file. So that file's the problem.
I'll fix it on the AUR package by manually building the library, that tends to always be better than using pre-compiled blobs.
Describe the bug Assuming we've copied over the libnfd.so file, upon trying to import or export a character, the game crashes:
Desktop (please complete the following information):
Additional context This is an issue with the
NativeFileDialogExtendedSharp
NuGet package, could be fixed by switching toNativeFileDialogSharp
, see this: https://github.com/milleniumbug/NativeFileDialogSharp/issues/3