summary refs log tree commit diff stats
path: root/results/scraper/box64/158
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/scraper/box64/15822
-rw-r--r--results/scraper/box64/158025
-rw-r--r--results/scraper/box64/158129
-rw-r--r--results/scraper/box64/1583171
-rw-r--r--results/scraper/box64/158616
-rw-r--r--results/scraper/box64/1588564
-rw-r--r--results/scraper/box64/15892
7 files changed, 829 insertions, 0 deletions
diff --git a/results/scraper/box64/158 b/results/scraper/box64/158
new file mode 100644
index 000000000..d51e91ffb
--- /dev/null
+++ b/results/scraper/box64/158
@@ -0,0 +1,22 @@
+Valheim Dedicated Server - Unimplemented Opcode (E5) FE 97 60 02 40 F9 64 E3 FE 97 E0 FF FF 17 1F
+I am running Valheim Dedicated Server on Raspberry Pi 4 (8MB)

+- Raspberry Pi OS 11 64bit (bullseye)

+- Box64 with Dynarec v0.1.5 f73e419 built on Nov  6 2021 19:34:36

+

+Recently I ran into these errors, both referencing the same "Unimplemented Opcode"

+

+> Nov 07 14:51:41 raspi4 vstart.sh[463]: 11/07/2021 14:51:41: clone 2195

+Nov 07 14:51:41 raspi4 vstart.sh[463]:

+Nov 07 14:51:41 raspi4 vstart.sh[463]: (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)

+Nov 07 14:51:43 raspi4 vstart.sh[463]: * Assertion at class.c:8919, condition `ac->rank' not met

+Nov 07 14:51:43 raspi4 vstart.sh[463]: * Assertion at class.c:8919, condition `ac->rank' not met

+Nov 07 14:51:43 raspi4 vstart.sh[463]: 0463|0x64956d7a: Unimplemented Opcode (E5) FE 97 60 02 40 F9 64 E3 FE 97 E0 FF FF 17 1F

+Nov 07 14:51:43 raspi4 vstart.sh[430]: /home/valheim/Valheim/vstart.sh: line 12:   463 Aborted

+--------------------------------------

+> Nov 08 07:08:21 raspi4 vstart.sh[2694]: (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)

+Nov 08 07:08:23 raspi4 vstart.sh[2694]: ghashtable.c:236: assertion 'hash != NULL' failed

+Nov 08 07:08:23 raspi4 vstart.sh[2694]: * Assertion at boehm-gc.c:1686, condition `GC_base (obj) == (char*)obj - offset' not met

+Nov 08 07:08:23 raspi4 vstart.sh[2694]: 2694|0x64956d7a: Unimplemented Opcode (E5) FE 97 60 02 40 F9 64 E3 FE 97 E0 FF FF 17 1F

+Nov 08 07:08:23 raspi4 vstart.sh[2693]: /home/valheim/Valheim/vstart.sh: line 12:  2694 Aborted

+

+Can you please help me with this?
\ No newline at end of file
diff --git a/results/scraper/box64/1580 b/results/scraper/box64/1580
new file mode 100644
index 000000000..0615e23ee
--- /dev/null
+++ b/results/scraper/box64/1580
@@ -0,0 +1,25 @@
+Error loading needed lib UnityPlayer.so
+I'm trying to run my own Unity game on my Pi 4. It looks like it's not able to find UnityPlayer.so. 

+

+Is that something I need to install separately? Apologies as I'm new to many of these things. 

+

+

+[user]@ledpi:~/Documents $ ./test_linux_1.x86_64 

+Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores

+Params database has 25 entries

+Box64 with Dynarec v0.2.4 45c4117a built on Jun 12 2024 10:33:04

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

+Using default BOX64_PATH: ./:bin/

+Counted 36 Env var

+Looking for ./test_linux_1.x86_64

+Rename process to "test_linux_1.x86_64"

+Error loading needed lib UnityPlayer.so

+Using native(wrapped) libm.so.6

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

+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

+Error loading one of needed lib

+Error: loading needed libs in elf /home/[user]/Documents/test_linux_1.x86_64
\ No newline at end of file
diff --git a/results/scraper/box64/1581 b/results/scraper/box64/1581
new file mode 100644
index 000000000..62e7f8ec2
--- /dev/null
+++ b/results/scraper/box64/1581
@@ -0,0 +1,29 @@
+Wine's Wayland driver does not load
+I'm trying to run wine (wine-9.9) on aarch64, in a Ubuntu 24.04 userspace within Docker since the main OS uses muslibc. Wine was compiled manually on a Ubuntu 24.04 x86_64 machine with Wayland and syswow64 support:

+```

+./configure --enable-archs=i386,x86_64 --enable-win64 --with-wayland=yes

+```

+I enable Wayland like this:

+```

+wine reg.exe add HKCU\\Software\\Wine\\Drivers /v Graphics /d wayland,x11

+```

+I can start `winecfg`, it works by falling back to X11, but when force it to use Wayland by having an empty `DISPLAY` environment variable it fails to start.

+

+I created a log with `WAYLAND_DEBUG=1 WINEDEBUG=+loaddll,+module,+imports,+waylanddrv,+x11drv` and attached the part of it where `winewayland.drv` is being loaded. Unfortunately I don't have an understanding of what is happening here under the hood. Should I not see a line like this somewhere?

+```

+Using native(wrapped) libwayland-client.so.0

+```

+

+[wine-9.9_winecfg_WINEDEBUG_loaddll_module_imports_waylanddrv.log](https://github.com/user-attachments/files/15811823/wine-9.9_winecfg_WINEDEBUG_loaddll_module_imports_waylanddrv.log)

+

+Some notes:

+- aarch64 Wayland apps work within the Docker container (tested: `foot`, [hello-wayland](https://github.com/emersion/hello-wayland))

+- the same "hello-wayland", but compiled on x86_64 and run through `box64`, crashes with a `SIGBUS` exception (another bug?)

+- in `gdb` I can do `file box64` and `run wine winecfg` but I have no idea what to do here lol

+- the wine Wayland driver _does_ work on the x86_64 system where I built wine

+

+Attaching more uncut gzipped logs because it's free, but they are large:

+[winecfg_WINEDEBUG_waylanddrv_loaddll_BOX64_LOG_3.log.gz](https://github.com/user-attachments/files/15811946/winecfg_WINEDEBUG_waylanddrv_loaddll_BOX64_LOG_3.log.gz)

+[winecfg_WINEDEBUG_waylanddrv_loaddll_module_imports.log.gz](https://github.com/user-attachments/files/15811947/winecfg_WINEDEBUG_waylanddrv_loaddll_module_imports.log.gz)

+[winecfg_WINEDEBUG_waylanddrv_loaddll_module_imports_relay.log.gz](https://github.com/user-attachments/files/15811948/winecfg_WINEDEBUG_waylanddrv_loaddll_module_imports_relay.log.gz)

+[winecfg_WINEDEBUG_waylanddrv_loaddll_relay.log.gz](https://github.com/user-attachments/files/15811950/winecfg_WINEDEBUG_waylanddrv_loaddll_relay.log.gz)

diff --git a/results/scraper/box64/1583 b/results/scraper/box64/1583
new file mode 100644
index 000000000..1cc24da8e
--- /dev/null
+++ b/results/scraper/box64/1583
@@ -0,0 +1,171 @@
+Failed to load il2cppMemory Statistics
+My Unity game crashes with the below error. Tried updating to .Net4.0, and building with Mono and IL2CPP backend, but all is giving me the same error.

+

+Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores

+Params database has 25 entries

+Box64 with Dynarec v0.2.4 45c4117a built on Jun 13 2024 11:35:48

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

+Using default BOX64_PATH: ./:bin/

+Counted 17 Env var

+Looking for ./boot/firmware/test_linux_3.x86_64

+Rename process to "test_linux_3.x86_64"

+Using emulated /boot/firmware/UnityPlayer.so

+Using native(wrapped) libm.so.6

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

+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) libdl.so.2

+Warning: Global Symbol _ZTH15gDeferredAction not found, cannot apply R_X86_64_GLOB_DAT @0x103f5b760 ((nil)) in /boot/firmware/UnityPlayer.so

+[UnityMemory] Configuration Parameters - Can be set up in boot.config

+    "memorysetup-bucket-allocator-granularity=16"

+    "memorysetup-bucket-allocator-bucket-count=8"

+    "memorysetup-bucket-allocator-block-size=4194304"

+    "memorysetup-bucket-allocator-block-count=1"

+    "memorysetup-main-allocator-block-size=16777216"

+    "memorysetup-thread-allocator-block-size=16777216"

+    "memorysetup-gfx-main-allocator-block-size=16777216"

+    "memorysetup-gfx-thread-allocator-block-size=16777216"

+    "memorysetup-cache-allocator-block-size=4194304"

+    "memorysetup-typetree-allocator-block-size=2097152"

+    "memorysetup-profiler-bucket-allocator-granularity=16"

+    "memorysetup-profiler-bucket-allocator-bucket-count=8"

+    "memorysetup-profiler-bucket-allocator-block-size=4194304"

+    "memorysetup-profiler-bucket-allocator-block-count=1"

+    "memorysetup-profiler-allocator-block-size=16777216"

+    "memorysetup-profiler-editor-allocator-block-size=1048576"

+    "memorysetup-temp-allocator-size-main=4194304"

+    "memorysetup-job-temp-allocator-block-size=2097152"

+    "memorysetup-job-temp-allocator-block-size-background=1048576"

+    "memorysetup-job-temp-allocator-reduction-small-platforms=262144"

+    "memorysetup-allocator-temp-initial-block-size-main=262144"

+    "memorysetup-allocator-temp-initial-block-size-worker=262144"

+    "memorysetup-temp-allocator-size-background-worker=32768"

+    "memorysetup-temp-allocator-size-job-worker=262144"

+    "memorysetup-temp-allocator-size-preload-manager=262144"

+    "memorysetup-temp-allocator-size-nav-mesh-worker=65536"

+    "memorysetup-temp-allocator-size-audio-worker=65536"

+    "memorysetup-temp-allocator-size-cloud-worker=32768"

+    "memorysetup-temp-allocator-size-gfx=262144"

+Using native(wrapped) libdbus-1.so.3

+Using native(wrapped) libX11.so.6

+Using native(wrapped) libXext.so.6

+Using native(wrapped) libxcb.so.1

+Using native(wrapped) libXau.so.6

+Using native(wrapped) libXdmcp.so.6

+Using native(wrapped) libXcursor.so.1

+Using native(wrapped) libXinerama.so.1

+Using native(wrapped) libXi.so.6

+Using native(wrapped) libXrandr.so.2

+Using native(wrapped) libXrender.so.1

+Using native(wrapped) libXss.so.1

+Using native(wrapped) libXxf86vm.so.1

+Using native(wrapped) libwayland-client.so.0

+Using native(wrapped) libwayland-egl.so.1

+Using native(wrapped) libwayland-cursor.so.0

+Using native(wrapped) libxkbcommon.so.0

+

+

+

+

+######    Player.log

+

+Failed to load il2cppMemory Statistics:

+[ALLOC_TEMP_TLS] TLS Allocator

+  StackAllocators : 

+    [ALLOC_TEMP_MAIN]

+      Initial Block Size 4.0 MB

+      Current Block Size 4.0 MB

+      Peak Allocated Bytes 447 B

+      Overflow Count 0

+    [ALLOC_TEMP_AssetGarbageCollectorHelper] x 3

+      Initial Block Size 64.0 KB

+      Current Block Size 64.0 KB

+      Peak Allocated Bytes 0 B

+      Overflow Count 0

+[ALLOC_DEFAULT] Dual Thread Allocator

+  Peak main deferred allocation count 0

+    [ALLOC_BUCKET]

+      Large Block size 4.0 MB

+      Used Block count 1

+      Peak Allocated bytes 464 B

+    [ALLOC_DEFAULT_MAIN]

+      Requested Block Size 16.0 MB

+      Peak Block count 1

+      Peak Allocated memory 12.4 KB

+      Peak Large allocation bytes 0 B

+    [ALLOC_DEFAULT_THREAD]

+      Requested Block Size 16.0 MB

+      Peak Block count 1

+      Peak Allocated memory 5.5 KB

+      Peak Large allocation bytes 0 B

+[ALLOC_TEMP_JOB_1_FRAME]

+  Initial Block Size 2.0 MB

+  Used Block Count 0

+  Overflow Count (too large) 0

+  Overflow Count (full) 0

+[ALLOC_TEMP_JOB_2_FRAMES]

+  Initial Block Size 2.0 MB

+  Used Block Count 0

+  Overflow Count (too large) 0

+  Overflow Count (full) 0

+[ALLOC_TEMP_JOB_4_FRAMES (JobTemp)]

+  Initial Block Size 2.0 MB

+  Used Block Count 0

+  Overflow Count (too large) 0

+  Overflow Count (full) 0

+[ALLOC_TEMP_JOB_ASYNC (Background)]

+  Initial Block Size 1.0 MB

+  Used Block Count 0

+  Overflow Count (too large) 0

+  Overflow Count (full) 0

+[ALLOC_GFX] Dual Thread Allocator

+  Peak main deferred allocation count 0

+    [ALLOC_BUCKET]

+      Large Block size 4.0 MB

+      Used Block count 1

+      Peak Allocated bytes 464 B

+    [ALLOC_GFX_MAIN]

+      Requested Block Size 16.0 MB

+      Peak Block count 1

+      Peak Allocated memory 96 B

+      Peak Large allocation bytes 0 B

+    [ALLOC_GFX_THREAD]

+      Requested Block Size 16.0 MB

+      Peak Block count 0

+      Peak Allocated memory 0 B

+      Peak Large allocation bytes 0 B

+[ALLOC_CACHEOBJECTS] Dual Thread Allocator

+  Peak main deferred allocation count 0

+    [ALLOC_BUCKET]

+      Large Block size 4.0 MB

+      Used Block count 1

+      Peak Allocated bytes 464 B

+    [ALLOC_CACHEOBJECTS_MAIN]

+      Requested Block Size 4.0 MB

+      Peak Block count 1

+      Peak Allocated memory 96 B

+      Peak Large allocation bytes 0 B

+    [ALLOC_CACHEOBJECTS_THREAD]

+      Requested Block Size 4.0 MB

+      Peak Block count 0

+      Peak Allocated memory 0 B

+      Peak Large allocation bytes 0 B

+[ALLOC_TYPETREE] Dual Thread Allocator

+  Peak main deferred allocation count 0

+    [ALLOC_BUCKET]

+      Large Block size 4.0 MB

+      Used Block count 1

+      Peak Allocated bytes 464 B

+    [ALLOC_TYPETREE_MAIN]

+      Requested Block Size 2.0 MB

+      Peak Block count 1

+      Peak Allocated memory 96 B

+      Peak Large allocation bytes 0 B

+    [ALLOC_TYPETREE_THREAD]

+      Requested Block Size 2.0 MB

+      Peak Block count 0

+      Peak Allocated memory 0 B

+      Peak Large allocation bytes 0 B
\ No newline at end of file
diff --git a/results/scraper/box64/1586 b/results/scraper/box64/1586
new file mode 100644
index 000000000..99f060d1d
--- /dev/null
+++ b/results/scraper/box64/1586
@@ -0,0 +1,16 @@
+Error during linking in build
+https://github.com/Pi-Apps-Coders/box64-debs/actions/runs/9511573266/job/26217953856#step:7:916

+

+```

+[100%] Linking C executable box64

+CMakeFiles/box64.dir/src/tools/my_cpuid.c.o: In function `helper_getcpu':

+/__w/box64-debs/box64-debs/box64/src/tools/my_cpuid.c:475: undefined reference to `getcpu'

+collect2: error: ld returned 1 exit status

+make[2]: *** [box64] Error 1

+CMakeFiles/box64.dir/build.make:5253: recipe for target 'box64' failed

+make[1]: *** [CMakeFiles/box64.dir/all] Error 2

+CMakeFiles/Makefile2:341: recipe for target 'CMakeFiles/box64.dir/all' failed

+Makefile:165: recipe for target 'all' failed

+Failed to run make.

+make: *** [all] Error 2

+```
\ No newline at end of file
diff --git a/results/scraper/box64/1588 b/results/scraper/box64/1588
new file mode 100644
index 000000000..b719509b0
--- /dev/null
+++ b/results/scraper/box64/1588
@@ -0,0 +1,564 @@
+Fear & Hunger SIGABRT on M1 Pro
+When attempting to run the Linux native version of Fear & Hunger on a Macbook M1 Pro, a white window opens briefly after which the program crashes with SIGABRT. This is the log:

+

+```

+$ box64 Game

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores

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

+Params database has 73 entries

+Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05

+BOX64: Detected 48bits at least of address space

+Counted 163 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/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/

+Looking for Game

+Rename process to "Game"

+Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Using native(wrapped) librt.so.1

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libm.so.6

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

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

+Using native(wrapped) libnss3.so

+Using native(wrapped) libnssutil3.so

+Using native(wrapped) libsmime3.so

+Using native(wrapped) libplc4.so

+Using native(wrapped) libnspr4.so

+Using native(wrapped) libgconf-2.so.4

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

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

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libexpat.so.1

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libpangocairo-1.0.so.0

+Using native(wrapped) libpango-1.0.so.0

+Using native(wrapped) libcairo.so.2

+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) libXi.so.6

+Using native(wrapped) libXext.so.6

+Using native(wrapped) libXcursor.so.1

+Using native(wrapped) libXfixes.so.3

+Using native(wrapped) libXrender.so.1

+Using native(wrapped) libXcomposite.so.1

+Using native(wrapped) libasound.so.2

+Using native(wrapped) libXdamage.so.1

+Using native(wrapped) libXtst.so.6

+Using native(wrapped) libXrandr.so.2

+Using native(wrapped) libdbus-1.so.3

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libgtk-x11-2.0.so.0

+Using native(wrapped) libgdk-x11-2.0.so.0

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

