Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
TerekhinAndrei opened this issue May 7, 2024 · 3 comments · May be fixed by #144
Open

Comments

@TerekhinAndrei
Copy link

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

@TerekhinAndrei TerekhinAndrei changed the title DllNotFoundException: Unable to load DLL 'StandaloneFileBrowser' DllNotFoundException: Unable to load DLL 'StandaloneFileBrowser', MacBook Air, M1, Sonoma 14 May 7, 2024
@pantsofpeace
Copy link

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.

@hungnt54
Copy link

I just fixed my problem with this
#138 (comment)

@AQaddora AQaddora linked a pull request Sep 9, 2024 that will close this issue
@IvanMurzak
Copy link

The same problem on MacOS M1/M2.
Looks like the StandaloneFileBrowser.dll is compiled only for x64 architecture.
@gkngkc Could you please compile it for others CPU architecture? Especially Apple Silicon is really needed.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants