summary refs log tree commit diff stats
path: root/results/scraper/box64/155
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/scraper/box64/15550
-rw-r--r--results/scraper/box64/1550134
-rw-r--r--results/scraper/box64/155112
-rw-r--r--results/scraper/box64/1553167
-rw-r--r--results/scraper/box64/1554152
-rw-r--r--results/scraper/box64/1555356
6 files changed, 871 insertions, 0 deletions
diff --git a/results/scraper/box64/155 b/results/scraper/box64/155
new file mode 100644
index 000000000..34021a6e5
--- /dev/null
+++ b/results/scraper/box64/155
@@ -0,0 +1,50 @@
+src/dynarec/dynablock.c:295:38: error: tentative definition has type 'struct __jmp_buf_tag' that is never completed
+I got this error when compiling box64:

+```

+box64 on  main via △ v3.21.3 via 🐍 v3.10.0

+❯ mkdir build; cd build; cmake .. -DARM_DYNAREC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -G Ninja; ninja -C build

+-- Found Python3: /data/data/com.termux/files/usr/bin/python3.10 (found version "3.10.0") found components: Interpreter

+-- The C compiler identification is Clang 13.0.0

+-- The ASM compiler identification is Clang

+-- Found assembler: /data/data/com.termux/files/usr/bin/cc

+-- Detecting C compiler ABI info

+-- Detecting C compiler ABI info - done

+-- Check for working C compiler: /data/data/com.termux/files/usr/bin/cc - skipped

+-- Detecting C compile features

+-- Detecting C compile features - done

+-- Configuring done

+-- Generating done

+-- Build files have been written to: /data/data/com.termux/files/home/box64/build

+

+box64/build on  main via △ v3.21.3

+❯ ninja

+[1/280] Building C object CMakeFiles/dynarec_arm.dir/src/dynarec/dynablock.c.o

+FAILED: CMakeFiles/dynarec_arm.dir/src/dynarec/dynablock.c.o

+/data/data/com.termux/files/usr/bin/cc -DARM64 -DCONFIG_64BIT -DDYNAREC -I/data/data/com.termux/files/home/box64/src/include -I/data/data/com.termux/files/home/box64/src -I/data/data/com.termux/files/home/box64/src/wrapped/generated -O2 -g -DNDEBUG   -std=gnu11 -funwind-tables -fvisibility=hidden -MD -MT CMakeFiles/dynarec_arm.dir/src/dynarec/dynablock.c.o -MF CMakeFiles/dynarec_arm.dir/src/dynarec/dynablock.c.o.d -o CMakeFiles/dynarec_arm.dir/src/dynarec/dynablock.c.o -c /data/data/com.termux/files/home/box64/src/dynarec/dynablock.c

+/data/data/com.termux/files/home/box64/src/dynarec/dynablock.c:295:38: warning: tentative definition of variable with internal linkage has incomplete non-array type 'struct __jmp_buf_tag' [-Wtentative-definition-incomplete-type]

+static __thread struct __jmp_buf_tag dynarec_jmpbuf;

+                                     ^

+/data/data/com.termux/files/home/box64/src/dynarec/dynablock.c:295:24: note: forward declaration of 'struct __jmp_buf_tag'

+static __thread struct __jmp_buf_tag dynarec_jmpbuf;

+                       ^

+/data/data/com.termux/files/home/box64/src/dynarec/dynablock.c:299:13: warning: incompatible pointer types passing 'struct __jmp_buf_tag *' to parameter of type 'long *' [-Wincompatible-pointer-types]

+    longjmp(&dynarec_jmpbuf, 1);

+            ^~~~~~~~~~~~~~~

+/data/data/com.termux/files/usr/include/setjmp.h:66:33: note: passing argument to parameter '__env' here

+__noreturn void longjmp(jmp_buf __env, int __value);

+                                ^

+/data/data/com.termux/files/home/box64/src/dynarec/dynablock.c:342:18: warning: incompatible pointer types passing 'struct __jmp_buf_tag *' to parameter of type 'long *' [-Wincompatible-pointer-types]

+    if(sigsetjmp(&dynarec_jmpbuf, 1)) {

+                 ^~~~~~~~~~~~~~~

+/data/data/com.termux/files/usr/include/setjmp.h:70:26: note: passing argument to parameter '__env' here

+int sigsetjmp(sigjmp_buf __env, int __save_signal_mask);

+                         ^

+/data/data/com.termux/files/home/box64/src/dynarec/dynablock.c:295:38: error: tentative definition has type 'struct __jmp_buf_tag' that is never completed

+static __thread struct __jmp_buf_tag dynarec_jmpbuf;

+                                     ^

+/data/data/com.termux/files/home/box64/src/dynarec/dynablock.c:295:24: note: forward declaration of 'struct __jmp_buf_tag'

+static __thread struct __jmp_buf_tag dynarec_jmpbuf;

+                       ^

+3 warnings and 1 error generated.

+```

+Why and how can I fix it?
\ No newline at end of file
diff --git a/results/scraper/box64/1550 b/results/scraper/box64/1550
new file mode 100644
index 000000000..328b4e735
--- /dev/null
+++ b/results/scraper/box64/1550
@@ -0,0 +1,134 @@
+Successfully initiated a Debian X86 container with box64
+box64 can both use emulated libs and native ones. Why not create a container with a full OS rootfs and with both arm and x86 libs?

+

+

+So I created a bwrap container and use box64 as emulator

+

+To solve the dynamic link problem, i choose to mount system ld and system libs in the container

+

+It successfully started! And i can even run some commands

+

+![图片](https://github.com/ptitSeb/box64/assets/47873776/f931f954-fb32-47c8-b869-d65a39246c18)

+![图片](https://github.com/ptitSeb/box64/assets/47873776/5eb2df03-87d4-406e-9c84-0bd6339c0743)

+However apt can not be loaded...

+```

+I have no name!@AmberCE-Bookworm-x86:~/Desktop/fastfetch/usr/bin$ apt

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2/bin/sh: 1: lscpu: not found

+/bin/sh: 1: grep: not found

+/bin/sh: 1: grep: not found/bin/sh: 1: 

+sed: not found

+/bin/sh: 1: lscpu: not found

+/bin/sh: 1: grep: not found

+/bin/sh: 1: /bin/sh: 1: sed: not found

+lscpu: not found

+/bin/sh: 1: sed: not found

+/bin/sh: 1: lscpu: not found

+/bin/sh: 1: lscpu: not found

+/bin/sh: 1: /bin/sh: 1: grep: not found

+sed: not found

+/bin/sh: 1: grep: not found

+/bin/sh: 1: lscpu: not found

+/bin/sh: 1: sed: not found

+/bin/sh: 1: sed: not found/bin/sh: 1: 

+grep: not found

+/bin/sh: 1: lscpu: not found

+/bin/sh: 1: sed: not found

+/bin/sh: 1: grep: not found

+ PageSize:4096 Running on Error: Symbol re_match not found, cannot apply R_X86_64_JUMP_SLOT @0x100031c08 (0x40a6) in /usr/bin/grep Error: Symbol re_search not found, cannot apply R_X86_64_JUMP_SLOT @0x100031e50 (s

+Will use Hardware counter measured at 100 MHz emulating 3.2 GHz

+Params database has 14 entries

+Box64 with Dynarec v0.2.9 dc71840a built on Jun  2 2024 15:31:19

+BOX64: Detected 48bits at least of address space

+Counted 66 Env var

+BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/

+BOX64 BIN PATH: ./:bin/:/flamescion-container-tools/bin-override/:/home/shenmo-ikun/.local/bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/games/:/usr/games/:/sbin/:/usr/sbin/:/home/shenmo-ikun/.pub-cache/bin/

+Looking for /usr/bin/apt

+Rename process to "apt"

+Using emulated /lib/x86_64-linux-gnu/libapt-private.so.0.0

+Using emulated /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6

+Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libutil.so.1

+Using native(wrapped) libresolv.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using native(wrapped) libm.so.6

+Look for arc4random in loaded elfs

+Warning, function arc4random not found in lib libbsd.so.0

+Look for arc4random in loaded elfs

+Warning, function arc4random not found in lib libbsd.so.0

+Using native(wrapped) libz.so.1

+Using native(wrapped) libbz2.so.1

+Using native(wrapped) liblzma.so.5

+Using emulated /lib/x86_64-linux-gnu/liblz4.so.1

+Using emulated /lib/x86_64-linux-gnu/libzstd.so.1

+Using native(wrapped) libudev.so.1

+Using emulated /lib/x86_64-linux-gnu/libsystemd.so.0

+Using native(wrapped) libgcrypt.so.20

+Using emulated /lib/x86_64-linux-gnu/libxxhash.so.0

+Using native(wrapped) libcap.so.2

+Look for gettid in loaded elfs

+Warning, function gettid not found in lib libc.so.6

+Error: Symbol gettid not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff060cd390 (0x16386) in /lib/x86_64-linux-gnu/libsystemd.so.0

+Look for close_range in loaded elfs

+Warning, function close_range not found in lib libc.so.6

+Look for close_range in loaded elfs

+Warning, function close_range not found in lib libc.so.6

+Error: Symbol close_range not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff060cdcc0 (0x175e6) in /lib/x86_64-linux-gnu/libsystemd.so.0

+Error: relocating Plt symbols in elf libsystemd.so.0

+Error initializing needed lib libgcrypt.so.20

+Error loading one of needed lib

+Error initializing needed lib libgcc_s.so.1

+Error: Symbol LZ4F_compressUpdate not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f6620 (0x423b6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol sd_bus_error_free not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f66a8 (0x424c6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol XXH3_64bits_reset not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f6728 (0x425c6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol LZ4F_compressBegin not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f6818 (0x427a6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol sd_bus_call_method not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f6cf0 (0x43156) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol XXH3_64bits_digest not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f6d58 (0x43226) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol sd_bus_message_read not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f6dd8 (0x43326) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol ZSTD_initCStream not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f6e28 (0x433c6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol XXH3_64bits not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f6e58 (0x43426) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol LZ4F_createDecompressionContext not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f6f58 (0x43626) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol LZ4F_freeDecompressionContext not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f6fe0 (0x43736) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol ZSTD_compressStream not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f70b8 (0x438e6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol XXH3_createState not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7138 (0x439e6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol ZSTD_freeCStream not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7190 (0x43a96) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol sd_bus_open_system not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f71d0 (0x43b16) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Look for dn_expand in loaded elfs

+Warning, function dn_expand not found in lib libresolv.so.2

+Error: Symbol dn_expand not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7298 (0x43ca6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol sd_bus_message_unref not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7358 (0x43e26) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol XXH3_64bits_update not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7510 (0x44196) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol ZSTD_createDStream not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7680 (0x44476) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol LZ4F_compressBound not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7848 (0x44806) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol ZSTD_decompressStream not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f78a8 (0x448c6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol LZ4F_isError not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7920 (0x449b6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol LZ4F_decompress not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f79e0 (0x44b36) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol LZ4F_getErrorName not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7af0 (0x44d56) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol XXH3_freeState not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7c00 (0x44f76) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol LZ4F_compressEnd not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7c90 (0x45096) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol ZSTD_initDStream not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7ca0 (0x450b6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol sd_bus_unref not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7e28 (0x453c6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol ZSTD_createCStream not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7e58 (0x45426) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol ZSTD_isError not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f7fb8 (0x456e6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol ZSTD_freeDStream not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f8138 (0x459e6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol ZSTD_getErrorName not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f8410 (0x45f96) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol res_nquery not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f8460 (0x46036) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol LZ4F_createCompressionContext not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f84a0 (0x460b6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol LZ4F_freeCompressionContext not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f8728 (0x465c6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol ZSTD_endStream not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f8738 (0x465e6) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: Symbol dn_skipname not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff011f8850 (0x46816) in /lib/x86_64-linux-gnu/libapt-pkg.so.6.0

+Error: relocating Plt symbols in elf libapt-pkg.so.6

+Error initializing needed lib libc.so.6

+Error loading one of needed lib

+Error initializing needed lib libc.so.6

+Error loading one of needed lib

+Error: Loading needed libs in elf /usr/bin/apt

+

+```

+

+Just share fun, don't think this thing can solve.
\ No newline at end of file
diff --git a/results/scraper/box64/1551 b/results/scraper/box64/1551
new file mode 100644
index 000000000..7c158e002
--- /dev/null
+++ b/results/scraper/box64/1551
@@ -0,0 +1,12 @@
+Error compiling box64 0.2.8 with GCC 13.3.0 within Buildroot
+Target : AArch64 generic , RPI5ARM64, others...

+

+Box64 0.2.6 compiles just fine in the same environment.

+Box64 0.2.8 errors on custommem.c :

+

+Building C object CMakeFiles/box64.dir/src/custommem.c.o

+{standard input}: Assembler messages:

+{standard input}:7113: Error: symbol `mmap64' is already defined

+make[3]: *** [CMakeFiles/box64.dir/build.make:439: CMakeFiles/box64.dir/src/custommem.c.o] Error 1

+

+Any idea ?
\ No newline at end of file
diff --git a/results/scraper/box64/1553 b/results/scraper/box64/1553
new file mode 100644
index 000000000..9b63a4d75
--- /dev/null
+++ b/results/scraper/box64/1553
@@ -0,0 +1,167 @@
+ visual novel games dowloaded in itch.io 
+my setup

+Nintendo switch version 1

+software used:

+https://teamsalvato.itch.io/ddlc

+Ubuntu 22.04.4 LTS

+64-bit

+

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Cortex-A57 with 4 Cores

+Will use Hardware counter measured at 19.2 MHz emulating 2.4 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 cf37e8ea built on Jun  2 2024 06:36:36

+

+

+my problem is that to run the game and mostly all visual novel games dowloaded in itch.io I have to use

+box64 ./DDLC.sh  I had an error but I set the OS to linux86_64

+

+I did but it has a faulty segmentinon

+

+sudo box64 ./DDLC.sh

+[sudo] password for xenoeidos: 

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Cortex-A57 with 4 Cores

+Will use Hardware counter measured at 19.2 MHz emulating 2.4 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 cf37e8ea built on Jun  2 2024 06:36:36

+BOX64: Didn't detect 48bits of address space, considering it's 39bits

+Counted 21 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/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/snap/bin/

+Looking for ./DDLC.sh

+Not an ELF file (sign=#!/b)

+Error: Reading elf header of /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/DDLC.sh, Try to launch natively instead

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Cortex-A57 with 4 Cores

+Will use Hardware counter measured at 19.2 MHz emulating 2.4 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 cf37e8ea built on Jun  2 2024 06:36:36

+BOX64: Didn't detect 48bits of address space, considering it's 39bits

+Counted 23 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/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/snap/bin/

+Looking for /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/DDLC

+argv[1]="-EO"

+argv[2]="/home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/DDLC.py"

+Rename process to "DDLC"

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/libpython2.7.so.1.0

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libutil.so.1

+Using native(wrapped) libm.so.6

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_locale.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/strop.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/time.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_ctypes.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_struct.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_collections.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/operator.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/itertools.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_heapq.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/cPickle.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/cStringIO.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/select.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/fcntl.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/binascii.so

+Using native(wrapped) libz.so.1

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_io.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/math.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_md5.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_sha.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_sha256.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_sha512.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_random.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_functools.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/error.so

+Using native(wrapped) libSDL2-2.0.so.0

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/surface.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/color.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/rect.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/locals.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/display.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/event.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/key.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/pygame_time.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/controller.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/rwobject.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/draw.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/gfxdraw.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/font.so

+Using native(wrapped) libSDL2_ttf-2.0.so.0

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/image.so

+Error initializing native libSDL2_image-2.0.so.0 (last dlerror is libSDL2_image-2.0.so.0: cannot open shared object file: No such file or directory)

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/../../../libSDL2_image-2.0.so.0

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/../../../libjpeg.so.62

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/../../../libpng12.so.0

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/joystick.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/mouse.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/transform.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/pygame_sdl2/scrap.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_renpy.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/zlib.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/grp.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_json.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/style.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/stylesets.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/style_functions.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/style_activate_functions.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/style_hover_functions.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/style_idle_functions.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/style_insensitive_functions.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/style_selected_functions.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/style_selected_activate_functions.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/style_selected_hover_functions.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/style_selected_idle_functions.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/style_selected_insensitive_functions.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/styledata/styleclass.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/display/render.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/text/ftfont.so

+Using native(wrapped) libfreetype.so.6

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/text/textsupport.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/text/texwrap.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_renpybidi.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/display/accelerator.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/datetime.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/audio/renpysound.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/audio/../../../../libswscale.so.4

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/audio/../../../../libavresample.so.3

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/audio/../../../../libavformat.so.57

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/audio/../../../../libavcodec.so.57

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/audio/../../../../libavutil.so.55

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/audio/../../../../libswresample.so.2

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/_socket.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/gl/gldraw.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/gl/../../../../libGLEW.so.1.7

+Using native(wrapped) libXmu.so.6

+Using native(wrapped) libX11.so.6

+Using native(wrapped) libxcb.so.1

+Using native(wrapped) libXau.so.6

+Using native(wrapped) libXdmcp.so.6

+Using native(wrapped) libXext.so.6

+Using native(wrapped) libXi.so.6

+Using native(wrapped) libGLU.so.1

+Using native(wrapped) libGL.so.1

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/gl/gltexture.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/gl/gl.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/array.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/gl/glrtt_copy.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/gl/glrtt_fbo.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/gl/glenviron_fixed.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/gl/gl1.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/gl/glenviron_shader.so

+Using emulated /home/xenoeidos/Descargas/ddlc-win/DDLC-1.1.1-pc/lib/linux-x86_64/lib/python2.7/renpy/gl/glenviron_limited.so

+*** stack smashing detected ***: terminated

+21875|SIGSEGV @0x7f828a3424 (__backtrace_symbols(/lib/aarch64-linux-gnu/libc.so.6)) (x64pc=0xb0e73/???:"???", rsp=0x7f8265be58, stack=0x7f81e60000:0x7f82660000 own=(nil) fp=(nil)), for accessing 0x1fd437b5a9c67f (code=1/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil)

+RSP-0x20:0x000000003870e200 RSP-0x18:0x0000007f8265be50 RSP-0x10:0x0000000000010080 RSP-0x08:0x0000000000000000

+RSP+0x00:0x0000003f26006df4 RSP+0x08:0x0000000000000001 RSP+0x10:0x000000003870e200 RSP+0x18:0x00000000630fb234

+RAX:0x0000000000000bd2 RCX:0x983a000060ea0000 RDX:0x00000000387515b0 RBX:0x000000003870e200 

+RSP:0x0000007f8265be58 RBP:0x0000000000000000 RSI:0x0000007fe2cad856 RDI:0x000000003870e200 

+ R8:0x00000000386ea770  R9:0x00000000600790d4 R10:0x0000000000000000 R11:0x0000000060087320 

+R12:0x0000000000000002 R13:0x0000000000000000 R14:0x00000000630fb234 R15:0x0000000000000050 

+ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 

+Segmentation fault

+

+

+I can run it in wine but why in wine when it can be in linux
\ No newline at end of file
diff --git a/results/scraper/box64/1554 b/results/scraper/box64/1554
new file mode 100644
index 000000000..1ca3dbb56
--- /dev/null
+++ b/results/scraper/box64/1554
@@ -0,0 +1,152 @@
+(Ark Survival Ascended) Unimplemented Opcode (C0 D1 48 06)
+```$ wine64 start_server.bat

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Neoverse-N1 with 3 Cores

+Params database has 21 entries

+Box64 with Dynarec v0.2.1 c5e085bc built on Mar 10 2023 07:02:29

+BOX64: Wine64 detected, WINEPRELOADRESERVE=""

+Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/

+Using default BOX64_PATH: ./:bin/

+Counted 13 Env var

+Looking for /usr/bin/wine64

+argv[1]="start_server.bat"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) librt.so.1

+Using emulated /opt/wine-stable/bin/../lib64/wine/x86_64-unix/ntdll.so

+Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Neoverse-N1 with 3 Cores

+Params database has 21 entries

+Box64 with Dynarec v0.2.1 c5e085bc built on Mar 10 2023 07:02:29

+BOX64: Wine64 detected, WINEPRELOADRESERVE=""

+Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/

+Using default BOX64_PATH: ./:bin/

+Counted 14 Env var

+Looking for /opt/wine-stable/bin/wine64

+argv[1]="start_server.bat"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) librt.so.1