+Using native(wrapped) libnotify.so.4

+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) libutil.so.1

+Using native(wrapped) libbsd.so.0

+Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+[72407:0616/211614:ERROR:browser_main_loop.cc(170)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores

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

+Params database has 73 entries

+Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05

+BOX64: Detected 48bits at least of address space

+Counted 163 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/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/

+Looking for /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+argv[1]="--type=zygote"

+argv[2]="--no-sandbox"

+argv[3]="--enable-crash-reporter"

+Rename process to "Game"

+Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Using native(wrapped) librt.so.1

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libm.so.6

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

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

+Using native(wrapped) libnss3.so

+Using native(wrapped) libnssutil3.so

+Using native(wrapped) libsmime3.so

+Using native(wrapped) libplc4.so

+Using native(wrapped) libnspr4.so

+Using native(wrapped) libgconf-2.so.4

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

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

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libexpat.so.1

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libpangocairo-1.0.so.0

+Using native(wrapped) libpango-1.0.so.0

+Using native(wrapped) libcairo.so.2

+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) libXi.so.6

+Using native(wrapped) libXext.so.6

+Using native(wrapped) libXcursor.so.1

+Using native(wrapped) libXfixes.so.3

+Using native(wrapped) libXrender.so.1

+Using native(wrapped) libXcomposite.so.1

+Using native(wrapped) libasound.so.2

+Using native(wrapped) libXdamage.so.1

+Using native(wrapped) libXtst.so.6

+Using native(wrapped) libXrandr.so.2

+Using native(wrapped) libdbus-1.so.3

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libgtk-x11-2.0.so.0

+Using native(wrapped) libgdk-x11-2.0.so.0

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

+Using native(wrapped) libnotify.so.4

+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) libutil.so.1

+Using native(wrapped) libbsd.so.0

+Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Using native(wrapped) libpulse.so.0

+Using emulated /mnt/share/Downloads/Fear & Hunger_LINUX/libffmpegsumo.so

+Using native(wrapped) libpci.so.3

+Using native(wrapped) libsoftokn3.so

+Using native(wrapped) libfreebl3.so

+Using native(wrapped) libudev.so.1

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores

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

+Params database has 73 entries

+Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05

+BOX64: Detected 48bits at least of address space

+Counted 163 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/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/

+Looking for /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+argv[1]="--type=gpu-process"

+argv[2]="--channel=72407.0.1467300915"

+argv[3]="--no-sandbox"

+argv[4]="--enable-crash-reporter"

+argv[5]="--supports-dual-gpus=false"

+argv[6]="--gpu-driver-bug-workarounds=1,40"

+argv[7]="--disable-accelerated-video-decode"

+argv[8]="--gpu-vendor-id=0x0000"

+argv[9]="--gpu-device-id=0x0000"

+argv[10]="--gpu-driver-vendor"

+argv[11]="--gpu-driver-version"

+argv[12]="--enable-crash-reporter"

+Rename process to "Game"

+Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Using native(wrapped) librt.so.1

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libm.so.6

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

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

+Using native(wrapped) libnss3.so

+Using native(wrapped) libnssutil3.so

+Using native(wrapped) libsmime3.so

+Using native(wrapped) libplc4.so

+Using native(wrapped) libnspr4.so

+Using native(wrapped) libgconf-2.so.4

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

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

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libexpat.so.1

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libpangocairo-1.0.so.0

+Using native(wrapped) libpango-1.0.so.0

+Using native(wrapped) libcairo.so.2

+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) libXi.so.6

+Using native(wrapped) libXext.so.6

+Using native(wrapped) libXcursor.so.1

+Using native(wrapped) libXfixes.so.3

+Using native(wrapped) libXrender.so.1

+Using native(wrapped) libXcomposite.so.1

+Using native(wrapped) libasound.so.2

+Using native(wrapped) libXdamage.so.1

+Using native(wrapped) libXtst.so.6

+Using native(wrapped) libXrandr.so.2

+Using native(wrapped) libdbus-1.so.3

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libgtk-x11-2.0.so.0

+Using native(wrapped) libgdk-x11-2.0.so.0

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

+Using native(wrapped) libnotify.so.4

+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) libutil.so.1

+Using native(wrapped) libbsd.so.0

+Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Using native(wrapped) libGL.so.1

+[72430:0616/211614:ERROR:sandbox_linux.cc(325)] InitializeSandbox() called with multiple threads in process gpu-process

+[72407:0616/211615:ERROR:command_buffer_proxy_impl.cc(150)] Could not send GpuCommandBufferMsg_Initialize.

+[72407:0616/211615:ERROR:webgraphicscontext3d_command_buffer_impl.cc(213)] CommandBufferProxy::Initialize failed.

+[72407:0616/211615:ERROR:webgraphicscontext3d_command_buffer_impl.cc(230)] Failed to initialize command buffer.

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores

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

+Params database has 73 entries

+Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05

+BOX64: Detected 48bits at least of address space

+Counted 163 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/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/

+Looking for /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+argv[1]="--type=gpu-process"

+argv[2]="--channel=72407.3.518109993"

+argv[3]="--no-sandbox"

+argv[4]="--enable-crash-reporter"

+argv[5]="--supports-dual-gpus=false"

+argv[6]="--gpu-driver-bug-workarounds=1,40"

+argv[7]="--disable-accelerated-video-decode"

+argv[8]="--gpu-vendor-id=0x0000"

+argv[9]="--gpu-device-id=0x0000"

+argv[10]="--gpu-driver-vendor"

+argv[11]="--gpu-driver-version"

+argv[12]="--enable-crash-reporter"

+Rename process to "Game"

+Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Using native(wrapped) librt.so.1

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libm.so.6

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

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

+Using native(wrapped) libnss3.so

+Using native(wrapped) libnssutil3.so

+Using native(wrapped) libsmime3.so

+Using native(wrapped) libplc4.so

+Using native(wrapped) libnspr4.so

+Using native(wrapped) libgconf-2.so.4

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

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

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libexpat.so.1

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libpangocairo-1.0.so.0

+Using native(wrapped) libpango-1.0.so.0

+Using native(wrapped) libcairo.so.2

+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) libXi.so.6

+Using native(wrapped) libXext.so.6

+Using native(wrapped) libXcursor.so.1

+Using native(wrapped) libXfixes.so.3

+Using native(wrapped) libXrender.so.1

+Using native(wrapped) libXcomposite.so.1

+Using native(wrapped) libasound.so.2

+Using native(wrapped) libXdamage.so.1

+Using native(wrapped) libXtst.so.6

+Using native(wrapped) libXrandr.so.2

+Using native(wrapped) libdbus-1.so.3

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libgtk-x11-2.0.so.0

+Using native(wrapped) libgdk-x11-2.0.so.0

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

+Using native(wrapped) libnotify.so.4

+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) libutil.so.1

+Using native(wrapped) libbsd.so.0

+Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Using native(wrapped) libGL.so.1

+[72469:0616/211615:ERROR:sandbox_linux.cc(325)] InitializeSandbox() called with multiple threads in process gpu-process

+[72407:0616/211615:ERROR:command_buffer_proxy_impl.cc(150)] Could not send GpuCommandBufferMsg_Initialize.

+[72407:0616/211615:ERROR:webgraphicscontext3d_command_buffer_impl.cc(213)] CommandBufferProxy::Initialize failed.

+[72407:0616/211615:ERROR:webgraphicscontext3d_command_buffer_impl.cc(230)] Failed to initialize command buffer.

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores

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

+Params database has 73 entries

+Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05

+BOX64: Detected 48bits at least of address space

+Counted 163 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/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/

+Looking for /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+argv[1]="--type=gpu-process"

+argv[2]="--channel=72407.4.1602117696"

+argv[3]="--no-sandbox"

+argv[4]="--enable-crash-reporter"

+argv[5]="--supports-dual-gpus=false"

+argv[6]="--gpu-driver-bug-workarounds=1,40"

+argv[7]="--disable-accelerated-video-decode"

+argv[8]="--gpu-vendor-id=0x0000"

+argv[9]="--gpu-device-id=0x0000"

+argv[10]="--gpu-driver-vendor"

+argv[11]="--gpu-driver-version"

+argv[12]="--enable-crash-reporter"

+Rename process to "Game"

+Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Using native(wrapped) librt.so.1

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libm.so.6

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

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

+Using native(wrapped) libnss3.so

+Using native(wrapped) libnssutil3.so

+Using native(wrapped) libsmime3.so

+Using native(wrapped) libplc4.so

+Using native(wrapped) libnspr4.so

+Using native(wrapped) libgconf-2.so.4

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

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

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libexpat.so.1

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libpangocairo-1.0.so.0

+Using native(wrapped) libpango-1.0.so.0

+Using native(wrapped) libcairo.so.2

+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) libXi.so.6

+Using native(wrapped) libXext.so.6

+Using native(wrapped) libXcursor.so.1

+Using native(wrapped) libXfixes.so.3

+Using native(wrapped) libXrender.so.1

+Using native(wrapped) libXcomposite.so.1

+Using native(wrapped) libasound.so.2

+Using native(wrapped) libXdamage.so.1

+Using native(wrapped) libXtst.so.6

+Using native(wrapped) libXrandr.so.2

+Using native(wrapped) libdbus-1.so.3

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libgtk-x11-2.0.so.0

+Using native(wrapped) libgdk-x11-2.0.so.0

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

+Using native(wrapped) libnotify.so.4

+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) libutil.so.1

+Using native(wrapped) libbsd.so.0

+Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Using native(wrapped) libGL.so.1

+[72476:0616/211616:ERROR:sandbox_linux.cc(325)] InitializeSandbox() called with multiple threads in process gpu-process

+[72407:0616/211616:ERROR:command_buffer_proxy_impl.cc(150)] Could not send GpuCommandBufferMsg_Initialize.

+[72407:0616/211616:ERROR:webgraphicscontext3d_command_buffer_impl.cc(213)] CommandBufferProxy::Initialize failed.

+[72407:0616/211616:ERROR:webgraphicscontext3d_command_buffer_impl.cc(230)] Failed to initialize command buffer.

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores

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

+Params database has 73 entries

+Box64 with Dynarec v0.2.9 4d068eee built on Jun 16 2024 00:18:05

+BOX64: Detected 48bits at least of address space

+Counted 163 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/:~/.local/bin/hypr/:/home/snow/.cargo/bin/:/home/snow/.local/bin/:/home/snow/bin/:/usr/lib/qtchooser/:/usr/lib64/ccache/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/

+Looking for /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+argv[1]="--type=gpu-process"

+argv[2]="--channel=72407.5.1298507931"

+argv[3]="--no-sandbox"

+argv[4]="--enable-crash-reporter"

+argv[5]="--supports-dual-gpus=false"

+argv[6]="--gpu-driver-bug-workarounds=1,40"

+argv[7]="--disable-accelerated-video-decode"

+argv[8]="--gpu-vendor-id=0x0000"

+argv[9]="--gpu-device-id=0x0000"

+argv[10]="--gpu-driver-vendor"

+argv[11]="--gpu-driver-version"

+argv[12]="--enable-crash-reporter"

+Rename process to "Game"

+Redirecting overridden malloc from dynsym function for /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Using native(wrapped) librt.so.1

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libm.so.6

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

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

+Using native(wrapped) libnss3.so

+Using native(wrapped) libnssutil3.so

+Using native(wrapped) libsmime3.so

+Using native(wrapped) libplc4.so

+Using native(wrapped) libnspr4.so

+Using native(wrapped) libgconf-2.so.4

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

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

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libexpat.so.1

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libpangocairo-1.0.so.0

+Using native(wrapped) libpango-1.0.so.0

+Using native(wrapped) libcairo.so.2

+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) libXi.so.6

+Using native(wrapped) libXext.so.6

+Using native(wrapped) libXcursor.so.1

+Using native(wrapped) libXfixes.so.3

+Using native(wrapped) libXrender.so.1

+Using native(wrapped) libXcomposite.so.1

+Using native(wrapped) libasound.so.2

+Using native(wrapped) libXdamage.so.1

+Using native(wrapped) libXtst.so.6

+Using native(wrapped) libXrandr.so.2

+Using native(wrapped) libdbus-1.so.3

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) libgtk-x11-2.0.so.0

+Using native(wrapped) libgdk-x11-2.0.so.0

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

+Using native(wrapped) libnotify.so.4

+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) libutil.so.1

+Using native(wrapped) libbsd.so.0

+Error: Symbol notify_init not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e60 (0x654326) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_get_server_info not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e68 (0x654336) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_uninit not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e70 (0x654346) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_update not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12e90 (0x654386) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_new not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea0 (0x6543a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_set_image_from_pixbuf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12ea8 (0x6543b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_show not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb0 (0x6543c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol notify_notification_close not found, cannot apply R_X86_64_JUMP_SLOT @0x4b12eb8 (0x6543d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol CERT_NameToAscii not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14138 (0x6568d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_DupItem_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14220 (0x656aa6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PL_strdup not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14270 (0x656b46) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_smprintf not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144d8 (0x657016) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemMap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f0 (0x657046) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_MemUnmap not found, cannot apply R_X86_64_JUMP_SLOT @0x4b144f8 (0x657056) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_JoinThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14510 (0x657086) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol BTOA_DataToAscii_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14520 (0x6570a6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol NSS_PutEnv_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14528 (0x6570b6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_CreateThread not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14530 (0x6570c6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol ATOB_AsciiToData_Util not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14538 (0x6570d6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol SECITEM_Hash not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14548 (0x6570f6) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Error: Symbol PR_SecondsToInterval not found, cannot apply R_X86_64_JUMP_SLOT @0x4b14550 (0x657106) in /mnt/share/Downloads/Fear & Hunger_LINUX/Game

+Using native(wrapped) libGL.so.1

+[72483:0616/211616:ERROR:sandbox_linux.cc(325)] InitializeSandbox() called with multiple threads in process gpu-process

+munmap_chunk(): invalid pointer

+NativeBT: Game() [0x34851910]

+NativeBT: linux-vdso.so.1(__kernel_rt_sigreturn+0) [0xfffed99d4800]

+NativeBT: /lib64/libc.so.6(+0x985e0) [0xfffed98185e0]

+NativeBT: /lib64/libc.so.6(gsignal+0x20) [0xfffed97c5a00]

+NativeBT: /lib64/libc.so.6(abort+0xf8) [0xfffed97b0288]

+NativeBT: /lib64/libc.so.6(+0x8ae24) [0xfffed980ae24]

+NativeBT: /lib64/libc.so.6(+0xa3be8) [0xfffed9823be8]

+NativeBT: /lib64/libc.so.6(+0xa3f64) [0xfffed9823f64]

+NativeBT: /lib64/libc.so.6(__libc_free+0x78) [0xfffed9828b64]

+NativeBT: [0xfffed5b482c4]

+EmulatedBT: box64(malloc+0) [0x10140]

+72407|SIGABRT @0xfffed98185e0 (???(/lib64/libc.so.6+0x985e0)) (x64pc=0x10140/???:"???", rsp=0xfffed9468798, stack=0xfffed8c6c000:0xfffed946c000 own=(nil) fp=0x1), for accessing 0x3e800011ad7 (code=-6/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=0x2bf57f0

+RSP-0x20:0x000000000138b18c RSP-0x18:0x000000003e0d12f0 RSP-0x10:0x00000000013b3df2 RSP-0x08:0x0000027000000330

+RSP+0x00:0x0000000001395b78 RSP+0x08:0x00000a5c33834bf8 RSP+0x10:0x00000000013778cf RSP+0x18:0x00000a5c33834bd0

+RAX:0x0000000000000000 RCX:0x0000000003b56120 RDX:0x0000000000000000 RBX:0x00000000000000a8 

+RSP:0x0000fffed9468798 RBP:0x0000000000000001 RSI:0x00000a5c33834cb0 RDI:0x00000000000000a8 

+ R8:0x0000000000000001  R9:0x00000000000001f2 R10:0x00000a5c335b4840 R11:0x00000000029f7f43 

+R12:0x00000a5c336e4dc0 R13:0x00000a5c337d1360 R14:0x0000000000000001 R15:0x00000a5c33834cb0 

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

+Aborted (core dumped)

+```
\ No newline at end of file
diff --git a/results/scraper/box64/1589 b/results/scraper/box64/1589
new file mode 100644
index 000000000..28e3b35e4
--- /dev/null
+++ b/results/scraper/box64/1589
@@ -0,0 +1,2 @@
+Fallout New Vegas crashes very often
+The crash occurs in the first 1-5 minutes of the game, experimentally I found out that the problem is in box86 (and 64 too), STRONGMEM=1 solves the problem, but the FPS drops quite a lot, and I remember well how six months ago I played this game without STRONGMEM and game didn't crash.
\ No newline at end of file