PCemOnMac / PCemV17macOS

Port of the PCem PC emulator for macOS. Comes with OpenGL 3.0 support built-in
GNU General Public License v3.0
68 stars 14 forks source link

It won't run on Mojave #22

Open caiot5 opened 3 years ago

caiot5 commented 3 years ago

It won't run from Mojave, I got the following error: (EDIT: tried your binary dmg)

$ ./pcem dyld: Library not loaded: /usr/lib/system/libsystem_featureflags.dylib Referenced from: /Applications/PCem.app/Contents/MacOS/./libSystem.B.dylib Reason: image not found

However I can compile the official pcem code (Sarah Walker's) normally, though since v17 it lacks DynaRec support on mac, that's why I wanted to try your code.

almeath commented 3 years ago

As a test, can you try my private fork of v17?

https://github.com/almeath/PCemV17macOS

It pre-dates a bunch of recent changes that were made to improve support for Apple Silicon. I want to make sure those changes are not what causes the problem for you. I am still running Mojave and have not experienced this problem.