+Using emulated /opt/wine-stable/bin/../lib64/wine/x86_64-unix/ntdll.so

+Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Neoverse-N1 with 3 Cores

+Params database has 21 entries

+Box64 with Dynarec v0.2.1 c5e085bc built on Mar 10 2023 07:02:29

+Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/

+Using default BOX64_PATH: ./:bin/

+Counted 14 Env var

+Looking for /opt/wine-stable/bin/wineserver

+Rename process to "wineserver"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) librt.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/libwine.so.1

+0044:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.

+0044:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.

+0044:err:systray:initialize_systray Could not create tray window

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/win32u.so

+Using native(wrapped) libm.so.6

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Neoverse-N1 with 3 Cores

+Params database has 21 entries

+Box64 with Dynarec v0.2.1 c5e085bc built on Mar 10 2023 07:02:29

+BOX64: Wine64 detected, WINEPRELOADRESERVE="000400000-0004a3000"

+Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/

+Using default BOX64_PATH: ./:bin/

+Counted 16 Env var

+Looking for /opt/wine-stable/bin/wine64

+argv[1]="C:\windows\system32\conhost.exe"

+argv[2]="--unix"

+argv[3]="--width"

+argv[4]="184"

+argv[5]="--height"

+argv[6]="54"

+argv[7]="--server"

+argv[8]="0x10"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) librt.so.1

+Using emulated /opt/wine-stable/bin/../lib64/wine/x86_64-unix/ntdll.so

+Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/libwine.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/win32u.so

+Using native(wrapped) libm.so.6

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libfontconfig.so.1

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Neoverse-N1 with 3 Cores

+Params database has 21 entries

+Box64 with Dynarec v0.2.1 c5e085bc built on Mar 10 2023 07:02:29

+BOX64: Wine64 detected, WINEPRELOADRESERVE="000400000-0005e6000"

+Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/

+Using default BOX64_PATH: ./:bin/

+Counted 16 Env var

+Looking for /opt/wine-stable/bin/wine64

+argv[1]="C:\windows\system32\cmd.exe"

+argv[2]="/s/c"

+argv[3]="Z:\home\steam\asa\ShooterGame\Binaries\Win64\start_server.bat"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) librt.so.1

+Using emulated /opt/wine-stable/bin/../lib64/wine/x86_64-unix/ntdll.so

+Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/libwine.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/win32u.so

+Using native(wrapped) libm.so.6

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libfontconfig.so.1

+

+Z:\home\steam\asa\ShooterGame\Binaries\Win64>ArkAscendedServer.exe TheIsland_WP?listen?SessionName="SERVERNAME"?Port=7777?QueryPort=27015?-WinLiveMaxPlayers=70

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Running on Neoverse-N1 with 3 Cores

+Params database has 21 entries

+Box64 with Dynarec v0.2.1 c5e085bc built on Mar 10 2023 07:02:29

+BOX64: Wine64 detected, WINEPRELOADRESERVE="140000000-149642000"

+Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/

+Using default BOX64_PATH: ./:bin/

+Counted 16 Env var

+Looking for /opt/wine-stable/bin/wine64

+argv[1]="ArkAscendedServer.exe"

+argv[2]="TheIsland_WP?listen?SessionName=SERVERNAME?Port=7777?QueryPort=27015?-WinLiveMaxPlayers=70"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) librt.so.1

+Using emulated /opt/wine-stable/bin/../lib64/wine/x86_64-unix/ntdll.so

+Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/libwine.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/dxgi.dll.so

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/win32u.so

+Using native(wrapped) libm.so.6

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/wined3d.dll.so

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/opengl32.dll.so

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/ws2_32.so

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/dnsapi.so

+Using native(wrapped) libresolv.so.2

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/crypt32.so

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/bcrypt.so

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libgnutls.so.30

+0104:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION

+3412|0x140792748: Unimplemented Opcode (C0 D1 48 06) 66 0F 3A 09 C0 01 F2 48 0F 2C C0 48 89 05 06```
\ No newline at end of file
diff --git a/results/scraper/box64/1555 b/results/scraper/box64/1555
new file mode 100644
index 000000000..55b68f98b
--- /dev/null
+++ b/results/scraper/box64/1555
@@ -0,0 +1,356 @@
+Unimplemented function propsys.dll.VariantToString
+```

+root@df0f0f4171ef:/opt/wineprefix/drive_c/windows/Python# box64 wine64 python.exe get-pip.py

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores

+Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 1c912363 built on Jun  3 2024 04:17:10

+BOX64: Wine64 detected, WINEPRELOADRESERVE=""

+BOX64: Detected 48bits at least of address space

+BOX64: Detected running wine with "python.exe"

+Counted 13 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/:/usr/sbin/:/usr/bin/:/sbin/:/bin/

+Looking for wine64

+Apply RC params for wine64

+Applying BOX64_MAXCPU=64

+argv[1]="python.exe"

+argv[2]="get-pip.py"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) libresolv.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /opt/wine-stable/bin/../lib64/wine/x86_64-unix/ntdll.so

+Using emulated /lib/x86_64-linux-gnu/libunwind.so.8

+Using native(wrapped) liblzma.so.5

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores

+Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 1c912363 built on Jun  3 2024 04:17:10

+BOX64: Wine64 detected, WINEPRELOADRESERVE=""

+BOX64: Detected 48bits at least of address space

+BOX64: Detected running wine with "python.exe"

+Counted 15 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/:/usr/sbin/:/usr/bin/:/sbin/:/bin/

+Looking for /opt/wine-stable/bin/wine64

+Apply RC params for wine64

+Applying BOX64_MAXCPU=64

+argv[1]="python.exe"

+argv[2]="get-pip.py"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) libresolv.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /opt/wine-stable/bin/../lib64/wine/x86_64-unix/ntdll.so

+Using emulated /lib/x86_64-linux-gnu/libunwind.so.8

+Using native(wrapped) liblzma.so.5

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores

+Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 1c912363 built on Jun  3 2024 04:17:10

+BOX64: Detected 48bits at least of address space

+Counted 15 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/:/usr/sbin/:/usr/bin/:/sbin/:/bin/

+Looking for /opt/wine-stable/bin/wineserver

+Rename process to "wineserver"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) libresolv.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/libwine.so.1

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores

+Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 1c912363 built on Jun  3 2024 04:17:10

+BOX64: Wine64 detected, WINEPRELOADRESERVE="140000000-140095000"

+BOX64: Detected 48bits at least of address space

+BOX64: Detected running wine with "conhost.exe"

+Counted 17 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/:/usr/sbin/:/usr/bin/:/sbin/:/bin/

+Looking for /opt/wine-stable/bin/wine64

+Apply RC params for wine64

+Applying BOX64_MAXCPU=64

+argv[1]="C:\windows\system32\conhost.exe"

+argv[2]="--unix"

+argv[3]="--width"

+argv[4]="80"

+argv[5]="--height"

+argv[6]="24"

+argv[7]="--server"

+argv[8]="0x10"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) libresolv.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /opt/wine-stable/bin/../lib64/wine/x86_64-unix/ntdll.so

+Using emulated /lib/x86_64-linux-gnu/libunwind.so.8

+Using native(wrapped) liblzma.so.5

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/libwine.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/ws2_32.so

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/bcrypt.so

+Using native(wrapped) libgnutls.so.30

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/win32u.so

+Using native(wrapped) libm.so.6

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libexpat.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/dnsapi.so

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/win32u.so

+Using native(wrapped) libm.so.6

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libexpat.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/opengl32.so

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/winspool.so

+Error initializing native libcups.so.2 (last dlerror is libcups.so.2: cannot open shared object file: No such file or directory)

+Error loading needed lib libcups.so.2

+Warning: Cannot dlopen("libcups.so.2"/0x7fff08003000, 2)

+wine: Call from 000000007B013D7E to unimplemented function propsys.dll.VariantToString, aborting

+wine: Unimplemented function propsys.dll.VariantToString called at address 000000007B013D7E (thread 00c8), starting debugger...

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores

+Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 1c912363 built on Jun  3 2024 04:17:10

+BOX64: Wine64 detected, WINEPRELOADRESERVE="140000000-14017c000"

+BOX64: Detected 48bits at least of address space

+winedbg detected, not launching it!

+root@df0f0f4171ef:/opt/wineprefix/drive_c/windows/Python# apt-get install libcups2

+Reading package lists... Done

+Building dependency tree... Done

+Reading state information... Done

+The following additional packages will be installed:

+  dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common

+  libapparmor1 libavahi-client3 libavahi-common-data libavahi-common3

+  libdbus-1-3

+Suggested packages:

+  default-dbus-session-bus | dbus-session-bus cups-common

+The following NEW packages will be installed:

+  dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common

+  libapparmor1 libavahi-client3 libavahi-common-data libavahi-common3 libcups2

+  libdbus-1-3

+0 upgraded, 11 newly installed, 0 to remove and 3 not upgraded.

+Need to get 1186 kB of archives.

+After this operation, 3731 kB of additional disk space will be used.

+Do you want to continue? [Y/n] y

+Get:1 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.10-1~deb12u1 [193 kB]

+Get:2 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.10-1~deb12u1 [104 kB]

+Get:3 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.10-1~deb12u1 [78.2 kB]

+Get:4 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-3 [40.3 kB]

+Get:5 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.10-1~deb12u1 [176 kB]

+Get:6 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.10-1~deb12u1 [79.3 kB]

+Get:7 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.10-1~deb12u1 [96.2 kB]

+Get:8 http://deb.debian.org/debian bookworm/main arm64 libavahi-common-data arm64 0.8-10 [107 kB]

+Get:9 http://deb.debian.org/debian bookworm/main arm64 libavahi-common3 arm64 0.8-10 [40.6 kB]

+Get:10 http://deb.debian.org/debian bookworm/main arm64 libavahi-client3 arm64 0.8-10 [43.8 kB]

+Get:11 http://deb.debian.org/debian bookworm/main arm64 libcups2 arm64 2.4.2-3+deb12u5 [229 kB]

+Fetched 1186 kB in 1s (974 kB/s)  

+debconf: delaying package configuration, since apt-utils is not installed

+Selecting previously unselected package libdbus-1-3:arm64.

+(Reading database ... 29169 files and directories currently installed.)

+Preparing to unpack .../00-libdbus-1-3_1.14.10-1~deb12u1_arm64.deb ...

+Unpacking libdbus-1-3:arm64 (1.14.10-1~deb12u1) ...

+Selecting previously unselected package dbus-bin.

+Preparing to unpack .../01-dbus-bin_1.14.10-1~deb12u1_arm64.deb ...

+Unpacking dbus-bin (1.14.10-1~deb12u1) ...

+Selecting previously unselected package dbus-session-bus-common.

+Preparing to unpack .../02-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...

+Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ...

+Selecting previously unselected package libapparmor1:arm64.

+Preparing to unpack .../03-libapparmor1_3.0.8-3_arm64.deb ...

+Unpacking libapparmor1:arm64 (3.0.8-3) ...

+Selecting previously unselected package dbus-daemon.

+Preparing to unpack .../04-dbus-daemon_1.14.10-1~deb12u1_arm64.deb ...

+Unpacking dbus-daemon (1.14.10-1~deb12u1) ...

+Selecting previously unselected package dbus-system-bus-common.

+Preparing to unpack .../05-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...

+Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ...

+Selecting previously unselected package dbus.

+Preparing to unpack .../06-dbus_1.14.10-1~deb12u1_arm64.deb ...

+Unpacking dbus (1.14.10-1~deb12u1) ...

+Selecting previously unselected package libavahi-common-data:arm64.

+Preparing to unpack .../07-libavahi-common-data_0.8-10_arm64.deb ...

+Unpacking libavahi-common-data:arm64 (0.8-10) ...

+Selecting previously unselected package libavahi-common3:arm64.

+Preparing to unpack .../08-libavahi-common3_0.8-10_arm64.deb ...

+Unpacking libavahi-common3:arm64 (0.8-10) ...

+Selecting previously unselected package libavahi-client3:arm64.

+Preparing to unpack .../09-libavahi-client3_0.8-10_arm64.deb ...

+Unpacking libavahi-client3:arm64 (0.8-10) ...

+Selecting previously unselected package libcups2:arm64.

+Preparing to unpack .../10-libcups2_2.4.2-3+deb12u5_arm64.deb ...

+Unpacking libcups2:arm64 (2.4.2-3+deb12u5) ...

+Setting up libapparmor1:arm64 (3.0.8-3) ...

+Setting up libavahi-common-data:arm64 (0.8-10) ...

+Setting up libdbus-1-3:arm64 (1.14.10-1~deb12u1) ...

+Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...

+Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...

+Setting up dbus-bin (1.14.10-1~deb12u1) ...

