View Single Post
Old 21 June 2021, 00:46   #6
reno
Registered User
 
Join Date: Jul 2019
Location: London
Posts: 63
Ok, I've read a bit more and I think I know what the problem is :

It's simply that this Apple Silicon FS-UAE build has "Library Validation" enabled, which prevents it from using libraries that are unsigned or signed by other people.

https://developer.apple.com/document...ary-validation

@FrodeSolheim Looking at your CAPSImg plugin pack, the libraries are not signed here either:
$ codesign -v x86-64/capsimg.so
x86-64/capsimg.so: code object is not signed at all

So, this probably means that you had Library Validation disabled in the Intel macOS FS-UAE builds (otherwise CAPSImg would never have worked), but it became enabled by mistake (or rather by a new XCode default ) with the Apple Silicon build.

Would you mind making a new build with this flag disabled ? Or, if it causes other problems, distribute a signed version of the CAPSImg plugin pack (you can check out my fork on github if any problems for compiling it for arm64).

Thanks!
reno is offline  
 
Page generated in 0.12751 seconds with 11 queries