summary refs log tree commit diff stats
path: root/results/scraper/box64/300
blob: 3f1714bdb5b856402e2c74aa04dae78416a750a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
```