summary refs log tree commit diff stats
path: root/results/scraper/box64/171
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/scraper/box64/17169
-rw-r--r--results/scraper/box64/171010
-rw-r--r--results/scraper/box64/171162
-rw-r--r--results/scraper/box64/171281
-rw-r--r--results/scraper/box64/1713186
-rw-r--r--results/scraper/box64/17145
6 files changed, 413 insertions, 0 deletions
diff --git a/results/scraper/box64/171 b/results/scraper/box64/171
new file mode 100644
index 000000000..c428994bb
--- /dev/null
+++ b/results/scraper/box64/171
@@ -0,0 +1,69 @@
+Cannot emulate Minecraft Dedicated Server
+**platform**: aarch64 Android (tiny-ubuntu in termux)

+**compile host**: as above

+

+Originally, I ran bds(Minecraft Dedicated Server) directly, it generated an error caused by wrapped `libcrypto.so.1` library, then I added an environment variable to let box64 to emulate `libcrypto.so.1`, and this error disappeared.

+

+But that's not the major problem, the major one is:

+`9463|0x22bdb41: Unimplemented Opcode (53) 64 8A 04 25 4C FE FF FF 84 C0 74 02 5B C3 64

+corrupted size vs. prev_size`

+then the program exited with a segmentation fault.

+

+I have seen someone raised similar issues before, but the new commit didn't seem to work on my issue. I'm appreciate and glad to help testing if you plan to fix it.

+

+The complete output is:

+```

+root@localhost:~/bds# ./box64 bedrock_server

+Box64 v0.1.6 1874c57 built on Nov 21 2021 14:05:22

+BOX64_LD_LIBRARY_PATH: depends/lib/

+BOX64 will force the used of emulated libs for libcrypto.so.1

+Using default BOX64_PATH: ./:bin/

+Counted 13 Env var

+Looking for bedrock_server

+Using native(wrapped) libz.so.1

+Using native(wrapped) libnsl.so.1

+Using native(wrapped) libssl.so.1

+Using emulated depends/lib/libcrypto.so.1.1

+Using native(wrapped) libdl.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libm.so.6

+Using native(wrapped) libpthread.so.0

+Using emulated depends/lib/libstdc++.so.6

+Using emulated depends/lib/libgcc_s.so.1

+Using native(wrapped) libc.so.6

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

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x65694098, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fd0000ec8, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fc8000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fcc000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fc0000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fc4000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fb8000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fb0000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fb4000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fa8000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fac000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fa0000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6f9c000e98, 0x5060fc8) ignored

+NO LOG FILE! - Failed to up file descriptor limit Operation not permitted

+NO LOG FILE! - setting up server logging...

+[2021-11-21 23:23:18 INFO] Starting Server

+[2021-11-21 23:23:18 INFO] Version 1.17.11.01

+[2021-11-21 23:23:18 INFO] Session ID 0fdf071b-baca-422c-9169-36104454719b

+[2021-11-21 23:23:18 INFO] Level Name: abcdef

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6f9c000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fb4000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fac000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fa0000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fa8000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fc8000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fc0000e98, 0x5060fc8) ignored

+Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fb8000e98, 0x5060fc8) ignored

+[2021-11-21 23:23:18 INFO] Game mode: 1 Creative

+[2021-11-21 23:23:18 INFO] Difficulty: 1 EASY

+[INFO] opening worlds/abcdef/db

+9463|0x22bdb41: Unimplemented Opcode (53) 64 8A 04 25 4C FE FF FF 84 C0 74 02 5B C3 64

+corrupted size vs. prev_size

+Segmentation fault

+root@localhost:~/bds#

+```
\ No newline at end of file
diff --git a/results/scraper/box64/1710 b/results/scraper/box64/1710
new file mode 100644
index 000000000..5ebf89b5d
--- /dev/null
+++ b/results/scraper/box64/1710
@@ -0,0 +1,10 @@
+Unimplemented Opcode (66 0F 6F D1) 67 66 0F FE C8 66 0F 76 C5 66 0F 6F DC 66 0F
+When I run the dedicated server program “FactoryServer” on aarch64 device using box with “-multihome=0.0.0.0” parameter to start it causes a crash.

+[FactoryGame.log](https://github.com/user-attachments/files/16430561/FactoryGame.log)

+

+Then this error occurs and the program crashes

+[2024.07.30-15.58.54:509][432]LogDTLSHandler: Warning: Empty certificate identifier

+595771|0x7fff39206460: Unimplemented Opcode (66 0F 6F D1) 67 66 0F FE C8 66 0F 76 C5 66 0F 6F DC 66 0F

+Sigfault/Segbus while quitting, exiting silently

+

+This problem only occurs when I run it on an aarch64 device at the moment, I don't get any exceptions after performing the same operation on an x86 machine

diff --git a/results/scraper/box64/1711 b/results/scraper/box64/1711
new file mode 100644
index 000000000..98ab27813
--- /dev/null
+++ b/results/scraper/box64/1711
@@ -0,0 +1,62 @@
+Is it possible to regenerate `table64` for a dynablock?
+## Background

+

+I am implementing a external cache-system (my research project, wip), so that the generated dynablock for program A could be reused in the other programs or the next time program A starts. This idea could help to by-pass the complex `native_pass`es.

+

+Currently the dynablock can be stored in the cache system correctly and box64 can lookup the external cache correctly. I found however the fetched external cache (dynablock) can not be used directly, as it contains many position-dependent information. For example (if I am wrong, please correct me):

+1. the first `void *` word of the block: easy to regenerate

+2. the `next` pointer in the block, and the `jmpnext` address: easy to regenerate

+3. the `table64` in the block: **hard to regenerate???**

+4. ... (any other information? I am not sure ...)

+

+https://github.com/ptitSeb/box64/blob/27a8d19f31327c5c620c5037b4534b0cb200a2a9/src/dynarec/dynarec_native.c#L542-L551

+

+SO, I think the cache can be effectively reused if we can have a (cheap) way to regenerate the `table64`.

+

+## But, how to?

+

+I tried to introduced a `native_pass4` to regenerate the `table64`. To define this new pass, I basically created such header file:

+

+```c

+#define INIT

+#define FINI

+#define EMIT(A)

+

+#define MESSAGE(A, ...)

+#define NEW_INST

+#define INST_EPILOG

+#define INST_NAME(name)

+

+#define TABLE64(A, V)   {int val64offset = Table64(dyn, (V), 4); MESSAGE(LOG_DUMP, "  Table64: 0x%lx\n", (V)); AUIPC(A, SPLIT20(val64offset)); LD(A, A, SPLIT12(val64offset));}

+#define FTABLE64(A, V)  {mmx87_regs_t v = {.d = V}; int val64offset = Table64(dyn, v.q, 4); MESSAGE(LOG_DUMP, "  FTable64: %g\n", v.d); AUIPC(x1, SPLIT20(val64offset)); FLD(A, x1, SPLIT12(val64offset));}

+```

+

+and adapted some conditional-compilation directives in the codebase, e.g.:

+

+```diff

+- #if STEP == 3

++ #if STEP == 3 || STEP == 4

+  #define X87_COMBINE(A, B) extcache_st_coherency(dyn, ninst, A, B)

+  #else

+```

+

+Before calling `native_pass4`, I set the `helper` (just like before calling `native_pass3` in the original code path):

+

+```c

+helper.block = block->block;

+helper.tablestart = (uintptr_t)tablestart;

+helper.jmp_next = (uintptr_t)next + sizeof(void*);

+helper.instsize = (instsize_t*)(block->instsize);

+helper.table64cap = (next - tablestart) / sizeof(uint64_t);

+helper.table64 = (uint64_t*)tablestart;

+helper.native_size = 0;

+helper.table64size = 0;

+helper.insts_size = 0;

+native_pass4(&helper, addr, alternate, is32bits);

+```

+

+However, this seemed not working well. The `table64` seemed not generated correctly. I think it could be something wrong at the `helper`, because I actually did not do all actions on `helper` as the original code path does before `native_pass3`.

+

+So, my question is, _is it possible to regenerate the `table64`?_ :thinking: 

+

+I would appreciate it if you can help me to understand how `FillBlock64` generates `table64` or give some hints to regenerate the `table64` for an existing dynablock.
\ No newline at end of file
diff --git a/results/scraper/box64/1712 b/results/scraper/box64/1712
new file mode 100644
index 000000000..8a29c16bb
--- /dev/null
+++ b/results/scraper/box64/1712
@@ -0,0 +1,81 @@
+Raspberry Pi 5 with Raspberry Pi OS may not run steam "steam-runtime-launcher-service crashes"
+I tried to run steam with box86 or box64, but both of them failed to run

+Here's the log:

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

+Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz

+Params database has 80 entries

+Box64 with Dynarec v0.3.1 e8fad111 built on Aug  5 2024 06:22:17

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

+Counted 54 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/:/home/warick/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/

+Looking for steam

+Apply RC params for steam

+Applying BOX64_CRASHHANDLER=1

+Applying BOX64_EMULATED_LIBS=libudev.so.0

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

+Error: Reading elf header of /usr/local/bin/steam, Try to launch natively instead

+steam.sh[337979]: Running Steam on debian 12 64-bit

+steam.sh[337979]: STEAM_RUNTIME is enabled by the user

+setup.sh[338050]: Steam runtime environment up-to-date!

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

+Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz

+Params database has 80 entries

+Box64 with Dynarec v0.3.1 e8fad111 built on Aug  5 2024 06:22:17

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

+Counted 67 Env var

+BOX64 LIB PATH: /home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/:/lib/aarch64-linux-gnu/:/lib/arm-linux-gnueabihf/:/usr/lib/aarch64-linux-gnu/libfakeroot/:/usr/local/lib/:/lib/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/lib/x86_64-linux-gnu/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/x86_64-linux-gnu/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/lib/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/:./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/

+BOX64 BIN PATH: ./:bin/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/home/warick/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/

+Looking for /home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/srt-logger

+argv[1]="--exec-fallback"

+argv[2]="--filename=console-linux.txt"

+argv[3]="-t"

+argv[4]="steam"

+Rename process to "srt-logger"

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

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

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

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

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libc.so.6

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

+Using native(wrapped) libutil.so.1

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+steam.sh[337979]: Steam client's requirements are satisfied

+[2024-08-05 23:11:31] Startup - updater built Jul 16 2024 23:21:18

+[2024-08-05 23:11:31] Startup - Steam Client launched with: '/home/warick/.local/share/Steam/ubuntu12_32/steam' '-srt-logger-opened'

+[2024-08-05 23:11:31] Loading cached metrics from disk (/home/warick/.local/share/Steam/package/steam_client_metrics.bin)

+[2024-08-05 23:11:31] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults

+[2024-08-05 23:11:31] Using the following download hosts for Public, Realm steamglobal

+[2024-08-05 23:11:31] 1. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'

+[2024-08-05 23:11:31] Verifying installation...

+[2024-08-05 23:11:31] Verification complete

+UpdateUI: skip show logoError initializing native libpng12.so.0 (last dlerror is libpng12.so.0: 错误的 ELF 类:ELFCLASS64)

+

+Steam logging initialized: directory: /home/warick/.local/share/Steam/logs

+

+XRRGetOutputInfo Workaround: initialized with override: 0 real: 0x401a0080

+XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0x401a0090

+CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize

+dbus[338077]: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file ../../../dbus/dbus-message.c line 1373.

+This is normally a bug in some application using the D-Bus library.

+

+Steam Runtime Launch Service: starting steam-runtime-launcher-service

+Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 338247

+Steam Runtime Launch Service: steam-runtime-launcher-service pid 338247 exited

+Steam Runtime Launch Service: starting steam-runtime-launcher-service

+Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 338370

+Steam Runtime Launch Service: steam-runtime-launcher-service pid 338370 exited

+Steam Runtime Launch Service: starting steam-runtime-launcher-service

+Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 338423

+Steam Runtime Launch Service: steam-runtime-launcher-service pid 338423 exited

+Steam Runtime Launch Service: steam-runtime-launcher-service keeps crashing on startup, disabling

+src/steamUI/steamuisharedjscontroller.cpp (619) : Failed creating offscreen shared JS context

+src/steamUI/steamuisharedjscontroller.cpp (619) : Failed creating offscreen shared JS context`

+

+I can't even see the login window, but only 'steamwebhelper is not responding' window, i also tried 'Restart Steam with GPU Acceleration disabled' and other opinions ...just not woking, same error outputed

+From the log last lines, i found that the problem is steam-runtime-launcher-service crash frequently, due to steamwebhelper crash, you can also check out the error line with Chinese characters, that may also the problem...(anyway, i'm the Chinese)

+Anyway, i checked out most of issues about steam, but none of which are same, what interesting

+I saw the Raspberry 5 install steam instrution uses Ubuntu, is that steam with box86/box64 just won't work in debian 12 ?
\ No newline at end of file
diff --git a/results/scraper/box64/1713 b/results/scraper/box64/1713
new file mode 100644
index 000000000..7366dc436
--- /dev/null
+++ b/results/scraper/box64/1713
@@ -0,0 +1,186 @@
+game Nox freeze at the launch screen
+https://www.gog.com/fr/game/nox

+PI5, latest box64-git and wine 9.14 manjaro

+

+wine64 Game.exe 

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

+Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz

+Params database has 87 entries

+Box64 with Dynarec v0.3.1 e8fad111 built on Aug  4 2024 10:53:16

+BOX64: Wine64 detected, WINEPRELOADRESERVE=""

+BOX64: Detected 48bits at least of address space

+WINE prereserve of 0x10000:0x8000 done

+WINE prereserve of 0x110000:0x30000000 done

+WINE prereserve of 0x7f000000:0x3000000 done

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

+Counted 61 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/bin/:/usr/bin/:/var/lib/snapd/snap/bin/:/usr/local/sbin/:/usr/lib/jvm/default/bin/:/usr/bin/site_perl/:/usr/bin/vendor_perl/:/usr/bin/core_perl/

+Looking for /usr/local/bin/wine64

+Apply RC params for wine64

+Applying BOX64_MAXCPU=64

+argv[1]="Game.exe"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libc.so.6

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

+Using native(wrapped) libutil.so.1

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /home/bloodmoon/wine/bin/../lib/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 SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores

+Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz

+Params database has 87 entries

+Box64 with Dynarec v0.3.1 e8fad111 built on Aug  4 2024 10:53:16

+BOX64: Wine64 detected, WINEPRELOADRESERVE=""

+BOX64: Detected 48bits at least of address space

+WINE prereserve of 0x10000:0x8000 done

+WINE prereserve of 0x110000:0x30000000 done

+WINE prereserve of 0x7f000000:0x3000000 done

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

+Counted 63 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/bin/:/usr/bin/:/var/lib/snapd/snap/bin/:/usr/local/sbin/:/usr/lib/jvm/default/bin/:/usr/bin/site_perl/:/usr/bin/vendor_perl/:/usr/bin/core_perl/

+Looking for /home/bloodmoon/wine/bin/wine64

+Apply RC params for wine64

+Applying BOX64_MAXCPU=64

+argv[1]="Game.exe"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libc.so.6

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

+Using native(wrapped) libutil.so.1

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /home/bloodmoon/wine/bin/../lib/wine/x86_64-unix/ntdll.so

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

+posix_spawn(0xffff90b4f0dc, "/home/bloodmoon/wine/bin/wineserver", (nil), (nil), 0xffff90b4f0e0["/home/bloodmoon/wine/bin/wineserver", "", ...], 0xffff90b4f4a0), IsX64=1, IsX86=0 IsScript=0 envp is context->envv

+ => posix_spawn(0xffff90b4f0dc, "/usr/bin/box64", (nil), (nil), 0xffffc1685690 ["/usr/bin/box64", "/home/bloodmoon/wine/bin/wineserver", ""...:1], 0xffffc1685d48)

+posix_spawn returned 0

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

+Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz

+Params database has 87 entries

+Box64 with Dynarec v0.3.1 e8fad111 built on Aug  4 2024 10:53:16

+BOX64: Detected 48bits at least of address space

+Counted 63 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/bin/:/usr/bin/:/var/lib/snapd/snap/bin/:/usr/local/sbin/:/usr/lib/jvm/default/bin/:/usr/bin/site_perl/:/usr/bin/vendor_perl/:/usr/bin/core_perl/

+Looking for /home/bloodmoon/wine/bin/wineserver

+Rename process to "wineserver"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) librt.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) libutil.so.1

+Using native(wrapped) libbsd.so.0

+002c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp.

+002c:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.

+002c:fixme:winediag:loader_init wine-staging 9.14 is a testing version containing experimental patches.

+002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org.

+002c:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2).

+0034:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp.

+0034:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.

+0040:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp.

+0040:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.

+0068:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp.

+0068:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.

+009c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp.

+009c:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.

+00bc:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp.

+00bc:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.

+00dc:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp.

+00dc:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.

+00f4:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp.

+00f4:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.

+0024:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp.

+0024:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.

+011c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp.

+011c:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.

+Using emulated /home/bloodmoon/wine/lib/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 /home/bloodmoon/wine/lib/wine/x86_64-unix/winex11.so

+Using native(wrapped) libXext.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) libXinerama.so.1

+Using native(wrapped) libXxf86vm.so.1

+Using native(wrapped) libXrender.so.1

+Using native(wrapped) libXrandr.so.2

+Using native(wrapped) libXcomposite.so.1

+Using native(wrapped) libXi.so.6

+Using native(wrapped) libXcursor.so.1

+Using native(wrapped) libXfixes.so.3

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

+Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz

+Params database has 87 entries

+Box64 with Dynarec v0.3.1 e8fad111 built on Aug  4 2024 10:53:16

+BOX64: Wine64 detected, WINEPRELOADRESERVE="000400000-00097e000"

+BOX64: Detected 48bits at least of address space

+WINE prereserve of 0x10000:0x8000 done

+WINE prereserve of 0x110000:0x30000000 done

+WINE prereserve of 0x7f000000:0x3000000 done

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

+Counted 65 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/bin/:/usr/bin/:/var/lib/snapd/snap/bin/:/usr/local/sbin/:/usr/lib/jvm/default/bin/:/usr/bin/site_perl/:/usr/bin/vendor_perl/:/usr/bin/core_perl/

+Looking for /home/bloodmoon/wine/bin/wine64

+Apply RC params for wine64

+Applying BOX64_MAXCPU=64

+argv[1]="C:\GOG Games\Nox\Game.exe"

+Rename process to "wine64"

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libc.so.6

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

+Using native(wrapped) libutil.so.1

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Using emulated /home/bloodmoon/wine/bin/../lib/wine/x86_64-unix/ntdll.so

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

+0124:err:environ:init_peb starting L"C:\\GOG Games\\Nox\\Game.exe" in experimental wow64 mode

+0124:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp.

+0124:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'.

+Using emulated /home/bloodmoon/wine/lib/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 /home/bloodmoon/wine/lib/wine/x86_64-unix/winex11.so

+Using native(wrapped) libXext.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) libXinerama.so.1

+Using native(wrapped) libXxf86vm.so.1

+Using native(wrapped) libXrender.so.1

+Using native(wrapped) libXrandr.so.2

+Using native(wrapped) libXcomposite.so.1

+Using native(wrapped) libXi.so.6

+Using native(wrapped) libXcursor.so.1

+Using native(wrapped) libXfixes.so.3

+Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/opengl32.so

+Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/dnsapi.so

+Using native(wrapped) libresolv.so.2

+Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/ws2_32.so

+0124:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION

+Using native(wrapped) libvulkan.so.1

+Using native(wrapped) libGL.so.1

+0124:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Broadcom". Returning HW_VENDOR_NVIDIA.

+0124:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Broadcom". Returning HW_VENDOR_NVIDIA.

+0124:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Broadcom". Returning HW_VENDOR_NVIDIA.

+Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/winepulse.so

+Using native(wrapped) libpulse.so.0

+Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/winealsa.so

+Using native(wrapped) libasound.so.2

+0124:fixme:ddraw:ddraw_surface1_Flip Ignoring flags 0x1.

+0124:err:virtual:virtual_setup_exception nested exception on signal stack addr 0x7fff00043bd1 stack 0x3ef160

diff --git a/results/scraper/box64/1714 b/results/scraper/box64/1714
new file mode 100644
index 000000000..e38734931
--- /dev/null
+++ b/results/scraper/box64/1714
@@ -0,0 +1,5 @@
+error: only one operation may be used at a time
+![Screenshot_20240807-150325_Termux_X11](https://github.com/user-attachments/assets/22b98a82-f938-4132-87f1-e772898a8327)

+

+

+any help? im using arch64 chroot
\ No newline at end of file