You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
TerekhinAndrei
changed the title
DllNotFoundException: Unable to load DLL 'StandaloneFileBrowser'
DllNotFoundException: Unable to load DLL 'StandaloneFileBrowser', MacBook Air, M1, Sonoma 14
May 7, 2024
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.
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
The text was updated successfully, but these errors were encountered: