diff options
Diffstat (limited to 'results/scraper/box64/1604')
| -rw-r--r-- | results/scraper/box64/1604 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/results/scraper/box64/1604 b/results/scraper/box64/1604 new file mode 100644 index 000000000..38951c2a6 --- /dev/null +++ b/results/scraper/box64/1604 @@ -0,0 +1,48 @@ +Soma segmentation fault SIGSEGV when attempting to run on M1 pro +When I try to run Soma (GOG edition), I get a segmentation fault: + +``` +$ box64 Soma.bin.x86_64 +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 161 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/snow/.local/bin/:/home/snow/.local/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 Soma.bin.x86_64 +Apply RC params for Soma.bin.x86_64 +Applying BOX64_DYNAREC_FASTROUND=0 +Rename process to "Soma.bin.x86_64" +Using native(wrapped) libGL.so.1 +Using native(wrapped) libGLU.so.1 +Using emulated /home/snow/.local/share/GOG Games/SOMA/game/lib64/libtheora.so.0 +Using native(wrapped) libvorbis.so.0 +Using native(wrapped) libvorbisfile.so.3 +Using native(wrapped) libogg.so.0 +Using emulated /home/snow/.local/share/GOG Games/SOMA/game/lib64/libIL.so.1 +Using native(wrapped) libz.so.1 +Using emulated /home/snow/.local/share/GOG Games/SOMA/game/lib64/libfmodex64-4.44.62.so +Using emulated /home/snow/.local/share/GOG Games/SOMA/game/lib64/libfmodevent64-4.44.62.so +Using native(wrapped) libSDL2-2.0.so.0 +Using native(wrapped) libdl.so.2 +Using native(wrapped) libm.so.6 +Using native(wrapped) librt.so.1 +Using native(wrapped) libpthread.so.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) libutil.so.1 +Using native(wrapped) libbsd.so.0 +32224|SIGSEGV @0xffffa14e92cc (???(0xffffa14e92cc)) (x64pc=0x1292d99//home/snow/.local/share/GOG Games/SOMA/game/Soma.bin.x86_64:"/home/snow/.local/share/GOG Games/SOMA/game/Soma.bin.x86_64/_glewHashListExists", rsp=0xffffbb18d950, stack=0xffffba990000:0xffffbb190000 own=(nil) fp=(nil)), for accessing 0x386f20860 (code=1/prot=0), db=0xffffa1457ce0(0xffffa14e9148:0xffffa14e96f0/0x1292cf0:0x1292e84//home/snow/.local/share/GOG Games/SOMA/game/Soma.bin.x86_64/_glewHashListExists:clean, hash:db7baeb/db7baeb) handler=(nil) +RAX:0x0000000000000000 RCX:0x00000000f8d0da88 RDX:0x000000006614da88 RBX:0x0000000059ba4800 +RSP:0x0000ffffbb18d950 RBP:0x0000000000000000 RSI:0x0000000001a24968 RDI:0x0000000000000000 + R8:0x00000000564b3420 R9:0x0000000000000014 R10:0x0000000000000000 R11:0x000000006614da88 +R12:0x0000ffffbb18de28 R13:0x0000000054c7dfc0 R14:0x000000005732f0d0 R15:0x0000000000000020 +ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 +RSP-0x20:0x0000ffffbb18de28 RSP-0x18:0x00000000012b8ef2 RSP-0x10:0x0000ffffba410118 RSP-0x08:0x0000000059ba4880 +RSP+0x00:0x0000000059ba4800 RSP+0x08:0x000000000129316c RSP+0x10:0x000000000000003c RSP+0x18:0x0000000000000020 +zsh: segmentation fault (core dumped) box64 Soma.bin.x86_64 +``` \ No newline at end of file |