summary refs log tree commit diff stats
path: root/results/scraper/box64/1858
blob: 7559edcd8ffb3d6d5a343a6e2022efa639d07524 (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
Problem with mojosetup arch detection
```
$ box64 ./LittleInferno_Linux_v2.0.3.sh 
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Cortex-A53 Cortex-A72 with 6 Cores
Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz
Params database has 90 entries
Box64 with Dynarec v0.3.1 15842f34 built on Sep 21 2024 06:26:01
BOX64: Detected 48bits at least of address space
Counted 46 Env var
BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/games/:/usr/games/
Looking for ./LittleInferno_Linux_v2.0.3.sh
Not an ELF file (sign=#!/b)
Error: Reading elf header of /home/singpolyma/Downloads/LittleInferno_Linux_v2.0.3.sh, Try to launch natively instead
Verifying archive integrity... All good.
Uncompressing Mojo Setup..............
Collecting info for this system...
Warning: No binaries for "aarch64" found, trying to default to x86...
Operating system: linux
CPU Arch: x86
trying mojosetup in bin/linux/x86
./startmojo.sh: 47: /tmp/selfgz47687/bin/linux/x86/mojosetup: Exec format error
Error: Couldn't run mojosetup
```

Any workaround for this? I tried to make a fake uname script on path but it didn't help...