diff options
Diffstat (limited to 'results/scraper/box64/1152')
| -rw-r--r-- | results/scraper/box64/1152 | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/results/scraper/box64/1152 b/results/scraper/box64/1152 new file mode 100644 index 000000000..51d0d852c --- /dev/null +++ b/results/scraper/box64/1152 @@ -0,0 +1,60 @@ +wine: wineserver doesn't support the 01c4 architecture +Hi, + +I'm probably doing something stupid but I need some help. :grin: + +I'm building latest git HEAD b272f6bf15d on Debian bookworm with `cmake -DARM_DYNAREC=1` but when I run `box64 wine winecfg` I get this: + +``` +Dynarec log level is 1 +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Cortex-A53 with 4 Cores +Params database has 38 entries +Box64 with Dynarec v0.2.7 b272f6bf built on Dec 21 2023 16:35:04 +BOX64: Wine64 detected, WINEPRELOADRESERVE="" +BOX64: Detected 48bits at least of address space +New Bridge brick at 0x10000 (size 0x1000) +Counted 44 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/:/usr/x86_64-linux-gnu/lib/ +BOX64 BIN PATH: ./:bin/:/home/josch/.local/bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/games/:/usr/games/ +Looking for wine +argv[1]="winecfg" +Not an ELF file (sign=#!/b) +Error: Reading elf header of /usr/bin/wine-stable, Try to launch natively instead +Dynarec log level is 1 +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Cortex-A53 with 4 Cores +Params database has 38 entries +Box64 with Dynarec v0.2.6 nogit built on Dec 21 2023 11:13:47 +BOX64: Detected 48bits at least of address space +New Bridge brick at 0x10000 (size 0x1000) +New Bridge brick at 0x20000 (size 0x1000) +New Bridge brick at 0x30000 (size 0x1000) +Counted 47 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/:/usr/x86_64-linux-gnu/lib/ +BOX64 BIN PATH: ./:bin/:/home/josch/.local/bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/games/:/usr/games/ +Looking for /usr/lib/wine/wineserver64 +argv[1]="-p0" +Rename process to "wineserver64" +New Bridge brick at 0x40000 (size 0x1000) +Using native(wrapped) libc.so.6 +New Bridge brick at 0x50000 (size 0x1000) +Using native(wrapped) ld-linux-x86-64.so.2 +New Bridge brick at 0x60000 (size 0x1000) +Using native(wrapped) libpthread.so.0 +New Bridge brick at 0x70000 (size 0x1000) +Using native(wrapped) libdl.so.2 +New Bridge brick at 0x80000 (size 0x1000) +Using native(wrapped) libutil.so.1 +New Bridge brick at 0x90000 (size 0x1000) +Using native(wrapped) libresolv.so.2 +New Bridge brick at 0xa0000 (size 0x1000) +Using native(wrapped) librt.so.1 +New Bridge brick at 0xb0000 (size 0x1000) +Using native(wrapped) libbsd.so.0 +New Bridge brick at 0x41000 (size 0x1000) +Warning, write on current page on pass0, aborting dynablock creation (0x30080) +Warning, write on current page on pass0, aborting dynablock creation (0x40be0) +Warning, write on current page on pass0, aborting dynablock creation (0x410e0) +wine: wineserver doesn't support the 01c4 architecture +``` + +My wine version is 8.0~repack-4 and this is the amd64 binary of wine. \ No newline at end of file |