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

Not work on Mac OS. dlopen error. #133

Closed
indieyourself opened this issue Nov 21, 2019 · 2 comments
Closed

Not work on Mac OS. dlopen error. #133

indieyourself opened this issue Nov 21, 2019 · 2 comments

Comments

@indieyourself
Copy link

error loading assets/emulator/libretro/cores/mgba_libretro.so, err 100

@giongto35
Copy link
Owner

giongto35 commented Nov 21, 2019

Ah I m aware of this issue but haven't fixed it properly. The core library to use for mac os should not be mgba_libretro.so but it is mgba_libretro.dylib.
http://buildbot.libretro.com/nightly/apple/osx/x86_64/latest/
Need to copy mgba_libretro.dylib to the cores folder + replace all mgba_libretro.so to mgba_libretro.dylib

The cores are different among the OS. I need to fix the issue by providing the correct core to the corresponding OS.
In mean time, you can try running with docker. I think Docker should work.

@indieyourself
Copy link
Author

indieyourself commented Nov 21, 2019

It works after replacing the .so files with .dylib files.

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

No branches or pull requests

2 participants