gkngkc / UnityStandaloneFileBrowser

A native file browser for unity standalone platforms
MIT License
2.01k stars 317 forks source link

DllNotFoundException: Unable to load DLL 'StandaloneFileBrowser', MacBook Air, M1, Sonoma 14 #140

Open TerekhinAndrei opened 1 month ago

TerekhinAndrei commented 1 month ago

MacBook Air, M1, Sonoma 14

DllNotFoundException: Unable to load DLL 'StandaloneFileBrowser'. Tried the load the following dynamic libraries: Unable to load dynamic library 'StandaloneFileBrowser' because of 'Failed to open the requested dynamic library (0x06000000) dlerror() = dlopen(StandaloneFileBrowser, 0x0005): tried: '/Users/username/Library/Developer/Xcode/DerivedData/XCode-cxvyqunnacmacaehpfacmluyjyqa/Build/Products/Release/StandaloneFileBrowser' (no such file), '/usr/lib/system/introspection/StandaloneFileBrowser' (no such file, not in dyld cache), 'StandaloneFileBrowser' (no such file), '/System/Volumes/Preboot/Cryptexes/OSStandaloneFileBrowser' (no such file), '/Users/username/Library/Developer/Xcode/DerivedData/XCode-cxvyqunnacmacaehpfacmluyjyqa/Build/Products/Release/StandaloneFileBrowser.app/Contents/MacOS/Frameworks/StandaloneFileBrowser' (no such file), '/usr/lib/StandaloneFileBrowser' (no such file, not in dyld cache), 'StandaloneFileBrowser' (no such file) at SFB.StandaloneFileBrowserMac.OpenFilePanel (System.String title, System.String directory, SFB.ExtensionFilter[] extensions, System.Boolean multiselect) [0x0000b] in /Users/username/Developer/StandaloneFileBrowser/UnityStandaloneFileBrowser/Assets/StandaloneFileBrowser/StandaloneFileBrowserMac.cs:44 at SFB.StandaloneFileBrowser.OpenFilePanel (System.String title, System.String directory, SFB.ExtensionFilter[] extensions, System.Boolean multiselect) [0x0000a] in /Users/username/Developer/StandaloneFileBrowser/UnityStandaloneFileBrowser/Assets/StandaloneFileBrowser/StandaloneFileBrowser.cs:51 at SFB.StandaloneFileBrowser.OpenFilePanel (System.String title, System.String directory, System.String extension, System.Boolean multiselect) [0x00032] in /Users/username/Developer/StandaloneFileBrowser/UnityStandaloneFileBrowser/Assets/StandaloneFileBrowser/StandaloneFileBrowser.cs:39 at BasicSample.OnGUI () [0x0008c] in /Users/username/Developer/StandaloneFileBrowser/UnityStandaloneFileBrowser/Assets/StandaloneFileBrowser/Sample/BasicSample.cs:20

pantsofpeace commented 1 month ago

I'm getting the same issue except when using a Linux build in Ubuntu 24.04. I tested it days before in an older version of Ubuntu without issue.