diff options
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/box64/200 | 24 | ||||
| -rw-r--r-- | results/scraper/box64/2002 | 359 | ||||
| -rw-r--r-- | results/scraper/box64/2003 | 202 | ||||
| -rw-r--r-- | results/scraper/box64/2004 | 275 | ||||
| -rw-r--r-- | results/scraper/box64/2007 | 8 | ||||
| -rw-r--r-- | results/scraper/box64/2009 | 6 |
6 files changed, 874 insertions, 0 deletions
diff --git a/results/scraper/box64/200 b/results/scraper/box64/200 new file mode 100644 index 000000000..dfd8e9220 --- /dev/null +++ b/results/scraper/box64/200 @@ -0,0 +1,24 @@ +Box64 problems with compiling +I attempted to compile Box64 on my Raspberry Pi 4 running Ubuntu Mate 21.10. The error occurs when running `make -j4` +This is a copy of the entire process: + +Scanning dependencies of target WRAPPERS +Scanning dependencies of target dynarec_arm +[ 0%] Generating ../src/wrapped/generated/functions_list.txt +[ 0%] Building C object CMakeFiles/dynarec_arm.dir/src/dynarec/dynablock.c.o +[ 1%] Building C object CMakeFiles/dynarec_arm.dir/src/dynarec/dynarec_arm64_functions.c.o +cc1: error: ‘-mfloat-abi=hard’: selected architecture lacks an FPU +[ 1%] Building C object CMakeFiles/dynarec_arm.dir/src/dynarec/dynarec_arm64.c.o +make[2]: *** [CMakeFiles/dynarec_arm.dir/build.make:82: CMakeFiles/dynarec_arm.dir/src/dynarec/dynablock.c.o] Error 1 +make[2]: *** Waiting for unfinished jobs.... +cc1: error: ‘-mfloat-abi=hard’: selected architecture lacks an FPU +make[2]: *** [CMakeFiles/dynarec_arm.dir/build.make:108: CMakeFiles/dynarec_arm.dir/src/dynarec/dynarec_arm64_functions.c.o] Error 1 +cc1: error: ‘-mfloat-abi=hard’: selected architecture lacks an FPU +make[2]: *** [CMakeFiles/dynarec_arm.dir/build.make:95: CMakeFiles/dynarec_arm.dir/src/dynarec/dynarec_arm64.c.o] Error 1 +make[1]: *** [CMakeFiles/Makefile2:248: CMakeFiles/dynarec_arm.dir/all] Error 2 +make[1]: *** Waiting for unfinished jobs.... +Detected same build as last run, skipping +[ 1%] Built target WRAPPERS +make: *** [Makefile:182: all] Error 2 + +If anyone could help with this issue it would be appreciated. \ No newline at end of file diff --git a/results/scraper/box64/2002 b/results/scraper/box64/2002 new file mode 100644 index 000000000..6e28b5c93 --- /dev/null +++ b/results/scraper/box64/2002 @@ -0,0 +1,359 @@ +Wine keeps stopping after creating wineprefix on muvm +I ran the latest Box64 on Asahi Linux [muvm](https://github.com/AsahiLinux/muvm) microVM that has 4K pagesize and passes the Apple Silicon GPU, on Ubuntu Asahi 24.04.1. I've tested [Pi-Apps-Coders wine-9.17](https://github.com/Pi-Apps-Coders/files/releases/tag/large-files), [Kron4ek Wine 9.20](https://github.com/Kron4ek/Wine-Builds/releases/tag/9.20) (staging, staging-wow64, staging-tkg-wow64) and all of them gave the same `dlopen_dll invalid .so library` error below. This error is similar to #1365 but in this case, the 48bit address space is fulfilled. [GloriousEggroll Wine-GE-Proton8-26](https://github.com/GloriousEggroll/wine-ge-custom/releases/tag/GE-Proton8-26) on the other hand gave the `cannot create memory map` warning and froze. Even without GPU passthrough, Wine still won't run. Could it be a kernel issue? muvm uses a custom kernel embedded in [libkrunfw](https://github.com/containers/libkrunfw) but FEX runs just fine. + +``` +user64@ubuntubox:~$ /opt/wine-9.20-staging-amd64/bin/wine64 winecfg +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Firestorm-M1 with 4 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 95 entries +Box64 with Dynarec v0.3.1 c547090e built on Nov 6 2024 06:22:47 +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 +Counted 23 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/user64/.cargo/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/ +Looking for /opt/wine-9.20-staging-amd64/bin/wine64 +Apply RC params for wine64 +Applying BOX64_MAXCPU=64 +argv[1]="/opt/wine-9.20-staging-amd64/bin/wine64" +argv[2]="winecfg" +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 /opt/wine-9.20-staging-amd64/bin/../lib/wine/x86_64-unix/ntdll.so +Using emulated /usr/lib/box64-x86_64-linux-gnu/libgcc_s.so.1 +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Firestorm-M1 with 4 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 95 entries +Box64 with Dynarec v0.3.1 c547090e built on Nov 6 2024 06:22:47 +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 +Counted 25 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/user64/.cargo/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/ +Looking for /opt/wine-9.20-staging-amd64/bin/wine64 +Apply RC params for wine64 +Applying BOX64_MAXCPU=64 +argv[1]="/opt/wine-9.20-staging-amd64/bin/wine64" +argv[2]="winecfg" +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 /opt/wine-9.20-staging-amd64/bin/../lib/wine/x86_64-unix/ntdll.so +Using emulated /usr/lib/box64-x86_64-linux-gnu/libgcc_s.so.1 +wine: created the configuration directory '/home/user64/.wine' +posix_spawn(0xffff993eefdc, "/opt/wine-9.20-staging-amd64/bin/wineserver", (nil), (nil), 0xffff993eefe0["/opt/wine-9.20-staging-amd64/bin/wineserver", "", ...], 0xffff993ef3a0), IsX64=1, IsX86=0 IsScript=0 envp is context->envv + => posix_spawn(0xffff993eefdc, "/usr/local/bin/box64", (nil), (nil), 0xffffe415f760 ["/usr/local/bin/box64", "/opt/wine-9.20-staging-amd64/bin/wineserver", ""...:1], 0xffffe4160520) +posix_spawn returned 0 +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Firestorm-M1 with 4 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 95 entries +Box64 with Dynarec v0.3.1 c547090e built on Nov 6 2024 06:22:47 +BOX64: Detected 48bits at least of address space +Counted 25 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/user64/.cargo/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/ +Looking for /opt/wine-9.20-staging-amd64/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 0x7fff00041560, 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:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) +002c:fixme:winediag:loader_init wine-staging 9.20 is a testing version containing experimental patches. +002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org. +0034:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, 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'. +0044:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +0044:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +004c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +004c:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0054:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +0054:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) +0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) +0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 +0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 +0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002 +0054:err:ole:start_rpcss Failed to open RpcSs service +004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 +004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 +004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002 +0070:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +0070:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0080:err:ntoskrnl:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys" +0080:err:ntoskrnl:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgkrnl.sys" +0080:err:ntoskrnl:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgmms1.sys" +0098:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +0098:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00a0:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +00a0:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00a0:fixme:file:NtLockFile I/O completion on lock not implemented yet +00a0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION +00a8:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +00a8:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00a8:fixme:file:NtLockFile I/O completion on lock not implemented yet +00a8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION +00b0:err:environ:init_peb starting L"C:\\windows\\mono\\mono-2.0\\support\\removeuserinstalls-x86.exe" in experimental wow64 mode +00b0:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +00b0:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00b8:err:environ:init_peb starting L"C:\\windows\\mono\\mono-2.0\\support\\installinf-x86.exe" in experimental wow64 mode +00b8:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +00b8:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00c0:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +00c0:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00a8:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) +00a8:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) +00a0:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) +00a0:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) +00c8:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +00c8:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00d8:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +00d8:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00f0:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +00f0:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0110:err:environ:init_peb starting L"C:\\windows\\syswow64\\rundll32.exe" in experimental wow64 mode +0110:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +0110:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0110:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet +0118:err:environ:init_peb starting L"C:\\windows\\syswow64\\iexplore.exe" in experimental wow64 mode +0118:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +0118:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10 +0128:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +0128:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10 +0140:err:setupapi:do_file_copyW Unsupported style(s) 0x10 +Using emulated /home/user64/.wine/dosdevices/z:/opt/wine-9.20-staging-amd64/bin/wine64 +0024:err:module:dlopen_dll invalid .so library "/home/user64/.wine/dosdevices/z:/opt/wine-9.20-staging-amd64/bin/wine64", too old? +0024:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, 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'. +0140:err:setupapi:do_file_copyW Unsupported style(s) 0x10 +0168:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00041560, syscall 0x30140320, not installing seccomp. +0168:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +Using emulated /opt/wine-9.20-staging-amd64/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 /opt/wine-9.20-staging-amd64/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 +Application could not be started, or no application associated with the specifie +d file. +ShellExecuteEx failed: File not found. +``` + +Wine-GE-Proton8-26 log: + +``` +user64@ubuntubox:~$ /opt/lutris-GE-Proton8-26-x86_64/bin/wine64 winecfg +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Firestorm-M1 with 4 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 95 entries +Box64 with Dynarec v0.3.1 c547090e built on Nov 6 2024 06:22:47 +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 +Counted 23 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/user64/.cargo/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/ +Looking for /opt/lutris-GE-Proton8-26-x86_64/bin/wine64 +Apply RC params for wine64 +Applying BOX64_MAXCPU=64 +argv[1]="/opt/lutris-GE-Proton8-26-x86_64/bin/wine64" +argv[2]="winecfg" +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 /opt/lutris-GE-Proton8-26-x86_64/bin/../lib64/wine/x86_64-unix/ntdll.so +Using emulated /usr/lib/box64-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 Firestorm-M1 with 4 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 95 entries +Box64 with Dynarec v0.3.1 c547090e built on Nov 6 2024 06:22:47 +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 +Counted 25 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/user64/.cargo/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/ +Looking for /opt/lutris-GE-Proton8-26-x86_64/bin/wine64 +Apply RC params for wine64 +Applying BOX64_MAXCPU=64 +argv[1]="/opt/lutris-GE-Proton8-26-x86_64/bin/wine64" +argv[2]="winecfg" +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 /opt/lutris-GE-Proton8-26-x86_64/bin/../lib64/wine/x86_64-unix/ntdll.so +Using emulated /usr/lib/box64-x86_64-linux-gnu/libunwind.so.8 +Using native(wrapped) liblzma.so.5 +wine: created the configuration directory '/home/user64/.wine' +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Firestorm-M1 with 4 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 95 entries +Box64 with Dynarec v0.3.1 c547090e built on Nov 6 2024 06:22:47 +BOX64: Detected 48bits at least of address space +Counted 25 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/user64/.cargo/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/ +Looking for /opt/lutris-GE-Proton8-26-x86_64/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 +wineserver: using server-side synchronization. +wine: RLIMIT_NICE is <= 20, unable to use setpriority safely +Using emulated /opt/lutris-GE-Proton8-26-x86_64/lib64/wine/x86_64-unix/libwine.so.1 +002c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, 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:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) +002c:fixme:winediag:LdrInitializeThunk wine-staging 8.0 is a testing version containing experimental patches. +002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org. +0034:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, 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'. +0044:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +0044:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +004c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +004c:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) +0054:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +0054:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) +004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 +004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 +004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002 +004c:err:ole:start_rpcss Failed to open RpcSs service +0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 +0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 +0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002 +0068:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, 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'. +0068:err:ole:com_get_class_object class {ff48dba4-60ef-4201-aa87-54103eef594e} not registered +0068:err:ole:com_get_class_object no class object {ff48dba4-60ef-4201-aa87-54103eef594e} could be created for context 0x1 +0068:err:tabtip:create_uia_event_handler Failed to create IUIAutomation interface, hr 0x80040154 +0054:fixme:imm:ImeSetActiveContext himc 000000000001002E, flag 0 stub! +002c:fixme:imm:ImeSetActiveContext himc 0000000000010056, flag 0x1 stub! +0074:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +0074:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0084:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\win32k.sys" +0084:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgkrnl.sys" +0084:err:winedevice:ServiceMain Failed to load L"C:\\windows\\system32\\drivers\\dxgmms1.sys" +0098:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +0098:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0098:fixme:file:NtLockFile I/O completion on lock not implemented yet +0098:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION +0098:err:mscoree:LoadLibraryShim error reading registry key for installroot +0098:err:mscoree:LoadLibraryShim error reading registry key for installroot +0098:err:mscoree:LoadLibraryShim error reading registry key for installroot +0098:err:mscoree:LoadLibraryShim error reading registry key for installroot +0098:err:mscoree:LoadLibraryShim error reading registry key for installroot +0098:err:mscoree:LoadLibraryShim error reading registry key for installroot +0098:err:mscoree:LoadLibraryShim error reading registry key for installroot +0098:err:mscoree:LoadLibraryShim error reading registry key for installroot +00a0:err:environ:init_peb starting L"Z:\\opt\\lutris-GE-Proton8-26-x86_64\\share\\wine\\mono\\wine-mono-8.1.0\\support\\removeuserinstalls-x86.exe" in experimental wow64 mode +00a0:err:module:load_wow64_ntdll failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135 +00a0:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +00a0:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00a0:err:seh:call_stack_handlers invalid frame 00000000000527C8 (0000000000512000-000000000060FD20) +00a0:err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception. +0098:err:msi:execute_script Execution of script 0 halted; action L"REMOVEUSERINSTALLS" returned 1627 +0098:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627 +0098:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) +0098:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) +0098:err:mscoree:install_wine_mono MsiInstallProduct failed, err=1627 +00a8:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +00a8:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00a8:fixme:file:NtLockFile I/O completion on lock not implemented yet +00a8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION +00a8:err:mscoree:LoadLibraryShim error reading registry key for installroot +00a8:err:mscoree:LoadLibraryShim error reading registry key for installroot +00a8:err:mscoree:LoadLibraryShim error reading registry key for installroot +00a8:err:mscoree:LoadLibraryShim error reading registry key for installroot +00b0:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +00b0:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00b0:fixme:file:NtLockFile I/O completion on lock not implemented yet +00b0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION +00b0:err:mscoree:LoadLibraryShim error reading registry key for installroot +00b0:err:mscoree:LoadLibraryShim error reading registry key for installroot +00b0:err:mscoree:LoadLibraryShim error reading registry key for installroot +00b0:err:mscoree:LoadLibraryShim error reading registry key for installroot +00b8:err:environ:init_peb starting L"C:\\windows\\mono\\mono-2.0\\support\\removeuserinstalls-x86.exe" in experimental wow64 mode +00b8:err:module:load_wow64_ntdll failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135 +00b8:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +00b8:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00b8:err:seh:call_stack_handlers invalid frame 0000000000052688 (0000000000512000-000000000060FD20) +00b8:err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception. +00b0:err:msi:execute_script Execution of script 0 halted; action L"REMOVEUSERINSTALLS" returned 1627 +00b0:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627 +00b0:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) +00b0:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5) +00a8:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) +00a8:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 1) +asahi: driver missing +00c0:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +00c0:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00d0:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +00d0:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00e8:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +00e8:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +wine: failed to open L"C:\\windows\\syswow64\\rundll32.exe": c0000135 +0118:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +0118:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0120:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 +0120:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 +0120:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 +0120:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 +0138:err:hid:udev_bus_init UDEV monitor creation failed +wine: configuration in L"/home/user64/.wine" has been updated. +Warning: cannot create memory map (@0x7d000000 0x40f8) for elf "/home/user64/.wine/dosdevices/z:/opt/lutris-GE-Proton8-26-x86_64/bin/wine64" got 0xffff968c1000 +Using emulated /home/user64/.wine/dosdevices/z:/opt/lutris-GE-Proton8-26-x86_64/bin/wine64 +0158:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff0004b1b0, syscall 0x30140400, not installing seccomp. +0158:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +``` \ No newline at end of file diff --git a/results/scraper/box64/2003 b/results/scraper/box64/2003 new file mode 100644 index 000000000..8fae4a080 --- /dev/null +++ b/results/scraper/box64/2003 @@ -0,0 +1,202 @@ +Stardew valley 1.6.8 native help +I am trying to run Stardew Valley 1.6.8, but it's not working. My device is a rooted Samsung Galaxy A23 with a custom ROM, Snapdragon 680 (8 cores, 2.4 GHz), 6GB RAM. I am running Debian in a chroot environment. Right now, I have a lot of things open in the background, but normally about 4GB of RAM would be free. I compiled with the following command: + +`-D ARM64=1 -DCMAKE_C_COMPILER=gcc -DBAD_SIGNAL=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo` + +And I am getting the following error. Please help me! + +` OpenGL Information + GL_VENDOR: Collabora Ltd + GL_RENDERER: zink (Turnip Adreno (TM) 610) + GL_VERSION: 4.6 (Compatibility Profile) Mesa 22.3.6 +` +`❯ neofetch + Emil@localhost + -------------- + OS: Debian GNU/Linux 12 (bookworm) aarch64 + Host: Samsung A23 PROJECT (board-id,09) + Kernel: 4.19.157-rsperf + Uptime: 15 hours, 35 mins + Packages: 1547 (dpkg) + Shell: zsh 5.9 + Resolution: 2408x1080 + DE: LXQt 1.2.0 + WM: Xfwm4 + Theme: Adwaita [GTK3] + Icons: Adwaita [GTK3] + Terminal: qterminal + Terminal Font: Monospace 11 + CPU: Qualcomm KHAJE (8) @ 1.900GHz + Memory: 3777MiB / 5579MiB + + + + + +❯ free -h + total used free shared buff/cache available +Mem: 5.4Gi 3.6Gi 469Mi 25Mi 1.3Gi 1.8Gi +Swap: 2.0Gi 1.6Gi 406Mi +❯ BOX64_DYNAREC_HOTPAGE=0 M box64 ./start.sh + +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Kryo-V2 Cortex-A73 with 8 Cores +Will use Hardware counter measured at 19.2 MHz emulating 2.4 GHz +Params database has 95 entries +Box64 with Dynarec v0.3.1 3ba91a65 built on Nov 6 2024 15:26:47 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 50 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/games/:/usr/games/ +Looking for ./start.sh +Not an ELF file (sign=#!/b) +Error: Reading elf header of /home/Emil/GOG Games/Stardew Valley/start.sh, Try to launch using bash instead +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Kryo-V2 Cortex-A73 with 8 Cores +Will use Hardware counter measured at 19.2 MHz emulating 2.4 GHz +Params database has 95 entries +Box64 with Dynarec v0.3.1 3ba91a65 built on Nov 6 2024 15:26:47 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 50 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/games/:/usr/games/ +Looking for /usr/local/bin/box64-bash +bash detected, disabling banner +Apply RC params for box64-bash +Running Stardew Valley +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Kryo-V2 Cortex-A73 with 8 Cores +Will use Hardware counter measured at 19.2 MHz emulating 2.4 GHz +Params database has 95 entries +Box64 with Dynarec v0.3.1 3ba91a65 built on Nov 6 2024 15:26:47 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 50 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/games/:/usr/games/ +Looking for /usr/local/bin/box64-bash +bash detected, disabling banner +Apply RC params for box64-bash +./StardewValley: line 7: sw_vers: command not found +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL SHA1 SHA2 PageSize:4096 Running on Kryo-V2 Cortex-A73 with 8 Cores +Will use Hardware counter measured at 19.2 MHz emulating 2.4 GHz +Params database has 95 entries +Box64 with Dynarec v0.3.1 3ba91a65 built on Nov 6 2024 15:26:47 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 51 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/games/:/usr/games/ +Looking for ./Stardew Valley +Rename process to "Stardew Valley" +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libdl.so.2 +Using emulated /usr/lib/box64-x86_64-linux-gnu/libstdc++.so.6 +Using native(wrapped) libm.so.6 +Using emulated /usr/lib/box64-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) librt.so.1 +Using native(wrapped) libbsd.so.0 +Using emulated /home/Emil/GOG Games/Stardew Valley/game/libhostfxr.so +Using emulated /home/Emil/GOG Games/Stardew Valley/game/libhostpolicy.so +Using emulated /home/Emil/GOG Games/Stardew Valley/game/libcoreclr.so +Warning: Weak Symbol __gmon_start__ not found, cannot apply R_X86_64_JUMP_SLOT @0x3f046db640 (0x75146) +Warning: Weak Symbol _ZTH12t_ThreadType not found, cannot apply R_X86_64_JUMP_SLOT @0x3f046db6d8 (0x75276) +Warning: Weak Symbol _ZTH27t_pStackWalkerWalkingThread not found, cannot apply R_X86_64_JUMP_SLOT @0x3f046db6e0 (0x75286) +Warning: Weak Symbol _ZTHN9StressLog19t_pCurrentThreadLogE not found, cannot apply R_X86_64_JUMP_SLOT @0x3f046db700 (0x752c6) +Warning: Weak Symbol _ZTH15t_CantStopCount not found, cannot apply R_X86_64_JUMP_SLOT @0x3f046db708 (0x752d6) +Warning: Weak Symbol _ZTH16t_CantAllocCount not found, cannot apply R_X86_64_JUMP_SLOT @0x3f046db760 (0x75386) +Using emulated /home/Emil/GOG Games/Stardew Valley/game/libcoreclrtraceptprovider.so +Error loading needed lib liblttng-ust.so.0 +Error loading one of needed lib +Error initializing needed lib /home/Emil/GOG Games/Stardew Valley/game/libcoreclrtraceptprovider.so +Error loading needed lib liblttng-ust-tracepoint.so.0 +Warning: Cannot dlopen("liblttng-ust-tracepoint.so.0"/0x3f045c52fa, 102) +Error loading needed lib liblttng-ust-tracepoint.so.0 +Warning: Cannot dlopen("liblttng-ust-tracepoint.so.0"/0x3f045c52fa, 102) +Using native(wrapped) libnuma.so.1 +Using emulated /home/Emil/GOG Games/Stardew Valley/game/libclrjit.so +Warning: Weak Symbol __gmon_start__ not found, cannot apply R_X86_64_JUMP_SLOT @0x3f06333750 (0x15c76) +Warning: Weak Symbol _ZTH16t_CantAllocCount not found, cannot apply R_X86_64_JUMP_SLOT @0x3f063337e0 (0x15d96) +Warning: Weak Symbol _ZTH12t_ThreadType not found, cannot apply R_X86_64_JUMP_SLOT @0x3f063337e8 (0x15da6) +Using emulated /home/Emil/GOG Games/Stardew Valley/game/libSystem.Native.so +Error loading needed lib libicuuc.so.80 +Warning: Cannot dlopen("libicuuc.so.80"/0x74eb16cb00, 1) +Error loading needed lib libicuuc.so.79 +Warning: Cannot dlopen("libicuuc.so.79"/0x74eb16cb00, 1) +Error loading needed lib libicuuc.so.78 +Warning: Cannot dlopen("libicuuc.so.78"/0x74eb16cb00, 1) +Error loading needed lib libicuuc.so.77 +Warning: Cannot dlopen("libicuuc.so.77"/0x74eb16cb00, 1) +Error loading needed lib libicuuc.so.76 +Warning: Cannot dlopen("libicuuc.so.76"/0x74eb16cb00, 1) +Error initializing native libicuuc.so.75 (last dlerror is libicuuc.so.75: cannot open shared object file: No such file or directory) +Error loading needed lib libicuuc.so.75 +Warning: Cannot dlopen("libicuuc.so.75"/0x74eb16cb00, 1) +Error initializing native libicuuc.so.74 (last dlerror is libicuuc.so.74: cannot open shared object file: No such file or directory) +Error loading needed lib libicuuc.so.74 +Warning: Cannot dlopen("libicuuc.so.74"/0x74eb16cb00, 1) +Error initializing native libicuuc.so.73 (last dlerror is libicuuc.so.73: cannot open shared object file: No such file or directory) +Error loading needed lib libicuuc.so.73 +Warning: Cannot dlopen("libicuuc.so.73"/0x74eb16cb00, 1) +Using native(wrapped) libicuuc.so.72 +Using native(wrapped) libicui18n.so.72 +Using emulated /home/Emil/GOG Games/Stardew Valley/game/libSDL2-2.0.so.0 +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) libXcursor.so.1 +Using native(wrapped) libXfixes.so.3 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libXinerama.so.1 +Using native(wrapped) libXi.so.6 +Using native(wrapped) libXrandr.so.2 +Using native(wrapped) libXss.so.1 +Using native(wrapped) libXxf86vm.so.1 +Using native(wrapped) libdbus-1.so.3 +Using native(wrapped) libGL.so.1 +Using native(wrapped) libusb-1.0.so.0 +Using native(wrapped) libudev.so.1 +Error loading needed lib Microsoft.DiaSymReader.Native.amd64.dll +Warning: Cannot dlopen("Microsoft.DiaSymReader.Native.amd64.dll"/0x74eb16bbd0, 1) +Error loading needed lib Microsoft.DiaSymReader.Native.amd64.dll +Warning: Cannot dlopen("Microsoft.DiaSymReader.Native.amd64.dll"/0x74eb16bbd0, 1) +Using emulated /home/Emil/GOG Games/Stardew Valley/game/libSystem.IO.Compression.Native.so +Using native(wrapped) libz.so.1 +Error loading needed lib Microsoft.DiaSymReader.Native.amd64.dll +Warning: Cannot dlopen("Microsoft.DiaSymReader.Native.amd64.dll"/0x74eb16bc30, 1) +9577|BOX64: Warning, calling Signal 11 function handler SIG_DFL +Unhandled signal caught, aborting +NativeBT: ./Stardew Valley() [0x34a56400] +NativeBT: linux-vdso.so.1(__kernel_rt_sigreturn+0) [0x74eb43760c] +NativeBT: /lib/aarch64-linux-gnu/libc.so.6(+0x809f0) [0x74eb2c09f0] +NativeBT: /lib/aarch64-linux-gnu/libc.so.6(gsignal+0x1c) [0x74eb27a72c] +NativeBT: /lib/aarch64-linux-gnu/libc.so.6(abort+0xf0) [0x74eb26747c] +NativeBT: ./Stardew Valley() [0x34a54ae8] +NativeBT: ./Stardew Valley() [0x34a552d8] +NativeBT: ./Stardew Valley() [0x34a5722c] +NativeBT: ./Stardew Valley() [0x34a57328] +NativeBT: ./Stardew Valley() [0x34ff6e88] +NativeBT: ./Stardew Valley() [0x34a2ea00] +NativeBT: ./Stardew Valley() [0x34a29144] +NativeBT: ./Stardew Valley() [0x34a236e8] +NativeBT: /lib/aarch64-linux-gnu/libc.so.6(+0x27740) [0x74eb267740] +NativeBT: /lib/aarch64-linux-gnu/libc.so.6(__libc_start_main+0x98) [0x74eb267818] +NativeBT: ./Stardew Valley(_start+0x30) [0x34a23730] +EmulatedBT: ??? [0x3e00000002] +9577|SIGABRT @0x74eb2c09f0 (???(/lib/aarch64-linux-gnu/libc.so.6+0x809f0)) (x64pc=0x3e00000002/"???", rsp=0x3e8c015628, stack=0x74ea970000:0x74eb170000 own=(nil) fp=0x3000000030), for accessing 0x3e800002569 (code=-6/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=0x3f044dcff0 +RSP-0x20:0x0f385e7836e4c3e8 RSP-0x18:0x0e3a5e7836e4bbe8 RSP-0x10:0x0d3c5e7836e4b3e8 RSP-0x08:0x0c3e5e7836e4abe8 +RSP+0x00:0x0b405e7836e4a3e8 RSP+0x08:0x0a425e7836e49be8 RSP+0x10:0x09445e7836e493e8 RSP+0x18:0x08465e7800000002 +RAX:0x00000100c0000005 RCX:0x0000000000000000 RDX:0x00000074eb16c810 RBX:0x00000074eb16cf40 +RSP:0x0000003e8c015628 RBP:0x0000003000000030 RSI:0x00000074eb16c9b0 RDI:0x0000000000000000 + R8:0x00000074b532af34 R9:0x0000000000000000 R10:0x00000074eb16c918 R11:0x00000074eb16c9b0 +R12:0xffffffffffffffff R13:0x00000074eb16d501 R14:0x0000000000000000 R15:0x0000000000000000 +ES:0x002b CS:0x0140 SS:0x002b DS:0x002b FS:0x0000 GS:0x0000 +Warning, accessing segment NULL +9577|SIGSEGV @0x35006eb8 (???(./Stardew Valley+0x806eb8)) (x64pc=0x3f044dd001/"/home/Emil/GOG Games/Stardew Valley/game/libcoreclr.so + 0x4dd001", rsp=0x3e8c014c68, stack=0x74ea970000:0x74eb170000 own=(nil) fp=0x3e8c014c88), for accessing 0x28 (code=1/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil) +RSP-0x20:0x0000000000000000 RSP-0x18:0x0000000000000000 RSP-0x10:0x0000000000000000 RSP-0x08:0x0000000000000000 +RSP+0x00:0x0000000000000000 RSP+0x08:0x0000000000000000 RSP+0x10:0x00000074eb16cf40 RSP+0x18:0x0000000000000000 +RAX:0x00000100c0000005 RCX:0x0000000000000000 RDX:0x0000003e8c014c98 RBX:0x0000003e8c014c98 +RSP:0x0000003e8c014c68 RBP:0x0000003e8c014c88 RSI:0x0000003e8c015060 RDI:0x0000000000000006 + R8:0x00000074b532af34 R9:0x0000000000000000 R10:0x00000074eb16c918 R11:0x00000074eb16c9b0 +R12:0xffffffffffffffff R13:0x00000074eb16d501 R14:0x0000000000000006 R15:0x0000000000000000 +ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0000 GS:0x0000 x64opcode=64 48 8B 04 25 28 00 00 (opcode=f9400261) +./StardewValley: line 27: 9577 Segmentation fault ./"Stardew Valley" $@ + +░▒▓ ╱ ~/GOG Games/Stardew Valley SEGV ✘ ╱ took 40s ╱ at 15:57:31 ▓▒░─╮ +❯ ` \ No newline at end of file diff --git a/results/scraper/box64/2004 b/results/scraper/box64/2004 new file mode 100644 index 000000000..7eff8fdc1 --- /dev/null +++ b/results/scraper/box64/2004 @@ -0,0 +1,275 @@ +Wine issues both on 16K and 4K pagesize +I'm using a Raspberry Pi 5 8GB with Raspberry Pi OS 64bit. +I installed wine following the instructions in this repo +`wine --version`: +``` +Box86 with Dynarec v0.3.7 c993aacd built on Nov 2 2024 17:10:48 +wine-9.20 (Staging) +``` + +Whenever I try to run `wine64 wineboot` or `wine wineboot` on 4K pagesize, I have lots of errors of this kind +``` +Box86 with Dynarec v0.3.7 c993aacd built on Nov 2 2024 17:10:48 +Box86 with Dynarec v0.3.7 c993aacd built on Nov 2 2024 17:10:48 +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 94 entries +Box64 with Dynarec v0.3.1 939486fa built on Nov 6 2024 15:56:42 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 30 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/golden/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/ +Looking for /home/golden/wine/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 +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc40000-0x7ffffffef000, unix_prot 0x7. +002c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x3f00040640, syscall 0x30130400, 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:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe30000-0x7ffffffed000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9d0000-0x7ffffffe2000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffec0000-0x7ffffffef000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc80000-0x7ffffffe6000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff60000-0x7ffffffeb000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffbf0000-0x7ffffffe7000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff40000-0x7ffffffef000, unix_prot 0x7. +002c:fixme:winediag:loader_init wine-staging 9.20 is a testing version containing experimental patches. +002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc40000-0x7ffffffef000, unix_prot 0x7. +0034:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x3f00040640, syscall 0x30130400, 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'. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe30000-0x7ffffffed000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9d0000-0x7ffffffe2000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffec0000-0x7ffffffef000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc80000-0x7ffffffe6000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff60000-0x7ffffffeb000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffbf0000-0x7ffffffe7000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc20000-0x7ffffffe8000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffef000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd20000-0x7ffffffe5000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9c0000-0x7ffffffed000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffb0000-0x7ffffffed000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd50000-0x7ffffffe5000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffa0000-0x7ffffffed000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff210000-0x7ffffffea000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffc0000-0x7ffffffe4000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff70000-0x7fffffff0000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffee0000-0x7fffffff0000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff90000-0x7ffffffe4000, unix_prot 0x7. +003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc40000-0x7ffffffef000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff850000-0x7ffffffea000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc90000-0x7ffffffe8000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff70000-0x7ffffffe9000, unix_prot 0x7. +003c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x3f00040640, syscall 0x30130400, not installing seccomp. +003c:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe30000-0x7ffffffed000, unix_prot 0x7. +003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9d0000-0x7ffffffe2000, unix_prot 0x7. +003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffec0000-0x7ffffffef000, unix_prot 0x7. +003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc80000-0x7ffffffe6000, unix_prot 0x7. +003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff60000-0x7ffffffeb000, unix_prot 0x7. +003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffbf0000-0x7ffffffe7000, unix_prot 0x7. +003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd50000-0x7ffffffe5000, unix_prot 0x7. +003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe00000-0x7fffffff0000, unix_prot 0x7. +003c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffc0000-0x7ffffffed000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc40000-0x7ffffffef000, unix_prot 0x7. +0048:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x3f00040640, syscall 0x30130400, not installing seccomp. +0048:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc40000-0x7ffffffef000, unix_prot 0x7. +0050:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x3f00040640, syscall 0x30130400, not installing seccomp. +0050:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe30000-0x7ffffffed000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9d0000-0x7ffffffe2000, unix_prot 0x7. +0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe30000-0x7ffffffed000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffec0000-0x7ffffffef000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc80000-0x7ffffffe6000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff60000-0x7ffffffeb000, unix_prot 0x7. +0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9d0000-0x7ffffffe2000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffbf0000-0x7ffffffe7000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd20000-0x7ffffffe5000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9c0000-0x7ffffffed000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffb0000-0x7ffffffed000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd50000-0x7ffffffe5000, unix_prot 0x7. +0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffec0000-0x7ffffffef000, unix_prot 0x7. +0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc80000-0x7ffffffe6000, unix_prot 0x7. +0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff60000-0x7ffffffeb000, unix_prot 0x7. +0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffbf0000-0x7ffffffe7000, unix_prot 0x7. +0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffeb0000-0x7ffffffe2000, unix_prot 0x7. +0050:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd50000-0x7ffffffe5000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff70000-0x7fffffff0000, unix_prot 0x7. +0060:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffc0000-0x7ffffffe4000, unix_prot 0x7. +0060:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffd0000-0x7fffffff0000, unix_prot 0x7. +0060:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffd0000-0x7fffffff0000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffd0000-0x7ffffffed000, unix_prot 0x7. +005c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff90000-0x7ffffffee000, unix_prot 0x7. +005c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe00000-0x7fffffff0000, unix_prot 0x7. +0068:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9c0000-0x7ffffffed000, unix_prot 0x7. +0068:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd20000-0x7ffffffe5000, unix_prot 0x7. +0068:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffb0000-0x7ffffffed000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc40000-0x7ffffffef000, unix_prot 0x7. +0078:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x3f00040640, syscall 0x30130400, not installing seccomp. +0078:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0068:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff70000-0x7fffffff0000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff20000-0x7ffffffeb000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe30000-0x7ffffffed000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9d0000-0x7ffffffe2000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffec0000-0x7ffffffef000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc80000-0x7ffffffe6000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff60000-0x7ffffffeb000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffbf0000-0x7ffffffe7000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd50000-0x7ffffffe5000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9c0000-0x7ffffffed000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd20000-0x7ffffffe5000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffb0000-0x7ffffffed000, unix_prot 0x7. +0048:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. +0048:err:winediag:nodrv_CreateWindow L"The explorer process failed to start." +0048:err:systray:initialize_systray Could not create tray window +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff210000-0x7ffffffea000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffc0000-0x7ffffffe4000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffee0000-0x7fffffff0000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff90000-0x7ffffffe4000, unix_prot 0x7. +0078:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff70000-0x7fffffff0000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc20000-0x7ffffffe8000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffef000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffa0000-0x7ffffffed000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff30000-0x7ffffffec000, unix_prot 0x7. +0048:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc90000-0x7ffffffe8000, unix_prot 0x7. +009c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc40000-0x7ffffffef000, unix_prot 0x7. +009c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x3f00040640, syscall 0x30130400, 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'. +009c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe30000-0x7ffffffed000, unix_prot 0x7. +009c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9d0000-0x7ffffffe2000, unix_prot 0x7. +009c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffec0000-0x7ffffffef000, unix_prot 0x7. +009c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc80000-0x7ffffffe6000, unix_prot 0x7. +009c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff60000-0x7ffffffeb000, unix_prot 0x7. +009c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffbf0000-0x7ffffffe7000, unix_prot 0x7. +009c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffd0000-0x7ffffffe8000, unix_prot 0x7. +009c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd50000-0x7ffffffe5000, unix_prot 0x7. +005c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffc0000-0x7ffffffe7000, unix_prot 0x7. +005c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffc0000-0x7ffffffea000, unix_prot 0x7. +005c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff60000-0x7fffffff0000, unix_prot 0x7. +005c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffa0000-0x7ffffffed000, unix_prot 0x7. +005c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffc0000-0x7ffffffe4000, unix_prot 0x7. +005c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff40000-0x7ffffffef000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff210000-0x7ffffffea000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffc0000-0x7ffffffe4000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffa80000-0x7ffffffe2000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd20000-0x7ffffffe5000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9c0000-0x7ffffffed000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffb0000-0x7ffffffed000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff70000-0x7fffffff0000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffee0000-0x7fffffff0000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff90000-0x7ffffffe4000, unix_prot 0x7. +00c4:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc40000-0x7ffffffef000, unix_prot 0x7. +00c4:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x3f00040640, syscall 0x30130400, not installing seccomp. +00c4:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00c4:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe30000-0x7ffffffed000, unix_prot 0x7. +00c4:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffff9d0000-0x7ffffffe2000, unix_prot 0x7. +00c4:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffec0000-0x7ffffffef000, unix_prot 0x7. +00c4:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc80000-0x7ffffffe6000, unix_prot 0x7. +00c4:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff60000-0x7ffffffeb000, unix_prot 0x7. +00c4:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffbf0000-0x7ffffffe7000, unix_prot 0x7. +00c4:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd50000-0x7ffffffe5000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff20000-0x7ffffffeb000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff20000-0x7ffffffeb000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffc20000-0x7ffffffe8000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffe60000-0x7ffffffef000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffd50000-0x7ffffffe5000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffa0000-0x7ffffffed000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7fffffdb0000-0x7ffffffe1000, unix_prot 0x7. +002c:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffff80000-0x7ffffffe7000, unix_prot 0x7. +0034:err:virtual:try_map_free_area mmap() error Cannot allocate memory, range 0x7ffffffd0000-0x7fffffff0000, unix_prot 0x7. +``` +and so on, repeating this message (I eventually kill wine whenever it goes out of the disk sleep state). +Also tried to run The Binding of Isaac and having the same issue, resulting in a crash of the game without even booting (and box64 lamenting that I only have a 39-bit addressing space). + +However when I try to run it on 16K pagesize, the result is different +``` +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:16384 Running on Cortex-A76 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 94 entries +Box64 with Dynarec v0.3.1 939486fa built on Nov 6 2024 15:56:42 +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 +Counted 26 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/golden/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/ +Looking for /usr/local/bin/wine64 +Apply RC params for wine64 +Applying BOX64_MAXCPU=64 +argv[1]="wineboot" +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 /home/golden/wine/bin/../lib64/wine/x86_64-unix/ntdll.so +Using emulated /usr/lib/box64-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:16384 Running on Cortex-A76 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 94 entries +Box64 with Dynarec v0.3.1 939486fa built on Nov 6 2024 15:56:42 +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 +Counted 28 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/golden/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/ +Looking for /home/golden/wine/bin/wine64 +Apply RC params for wine64 +Applying BOX64_MAXCPU=64 +argv[1]="wineboot" +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 /home/golden/wine/bin/../lib64/wine/x86_64-unix/ntdll.so +Using emulated /usr/lib/box64-x86_64-linux-gnu/libunwind.so.8 +Using native(wrapped) liblzma.so.5 +wine: created the configuration directory '/home/golden/.wine' +posix_spawn(0x7fffaae7efdc, "/home/golden/wine/bin/wineserver", (nil), (nil), 0x7fffaae7efe0["/home/golden/wine/bin/wineserver", "", ...], 0x7fffaae7f398), IsX64=1, IsX86=0 IsScript=0 envp is context->envv + => posix_spawn(0x7fffaae7efdc, "/usr/local/bin/box64", (nil), (nil), 0x7fffebcf0c50 ["/usr/local/bin/box64", "/home/golden/wine/bin/wineserver", ""...:1], 0x7fffebcf1428) +posix_spawn returned 0 +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:16384 Running on Cortex-A76 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 94 entries +Box64 with Dynarec v0.3.1 939486fa built on Nov 6 2024 15:56:42 +BOX64: Detected 48bits at least of address space +Counted 28 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/golden/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/ +Looking for /home/golden/wine/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 +wine: failed to start L"C:\\windows\\system32\\wineboot.exe" +0024:err:environ:run_wineboot failed to start wineboot c000007b +wine: failed to load start.exe: c000007b +``` +Wineboot actually dies, and this happens whichever windows program I try to start, even The Binding of Isaac. + +All these commands have been executed without any wineprefix, removing whatever ~/.wine folder was created after each time. \ No newline at end of file diff --git a/results/scraper/box64/2007 b/results/scraper/box64/2007 new file mode 100644 index 000000000..7e7515883 --- /dev/null +++ b/results/scraper/box64/2007 @@ -0,0 +1,8 @@ +[RV64_DYNAREC] How to View Register Values at Runtime and Set Breakpoints in RISC-V Target Code? +I'm currently trying to modify the translation logic of some RISC-V instructions, but I encounter errors in the computation results when running test programs. To diagnose the issue, I’d like to observe the state of RISC-V registers at a specific point during execution. I have the following questions: + +1. How can I view the RISC-V register values of the translated target code at a specific moment during runtime? +2. Is it possible to set breakpoints in the RISC-V target code, so I can pause execution midway and facilitate debugging? + +I'm looking for straightforward methods (e.g., using debugging tools) to accomplish this or any recommended techniques to check the real-time state of registers. + diff --git a/results/scraper/box64/2009 b/results/scraper/box64/2009 new file mode 100644 index 000000000..93df1b794 --- /dev/null +++ b/results/scraper/box64/2009 @@ -0,0 +1,6 @@ +Performance regression in many games +I recently noticed that since commit [3448e94] (Improve handling of memory protection and execution bit), there’s been a noticeable performance regression across many of the games I've tried. In some games, the issue is more noticeable, while in others it’s less so. + +For example, in Fable: The Lost Chapters, the frame rate dropped from around ~55FPS to ~35FPS, or in Sonic Lost World, it went from ~45FPS to ~40FPS. + +I'm using an Nvidia Tegra X1+ device, and this issue started occurring after compiling that particular commit. \ No newline at end of file |