diff options
Diffstat (limited to 'results/scraper/box64/300')
| -rw-r--r-- | results/scraper/box64/300 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/results/scraper/box64/300 b/results/scraper/box64/300 new file mode 100644 index 000000000..3f1714bdb --- /dev/null +++ b/results/scraper/box64/300 @@ -0,0 +1,27 @@ +`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 +``` \ No newline at end of file |