blob: b92e75e2ef9142c78390cad45f724952febae81c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Unsupported Syscall 0x10Ah (266)
```bash
root@localhost:/home/jxqy/gateway# box64 ./RankServer
Dynarec will try to make bigger blocks
Dynarec will not play it safe with x64 flags
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on unknown aarch64 cpu with 8 Cores
Params database has 32 entries
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 22 Env var
BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/
BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/bin/:/usr/bin/:/sbin/:/usr/sbin/:/usr/games/:/usr/local/games/
Looking for ./RankServer
Rename process to "RankServer"
Using native(wrapped) libpthread.so.0
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libdl.so.2
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Error: Unsupported Syscall 0x10Ah (266)
Segmentation fault
```
|