+Setting up libavahi-common3:arm64 (0.8-10) ...

+Setting up dbus-daemon (1.14.10-1~deb12u1) ...

+Setting up dbus (1.14.10-1~deb12u1) ...

+invoke-rc.d: could not determine current runlevel

+invoke-rc.d: policy-rc.d denied execution of start.

+Setting up libavahi-client3:arm64 (0.8-10) ...

+Setting up libcups2:arm64 (2.4.2-3+deb12u5) ...

+Processing triggers for libc-bin (2.36-9+deb12u7) ...

+ldconfig: /lib/x86_64-linux-gnu/libstdc++.so.6 is not a symbolic link

+

+ldconfig: /lib/x86_64-linux-gnu/libunwind.so.8 is not a symbolic link

+

+root@df0f0f4171ef:/opt/wineprefix/drive_c/windows/Python# box64 wine64 python.exe get-pip.py

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores

+Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 1c912363 built on Jun  3 2024 04:17:10

+BOX64: Wine64 detected, WINEPRELOADRESERVE=""

+BOX64: Detected 48bits at least of address space

+BOX64: Detected running wine with "python.exe"

+Counted 13 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/:/usr/sbin/:/usr/bin/:/sbin/:/bin/

+Looking for wine64

+Apply RC params for wine64

+Applying BOX64_MAXCPU=64

+argv[1]="python.exe"

+argv[2]="get-pip.py"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) libresolv.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /opt/wine-stable/bin/../lib64/wine/x86_64-unix/ntdll.so

+Using emulated /lib/x86_64-linux-gnu/libunwind.so.8

+Using native(wrapped) liblzma.so.5

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores

+Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 1c912363 built on Jun  3 2024 04:17:10

+BOX64: Wine64 detected, WINEPRELOADRESERVE=""

+BOX64: Detected 48bits at least of address space

+BOX64: Detected running wine with "python.exe"

+Counted 15 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/:/usr/sbin/:/usr/bin/:/sbin/:/bin/

+Looking for /opt/wine-stable/bin/wine64

+Apply RC params for wine64

+Applying BOX64_MAXCPU=64

+argv[1]="python.exe"

+argv[2]="get-pip.py"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) libresolv.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /opt/wine-stable/bin/../lib64/wine/x86_64-unix/ntdll.so

+Using emulated /lib/x86_64-linux-gnu/libunwind.so.8

+Using native(wrapped) liblzma.so.5

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores

+Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 1c912363 built on Jun  3 2024 04:17:10

+BOX64: Detected 48bits at least of address space

+Counted 15 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/:/usr/sbin/:/usr/bin/:/sbin/:/bin/

+Looking for /opt/wine-stable/bin/wineserver

+Rename process to "wineserver"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) libresolv.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/libwine.so.1

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores

+Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 1c912363 built on Jun  3 2024 04:17:10

+BOX64: Wine64 detected, WINEPRELOADRESERVE="140000000-140095000"

+BOX64: Detected 48bits at least of address space

+BOX64: Detected running wine with "conhost.exe"

+Counted 17 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/:/usr/sbin/:/usr/bin/:/sbin/:/bin/

+Looking for /opt/wine-stable/bin/wine64

+Apply RC params for wine64

+Applying BOX64_MAXCPU=64

+argv[1]="C:\windows\system32\conhost.exe"

+argv[2]="--unix"

+argv[3]="--width"

+argv[4]="80"

+argv[5]="--height"

+argv[6]="24"

+argv[7]="--server"

+argv[8]="0x10"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libutil.so.1

+Using native(wrapped) libresolv.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /opt/wine-stable/bin/../lib64/wine/x86_64-unix/ntdll.so

+Using emulated /lib/x86_64-linux-gnu/libunwind.so.8

+Using native(wrapped) liblzma.so.5

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/libwine.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/ws2_32.so

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/bcrypt.so

+Using native(wrapped) libgnutls.so.30

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/win32u.so

+Using native(wrapped) libm.so.6

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libexpat.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/dnsapi.so

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/win32u.so

+Using native(wrapped) libm.so.6

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libexpat.so.1

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/opengl32.so

+Using emulated /opt/wine-stable/lib64/wine/x86_64-unix/winspool.so

+Using native(wrapped) libcups.so.2

+wine: Call from 000000007B013D7E to unimplemented function propsys.dll.VariantToString, aborting

+wine: Unimplemented function propsys.dll.VariantToString called at address 000000007B013D7E (thread 00cc), starting debugger...

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores

+Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz

+Params database has 69 entries

+Box64 with Dynarec v0.2.9 1c912363 built on Jun  3 2024 04:17:10

+BOX64: Wine64 detected, WINEPRELOADRESERVE="140000000-14017c000"

+BOX64: Detected 48bits at least of address space

+winedbg detected, not launching it!

+```
\ No newline at end of file