Can you send me the output, so I can see which libraries it says are missing.
Hi,
if I try to execute the "qemu-system-aarch64" (ACVM 1.0 (6)) in the terminal I get the following error:
~ % /Users/ollv/Downloads/ACVM.app/Contents/Resources/qemu-system-aarch64
dyld: Library not loaded: /opt/homebrew/opt/pixman/lib/libpixman-1.0.dylib
Referenced from: /Users/ollv/Downloads/ACVM.app/Contents/Resources/qemu-system-aarch64
Reason: image not found
zsh: abort /Users/ollv/Downloads/ACVM.app/Contents/Resources/qemu-system-aarch64
~ %
After copying the missing libpixman-1.0.dylib to the given folder I get this result:
~ % /Users/ollv/Downloads/ACVM.app/Contents/Resources/qemu-system-aarch64
dyld: Library not loaded: /opt/homebrew/opt/glib/lib/libglib-2.0.0.dylib
Referenced from: /Users/ollv/Downloads/ACVM.app/Contents/Resources/qemu-system-aarch64
Reason: image not found
zsh: abort /Users/ollv/Downloads/ACVM.app/Contents/Resources/qemu-system-aarch64
After copying libglib-2.0.0.dylib to /opt/..... libpcre.1.dylib is missing:
~ % /Users/ollv/Downloads/ACVM.app/Contents/Resources/qemu-system-aarch64
dyld: Library not loaded: @rpath/libpcre.1.dylib
Referenced from: /opt/homebrew/opt/glib/lib/libglib-2.0.0.dylib
Reason: image not found
zsh: abort /Users/ollv/Downloads/ACVM.app/Contents/Resources/qemu-system-aarch64
~ %
The same behavior with the "qemu-system-aarch64" you have attached today at this thread:
~ % /Users/ollv/Downloads/qemu-system-aarch64
dyld: Library not loaded: /opt/homebrew/opt/pixman/lib/libpixman-1.0.dylib
Referenced from: /Users/ollv/Downloads/qemu-system-aarch64
Reason: image not found
zsh: abort /Users/ollv/Downloads/qemu-system-aarch64
~ %
If I copy the missing libs to /opt/.... I end up at this again:
~ % /Users/ollv/Downloads/qemu-system-aarch64
dyld: Library not loaded: @rpath/libpcre.1.dylib
Referenced from: /opt/homebrew/opt/glib/lib/libglib-2.0.0.dylib
Reason: image not found
zsh: abort /Users/ollv/Downloads/qemu-system-aarch64