View Single Post
Old 15 February 2021, 19:58   #2
schdoin
Registered User
 
Join Date: Feb 2021
Location: Switzerland
Posts: 2
Fixed it in the meantime with this ugly hack. Big Sur messed something up with OpenGL and Phyton.

Edit OpenGL/platform/ctypesloader.py, and changing the line

fullName = util.find_library( name )

to

fullName = '/System/Library/Frameworks/OpenGL.framework/OpenGL'


It is in /Applications/FS-UAE Arcade.app/Contents/Resources/Python in the OpenGL.zip.

You have to extract it, rename the original zip file to something like OpenGL.zip.bak and after editing the extracted ctypesloader.py file compress the whole folder again under the original OpenGL.zip filename.

Is there a better solution instead of patching the original FS-UAE Arcade app?
schdoin is offline  
 
Page generated in 0.04417 seconds with 11 queries