`execv error: Input/output error` - Using the latest build of box64 - Ubuntu ARM on Apple M1 using Parallels (virtual machine) - trying to run LÖVE 2D (x86_64) When I execute the following command: ``` $ box64 ~/Desktop/l.AppImage ``` I get this message: ``` Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Box64 with Dynarec v0.1.9 098317e built on May 2 2022 17:47:02 Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ Using default BOX64_PATH: ./:bin/ Counted 53 Env var Looking for /home/chno/Desktop/l.AppImage Using native(wrapped) libdl.so.2 Using native(wrapped) libpthread.so.0 Using native(wrapped) libz.so.1 Using native(wrapped) libc.so.6 Using native(wrapped) ld-linux-x86-64.so.2 Using native(wrapped) librt.so.1 Using native(wrapped) libfuse.so.2 execv error: Input/output error ```