diff options
Diffstat (limited to '')
37 files changed, 2043 insertions, 0 deletions
diff --git a/results/scraper/box64/17 b/results/scraper/box64/17 new file mode 100644 index 000000000..a3e5fc83c --- /dev/null +++ b/results/scraper/box64/17 @@ -0,0 +1,55 @@ +Zoom: Error initializing libglib-2.0.so.0 & Error loading libpcre.so.3 (both x64) +Here are the x64 libraries I'm using: [zoom_x64_libs.zip](https://github.com/ptitSeb/box64/files/6759149/zoom_x64_libs.zip) +I did put the x64 version of `libpcre3` (from [here](https://debian.pkgs.org/10/debian-main-amd64/libpcre3_8.39-12_amd64.deb.html)) in the zoom folder. +here is the output: +``` +itai@pinebookpro:~/Downloads/zoom$ ./zoom +Box64 with Dynarec v0.1.2 de8b4da built on Jul 4 2021 01:24:30 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 58 Env var +Looking for ./zoom +Zoom detected, trying to use system libturbojpeg if possible +Using native(wrapped) libdl.so.2 +Using native(wrapped) libX11.so.6 +Using native(wrapped) librt.so.1 +Using native(wrapped) libxcb.so.1 +Using native(wrapped) libXext.so.6 +Using native(wrapped) libXau.so.6 +Using native(wrapped) libXdmcp.so.6 +Using emulated libxcb-xfixes.so.0 +Using emulated libxcb-shape.so.0 +Using emulated libxcb-shm.so.0 +Using emulated libxcb-randr.so.0 +Using emulated libxcb-image.so.0 +Using emulated libxcb-keysyms.so.1 +Using emulated libxcb-xtest.so.0 +Using native(wrapped) libXfixes.so.3 +Using native(wrapped) libXtst.so.6 +Using emulated libglib-2.0.so.0 +Using native(wrapped) libdbus-1.so.3 +Using emulated libQt5QuickWidgets.so.5 +Using emulated libQt5Quick.so.5 +Using emulated libQt5Widgets.so.5 +Using emulated libQt5X11Extras.so.5 +Using emulated libQt5Gui.so.5 +Using emulated libQt5Qml.so.5 +Using emulated libQt5Network.so.5 +Using emulated libQt5Script.so.5 +Using emulated libQt5DBus.so.5 +Using emulated libQt5Core.so.5 +Using native(wrapped) libGL.so.1 +Using native(wrapped) libpthread.so.0 +Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 +Using native(wrapped) libm.so.6 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Using emulated libxcb-util.so.0 +Error loading needed lib libpcre.so.3 +Error loading one of needed lib +Error initializing needed lib libglib-2.0.so.0 +Error loading one of needed lib +Error: loading needed libs in elf ./zoom +itai@pinebookpro:~/Downloads/zoom$ +``` \ No newline at end of file diff --git a/results/scraper/box64/170 b/results/scraper/box64/170 new file mode 100644 index 000000000..f9e9af766 --- /dev/null +++ b/results/scraper/box64/170 @@ -0,0 +1,36 @@ +Nothing happens when running hardkernel's fip_create +HardKernel provides u-boot environment for their ARM boards and peculiar enough it's possible to build uboot on x86_64 host only since [fip_create](https://github.com/hardkernel/u-boot/raw/odroidn2-v2015.01/fip/fip_create) binary required for the process is x86_64 exclusive. I've tried running it through `box64` but nothing happens: +``` +$ touch zero +$ box64 ./fip_create --bl30 zero --bl31 zero --bl33 zero fip.bin +Box64 v0.1.6 ecc3e88 built on Nov 20 2021 12:16:08 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 60 Env var +Looking for ./fip_create +argv[1]="--bl30" +argv[2]="zero" +argv[3]="--bl31" +argv[4]="zero" +argv[5]="--bl33" +argv[6]="zero" +argv[7]="fip.bin" +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) librt.so.1 +$ stat fip.bin +stat: cannot statx 'fip.bin': No such file or directory +``` +On x86_64 machine: +``` +$ ./fip_create --bl30 zero --bl31 zero --bl33 zero fip.bin +Creating "fip.bin" +$ stat fip.bin + File: fip.bin + Size: 65536 Blocks: 128 IO Block: 4096 regular file +``` + +box64: 0.1.6 +glibc: 2.34 +kernel: 5.15.0 \ No newline at end of file diff --git a/results/scraper/box64/1703 b/results/scraper/box64/1703 new file mode 100644 index 000000000..0ac51029f --- /dev/null +++ b/results/scraper/box64/1703 @@ -0,0 +1,206 @@ +Failed to start wps-office +Hi, +Start wps with the latest box64, an exception occurred and the output is as follows + +` +Dynarec for RISC-V With extension: I M A F D C Zba Zbb Zbc Zbs Vector (vlen: 256) PageSize:4096 Running on Unknown CPU with 8 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 87 entries +Box64 with Dynarec v0.3.1 2e6acc86 built on Jul 22 2024 10:05:15 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +BOX64 will force the used of emulated libs for libqxcb.so +Counted 41 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/ +Looking for /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/wps +Rename process to "wps" +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libc++abi.so.1 +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libtcmalloc_minimal.so.4 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/liblibsafec.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libc++.so.1 +Using native(wrapped) libm.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) librt.so.1 +Using native(wrapped) libbsd.so.0 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libwpsmain.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libksolite.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libkso.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libgriddrawer.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libwpsio.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libkprometheus.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libsearchcore.so +Using native(wrapped) libglib-2.0.so.0 +Using native(wrapped) libgobject-2.0.so.0 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5XmlKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5NetworkKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5PrintSupportKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5X11ExtrasKso.so.5 +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 emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libthrift.so.0.13.0 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libxercesc3.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5WidgetsKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5GuiKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5CoreKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libicui18n.so.55 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libicuuc.so.55 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libicudata.so.55 +Using native(wrapped) libgthread-2.0.so.0 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libstdc++.so.6 +Using native(wrapped) libGL.so.1 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/addons/krecentfile/libkrecentfile.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libkdownload.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libkcloudfiledialog.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5ConcurrentKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5WebKitWidgets.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5DBusKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libcurl.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libcrypto.so.1.1 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libssl.so.1.1 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5WebKit.so.5 +Using native(wrapped) libXcomposite.so.1 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libxml2.so.2 +Using native(wrapped) libxslt.so.1 +Using native(wrapped) libsqlite3.so.0 +Using native(wrapped) libgio-2.0.so.0 +Using native(wrapped) libgmodule-2.0.so.0 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/addons/konlinefileconfig/libkonlinefileconfig.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libqingipc.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libksqlite3.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/addons/kmodule/libkmodule.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/addons/kfpccomb/libkfpccomb.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/addons/knetwork/libknetwork.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5SvgKso.so.5 +Using native(wrapped) libfreetype.so.6 +Using native(wrapped) libfontconfig.so.1 +Using native(wrapped) libexpat.so.1 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libmythes.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libIRLAS.so +QT_MESSAGE_PATTERN: Unknown placeholder %{if-cat +%{if-catLoader::%{if-catLoader() looking at "/root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/qt/plugins/platforms/libqxcb.so" +"%{if-cato extrac%{if-cat meta data from '/root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/qt/plugins/platforms/libqxcb.so'" +%{if-cat not a plugin +%{if-catLoader::%{if-catLoader()%{if-catg directory path "/root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/platforms" ... +%{if-catt find t%{if-catatform plugin "xcb" in "" +%{if-catlication%{if-catto start%{if-cat no Qt p%{if-catplugin c%{if-catinitiali%{if-catnstallin%{if-catplicatio%{if-catx this problem. + +Dynarec for RISC-V With extension: I M A F D C Zba Zbb Zbc Zbs Vector (vlen: 256) PageSize:4096 Running on Unknown CPU with 8 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 87 entries +Box64 with Dynarec v0.3.1 2e6acc86 built on Jul 22 2024 10:05:15 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +BOX64 will force the used of emulated libs for libqxcb.so +Counted 42 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/ +Looking for /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/transerr +argv[1]="-app=wps" +argv[2]="-ccrash=0" +argv[3]="-callfrom=1" +argv[4]="-cpid=3349" +argv[5]="-module=wps" +argv[6]="-dir=" +Rename process to "transerr" +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libc++abi.so.1 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libkso.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libksolite.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5WidgetsKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5XmlKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5NetworkKso.so.5 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libdl.so.2 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/liblibsafec.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5GuiKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5CoreKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libc++.so.1 +Using native(wrapped) libm.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) librt.so.1 +Using native(wrapped) libbsd.so.0 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libicui18n.so.55 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libicuuc.so.55 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libicudata.so.55 +Using native(wrapped) libgthread-2.0.so.0 +Using native(wrapped) libglib-2.0.so.0 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libstdc++.so.6 +Using native(wrapped) libGL.so.1 +root@k1:/home/bianbu/lz/box64# Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/addons/konlinefileconfig/libkonlinefileconfig.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libkdownload.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libqingipc.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libksqlite3.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/addons/kmodule/libkmodule.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/addons/kfpccomb/libkfpccomb.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/addons/knetwork/libknetwork.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5WebKitWidgets.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5SvgKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5X11ExtrasKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5DBusKso.so.5 +Using native(wrapped) libgobject-2.0.so.0 +Using native(wrapped) libgio-2.0.so.0 +Using native(wrapped) libgmodule-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 emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libthrift.so.0.13.0 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libcrypto.so.1.1 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libssl.so.1.1 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libcurl.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5WebKit.so.5 +Using native(wrapped) libXcomposite.so.1 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libxml2.so.2 +Using native(wrapped) libxslt.so.1 +Using native(wrapped) libsqlite3.so.0 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5PrintSupportKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libkcloudfiledialog.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libkprometheus.so +Using native(wrapped) libfreetype.so.6 +Using native(wrapped) libfontconfig.so.1 +Using native(wrapped) libexpat.so.1 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libxercesc3.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libmythes.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libIRLAS.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/addons/krecentfile/libkrecentfile.so +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libQt5ConcurrentKso.so.5 +Using emulated /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/libsearchcore.so +QT_MESSAGE_PATTERN: Unknown placeholder %{if-cat%1.kss.kLoader::%1.kss.kLoader()%1.kss.kg directory path "/root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/qt/plugins/platforms" ... +%{if-catLoader::%{if-catLoader() looking at "/root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/qt/plugins/platforms/libqxcb.so" +"%{if-cato extrac%{if-cat meta data from '/root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/qt/plugins/platforms/libqxcb.so'" +%{if-cat not a plugin +%{if-catLoader::%{if-catLoader()%{if-catg directory path "/root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/platforms" ... +%{if-catt find t%{if-catatform plugin "xcb" in "" +%{if-catlication%{if-catto start%{if-cat no Qt p%{if-catplugin c%{if-catinitiali%{if-catnstallin%{if-catplicatio%{if-catx this problem. + +terminating with uncaught foreign exception +NativeBT: /root/.local/share/ruyi/binaries/x86_64/wps-office-11.1.0-r.11720/opt/kingsoft/wps-office/office6/transerr() [0x34a1c0ac] +NativeBT: linux-vdso.so.1(__vdso_rt_sigreturn+0) [0x3fbaba6800] +NativeBT: /lib/riscv64-linux-gnu/libc.so.6(+0x6c0da) [0x3fbaa920da] +NativeBT: /lib/riscv64-linux-gnu/libc.so.6(gsignal+0x12) [0x3fbaa5c29a] +NativeBT: /lib/riscv64-linux-gnu/libc.so.6(abort+0xac) [0x3fbaa4c3c4] +NativeBT: [0x3fb3d2da54] +EmulatedBT: box64(abort+0) [0x50080] +3360|SIGABRT @0x3fbaa920da (???(/lib/riscv64-linux-gnu/libc.so.6+0x6c0da)) (x64pc=0x50080/"???", rsp=0x3fba99c5b8, stack=0x3fba19e000:0x3fba99e000 own=(nil) fp=0x371912b0), for accessing 0xd20 (code=-6/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil) +RSP-0x20:0x000000003719d129 RSP-0x18:0x000000003719d0a8 RSP-0x10:0x00000000369d37d0 RSP-0x08:0x0000000000000004 +RSP+0x00:0x0000003f000083b7 RSP+0x08:0x0000003fba99c758 RSP+0x10:0x0000003f0003ff18 RSP+0x18:0x000000000000365b +RAX:0x000000000000000a RCX:0x0000000000365be0 RDX:0x0000003fba99c670 RBX:0x0000003fbab7a4d8 +RSP:0x0000003fba99c5b8 RBP:0x00000000371912b0 RSI:0x0000003fbab7a318 RDI:0x000000000000000a + R8:0x0000000000000018 R9:0x00000000000000a1 R10:0x0000003f0003fee6 R11:0x0000000000000088 +R12:0x0000003f0c621540 R13:0x0000000000365bc0 R14:0x0000000000000000 R15:0x0000003fba99cc30 +ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 + + + +` + diff --git a/results/scraper/box64/1708 b/results/scraper/box64/1708 new file mode 100644 index 000000000..19e6b1559 --- /dev/null +++ b/results/scraper/box64/1708 @@ -0,0 +1,8 @@ +Segmentation fault with cpython +Hi, + +There appears to be a number of functions which need to be wrapped in cpython. I've ran this with `BOX64_DLSYM_ERROR=1` to hopefully help with the fixes. + +[log.txt](https://github.com/user-attachments/files/16376811/log.txt) + +Thanks! \ No newline at end of file diff --git a/results/scraper/box64/171 b/results/scraper/box64/171 new file mode 100644 index 000000000..c428994bb --- /dev/null +++ b/results/scraper/box64/171 @@ -0,0 +1,69 @@ +Cannot emulate Minecraft Dedicated Server +**platform**: aarch64 Android (tiny-ubuntu in termux) +**compile host**: as above + +Originally, I ran bds(Minecraft Dedicated Server) directly, it generated an error caused by wrapped `libcrypto.so.1` library, then I added an environment variable to let box64 to emulate `libcrypto.so.1`, and this error disappeared. + +But that's not the major problem, the major one is: +`9463|0x22bdb41: Unimplemented Opcode (53) 64 8A 04 25 4C FE FF FF 84 C0 74 02 5B C3 64 +corrupted size vs. prev_size` +then the program exited with a segmentation fault. + +I have seen someone raised similar issues before, but the new commit didn't seem to work on my issue. I'm appreciate and glad to help testing if you plan to fix it. + +The complete output is: +``` +root@localhost:~/bds# ./box64 bedrock_server +Box64 v0.1.6 1874c57 built on Nov 21 2021 14:05:22 +BOX64_LD_LIBRARY_PATH: depends/lib/ +BOX64 will force the used of emulated libs for libcrypto.so.1 +Using default BOX64_PATH: ./:bin/ +Counted 13 Env var +Looking for bedrock_server +Using native(wrapped) libz.so.1 +Using native(wrapped) libnsl.so.1 +Using native(wrapped) libssl.so.1 +Using emulated depends/lib/libcrypto.so.1.1 +Using native(wrapped) libdl.so.2 +Using native(wrapped) librt.so.1 +Using native(wrapped) libm.so.6 +Using native(wrapped) libpthread.so.0 +Using emulated depends/lib/libstdc++.so.6 +Using emulated depends/lib/libgcc_s.so.1 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x65694098, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fd0000ec8, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fc8000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fcc000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fc0000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fc4000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fb8000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fb0000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fb4000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fa8000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fac000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fa0000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6f9c000e98, 0x5060fc8) ignored +NO LOG FILE! - Failed to up file descriptor limit Operation not permitted +NO LOG FILE! - setting up server logging... +[2021-11-21 23:23:18 INFO] Starting Server +[2021-11-21 23:23:18 INFO] Version 1.17.11.01 +[2021-11-21 23:23:18 INFO] Session ID 0fdf071b-baca-422c-9169-36104454719b +[2021-11-21 23:23:18 INFO] Level Name: abcdef +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6f9c000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fb4000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fac000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fa0000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fa8000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fc8000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fc0000e98, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x37f70e0, 0x6fb8000e98, 0x5060fc8) ignored +[2021-11-21 23:23:18 INFO] Game mode: 1 Creative +[2021-11-21 23:23:18 INFO] Difficulty: 1 EASY +[INFO] opening worlds/abcdef/db +9463|0x22bdb41: Unimplemented Opcode (53) 64 8A 04 25 4C FE FF FF 84 C0 74 02 5B C3 64 +corrupted size vs. prev_size +Segmentation fault +root@localhost:~/bds# +``` \ No newline at end of file diff --git a/results/scraper/box64/1710 b/results/scraper/box64/1710 new file mode 100644 index 000000000..5ebf89b5d --- /dev/null +++ b/results/scraper/box64/1710 @@ -0,0 +1,10 @@ +Unimplemented Opcode (66 0F 6F D1) 67 66 0F FE C8 66 0F 76 C5 66 0F 6F DC 66 0F +When I run the dedicated server program “FactoryServer” on aarch64 device using box with “-multihome=0.0.0.0” parameter to start it causes a crash. +[FactoryGame.log](https://github.com/user-attachments/files/16430561/FactoryGame.log) + +Then this error occurs and the program crashes +[2024.07.30-15.58.54:509][432]LogDTLSHandler: Warning: Empty certificate identifier +595771|0x7fff39206460: Unimplemented Opcode (66 0F 6F D1) 67 66 0F FE C8 66 0F 76 C5 66 0F 6F DC 66 0F +Sigfault/Segbus while quitting, exiting silently + +This problem only occurs when I run it on an aarch64 device at the moment, I don't get any exceptions after performing the same operation on an x86 machine diff --git a/results/scraper/box64/1711 b/results/scraper/box64/1711 new file mode 100644 index 000000000..98ab27813 --- /dev/null +++ b/results/scraper/box64/1711 @@ -0,0 +1,62 @@ +Is it possible to regenerate `table64` for a dynablock? +## Background + +I am implementing a external cache-system (my research project, wip), so that the generated dynablock for program A could be reused in the other programs or the next time program A starts. This idea could help to by-pass the complex `native_pass`es. + +Currently the dynablock can be stored in the cache system correctly and box64 can lookup the external cache correctly. I found however the fetched external cache (dynablock) can not be used directly, as it contains many position-dependent information. For example (if I am wrong, please correct me): +1. the first `void *` word of the block: easy to regenerate +2. the `next` pointer in the block, and the `jmpnext` address: easy to regenerate +3. the `table64` in the block: **hard to regenerate???** +4. ... (any other information? I am not sure ...) + +https://github.com/ptitSeb/box64/blob/27a8d19f31327c5c620c5037b4534b0cb200a2a9/src/dynarec/dynarec_native.c#L542-L551 + +SO, I think the cache can be effectively reused if we can have a (cheap) way to regenerate the `table64`. + +## But, how to? + +I tried to introduced a `native_pass4` to regenerate the `table64`. To define this new pass, I basically created such header file: + +```c +#define INIT +#define FINI +#define EMIT(A) + +#define MESSAGE(A, ...) +#define NEW_INST +#define INST_EPILOG +#define INST_NAME(name) + +#define TABLE64(A, V) {int val64offset = Table64(dyn, (V), 4); MESSAGE(LOG_DUMP, " Table64: 0x%lx\n", (V)); AUIPC(A, SPLIT20(val64offset)); LD(A, A, SPLIT12(val64offset));} +#define FTABLE64(A, V) {mmx87_regs_t v = {.d = V}; int val64offset = Table64(dyn, v.q, 4); MESSAGE(LOG_DUMP, " FTable64: %g\n", v.d); AUIPC(x1, SPLIT20(val64offset)); FLD(A, x1, SPLIT12(val64offset));} +``` + +and adapted some conditional-compilation directives in the codebase, e.g.: + +```diff +- #if STEP == 3 ++ #if STEP == 3 || STEP == 4 + #define X87_COMBINE(A, B) extcache_st_coherency(dyn, ninst, A, B) + #else +``` + +Before calling `native_pass4`, I set the `helper` (just like before calling `native_pass3` in the original code path): + +```c +helper.block = block->block; +helper.tablestart = (uintptr_t)tablestart; +helper.jmp_next = (uintptr_t)next + sizeof(void*); +helper.instsize = (instsize_t*)(block->instsize); +helper.table64cap = (next - tablestart) / sizeof(uint64_t); +helper.table64 = (uint64_t*)tablestart; +helper.native_size = 0; +helper.table64size = 0; +helper.insts_size = 0; +native_pass4(&helper, addr, alternate, is32bits); +``` + +However, this seemed not working well. The `table64` seemed not generated correctly. I think it could be something wrong at the `helper`, because I actually did not do all actions on `helper` as the original code path does before `native_pass3`. + +So, my question is, _is it possible to regenerate the `table64`?_ :thinking: + +I would appreciate it if you can help me to understand how `FillBlock64` generates `table64` or give some hints to regenerate the `table64` for an existing dynablock. \ No newline at end of file diff --git a/results/scraper/box64/1712 b/results/scraper/box64/1712 new file mode 100644 index 000000000..8a29c16bb --- /dev/null +++ b/results/scraper/box64/1712 @@ -0,0 +1,81 @@ +Raspberry Pi 5 with Raspberry Pi OS may not run steam "steam-runtime-launcher-service crashes" +I tried to run steam with box86 or box64, but both of them failed to run +Here's the log: +`Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 80 entries +Box64 with Dynarec v0.3.1 e8fad111 built on Aug 5 2024 06:22:17 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 54 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/home/warick/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ +Looking for steam +Apply RC params for steam +Applying BOX64_CRASHHANDLER=1 +Applying BOX64_EMULATED_LIBS=libudev.so.0 +Not an ELF file (sign=#!/b) +Error: Reading elf header of /usr/local/bin/steam, Try to launch natively instead +steam.sh[337979]: Running Steam on debian 12 64-bit +steam.sh[337979]: STEAM_RUNTIME is enabled by the user +setup.sh[338050]: Steam runtime environment up-to-date! +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 80 entries +Box64 with Dynarec v0.3.1 e8fad111 built on Aug 5 2024 06:22:17 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 67 Env var +BOX64 LIB PATH: /home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/:/lib/aarch64-linux-gnu/:/lib/arm-linux-gnueabihf/:/usr/lib/aarch64-linux-gnu/libfakeroot/:/usr/local/lib/:/lib/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/lib/x86_64-linux-gnu/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/x86_64-linux-gnu/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/lib/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/:./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/home/warick/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/:/snap/bin/ +Looking for /home/warick/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/srt-logger +argv[1]="--exec-fallback" +argv[2]="--filename=console-linux.txt" +argv[3]="-t" +argv[4]="steam" +Rename process to "srt-logger" +Using native(wrapped) libgio-2.0.so.0 +Using native(wrapped) libgmodule-2.0.so.0 +Using native(wrapped) libglib-2.0.so.0 +Using native(wrapped) libgobject-2.0.so.0 +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libutil.so.1 +Using native(wrapped) librt.so.1 +Using native(wrapped) libbsd.so.0 +steam.sh[337979]: Steam client's requirements are satisfied +[2024-08-05 23:11:31] Startup - updater built Jul 16 2024 23:21:18 +[2024-08-05 23:11:31] Startup - Steam Client launched with: '/home/warick/.local/share/Steam/ubuntu12_32/steam' '-srt-logger-opened' +[2024-08-05 23:11:31] Loading cached metrics from disk (/home/warick/.local/share/Steam/package/steam_client_metrics.bin) +[2024-08-05 23:11:31] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults +[2024-08-05 23:11:31] Using the following download hosts for Public, Realm steamglobal +[2024-08-05 23:11:31] 1. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in' +[2024-08-05 23:11:31] Verifying installation... +[2024-08-05 23:11:31] Verification complete +UpdateUI: skip show logoError initializing native libpng12.so.0 (last dlerror is libpng12.so.0: 错误的 ELF 类:ELFCLASS64) + +Steam logging initialized: directory: /home/warick/.local/share/Steam/logs + +XRRGetOutputInfo Workaround: initialized with override: 0 real: 0x401a0080 +XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0x401a0090 +CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize +dbus[338077]: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file ../../../dbus/dbus-message.c line 1373. +This is normally a bug in some application using the D-Bus library. + +Steam Runtime Launch Service: starting steam-runtime-launcher-service +Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 338247 +Steam Runtime Launch Service: steam-runtime-launcher-service pid 338247 exited +Steam Runtime Launch Service: starting steam-runtime-launcher-service +Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 338370 +Steam Runtime Launch Service: steam-runtime-launcher-service pid 338370 exited +Steam Runtime Launch Service: starting steam-runtime-launcher-service +Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 338423 +Steam Runtime Launch Service: steam-runtime-launcher-service pid 338423 exited +Steam Runtime Launch Service: steam-runtime-launcher-service keeps crashing on startup, disabling +src/steamUI/steamuisharedjscontroller.cpp (619) : Failed creating offscreen shared JS context +src/steamUI/steamuisharedjscontroller.cpp (619) : Failed creating offscreen shared JS context` + +I can't even see the login window, but only 'steamwebhelper is not responding' window, i also tried 'Restart Steam with GPU Acceleration disabled' and other opinions ...just not woking, same error outputed +From the log last lines, i found that the problem is steam-runtime-launcher-service crash frequently, due to steamwebhelper crash, you can also check out the error line with Chinese characters, that may also the problem...(anyway, i'm the Chinese) +Anyway, i checked out most of issues about steam, but none of which are same, what interesting +I saw the Raspberry 5 install steam instrution uses Ubuntu, is that steam with box86/box64 just won't work in debian 12 ? \ No newline at end of file diff --git a/results/scraper/box64/1713 b/results/scraper/box64/1713 new file mode 100644 index 000000000..7366dc436 --- /dev/null +++ b/results/scraper/box64/1713 @@ -0,0 +1,186 @@ +game Nox freeze at the launch screen +https://www.gog.com/fr/game/nox +PI5, latest box64-git and wine 9.14 manjaro + +wine64 Game.exe +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 87 entries +Box64 with Dynarec v0.3.1 e8fad111 built on Aug 4 2024 10:53:16 +BOX64: Wine64 detected, WINEPRELOADRESERVE="" +BOX64: Detected 48bits at least of address space +WINE prereserve of 0x10000:0x8000 done +WINE prereserve of 0x110000:0x30000000 done +WINE prereserve of 0x7f000000:0x3000000 done +BOX64: Detected running wine with "Game.exe" +Counted 61 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/bin/:/usr/bin/:/var/lib/snapd/snap/bin/:/usr/local/sbin/:/usr/lib/jvm/default/bin/:/usr/bin/site_perl/:/usr/bin/vendor_perl/:/usr/bin/core_perl/ +Looking for /usr/local/bin/wine64 +Apply RC params for wine64 +Applying BOX64_MAXCPU=64 +argv[1]="Game.exe" +Rename process to "wine64" +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libutil.so.1 +Using native(wrapped) librt.so.1 +Using native(wrapped) libbsd.so.0 +Using emulated /home/bloodmoon/wine/bin/../lib/wine/x86_64-unix/ntdll.so +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 87 entries +Box64 with Dynarec v0.3.1 e8fad111 built on Aug 4 2024 10:53:16 +BOX64: Wine64 detected, WINEPRELOADRESERVE="" +BOX64: Detected 48bits at least of address space +WINE prereserve of 0x10000:0x8000 done +WINE prereserve of 0x110000:0x30000000 done +WINE prereserve of 0x7f000000:0x3000000 done +BOX64: Detected running wine with "Game.exe" +Counted 63 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/bin/:/usr/bin/:/var/lib/snapd/snap/bin/:/usr/local/sbin/:/usr/lib/jvm/default/bin/:/usr/bin/site_perl/:/usr/bin/vendor_perl/:/usr/bin/core_perl/ +Looking for /home/bloodmoon/wine/bin/wine64 +Apply RC params for wine64 +Applying BOX64_MAXCPU=64 +argv[1]="Game.exe" +Rename process to "wine64" +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libutil.so.1 +Using native(wrapped) librt.so.1 +Using native(wrapped) libbsd.so.0 +Using emulated /home/bloodmoon/wine/bin/../lib/wine/x86_64-unix/ntdll.so +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +posix_spawn(0xffff90b4f0dc, "/home/bloodmoon/wine/bin/wineserver", (nil), (nil), 0xffff90b4f0e0["/home/bloodmoon/wine/bin/wineserver", "", ...], 0xffff90b4f4a0), IsX64=1, IsX86=0 IsScript=0 envp is context->envv + => posix_spawn(0xffff90b4f0dc, "/usr/bin/box64", (nil), (nil), 0xffffc1685690 ["/usr/bin/box64", "/home/bloodmoon/wine/bin/wineserver", ""...:1], 0xffffc1685d48) +posix_spawn returned 0 +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 87 entries +Box64 with Dynarec v0.3.1 e8fad111 built on Aug 4 2024 10:53:16 +BOX64: Detected 48bits at least of address space +Counted 63 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/bin/:/usr/bin/:/var/lib/snapd/snap/bin/:/usr/local/sbin/:/usr/lib/jvm/default/bin/:/usr/bin/site_perl/:/usr/bin/vendor_perl/:/usr/bin/core_perl/ +Looking for /home/bloodmoon/wine/bin/wineserver +Rename process to "wineserver" +Using native(wrapped) libdl.so.2 +Using native(wrapped) librt.so.1 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libutil.so.1 +Using native(wrapped) libbsd.so.0 +002c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp. +002c:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +002c:fixme:winediag:loader_init wine-staging 9.14 is a testing version containing experimental patches. +002c:fixme:winediag:loader_init Please mention your exact version when filing bug reports on winehq.org. +002c:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2). +0034:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp. +0034:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0040:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp. +0040:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0068:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp. +0068:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +009c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp. +009c:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00bc:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp. +00bc:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00dc:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp. +00dc:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +00f4:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp. +00f4:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +0024:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp. +0024:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +011c:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp. +011c:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/win32u.so +Using native(wrapped) libm.so.6 +Using native(wrapped) libfreetype.so.6 +Using native(wrapped) libfontconfig.so.1 +Using native(wrapped) libexpat.so.1 +Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/winex11.so +Using native(wrapped) libXext.so.6 +Using native(wrapped) libX11.so.6 +Using native(wrapped) libxcb.so.1 +Using native(wrapped) libXau.so.6 +Using native(wrapped) libXdmcp.so.6 +Using native(wrapped) libXinerama.so.1 +Using native(wrapped) libXxf86vm.so.1 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libXrandr.so.2 +Using native(wrapped) libXcomposite.so.1 +Using native(wrapped) libXi.so.6 +Using native(wrapped) libXcursor.so.1 +Using native(wrapped) libXfixes.so.3 +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A76 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 87 entries +Box64 with Dynarec v0.3.1 e8fad111 built on Aug 4 2024 10:53:16 +BOX64: Wine64 detected, WINEPRELOADRESERVE="000400000-00097e000" +BOX64: Detected 48bits at least of address space +WINE prereserve of 0x10000:0x8000 done +WINE prereserve of 0x110000:0x30000000 done +WINE prereserve of 0x7f000000:0x3000000 done +BOX64: Detected running wine with "Game.exe" +Counted 65 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/bin/:/usr/bin/:/var/lib/snapd/snap/bin/:/usr/local/sbin/:/usr/lib/jvm/default/bin/:/usr/bin/site_perl/:/usr/bin/vendor_perl/:/usr/bin/core_perl/ +Looking for /home/bloodmoon/wine/bin/wine64 +Apply RC params for wine64 +Applying BOX64_MAXCPU=64 +argv[1]="C:\GOG Games\Nox\Game.exe" +Rename process to "wine64" +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libutil.so.1 +Using native(wrapped) librt.so.1 +Using native(wrapped) libbsd.so.0 +Using emulated /home/bloodmoon/wine/bin/../lib/wine/x86_64-unix/ntdll.so +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +0124:err:environ:init_peb starting L"C:\\GOG Games\\Nox\\Game.exe" in experimental wow64 mode +0124:err:seh:install_bpf Native libs are being loaded in low addresses, sc_seccomp 0x7fff00040bf0, syscall 0x30140320, not installing seccomp. +0124:err:seh:install_bpf The known reasons are /proc/sys/vm/legacy_va_layout set to 1 or 'ulimit -s' being 'unlimited'. +Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/win32u.so +Using native(wrapped) libm.so.6 +Using native(wrapped) libfreetype.so.6 +Using native(wrapped) libfontconfig.so.1 +Using native(wrapped) libexpat.so.1 +Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/winex11.so +Using native(wrapped) libXext.so.6 +Using native(wrapped) libX11.so.6 +Using native(wrapped) libxcb.so.1 +Using native(wrapped) libXau.so.6 +Using native(wrapped) libXdmcp.so.6 +Using native(wrapped) libXinerama.so.1 +Using native(wrapped) libXxf86vm.so.1 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libXrandr.so.2 +Using native(wrapped) libXcomposite.so.1 +Using native(wrapped) libXi.so.6 +Using native(wrapped) libXcursor.so.1 +Using native(wrapped) libXfixes.so.3 +Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/opengl32.so +Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/dnsapi.so +Using native(wrapped) libresolv.so.2 +Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/ws2_32.so +0124:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION +Using native(wrapped) libvulkan.so.1 +Using native(wrapped) libGL.so.1 +0124:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Broadcom". Returning HW_VENDOR_NVIDIA. +0124:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Broadcom". Returning HW_VENDOR_NVIDIA. +0124:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Broadcom". Returning HW_VENDOR_NVIDIA. +Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/winepulse.so +Using native(wrapped) libpulse.so.0 +Using emulated /home/bloodmoon/wine/lib/wine/x86_64-unix/winealsa.so +Using native(wrapped) libasound.so.2 +0124:fixme:ddraw:ddraw_surface1_Flip Ignoring flags 0x1. +0124:err:virtual:virtual_setup_exception nested exception on signal stack addr 0x7fff00043bd1 stack 0x3ef160 diff --git a/results/scraper/box64/1714 b/results/scraper/box64/1714 new file mode 100644 index 000000000..e38734931 --- /dev/null +++ b/results/scraper/box64/1714 @@ -0,0 +1,5 @@ +error: only one operation may be used at a time + + + +any help? im using arch64 chroot \ No newline at end of file diff --git a/results/scraper/box64/172 b/results/scraper/box64/172 new file mode 100644 index 000000000..8ebd6c682 --- /dev/null +++ b/results/scraper/box64/172 @@ -0,0 +1,2 @@ +Steam - Unimplemented Opcode (02) DD 28 46 FF F7 15 FE D5 +[box64_log2.log](https://github.com/ptitSeb/box64/files/7579692/box64_log2.log) diff --git a/results/scraper/box64/1727 b/results/scraper/box64/1727 new file mode 100644 index 000000000..7e0ded5a7 --- /dev/null +++ b/results/scraper/box64/1727 @@ -0,0 +1,6 @@ +Security Warning: RISC-V CPUs from T-HEAD May Have Vulnerabilities on Several Extensions +See https://ghostwriteattack.com/ for more details. + +As reported in the paper, this vulnerability allows unprivileged attackers, even those with limited access, to read and write any part of the computer’s memory and to control peripheral devices like network cards. + +Box64 is using these extensions, so it might generate harmful target code in cases. \ No newline at end of file diff --git a/results/scraper/box64/173 b/results/scraper/box64/173 new file mode 100644 index 000000000..5fa8e30c3 --- /dev/null +++ b/results/scraper/box64/173 @@ -0,0 +1,35 @@ +Segfault when running Splunk +I'm trying to run the splunk binary (x86_64) on ARM using box64 and I'm getting a segfault each time. I've had to disable some of the internal libs (otherwise it generates a lot of warnings about missing functions) but both with/without the libs it segfaults at the same place each time. What is the best way to debug this? + +> Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL PageSize:4096 +> Box64 with Dynarec v0.1.7 284345d built on Nov 22 2021 08:28:41 +> BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/ +> BOX64_PATH: ./:bin/ +> Counted 34 Env var +> Looking for /opt/splunk/bin/splunkd +> argv[1]="validate-username" +> argv[2]="admin" +> Using emulated /opt/splunk/lib/libjemalloc.so.2 +> Using emulated /opt/splunk/lib/libdlstub.so.1 +> Using emulated /opt/splunk/lib/libmongoc-1.0.so.0 +> Using emulated /opt/splunk/lib/libbson-1.0.so.0 +> Using native(wrapped) librt.so.1 +> Using native(wrapped) libz.so.1 +> Using emulated /opt/splunk/lib/libpcre2-8.so +> Using emulated /opt/splunk/lib/libxml2.so.2 +> Using native(wrapped) libxslt.so.1 +> Using emulated /opt/splunk/lib/libssl.so.1.0.0 +> Using emulated /opt/splunk/lib/libxmlsec1.so.1 +> Using emulated /opt/splunk/lib/libxmlsec1-openssl.so.1 +> Using emulated /opt/splunk/lib/libcrypto.so.1.0.0 +> Using native(wrapped) libdl.so.2 +> Using emulated /opt/splunk/lib/libarchive.so.13 +> Using native(wrapped) libbz2.so.1 +> Using emulated /opt/splunk/lib/libsqlite3.so.0 +> Using native(wrapped) libm.so.6 +> Using native(wrapped) libpthread.so.0 +> Using native(wrapped) libc.so.6 +> Using native(wrapped) ld-linux-x86-64.so.2 +> Warning, cannot apply Local type: R_X86_64_TPOFF64 on je_tsd_tls @0xffff9fd04fc8 (281473362661376), no elf_header found +> 37106|SIGSEGV @0xffff92574554 (???(0xffff92574554)) (x64pc=0xffff9cad3235//opt/splunk/bin/splunkd:"???", rsp=0xffff9a3a3880, stack=0xffff99ba4000:0xffff9a3a4000 own=(nil) fp=0xffff9a3a3880), for accessing 0x9 (code=1/prot=0), db=0x8a148e80(0xffff9257450c:0xffff925745d8/0xffff9cad3223:0xffff9cad324c/???:clean, hash:f8a93ce8/f8a93ce8) handler=(nil) +> ERROR: pid 37106 terminated with signal 11 \ No newline at end of file diff --git a/results/scraper/box64/1731 b/results/scraper/box64/1731 new file mode 100644 index 000000000..60ea70876 --- /dev/null +++ b/results/scraper/box64/1731 @@ -0,0 +1,2 @@ +Cemu +Has anyone tried Cemu on their arm device? \ No newline at end of file diff --git a/results/scraper/box64/174 b/results/scraper/box64/174 new file mode 100644 index 000000000..8765a3920 --- /dev/null +++ b/results/scraper/box64/174 @@ -0,0 +1,20 @@ +Unsupported Syscall 0x3Fh (63) +Continuation of #170 but for another hardkernel uboot binary: [aml_encrypt_g12b](https://github.com/hardkernel/u-boot/raw/odroidn2-v2015.01/fip/g12b/aml_encrypt_g12b) +``` +$ touch zero +$ box64 ./aml_encrypt_g12b --bl30sig --level v3 --input zero --outpput zero.enc +Box64 v0.1.6 27e5ae1 built on Nov 22 2021 11:14:39 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 60 Env var +Looking for ./aml_encrypt_g12b +argv[1]="--bl30sig" +argv[2]="--level" +argv[3]="v3" +argv[4]="--input" +argv[5]="zero" +argv[6]="--outpput" +argv[7]="zero.enc" +Error: Unsupported Syscall 0x3Fh (63) +``` +Appears to be syscall for uname. \ No newline at end of file diff --git a/results/scraper/box64/1742 b/results/scraper/box64/1742 new file mode 100644 index 000000000..0a47b12ff --- /dev/null +++ b/results/scraper/box64/1742 @@ -0,0 +1,159 @@ +scarface the world is yours 2006, cpu not supported +hi cant open scarface the world is yours, try it on wine 9.15 wow64. here is the terminal bug: + + +``` +Dynarec will try to make bigger blocks even on non-elf memory +Dynarec will continue block for 512 bytes on forward jump +Dynarec will try to normalize generated NAN +Dynarec will try to generate x86 precise IEEE->int rounding +Dynarec will play it safe with x64 flags +Dynarec will optimize CALL/RET +Dynarec will not detect MonoBleedingEdge +Dynarec will not detect libjvm +BOX64 will not detect libjvm +BOX64 will not detect UnityPlayer.dll +Will expose AVX capabilities +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:4096 Running on Cortex-A510 Cortex-A715 Cortex-A710 - with 8 Cores +Will use Hardware counter measured at 19.2 MHz emulating 2.4 GHz +Params database has 87 entries +Using bash "/opt/box64_bash" +Box64 with Dynarec v0.3.1 730eb1f4 built on Aug 12 2024 10:09:28 +BOX64: Wine64 detected, WINEPRELOADRESERVE="" +BOX64: Didn't detect 48bits of address space, considering it's 39bits +WINE prereserve of 0x10000:0x8000 done +WINE prereserve of 0x110000:0x30000000 done +WINE prereserve of 0x7f000000:0x3000000 done +BOX64: Detected running wine with "scarface.exe" +Counted 43 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/:/opt/wine/bin/ +Looking for wine +Apply RC params for wine +Applying BOX64_MAXCPU=64 +argv[1]="scarface.exe" +Rename process to "wine" +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/bin/../lib/wine/x86_64-unix/ntdll.so +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Dynarec will try to make bigger blocks even on non-elf memory +Dynarec will continue block for 512 bytes on forward jump +Dynarec will try to normalize generated NAN +Dynarec will try to generate x86 precise IEEE->int rounding +Dynarec will play it safe with x64 flags +Dynarec will optimize CALL/RET +Dynarec will not detect MonoBleedingEdge +Dynarec will not detect libjvm +BOX64 will not detect libjvm +BOX64 will not detect UnityPlayer.dll +Will expose AVX capabilities +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:4096 Running on Cortex-A510 Cortex-A715 Cortex-A710 - with 8 Cores +Will use Hardware counter measured at 19.2 MHz emulating 2.4 GHz +Params database has 87 entries +Using bash "/opt/box64_bash" +Box64 with Dynarec v0.3.1 730eb1f4 built on Aug 12 2024 10:09:28 +BOX64: Wine64 detected, WINEPRELOADRESERVE="" +BOX64: Didn't detect 48bits of address space, considering it's 39bits +WINE prereserve of 0x10000:0x8000 done +WINE prereserve of 0x110000:0x30000000 done +WINE prereserve of 0x7f000000:0x3000000 done +BOX64: Detected running wine with "scarface.exe" +Counted 45 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/:/opt/wine/bin/ +Looking for /opt/wine/bin/wine +Apply RC params for wine +Applying BOX64_MAXCPU=64 +argv[1]="scarface.exe" +Rename process to "wine" +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/bin/../lib/wine/x86_64-unix/ntdll.so +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +posix_spawn(0x781e7eecec, "/opt/wine/bin/wineserver", (nil), (nil), 0x781e7eecf0["/opt/wine/bin/wineserver", "", ...], 0x781e7ef0b0), IsX64=1, IsX86=0 IsScript=0 envp is context->envv + => posix_spawn(0x781e7eecec, "/usr/local/bin/box64", (nil), (nil), 0x7ffbec95d0 ["/usr/local/bin/box64", "/opt/wine/bin/wineserver", ""...:1], 0x7ffbec9c68) +posix_spawn returned 0 +Dynarec will try to make bigger blocks even on non-elf memory +Dynarec will continue block for 512 bytes on forward jump +Dynarec will try to normalize generated NAN +Dynarec will try to generate x86 precise IEEE->int rounding +Dynarec will play it safe with x64 flags +Dynarec will optimize CALL/RET +Dynarec will not detect MonoBleedingEdge +Dynarec will not detect libjvm +BOX64 will not detect libjvm +BOX64 will not detect UnityPlayer.dll +Will expose AVX capabilities +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:4096 Running on Cortex-A510 Cortex-A715 Cortex-A710 - with 8 Cores +Will use Hardware counter measured at 19.2 MHz emulating 2.4 GHz +Params database has 87 entries +Using bash "/opt/box64_bash" +Box64 with Dynarec v0.3.1 730eb1f4 built on Aug 12 2024 10:09:28 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 45 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/:/opt/wine/bin/ +Looking for /opt/wine/bin/wineserver +Rename process to "wineserver" +Using native(wrapped) libdl.so.2 +Using native(wrapped) librt.so.1 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libutil.so.1 +Using native(wrapped) libbsd.so.0 +esync: up and running. +Using emulated /opt/wine/lib/wine/x86_64-unix/win32u.so +Using native(wrapped) libm.so.6 +Using native(wrapped) libfreetype.so.6 +Using native(wrapped) libfontconfig.so.1 +Using native(wrapped) libexpat.so.1 +Using native(wrapped) libvulkan.so.1 +Using emulated /opt/wine/lib/wine/x86_64-unix/winex11.so +Using native(wrapped) libXext.so.6 +Using native(wrapped) libX11.so.6 +Using native(wrapped) libxcb.so.1 +Using native(wrapped) libXau.so.6 +Using native(wrapped) libXdmcp.so.6 +Using native(wrapped) libXinerama.so.1 +Using native(wrapped) libXxf86vm.so.1 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libXrandr.so.2 +Using native(wrapped) libXcomposite.so.1 +Using native(wrapped) libXi.so.6 +Using native(wrapped) libXcursor.so.1 +Using native(wrapped) libXfixes.so.3 +Using emulated /opt/wine/lib/wine/x86_64-unix/bcrypt.so +Using native(wrapped) libgnutls.so.30 +Look for gnutls_x509_spki_set_rsa_oaep_params in loaded elfs +Warning, function gnutls_x509_spki_set_rsa_oaep_params not found in lib libgnutls.so.30 +Look for gnutls_x509_spki_set_rsa_oaep_params in loaded elfs +Warning, function gnutls_x509_spki_set_rsa_oaep_params not found in lib libgnutls.so.30 +Look for gnutls_x509_spki_set_rsa_oaep_params in loaded elfs +Warning, function gnutls_x509_spki_set_rsa_oaep_params not found in lib libgnutls.so.30 +Look for gnutls_x509_spki_set_rsa_oaep_params in loaded elfs +Warning, function gnutls_x509_spki_set_rsa_oaep_params not found in lib libgnutls.so.30 +Using emulated /opt/wine/lib/wine/x86_64-unix/crypt32.so +Using emulated /opt/wine/lib/wine/x86_64-unix/opengl32.so +Using emulated /opt/wine/lib/wine/x86_64-unix/dnsapi.so +Using native(wrapped) libresolv.so.2 +Using emulated /opt/wine/lib/wine/x86_64-unix/ws2_32.so +Using emulated /opt/wine/lib/wine/x86_64-unix/netapi32.so +Warning, CPUID command 2FAF0802 unsupported (ECX=0020fa5c) +Warning, CPUID command 2FAF0803 unsupported (ECX=0020fa5c) +Warning, CPUID command 2FAF0804 unsupported (ECX=0020fa5c) +Using native(wrapped) libGL.so.1 +error: XDG_RUNTIME_DIR is invalid or not set in the environment. +wine: Unhandled page fault on read access to 00000035 at address 7ADF0E5A (thread 0024), starting debugger... +``` \ No newline at end of file diff --git a/results/scraper/box64/1747 b/results/scraper/box64/1747 new file mode 100644 index 000000000..3a24a3a6f --- /dev/null +++ b/results/scraper/box64/1747 @@ -0,0 +1,4 @@ +SpacemiT K1/M1 Custom Extensions +I'm not sure if there's any interest in supporting the custom extensions found in this core. + +https://github.com/space-mit/riscv-ime-extension-spec \ No newline at end of file diff --git a/results/scraper/box64/1748 b/results/scraper/box64/1748 new file mode 100644 index 000000000..afde31a01 --- /dev/null +++ b/results/scraper/box64/1748 @@ -0,0 +1,40 @@ +TSAC audio encoder crashes +I'm trying to run x86_64 TSAC audio encoder. +https://bellard.org/tsac/ +https://bellard.org/tsac/tsac-2024-04-08.tar.gz + +I get: +``` +root@station1:~/hermes-qa/data-set/audio/tsac-2024-04-08# box64 tsac c ../message-1.ogg mes +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 14 entries +Box64 with Dynarec v0.3.1 66da28a0 built on Aug 20 2024 06:36:00 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 19 Env var +BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/ +Looking for tsac +argv[1]="c" +argv[2]="../message-1.ogg" +argv[3]="mes" +Rename process to "tsac" +Using emulated libnc.so +Using native(wrapped) libm.so.6 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libdl.so.2 +Using native(wrapped) libutil.so.1 +Using native(wrapped) librt.so.1 +Using native(wrapped) libbsd.so.0 +86262|SIGSEGV @0x7fa70e7bec (_IO_file_overflow(/lib/aarch64-linux-gnu/libc.so.6)) (x64pc=0x402c0/"???", rsp=0x7fa6edeaf8, stack=0x7fa66e0000:0x7fa6ee0000 own=(nil) fp=0x70971f40), for accessing (nil) (code=1/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil) +RSP-0x20:0x000000007095b090 RSP-0x18:0x0000000000000060 RSP-0x10:0x000000007095b090 RSP-0x08:0x000000000000004b +RSP+0x00:0x000000000042a408 RSP+0x08:0x0000007fa6edebe0 RSP+0x10:0x0000000000000001 RSP+0x18:0x0000000000000009 +RAX:0x0000000000000001 RCX:0x0000000000000200 RDX:0x0000000000000000 RBX:0x000000004642415a +RSP:0x0000007fa6edeaf8 RBP:0x0000000070971f40 RSI:0x0000000070971f40 RDI:0x0000000000000046 + R8:0x0000000000000000 R9:0x0000000000000009 R10:0x0000000000000002 R11:0x0000000070971900 +R12:0x0000000085da7be0 R13:0x0000007fa6edf72c R14:0x0000000070971f40 R15:0x0000000070973180 +ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 +Segmentation fault +``` diff --git a/results/scraper/box64/175 b/results/scraper/box64/175 new file mode 100644 index 000000000..4768d1396 --- /dev/null +++ b/results/scraper/box64/175 @@ -0,0 +1,18 @@ +Running Minecraft BDS in box64 would crash +**platform**: aarch64 Android (tiny-ubuntu in termux) +**compile host**: as above + +This issue is mentioned by #171, but they should not be recognized as the same issue, so I opened this issue additionally. + +This is the copy of the issue description: + +When I played for a while, the server suddenly crashed. This is the partial output: + +~~~ +Warning, call to __cxa_thread_atexit_impl(0x302b940, 0x7a18000d88, 0x5060fc8) ignored +Warning, call to __cxa_thread_atexit_impl(0x302b980, 0x7a18000db0, 0x5060fc8) ignored +terminate called after throwing an instance of 'std::system_error' + what(): Operation not permitted +Segmentation fault +root@localhost:~/bds# +~~~ \ No newline at end of file diff --git a/results/scraper/box64/1753 b/results/scraper/box64/1753 new file mode 100644 index 000000000..fd7510920 --- /dev/null +++ b/results/scraper/box64/1753 @@ -0,0 +1,14 @@ +Skype can not run in Macbook pro m1 +When I try to run the skypeforlinux in m1 it gives the following error + +EmulatedBT: box64(ExitEmulation+0) [0x10080] +EmulatedBT: /home/sheridan/Downloads/TESTIMAGES/Skype-appimage-main/tmp/skype.AppDir/skypeforlinux(+2a) [0x101a912aa] +14624|SIGABRT @0xfffee98787e0 (???(/lib64/libc.so.6+0x987e0)) (x64pc=0x101fa4f8b/"/home/sheridan/Downloads/TESTIMAGES/Skype-appimage-main/tmp/skype.AppDir/skypeforlinux + 0x1fa4f8b", rsp=0xfffee942db98, stack=0xfffee8c30000:0xfffee9430000 own=(nil) fp=0xfffee942e540), for accessing 0x3e800003920 (code=-6/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:0x0000000000000000 RSP+0x18:0x0000000000000002 +RAX:0x0000000000000016 RCX:0x0000000000000016 RDX:0x0000fffee99ec760 RBX:0x0000000000000003 +RSP:0x0000fffee942db98 RBP:0x0000fffee942e540 RSI:0x0000fffee9810f60 RDI:0x0000fffee942e524 + R8:0x0000000000002000 R9:0x0000000000000001 R10:0x0000000000000004 R11:0x0000000000000006 +R12:0xffffffffffffc000 R13:0x00000001087ba868 R14:0x0000000000001000 R15:0x000003fc00201000 +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/1759 b/results/scraper/box64/1759 new file mode 100644 index 000000000..b50abf184 --- /dev/null +++ b/results/scraper/box64/1759 @@ -0,0 +1,37 @@ +Error time to purge ymm +When I try to translate the following code: +``` + 8f6088: c5 f4 58 08 vaddps (%rax),%ymm1,%ymm1 + 8f608c: 48 83 c0 20 add $0x20,%rax + 8f6090: 48 39 f8 cmp %rdi,%rax + 8f6093: 75 f3 jne 8f6088 <_ZN3sumclIN5xsimd3avxEfEET0_T_PKS3_j+0x28> +``` +I get the result: +``` +0x1008f6088: C5 F4 58 08 VADDPS Gx, Vx, Ex +0xffff863328a0: 5 emitted opcodes, inst=11, barrier=0 state=0/1(1), set=0/0, use=0, need=0/0, sm=0(0/0), pred=10/14 Q1:XMM1 Q8:YMM1 (Change: V8:->YMM1) ymmUsed=0002 ymm0=(0000/0000+0000-0002=0000) purgeYmm=0002 +3dc00158 LDR Q24, [xRAX] +4e38d421 VFADD V1.4S, V1.4S, V24.4S +3dc06c08 LDR Q8, [xEmu, 0x1b0] +3dc00558 LDR Q24, [xRAX, 0x10] +4e38d508 VFADD V8.4S, V8.4S, V24.4S +New Instruction x64:0x1008f608c, native:0xffff863328b4 +0x1008f608c: 48 83 C0 20 ADD Ed, Ib +0xffff863328b4: 1 emitted opcodes, inst=12, barrier=0 state=3/1(1), set=3F/0, use=0, need=0/0, sm=0(0/0), pred=11 Q1:XMM1 Q8:YMM1 +9100814a ADD xRAX, xRAX, 0x20 +New Instruction x64:0x1008f6090, native:0xffff863328b8 +0x1008f6090: 48 39 F8 CMP Ed, Gd +0xffff863328b8: 3 emitted opcodes, inst=13, barrier=0 state=3/1(1), set=3F/8, use=0, need=0/8, sm=0(0/0), pred=12 Q1:XMM1 Q8:YMM1 +eb110145 SUBS x5, xRAX, xRDI +1a9f17e4 CSET w4,cEQ +331a009a BFI wFlags, w4, 6, 1 +New Instruction x64:0x1008f6093, native:0xffff863328c4 +0x1008f6093: 75 F3 JNZ ib +0xffff863328c4: 4 emitted opcodes, inst=14, barrier=0 state=0/1(1), set=0/0, use=8, need=8/0, sm=0(0/0), pred=13, jmp=11 Q1:XMM1 (Change: V8:YMM1->) +721a035f TST wFlags, 0x40 +54fffea0 B.cEQ #+-11i ; 0x400034a42b28 +Purge YMM mask=0002 -------- +3d806c08 STR Q8, [xEmu, 0x1b0] +---------- Purge YMM +``` +So I want to say: if JNZ dont store ymm before branch back, it will get Q8 from origin address again! \ No newline at end of file diff --git a/results/scraper/box64/1761 b/results/scraper/box64/1761 new file mode 100644 index 000000000..59f58abdb --- /dev/null +++ b/results/scraper/box64/1761 @@ -0,0 +1,87 @@ +Steamwebhelper is not responding +Hello, This is.. probably the billion-th time this error has occured and i am no longer able to workaround it so about time i made this issue. + +Ever since steam started becoming more of a web based application it became increasingly dificult to get it running on ArchLinux ARM/based distros. +I have been able to run steam "perfectly fine" on my ARM devices running arch/armtix however as of late (Unsure which version of box86/box64 broke this) i am unable to launch steam. + +I keep getting "Steamwebhelper is not responding" which i have previously used to just workaround by using older steam versions, alas that is also broken now. + +Error log: +``` +steam.sh[2112]: Running Steam on artix rolling 64-bit +steam.sh[2112]: STEAM_RUNTIME is enabled by the user +setup.sh[2175]: Steam runtime environment up-to-date! +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Cortex-A55 Cortex-A76 with 8 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 88 entries +Box64 with Dynarec v0.3.1 b5105a1 built on Aug 26 2024 19:51:51 +BOX64: Detected 48bits at least of address space +Counted 71 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/amir/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/bin/:/home/amir/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/:/home/amir/.local/share/Steam/ubuntu12_32/steam-runtime/usr/bin/:/usr/lib/icecream/libexec/icecc/bin/:/home/amir/.local/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/bin/:/usr/lib/jvm/default/bin/:/usr/bin/site_perl/:/usr/bin/vendor_perl/:/usr/bin/core_perl/:/home/amir/.spicetify/ +Looking for /home/amir/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/srt-logger +argv[1]="--exec-fallback" +argv[2]="--filename=console-linux.txt" +argv[3]="-t" +argv[4]="steam" +Rename process to "srt-logger" +Using native(wrapped) libgio-2.0.so.0 +Using native(wrapped) libgmodule-2.0.so.0 +Using native(wrapped) libglib-2.0.so.0 +Using native(wrapped) libgobject-2.0.so.0 +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libutil.so.1 +Using native(wrapped) librt.so.1 +Using native(wrapped) libbsd.so.0 +steam.sh[2112]: Steam client's requirements are satisfied +[2024-08-27 00:34:39] Startup - updater built Jul 16 2024 23:21:18 +[2024-08-27 00:34:39] Startup - Steam Client launched with: '/home/amir/.local/share/Steam/ubuntu12_32/steam' '-srt-logger-opened' +ATTENTION: default value of option mesa_glthread overridden by environment. +[2024-08-27 00:34:40] Loading cached metrics from disk (/home/amir/.local/share/Steam/package/steam_client_metrics.bin) +[2024-08-27 00:34:40] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults +[2024-08-27 00:34:40] Using the following download hosts for Public, Realm steamglobal +[2024-08-27 00:34:40] 1. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in' +[2024-08-27 00:34:40] Verifying installation... +[2024-08-27 00:34:40] Verification complete +UpdateUI: skip show logo +Steam logging initialized: directory: /home/amir/.local/share/Steam/logs + +XRRGetOutputInfo Workaround: initialized with override: 0 real: 0x401a0080 +XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0x401a0090 +ATTENTION: default value of option mesa_glthread overridden by environment. +ATTENTION: default value of option mesa_glthread overridden by environment. +ATTENTION: default value of option mesa_glthread overridden by environment. +CAppInfoCacheReadFromDiskThread took 0 milliseconds to initialize +dbus[2210]: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file dbus-message.c line 1373. +This is normally a bug in some application using the D-Bus library. + +Steam Runtime Launch Service: starting steam-runtime-launcher-service +Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 2290 +ATTENTION: default value of option mesa_glthread overridden by environment. +ATTENTION: default value of option mesa_glthread overridden by environment. +bus_name=com.steampowered.PressureVessel.LaunchAlongsideSteam +ATTENTION: default value of option mesa_glthread overridden by environment. +ATTENTION: default value of option mesa_glthread overridden by environment. +Vulkan missing requested extension 'VK_KHR_surface'. +Vulkan missing requested extension 'VK_KHR_xlib_surface'. +BInit - Unable to initialize Vulkan! +Vulkan missing requested extension 'VK_KHR_surface'. +Vulkan missing requested extension 'VK_KHR_xlib_surface'. +BInit - Unable to initialize Vulkan! +src/steamUI/steamuisharedjscontroller.cpp (619) : Failed creating offscreen shared JS context +src/steamUI/steamuisharedjscontroller.cpp (619) : Failed creating offscreen shared JS context +``` + +For context i launch steam like so: +``` +export LIBGL_DRIVERS_PATH=/usr/lib/dri:/usr/lib32/dri + +export STEAMOS=1 +export STEAM_RUNTIME=1 +export DBUS_FATAL_WARNINGS=0 +/usr/lib/steam/bin_steam.sh +``` +Tested on rk3588 (Orange pi 5 plus) and sdm845 (OnePlus 6T) +Both of which are running Armtix linux and are on linux 6.11 \ No newline at end of file diff --git a/results/scraper/box64/1770 b/results/scraper/box64/1770 new file mode 100644 index 000000000..e338712a6 --- /dev/null +++ b/results/scraper/box64/1770 @@ -0,0 +1,6 @@ +Invalid AVX opcodes for Resident Evil 4 Remake (termux - android) +Just posting some opcodes I've got trying RE4 on android with DarkOS, just in case is something solvable (not expecting solutions 😅) + +[trace-23911-1.txt](https://github.com/user-attachments/files/16790635/trace-23911-1.txt) + +Hope this helps! \ No newline at end of file diff --git a/results/scraper/box64/1771 b/results/scraper/box64/1771 new file mode 100644 index 000000000..aecbf5ee6 --- /dev/null +++ b/results/scraper/box64/1771 @@ -0,0 +1,91 @@ +Error: Tibia crashing - PltResolver: Symbol dbus_connection_close +I've been using box64 to play Tibia on my PI 4, using the 64-bit Linux version, but from yesterday to today, I'm encountering this error, could someone give me a hand? + +``` +box64 -v +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 87 entries +Box64 with Dynarec v0.3.1 875a2ef3 built on Aug 28 2024 06:30:49 +``` + +``` +pi@raspberrypi:~/Tibia $ sudo box64 start-tibia-launcher.sh +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 87 entries +Box64 with Dynarec v0.3.1 875a2ef3 built on Aug 28 2024 06:30:49 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 19 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/ +Looking for start-tibia-launcher.sh +Not an ELF file (sign=#!/b) +Error: Reading elf header of /home/pi/Tibia/start-tibia-launcher.sh, Try to launch natively instead +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores +Will use Hardware counter measured at 54.0 MHz emulating 3.4 GHz +Params database has 87 entries +Box64 with Dynarec v0.3.1 875a2ef3 built on Aug 28 2024 06:30:49 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 21 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/home/pi/Tibia/ +Looking for /home/pi/Tibia/Tibia +Rename process to "Tibia" +Using emulated /home/pi/Tibia/lib/libQt5Widgets.so.5 +Using emulated /home/pi/Tibia/lib/libQt5Network.so.5 +Using emulated /home/pi/Tibia/lib/libQt5Concurrent.so.5 +Using emulated /home/pi/Tibia/lib/libQt5Gui.so.5 +Using native(wrapped) libpthread.so.0 +Using emulated /home/pi/Tibia/lib/libQt5OpenGL.so.5 +Using emulated /home/pi/Tibia/lib/libQt5Core.so.5 +Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 +Using native(wrapped) libm.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) libdl.so.2 +Using native(wrapped) libutil.so.1 +Using native(wrapped) librt.so.1 +Using native(wrapped) libbsd.so.0 +Using emulated /home/pi/Tibia/lib/libicui18n.so.50 +Using emulated /home/pi/Tibia/lib/libicuuc.so.50 +Using emulated /home/pi/Tibia/lib/libicudata.so.50 +Using native(wrapped) libGL.so.1 +Using native(wrapped) libgssapi_krb5.so.2 +Using emulated /home/pi/Tibia/lib/libssl.so.1.1 +Using emulated /home/pi/Tibia/lib/libcrypto.so.1.1 +Using emulated /home/pi/Tibia/plugins/platforms/libqxcb.so +Using emulated /home/pi/Tibia/plugins/platforms/../../lib/libQt5XcbQpa.so.5 +Using native(wrapped) libfontconfig.so.1 +Using native(wrapped) libexpat.so.1 +Using native(wrapped) libfreetype.so.6 +Using emulated /home/pi/Tibia/plugins/platforms/../../lib/libQt5DBus.so.5 +Using native(wrapped) libX11-xcb.so.1 +Using native(wrapped) libxcb-icccm.so.4 +Using native(wrapped) libxcb-image.so.0 +Using native(wrapped) libxcb-shm.so.0 +Using native(wrapped) libxcb-keysyms.so.1 +Using native(wrapped) libxcb-randr.so.0 +Using native(wrapped) libxcb-render-util.so.0 +Using native(wrapped) libxcb-render.so.0 +Using native(wrapped) libxcb-shape.so.0 +Using native(wrapped) libxcb-sync.so.1 +Using native(wrapped) libxcb-xfixes.so.0 +Using native(wrapped) libxcb-xinerama.so.0 +Using native(wrapped) libxcb-xkb.so.1 +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) libX11.so.6 +Using native(wrapped) libSM.so.6 +Using native(wrapped) libICE.so.6 +Using native(wrapped) libxkbcommon-x11.so.0 +Using native(wrapped) libxkbcommon.so.0 +Using native(wrapped) libdbus-1.so.3 +Using native(wrapped) libXcursor.so.1 +Using native(wrapped) libXfixes.so.3 +Using native(wrapped) libXrender.so.1 +QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' +Error: PltResolver: Symbol dbus_connection_close(optver 25: dbus_connection_close@LIBDBUS_1_3) not found, cannot apply R_X86_64_JUMP_SLOT 0x3f1608b660 (0x3f16014cc6) in /home/pi/Tibia/plugins/platforms/../../lib/libQt5DBus.so.5 (local_maplib=0x62d7f3a0, global maplib=0x62c02fb0, deepbind=0) + +``` \ No newline at end of file diff --git a/results/scraper/box64/1772 b/results/scraper/box64/1772 new file mode 100644 index 000000000..fa8f0d65f --- /dev/null +++ b/results/scraper/box64/1772 @@ -0,0 +1,119 @@ +Help to start Stardew Valley on K1 board +I try to run Stardew Valley and I'm getting a segment fault. I would like to seek some help, maybe share some debug methods to learn. + +``` +bianbu@k1:~/workspace/GOG_Games$ LD_LIBRARY_PATH=~/workspace/gl4es-master/lib BOX64_SHOWBT=1 BOX64_SHOWSEGV=1 box64 StardewValley/game/Stardew\ Valley +Show Segfault signal even if a signal handler is present +Show a Backtrace when a Segfault signal is caught +Dynarec for RISC-V With extension: I M A F D C Zba Zbb Zbc Zbs Vector (vlen: 256) PageSize:4096 Running on Unknown CPU with 8 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 87 entries +Box64 with Dynarec v0.3.1 0450371e built on Aug 29 2024 11:48:51 +BOX64: Didn't detect 48bits of address space, considering it's 39bits +Counted 64 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/:/snap/bin/ +Looking for StardewValley/game/Stardew Valley +Rename process to "Stardew Valley" +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libdl.so.2 +Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 +Using native(wrapped) libm.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) librt.so.1 +Using native(wrapped) libbsd.so.0 +Using emulated /home/bianbu/workspace/GOG_Games/StardewValley/game/libhostfxr.so +Using emulated /home/bianbu/workspace/GOG_Games/StardewValley/game/libhostpolicy.so +Using emulated /home/bianbu/workspace/GOG_Games/StardewValley/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/bianbu/workspace/GOG_Games/StardewValley/game/libcoreclrtraceptprovider.so +Error loading needed lib liblttng-ust.so.0 +Error loading one of needed lib +Error initializing needed lib /home/bianbu/workspace/GOG_Games/StardewValley/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/bianbu/workspace/GOG_Games/StardewValley/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/bianbu/workspace/GOG_Games/StardewValley/game/libSystem.Native.so +Error loading needed lib libicuuc.so.80 +Warning: Cannot dlopen("libicuuc.so.80"/0x3f8d3f9820, 1) +Error loading needed lib libicuuc.so.79 +Warning: Cannot dlopen("libicuuc.so.79"/0x3f8d3f9820, 1) +Error loading needed lib libicuuc.so.78 +Warning: Cannot dlopen("libicuuc.so.78"/0x3f8d3f9820, 1) +Error loading needed lib libicuuc.so.77 +Warning: Cannot dlopen("libicuuc.so.77"/0x3f8d3f9820, 1) +Error loading needed lib libicuuc.so.76 +Warning: Cannot dlopen("libicuuc.so.76"/0x3f8d3f9820, 1) +Error loading needed lib libicuuc.so.75 +Warning: Cannot dlopen("libicuuc.so.75"/0x3f8d3f9820, 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"/0x3f8d3f9820, 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"/0x3f8d3f9820, 1) +Using native(wrapped) libicuuc.so.72 +Using native(wrapped) libicui18n.so.72 +Using emulated /home/bianbu/workspace/GOG_Games/StardewValley/game/libSDL2-2.0.so.0 +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 +BOX64: Warning, size difference in block between pass2 (296, 22) & pass3 (324, 22)! +Dump of 22 x64 opcodes: +0x3f042a8126: 0 -> 0 +0x3f042a8126: 8A 43 08 A8 08 74 38 0F 1F 00 80 BB F8 05 00 00 00 75 2C 0F 1F 80 00 00 00 00 48 89 DF E8 88 14 00 00 8B 43 08 A8 08 75 F1 0 -> 0 +0x3f042a814f: 89 C1 81 E1 F7 FF F7 FF F0 0F B1 4B 08 75 E2 8A 43 08 A8 08 75 CB BF 40 00 00 00 BE 08 00 00 00 E8 6C 64 10 00 85 C0 0F 84 F6 FE FF FF 48 8D 0D 91 72 30 00 BF 08 00 00 00 BE 40 00 00 00 31 D2 31 C0 48 83 C4 08 5B 5D E9 64 64 10 00 0F 1F 40 00 55 48 89 E5 53 50 8B 47 08 84 C0 78 07 48 83 C4 08 5B 5D C3 48 89 FB BF 40 00 00 00 BE 05 00 00 00 E8 1A 64 10 00 85 C0 74 27 4C 8B 83 20 01 00 00 48 8D 0D 97 75 300 -> 0 +0x3f042a81d7: 00 BF 05 00 00 00 BE 40 00 00 00 BA 02 00 00 00 49 89 D9 31 C0 E8 0F 64 10 00 48 8B 83 20 01 00 00 48 8B 8B 28 01 00 00 48 89 01 F0 81 63 08 7F FF FF FF 48 83 C4 08 5B 5D C3 66 2E 0F 1F 84 00 00 0 -> 0 +0x3f042a8218: 00 00 00 0F 1F 44 00 00 55 48 89 E5 53 50 85 F6 74 24 48 89 FB 0F 1F 00 48 89 DF E8 98 13 00 00 8B 43 08 A8 08 75 F1 89 C1 81 E1 F7 FF F7 FF F0 0F B1 4B 08 75 E2 48 83 C4 08 5B 5D C3 66 2E 0F 1F 84 00 00 00 00 0 -> 0 +0x3f042a825e: 00 90 55 48 89 E5 53 50 83 7F 0C 00 74 41 48 89 FB 8A 47 08 A8 1B 74 37 C7 43 0C 00 00 00 00 8A 43 08 A8 1B 74 08 48 89 DF E8 D4 FD FF FF C7 43 0C 01 00 00 00 48 8D 05 86 6C 45 00 83 38 00 74 0E 48 89 DF 48 83 C4 08 5B 0 -> 0 +0x3f042a82a7: 5D E9 23 F9 FF FF 48 83 C4 08 5B 5D C3 66 2E 0F 1F 84 00 00 0 -> 0 +0x3f042a82bb: 0 -> 0 +=====> 0x3f042a82bb: 0 -> 28 +0x3f042a82bb: 00 00 00 66 90 55 48 89 E5 53 50 48 89 FB BF 40 00 00 00 BE 06 00 00 00 E8 08 63 10 00 85 C0 74 20 48 8D 0D 54 71 30 00 BF 06 00 00 00 BE 40 00 00 00 BA 01 00 00 00 49 89 D8 31 C0 E8 04 63 10 00 48 C7 43 10 00 00 00 00 48 83 C4 08 5B 5D C3 0F 1F 44 00 00 83 C7 FF 83 FF 07 77 0E 48 63 C7 48 8D 0D 46 54 33 00 8B 04 81 C3 31 C0 C3 0F 1F 80 00 00 00 00 55 48 89 E5 41 57 41 56 41 55 41 54 53 50 89 FB 66 48 8D 3D 58 2D 43 00 66 66 48 E8 30 CE DC FF 4C 8B 20 BF 40 00 00 00 BE 06 00 00 00 E8 7E 62 10 00 85 C0 74 20 41 89 D8 48 8D 0D FE 70 30 00 BF 06 00 00 00 BE 40 00 00 00 BA 01 00 00 00 31 C0 E8 7A 62 10 00 48 8D 0D 5B 6E 45 00 48 8B 81 78 07 00 00 23 81 60 07 00 00 A9 00 00 01 00 74 45 83 C3 FF 31 F6 83 FB 07 77 0D 48 63 C3 48 8D 0D B3 53 33 00 8B 34 81 48 8D 3D 29 6E 45 00 E8 3C 29 00 00 4D 85 E4 74 40 48 8D 3D 18 6E 45 00 4C 89 E6 E8 E8 26 00 00 4C 89 E7 E8 00 D3 EC FF 85 C0 79 25 EB 11 4D 85 E4 74 1E 4C 89 E7 E8 ED D2 EC FF 85 C0 79 12 41 89 84 24 C8 01 00 00 4C 89 E7 31 F6 E8 77 D1 EC FF C6 05 D8 89 45 00 01 E8 DB CF 26 00 41 B7 01 45 31 ED EB 15 0F 1F 00 48 8B 3D C9 89 45 00 E8 64 A6 FF FF 45 89 F5 41 B7 01 45 89 EE 31 DB 45 85 ED 0F 84 B6 00 00 00 48 89 DF E8 F8 44 ED FF 48 85 C0 0F 84 6F 01 00 00 4C 89 E3 4C 39 E0 74 E7 48 89 C3 F6 43 08 02 74 D5 83 7B 0C 00 0F 84 FB 00 00 00 41 F6 C7 01 74 C5 80 3D 97 89 45 00 00 75 13 0 -> 0 +0x3f042a847b: 0 -> 0 +0x3f042a847b: 0 -> 0 +0x3f042a847b: 0 -> 0 +0x3f042a847b: 0 -> 0 +0x3f042a847b: 0 -> 0 +0x3f042a847b: 0 -> 0 +0x3f042a847b: 0 -> 0 +0x3f042a847b: 0 -> 0 +0x3f042a847b: 0 -> 0 +0x3f042a847b: 0 -> 12 +=====> 0x3f042a847b: 0 -> 44 +0x3f042a847b: 0 -> 0 +Table64 64 -> 64 + ------------ +NativeBT: StardewValley/game/Stardew Valley() [0x34a1d40c] +NativeBT: linux-vdso.so.1(__vdso_rt_sigreturn+0) [0x3f8d5ff800] +NativeBT: [0x3f6b5daf70] +EmulatedBT: /home/bianbu/workspace/GOG_Games/StardewValley/game/libcoreclr.so+19fd7d [0x3f0419fd7d] +EmulatedBT: /home/bianbu/workspace/GOG_Games/StardewValley/game/libcoreclr.so+6ff158 [0x3f046ff158] +EmulatedBT: /home/bianbu/workspace/GOG_Games/StardewValley/game/libcoreclr.so+202225 [0x3f04202225] +EmulatedBT: /home/bianbu/workspace/GOG_Games/StardewValley/game/libcoreclr.so+17d82a [0x3f0417d82a] +EmulatedBT: ??? [(nil)] +2643|SIGSEGV @0x3f6b5daf70 (???(0x3f6b5daf70)) (x64pc=0x3f0419fd7d/"/home/bianbu/workspace/GOG_Games/StardewValley/game/libcoreclr.so + 0x19fd7d", rsp=0x3f7b4fdd10, stack=0x3f7acfe000:0x3f7b4fe000 own=0x3f7acfe000 fp=0x3f7b4fda20), for accessing 0x630069004d (code=1/prot=0), db=0x3f6b8ee838(0x3f6b5dae98:0x3f6b5db280/0x3f0419fd40:0x3f0419fde5//home/bianbu/workspace/GOG_Games/StardewValley/game/libcoreclr.so + 0x19fd40:clean, hash:17caf176/17caf176) handler=0x3f044dd240 +RAX:0x0000000000000001 RCX:0x0000003f0470bf94 RDX:0x0000000000000006 RBX:0x007200630069004d +RSP:0x0000003f7b4fdd10 RBP:0x0000003f7b4fdd40 RSI:0x0000000000000006 RDI:0x0000000036a24270 + R8:0x0000000000000000 R9:0x0000003f7b4fdae8 R10:0x0000001b00000000 R11:0x0000003e8aca3918 +R12:0x0000003f045c9d0e R13:0x0000003f047006f0 R14:0x0000000000000001 R15:0x0000003f046fef20 +ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 +RSP-0x20:0x0000003f046f91f0 RSP-0x18:0xb229bab891314800 RSP-0x10:0x0000003f7b4fdd40 RSP-0x08:0x0000003f042a7df8 +RSP+0x00:0x0000000000000001 RSP+0x08:0x0000003f046ff158 RSP+0x10:0x0000003f046def18 RSP+0x18:0x0000003f047006f0 +2643|Double SIGSEGV (code=1, pc=0x3f6b5daf70, addr=0x630069004d, prot=00)! +Sigfault/Segbus while quitting, exiting silently +``` \ No newline at end of file diff --git a/results/scraper/box64/1775 b/results/scraper/box64/1775 new file mode 100644 index 000000000..3ae40fac8 --- /dev/null +++ b/results/scraper/box64/1775 @@ -0,0 +1,15 @@ +Unimplemented Opcode (0F 38 F6 E8) 67 F3 4D 0F 38 F6 F7 C4 62 FB F6 7E 38 48 89 +137104|0x6ffff9a893b3: Unimplemented Opcode (0F 38 F6 E8) 67 F3 4D 0F 38 F6 F7 C4 62 FB F6 7E 38 48 89 +Sigfault/Segbus while quitting, exiting silently + +``` +Dynarec will not try to make big block +Dynarec will try to normalize generated NAN +Dynarec will try to generate x86 precise IEEE->int rounding +Dynarec will play it safe with x64 flags +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on Kunpeng-920 with 8 Cores +Will use Hardware counter measured at 100 MHz emulating 3.2 GHz +Params database has 87 entries +Box64 with Dynarec v0.3.1 9beb7457 built on Aug 26 2024 16:17:03 + +``` \ No newline at end of file diff --git a/results/scraper/box64/1778 b/results/scraper/box64/1778 new file mode 100644 index 000000000..22389dc68 --- /dev/null +++ b/results/scraper/box64/1778 @@ -0,0 +1,106 @@ +cursor.com editor on M1 mac ahasi fedora remix 40 +I am trying to launch cursor app using their x86_64.AppImage using latest box64 v0.3.0 build just using -j4 option. + +here is output: +``` + PageSize:16384 Running on Icestorm-M1-Max Firestorm-M1-Max with 10 Cores +Will use time-based emulation for rdtsc, even if hardware counter are available +Will use Software counter measured at 1.0 GHz emulating 2.0 GHz +Params database has 80 entries +Box64 v0.3.0 built on Aug 30 2024 23:48:24 +BOX64: Detected 48bits at least of address space +Counted 88 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/shuib/.local/share/pnpm/:/home/shuib/.local/bin/:/home/shuib/bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/:/var/lib/snapd/snap/bin/ +Looking for ./cursor-0.40.3x86_64.AppImage +Rename process to "cursor-0.40.3x86_64.AppImage" +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libz.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 native(wrapped) libfuse.so.2 +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Icestorm-M1-Max Firestorm-M1-Max with 10 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Warning, unsupported BOX64_RESERVE_HIGH=1 for [kingdom rush origins] in /etc/box64.box64rc +Warning, unsupported BOX64_RDTSC_1GHZ=1 for [horizonzerodawn.exe] in /etc/box64.box64rc +Params database has 80 entries +Box64 with Dynarec v0.2.8 nogit built on May 22 2024 00:00:00 +BOX64: Detected 48bits at least of address space +Counted 93 Env var +BOX64 LIB PATH: /tmp/.mount_cursorVcJqac/usr/lib/:./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/tmp/.mount_cursorVcJqac/:/tmp/.mount_cursorVcJqac/usr/sbin/:/home/shuib/.local/share/pnpm/:/home/shuib/.local/bin/:/home/shuib/bin/:/usr/local/bin/:/usr/bin/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/:/var/lib/snapd/snap/bin/ +Looking for /tmp/.mount_cursorVcJqac/cursor +Rename process to "cursor" +Redirecting overridden malloc from symtab function for /tmp/.mount_cursorVcJqac/cursor +Using emulated /tmp/.mount_cursorVcJqac/libffmpeg.so +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libgobject-2.0.so.0 +Using native(wrapped) libglib-2.0.so.0 +Using native(wrapped) libgio-2.0.so.0 +Using native(wrapped) libgmodule-2.0.so.0 +Using native(wrapped) libnss3.so +Using native(wrapped) libnssutil3.so +Using native(wrapped) libsmime3.so +Using native(wrapped) libnspr4.so +Using native(wrapped) libdbus-1.so.3 +Using native(wrapped) libatk-1.0.so.0 +Using native(wrapped) libatk-bridge-2.0.so.0 +Using native(wrapped) libSM.so.6 +Using native(wrapped) libICE.so.6 +Using native(wrapped) libXau.so.6 +Using native(wrapped) libxcb.so.1 +Using native(wrapped) libXdmcp.so.6 +Using native(wrapped) libcups.so.2 +Using native(wrapped) libdrm.so.2 +Using native(wrapped) libgtk-3.so.0 +Using native(wrapped) libgdk-3.so.0 +Using native(wrapped) libgdk_pixbuf-2.0.so.0 +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) libXcomposite.so.1 +Using native(wrapped) libXdamage.so.1 +Using native(wrapped) libXext.so.6 +Using native(wrapped) libXfixes.so.3 +Using native(wrapped) libXrandr.so.2 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libgbm.so.1 +Using native(wrapped) libexpat.so.1 +Using native(wrapped) libxkbcommon.so.0 +Using native(wrapped) libasound.so.2 +Using native(wrapped) libatspi.so.0 +Using native(wrapped) libm.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) librt.so.1 +Using native(wrapped) libbsd.so.0 +Warning: Weak Symbol __gcov_dump not found, cannot apply R_X86_64_JUMP_SLOT @0x10a6a9d00 (0xa127876) +Warning: Weak Symbol __gcov_flush not found, cannot apply R_X86_64_JUMP_SLOT @0x10a6a9d08 (0xa127886) +Warning: Weak Symbol ZSTD_trace_decompress_begin not found, cannot apply R_X86_64_JUMP_SLOT @0x10a6a9de8 (0xa127a46) +Warning: Weak Symbol ZSTD_trace_decompress_end not found, cannot apply R_X86_64_JUMP_SLOT @0x10a6a9df0 (0xa127a56) +Warning: Weak Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_JUMP_SLOT @0x10a6aa478 (0xa128766) +Warning: Weak Symbol _ZTHN2v88internal19RwxMemoryWriteScope31code_space_write_nesting_level_E not found, cannot apply R_X86_64_JUMP_SLOT @0x10a6aa480 (0xa128776) +Warning: Weak Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_JUMP_SLOT @0x10a6aa6d0 (0xa128c16) +Warning: Weak Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_JUMP_SLOT @0x10a6aa6d8 (0xa128c26) +Warning: Weak Symbol sdallocx not found, cannot apply R_X86_64_JUMP_SLOT @0x10a6aa6e0 (0xa128c36) +Warning: Weak Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_JUMP_SLOT @0x10a6aa6e8 (0xa128c46) +18633|SIGILL @0xffff13290d44 (???(0xffff13290d44)) (x64pc=0x105ccd89f//tmp/.mount_cursorVcJqac/cursor:"/tmp/.mount_cursorVcJqac/cursor + 0x5ccd89f", rsp=0xffff188a5450, stack=0xffff180a8000:0xffff188a8000 own=(nil) fp=0xffff188a5490), for accessing 0xffff13290d44 (code=1/prot=7), db=0xffff1280b120(0xffff13290cd8:0xffff13290d80/0x105ccd89f:0x105ccd8a0//tmp/.mount_cursorVcJqac/cursor + 0x5ccd89f:clean, hash:cc/cc) handler=(nil) +RAX:0x0000000000000016 RCX:0x0000000000000000 RDX:0x0000ffff18d80c20 RBX:0x0000000000001000 +RSP:0x0000ffff188a5450 RBP:0x0000ffff188a5490 RSI:0x00000000acd80c20 RDI:0x0000ffff188a5464 + R8:0x0000000000000000 R9:0x0000000000000001 R10:0x0000000000000001 R11:0x0000000000000010 +R12:0x0000000000000003 R13:0x0000000000000000 R14:0x0000000000000003 R15:0x00002b1400201000 +ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 +RSP-0x20:0x00002b1400000000 RSP-0x18:0x000000010a780398 RSP-0x10:0x0000ffff188a5490 RSP-0x08:0x0000000105ccd89f +RSP+0x00:0x000000010a780000 RSP+0x08:0xffffffff00000003 RSP+0x10:0x0000001600000000 RSP+0x18:0x000000010a785fa0 opcode=00 00 00 00 50 4C FF 34 (CC 0F 0B CC CC) +Illegal instruction (core dumped) +``` + +kindly please help to solve \ No newline at end of file diff --git a/results/scraper/box64/178 b/results/scraper/box64/178 new file mode 100644 index 000000000..c7ec744d7 --- /dev/null +++ b/results/scraper/box64/178 @@ -0,0 +1,4 @@ +Unturned - Random exception +Pathfinding exception on startup, after server loading NPCs are not moving +LOG: +[log.txt](https://github.com/ptitSeb/box64/files/7596277/log.txt) diff --git a/results/scraper/box64/1780 b/results/scraper/box64/1780 new file mode 100644 index 000000000..fb140cb93 --- /dev/null +++ b/results/scraper/box64/1780 @@ -0,0 +1,2 @@ +[BOX32] Getting the native Linux version of steam working on Apple silicon +The furthest I’ve been able to get is by running `krun box64 ~/box64/tests/bash` then steam after installing it from the rpm https://download1.rpmfusion.org/nonfree/el/updates/7/x86_64/s/ with this command `sudo rpm --nodeps --ignorearch -i steam-1.0.0.78-1.el7.i686.rpm` when I do that it gives me https://pastebin.com/0SGDhuhZ \ No newline at end of file diff --git a/results/scraper/box64/1782 b/results/scraper/box64/1782 new file mode 100644 index 000000000..a21486c00 --- /dev/null +++ b/results/scraper/box64/1782 @@ -0,0 +1,167 @@ +Corekeeper Dedicated server - segfault on run +I'm trying to run a dedicated corekeeper server on a headless OCI ARM instance. It will reproducibly segfault on attempt. I am not sure what is causing the segfault. + +Environment: +``` +OS: Ubuntu 22.04 jammy +Kernel: aarch64 Linux 6.5.0-1027-oracle +CPU: 4x ARM Neoverse-N1 +RAM: 2646MiB / 23981MiB +``` +To reproduce, I have: + +- Installed box64, box86. +- Installed steamcmd. +- Installed the corekeeper dedicated server app AND the steamworks SDK Redist +``` + ./steamcmd.sh \ + +@sSteamCmdForcePlatformType linux \ + +force_install_dir "/home/ubuntu/corekeeper" \ + +login anonymous \ + +app_update 1963720 validate \ + +quit + ./steamcmd.sh \ + +@sSteamCmdForcePlatformType linux \ + +force_install_dir "/home/ubuntu/corekeeper\Steamworks SDK Redist" \ + +login anonymous \ + +app_update 1007 validate \ + +quit +``` +I have been able to run a Valheim dedicated server instance previously with the below box64rc settings, so I have trialled the same in my .box64rc. + +``` +BOX64_DYNAREC_BLEEDING_EDGE=0 +BOX64_DYNAREC_BIGBLOCK=0 +BOX64_DYNAREC_STRONGMEM=2 +``` +I then try to run the server by `./_launch.sh`. +Of note, the launch bashfile does rely on `Xvfb`, as shown by this snippet: +``` +Xvfb :99 -screen 0 1x1x24 -nolisten tcp & +xvfbpid=$! +chmod +x "$exepath" # this is the binary executable for the server +DISPLAY=:99 LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$installdir/Steamworks SDK Redist/linux64/" \ + "$exepath" -batchmode -logfile CoreKeeperServerLog.txt "$@" & +``` + +Log as below. +``` +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2_XSERVTransSocketUNIXCreateListener: +Will use Hardware counter measured at 25.0 MHz emulating 3.2 GHz +Params database has 80 entries +Params database has 82 entries +Box64 with Dynarec v0.3.0 62695cee built on Aug 8 2024 12:07:50 +BOX64: Detected 48bits at least of address space +Counted 28 Env var +BOX64 LIB PATH: ./Steamworks SDK Redist/linux64/:./:lib/:lib64/:x86_64/:bin64/:libs64/:/lib/x86_64-linux-gnu/:/usr/lib/x86_64-linux-gnu/ +BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/games/:/usr/local/games/:/snap/bin/ +Looking for ./CoreKeeperServer +Apply RC params for CoreKeeperServer +Applying BOX64_LOG=1 +Applying BOX64_DYNAREC_BIGBLOCK=0 +Applying BOX64_DYNAREC_STRONGMEM=1 +Applying BOX64_DYNAREC_BLEEDING_EDGE=0 +Applying BOX64_TRACE_FILE=/home/ubuntu/corekeeperbox64.log +BOX64 Trace redirected to "/home/ubuntu/corekeeperbox64.log" +[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" +argv[1]="-batchmode" +argv[2]="-logfile" +argv[3]="CoreKeeperServerLog.txt" +Rename process to "CoreKeeperServer" +Using emulated 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) libdl.so.2 +Using native(wrapped) libutil.so.1 +Using native(wrapped) librt.so.1 +Using native(wrapped) libbsd.so.0 +Using native(wrapped) libdbus-1.so.3 +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) libudev.so.1 +Using emulated /home/ubuntu/corekeeper/CoreKeeperServer_Data/MonoBleedingEdge/x86_64/libmonobdwgc-2.0.so +Using native(wrapped) libz.so.1 +Using emulated /home/ubuntu/corekeeper/CoreKeeperServer_Data/Plugins/discord_game_sdk.so +Using emulated /home/ubuntu/corekeeper/CoreKeeperServer_Data/Plugins/libEOSSDK-Linux-Shipping.so +Warning: Weak Symbol __gmon_start__ not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff07acead0 (0x1a10786) +Using emulated /home/ubuntu/corekeeper/CoreKeeperServer_Data/Plugins/libPlayFabMultiplayer.so +Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 +Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0924f060 (0x9c0f6) +Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0924f6a0 (0x9cd76) +Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0924fb00 (0x9d636) +Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0924fff8 (0x9e026) +Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff092504a8 (0x9e986) +Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff09250c88 (0x9f946) +Using emulated /home/ubuntu/corekeeper/CoreKeeperServer_Data/Plugins/lib_burst_generated.so +Using emulated /home/ubuntu/corekeeper/CoreKeeperServer_Data/Plugins/libparty.so +Using native(wrapped) libatomic.so.1 +Using native(wrapped) libpulse.so.0 +Using native(wrapped) libpulse-simple.so.0 +Using emulated /home/ubuntu/corekeeper/CoreKeeperServer_Data/Plugins/libsentry.so +Using native(wrapped) libcurl.so.4 +Using emulated /home/ubuntu/corekeeper/CoreKeeperServer_Data/Plugins/libsteam_api.so +Using native(wrapped) libGL.so.1 +Using emulated /home/ubuntu/corekeeper/CoreKeeperServer_Data/MonoBleedingEdge/x86_64/libmono-native.so +Error loading needed lib libmonosgen-2.0.so +Warning: Cannot dlopen("libmonosgen-2.0.so"/0x4d6bb950, 102) +Using emulated /home/ubuntu/corekeeper/CoreKeeperServer_Data/MonoBleedingEdge/x86_64/libMonoPosixHelper.so +Error loading needed lib data-0x4db61330.so +Warning: Cannot dlopen("data-0x4db61330.so"/0x4db6c1b0, 101) +Error loading needed lib data-0x4dcacc40.so +Warning: Cannot dlopen("data-0x4dcacc40.so"/0x4dcbba70, 101) +Using emulated steamclient.so +Redirecting overridden malloc from symtab function for steamclient.so +Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff1a277698 (0xb25700) +Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff1a2776a0 (0xb25700) +Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff1a2776a8 (0xb25700) +Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff1a2776b0 (0xb25700) +Using native(wrapped) crashhandler.so +Error loading needed lib libsteam.so +Warning: Cannot dlopen("libsteam.so"/0x7fff1503fe79, 2) +57093|Double SIGSEGV (code=1, pc=0xf2d36d6fec14, addr=0x20, prot=00)! +Sigfault/Segbus while quitting, exiting silently +``` + diff --git a/results/scraper/box64/1787 b/results/scraper/box64/1787 new file mode 100644 index 000000000..fe3911348 --- /dev/null +++ b/results/scraper/box64/1787 @@ -0,0 +1,22 @@ +Trying to make Knime work on Box 64: Error: PltResolver in /lib/x86_64-linux-gnu/libstdc++.so.6 and /org.eclipse.osgi/276/0/.cp/libswt-pi3-gtk-4964r8.so +Hello, + +I've been trying to make Knime app (amd64) (https://www.knime.com/downloads) work on arm64 with box64 but I'm getting the following errors when executing the app: + +(KNIME:78954): Gdk-CRITICAL **: 09:37:57.198: gdk_monitor_get_scale_factor: assertion 'GDK_IS_MONITOR (monitor)' failed +Error: PltResolver: Symbol g_closure_ref(ver 1: g_closure_ref) not found, cannot apply R_X86_64_JUMP_SLOT 0x7fff1c26d930 (0x7fff1c03c916) in /home/opc/App/knime/configuration/org.eclipse.osgi/276/0/.cp/libswt-pi3-gtk-4964r8.so (local_maplib=0xffffa434eb80, global maplib=0x5fcf1fd0, deepbind=0) +Error: PltResolver: Symbol _ZNSt14error_categoryD2Ev(optver 17: _ZNSt14error_categoryD2Ev@GLIBCXX_3.4.15) not found, cannot apply R_X86_64_JUMP_SLOT 0x7fff1924ff80 (0x7fff1909df36) in /lib/x86_64-linux-gnu/libstdc++.so.6 (local_maplib=0xffff183577b0, global maplib=0x5fcf1fd0, deepbind=0) +Error: PltResolver: Symbol _ZNSt14error_categoryD2Ev(optver 17: _ZNSt14error_categoryD2Ev@GLIBCXX_3.4.15) not found, cannot apply R_X86_64_JUMP_SLOT 0x7fff1924ff80 (0x7fff1909df36) in /lib/x86_64-linux-gnu/libstdc++.so.6 (local_maplib=0xffff183577b0, global maplib=0x5fcf1fd0, deepbind=0) +Error: PltResolver: Symbol Weak _ZNSo5flushEv(optver 2: _ZNSo5flushEv@GLIBCXX_3.4) not found, cannot apply R_X86_64_JUMP_SLOT 0x7fff19250238 (0x7fff1909e4a6) in /lib/x86_64-linux-gnu/libstdc++.so.6 (local_maplib=0xffff183577b0, global maplib=0x5fcf1fd0, deepbind=0) + +Details about my system: +Hardware: VM on Oracle Cloud 4 OCPU, 24GB Ram +Operating System: Oracle Linux 8 +Desktop: Gnome with VNC +Related Software: Box64 (Box86 is not installed) + +Attached is the completed log for the terminal: +[Linux Knime box64.txt](https://github.com/user-attachments/files/16836085/Linux.Knime.box64.txt) + + +I'm not very knowledgeable about linux , if I forgot to inlcude any details or I'm posting on the wrong forum please let me know. diff --git a/results/scraper/box64/1789 b/results/scraper/box64/1789 new file mode 100644 index 000000000..e6caf3351 --- /dev/null +++ b/results/scraper/box64/1789 @@ -0,0 +1,16 @@ +Where did those libraries come from? +I have been asked by my employer to install box64 for our developers to use. I do not use it myself. + +When doing so I discovered that its build system attempts to install some x86 libraries that it needs. It installs them in a way which could replace the libraries provided by the operating system and the particular libraries which would be installed got me very concerned because they cover network encryption, password validation and DNS resolution, which are highly sensitive, and so I looked in the documentation and git history for where these libraries had been taken from and found nothing. + +I understand that a project of this nature might need to include some x86 libraries in order to function but the documentation should say clearly where they come from so that the binary files included in git can be compared with their upstream and sysadmins such as me can be assured that the files are legitimate and don't include some sort of malware. + +Please note that I am NOT accusing you of shipping malware. Also the files have been verified by our security team, who have given them a pass. + +It's just that the way that these binary files are distributed and installed *looks* like somebody trying to spread malware. + +At the very least I need to know where these binaries come from before I can install them on our systems so that I can verify that they are the same files provided by the upstream vendors. It would also be nice if they weren't blindly installed into /usr/lib. + +Ideally I would also like the documentation to explain why these files need to be included at all. Again, it makes perfect sense that *some* original x86 binaries would be required but the services these particular libraries provide (except PNG) are some of the most security-critical and so just seeing those filenames makes me extremely wary. + +In short: Please describe exactly where every binary file in the box64 source repository comes from so that the distributed files can be compared to their originals. \ No newline at end of file diff --git a/results/scraper/box64/179 b/results/scraper/box64/179 new file mode 100644 index 000000000..086e134a2 --- /dev/null +++ b/results/scraper/box64/179 @@ -0,0 +1,26 @@ +Is it posibble to compile box64 on RPi 3B+ +Hi, i'm trying to compile and run box64 on my Raspberry Pi 3B+, but i'm encountering a compilation error. + +uname -a: "Linux michasus-rpi 5.10.63-v8+ #1459 SMP PREEMPT Wed Oct 6 16:42:49 BST 2021 aarch64 GNU/Linux" +Cmake cmd: "cmake .. -DRPI4ARM64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo" (using DRPI4ARM64, because i could not find other rpi ARM64 flag) + +[...] +[ 27%] Building C object CMakeFiles/arm64_pass2.dir/src/dynarec/dynarec_arm64_f0.c.o +[ 27%] Building C object CMakeFiles/arm64_pass2.dir/src/dynarec/dynarec_arm64_660f.c.o +[ 28%] Building C object CMakeFiles/arm64_pass2.dir/src/dynarec/dynarec_arm64_6664.c.o +[ 28%] Building C object CMakeFiles/arm64_pass2.dir/src/dynarec/dynarec_arm64_f20f.c.o +[ 28%] Building C object CMakeFiles/arm64_pass2.dir/src/dynarec/dynarec_arm64_f30f.c.o +[ 28%] Building C object CMakeFiles/arm64_pass3.dir/src/dynarec/dynarec_arm64_64.c.o +[ 28%] Built target arm64_pass2 +[ 29%] Building C object CMakeFiles/arm64_pass3.dir/src/dynarec/dynarec_arm64_66.c.o +{standard input}: Assembler messages: +{standard input}: Warning: end of file not at end of a line; newline inserted +{standard input}:625: Error: unknown pseudo-op: `.' +cc: fatal error: Killed signal terminated program cc1 +compilation terminated. +make[2]: *** [CMakeFiles/arm64_pass3.dir/build.make:160: CMakeFiles/arm64_pass3.dir/src/dynarec/dynarec_arm64_00.c.o] Error 1 +make[2]: *** Waiting for unfinished jobs.... +make[1]: *** [CMakeFiles/Makefile2:272: CMakeFiles/arm64_pass3.dir/all] Error 2 +make: *** [Makefile:182: all] Error 2 + +Sorry for english mistakes! \ No newline at end of file diff --git a/results/scraper/box64/1792 b/results/scraper/box64/1792 new file mode 100644 index 000000000..57404f741 --- /dev/null +++ b/results/scraper/box64/1792 @@ -0,0 +1,168 @@ +CPU type is not detected in log. +Box64 with Dynarec v0.3.1 9eaaaaa + +In my game launching log, the cpu is not detected/recognized correctly, eg, +```bash +rico [ /opt/games/keeperrl ]$ ./box64-start.sh +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on - - - - - - - - - - - - - - - - with 8 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 89 entries +Box64 with Dynarec v0.3.1 9eaaaaa built on Sep 4 2024 06:35:23 +BOX64: Detected 48bits at least of address space +``` + +However, `lscpu` can show cpu correctly, +```bash +rico [ ~/rk3588-sdk ]$ lscpu +Architecture: aarch64 + CPU op-mode(s): 32-bit, 64-bit + Byte Order: Little Endian +CPU(s): 8 + On-line CPU(s) list: 0-7 +Vendor ID: ARM + Model name: - + Model: Rockchip RK3588 + Thread(s) per core: 0 + Core(s) per socket: 0 + Socket(s): 0 + Stepping: 0x2 + BogoMIPS: 48.00 + Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp + Model name: - + Model: 0 + Thread(s) per core: 1 + Core(s) per socket: 1 + Socket(s): 1 + CPU(s) scaling MHz: 100% + CPU max MHz: 1800.0000 + CPU min MHz: 408.0000 + BogoMIPS: 48.00 + Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp + Model name: - + Model: Rockchip RK3588 + Thread(s) per core: 0 + Core(s) per socket: 0 + Socket(s): 0 + Stepping: 0x2 + Model name: - + Model: 0 + Thread(s) per core: 1 + Core(s) per socket: 1 + Socket(s): 1 + CPU(s) scaling MHz: 100% + CPU max MHz: 1800.0000 + CPU min MHz: 408.0000 + BogoMIPS: 48.00 + Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp + Model name: - + Model: Rockchip RK3588 + Thread(s) per core: 0 + Core(s) per socket: 0 + Socket(s): 0 + Stepping: 0x2 + Model name: - + Model: 0 + Thread(s) per core: 1 + Core(s) per socket: 1 + Socket(s): 1 + CPU(s) scaling MHz: 100% + CPU max MHz: 1800.0000 + CPU min MHz: 408.0000 + BogoMIPS: 48.00 + Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp + Model name: - + Model: Rockchip RK3588 + Thread(s) per core: 0 + Core(s) per socket: 0 + Socket(s): 0 + Stepping: 0x2 + Model name: - + Model: 0 + Thread(s) per core: 1 + Core(s) per socket: 1 + Socket(s): 1 + CPU(s) scaling MHz: 100% + CPU max MHz: 1800.0000 + CPU min MHz: 408.0000 + BogoMIPS: 48.00 + Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp + Model name: - + Model: Rockchip RK3588 + Thread(s) per core: 0 + Core(s) per socket: 0 + Socket(s): 0 + Stepping: 0x4 + Model name: - + Model: 0 + Thread(s) per core: 1 + Core(s) per socket: 1 + Socket(s): 1 + CPU(s) scaling MHz: 100% + CPU max MHz: 2256.0000 + CPU min MHz: 408.0000 + BogoMIPS: 48.00 + Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp + Model name: - + Model: Rockchip RK3588 + Thread(s) per core: 0 + Core(s) per socket: 0 + Socket(s): 0 + Stepping: 0x4 + Model name: - + Model: 0 + Thread(s) per core: 1 + Core(s) per socket: 1 + Socket(s): 1 + CPU(s) scaling MHz: 100% + CPU max MHz: 2256.0000 + CPU min MHz: 408.0000 + BogoMIPS: 48.00 + Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp + Model name: - + Model: Rockchip RK3588 + Thread(s) per core: 0 + Core(s) per socket: 0 + Socket(s): 0 + Stepping: 0x4 + Model name: - + Model: 0 + Thread(s) per core: 1 + Core(s) per socket: 1 + Socket(s): 1 + CPU(s) scaling MHz: 100% + CPU max MHz: 2256.0000 + CPU min MHz: 408.0000 + BogoMIPS: 48.00 + Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp + Model name: - + Model: Rockchip RK3588 + Thread(s) per core: 0 + Core(s) per socket: 0 + Socket(s): 0 + Stepping: 0x4 + Model name: - + Model: 0 + Thread(s) per core: 1 + Core(s) per socket: 1 + Socket(s): 1 + CPU(s) scaling MHz: 100% + CPU max MHz: 2256.0000 + CPU min MHz: 408.0000 +Caches (sum of all): + L1d: 384 KiB (8 instances) + L1i: 384 KiB (8 instances) + L2: 2.5 MiB (8 instances) + L3: 3 MiB (1 instance) +Vulnerabilities: + Itlb multihit: Not affected + L1tf: Not affected + Mds: Not affected + Meltdown: Not affected + Mmio stale data: Not affected + Retbleed: Not affected + Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl + Spectre v1: Mitigation; __user pointer sanitization + Spectre v2: Mitigation; CSV2, BHB + Srbds: Not affected + Tsx async abort: Not affected +``` diff --git a/results/scraper/box64/1793 b/results/scraper/box64/1793 new file mode 100644 index 000000000..47d31ef62 --- /dev/null +++ b/results/scraper/box64/1793 @@ -0,0 +1,145 @@ +Error loading needed lib libzstd.so.1 +Greetings :) + +I can't launch the game Kandria, v1.1.14 +https://shinmera.itch.io/kandria +https://store.steampowered.com/app/1261430/Kandria/ + +Error log, +```bash +rico [ /opt/games/kandria ]$ ./kandria-linux.run +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on - - - - - - - - - - - - - - - - with 8 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 89 entries +Box64 with Dynarec v0.3.1 9eaaaaa built on Sep 4 2024 06:35:23 +BOX64: Detected 48bits at least of address space +Counted 62 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/opt/rustc/bin/:/usr/local/bin/:/usr/bin/:/opt/ant/bin/:/opt/jdk/bin/:/opt/bin/ +Looking for ./kandria-linux.run +Rename process to "kandria-linux.run" +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Error loading needed lib libzstd.so.1 +Using native(wrapped) libm.so.6 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libutil.so.1 +Using native(wrapped) librt.so.1 +Using native(wrapped) libbsd.so.0 +Error loading one of needed lib +Error: Loading needed libs in elf /opt/games/kandria/././kandria-linux.run +``` + +I have tired, but in vain. +- copy and sideloading my aarch64 native system zstd shared libs +```bash +rico [ ~/rk3588-sdk ]$ ls -lah /usr/lib/libzstd* +lrwxrwxrwx 1 root root 16 Sep 1 17:52 /usr/lib/libzstd.so -> libzstd.so.1.5.6 +lrwxrwxrwx 1 root root 16 Sep 1 17:52 /usr/lib/libzstd.so.1 -> libzstd.so.1.5.6 +-rwxr-xr-x 1 root root 885K Sep 1 17:52 /usr/lib/libzstd.so.1.5.6 +``` +- `export BOX64_PREFER_EMULATED=1` +- `export BOX64_PREFER_WRAPPED=1` + +----------------------------------- +And this is the 2nd time I've encountered suspicious 'libzstd' issue. + +Another one is the game, Noreya The Gold Project. +https://www.gog.com/en/game/noreya_the_gold_project +https://store.steampowered.com/app/1760330/Noreya_The_Gold_Project/ + +Lines as `Warning: Weak Symbol ZSTD_trace_decompress` look a bit strange? + +Error log, +```bash +rico [ /opt/games/noreya/squashfs-root ]$ ./'Noreya The Gold Project' +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 PageSize:4096 Running on - - - - - - - - - - - - - - - - with 8 Cores +Will use Hardware counter measured at 24.0 MHz emulating 3.0 GHz +Params database has 89 entries +Box64 with Dynarec v0.3.1 9eaaaaa built on Sep 4 2024 06:35:23 +BOX64: Detected 48bits at least of address space +Counted 63 Env var +BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/opt/rustc/bin/:/usr/local/bin/:/usr/bin/:/opt/ant/bin/:/opt/jdk/bin/:/opt/bin/ +Looking for ./Noreya The Gold Project +Rename process to "Noreya The Gold Project" +Redirecting overridden malloc from symtab function for /opt/games/noreya/squashfs-root/Noreya The Gold Project +Using emulated libffmpeg.so +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libgobject-2.0.so.0 +Using native(wrapped) libglib-2.0.so.0 +Using native(wrapped) libgio-2.0.so.0 +Using native(wrapped) libgmodule-2.0.so.0 +Using native(wrapped) libnss3.so +Using native(wrapped) libnssutil3.so +Using native(wrapped) libsmime3.so +Using native(wrapped) libnspr4.so +Using native(wrapped) libdbus-1.so.3 +Using native(wrapped) libatk-1.0.so.0 +Using native(wrapped) libatk-bridge-2.0.so.0 +Using native(wrapped) libSM.so.6 +Using native(wrapped) libICE.so.6 +Using native(wrapped) libXau.so.6 +Using native(wrapped) libxcb.so.1 +Using native(wrapped) libXdmcp.so.6 +Using native(wrapped) libcups.so.2 +Using native(wrapped) libdrm.so.2 +Using native(wrapped) libgtk-3.so.0 +Using native(wrapped) libgdk-3.so.0 +Using native(wrapped) libgdk_pixbuf-2.0.so.0 +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) libXcomposite.so.1 +Using native(wrapped) libXdamage.so.1 +Using native(wrapped) libXext.so.6 +Using native(wrapped) libXfixes.so.3 +Using native(wrapped) libXrandr.so.2 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libgbm.so.1 +Using native(wrapped) libexpat.so.1 +Using native(wrapped) libxkbcommon.so.0 +Using native(wrapped) libasound.so.2 +Using native(wrapped) libatspi.so.0 +Using native(wrapped) libm.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) librt.so.1 +Using native(wrapped) libbsd.so.0 +Warning: Weak Symbol ZSTD_trace_decompress_begin not found, cannot apply R_X86_64_JUMP_SLOT @0x10a649bc8 (0xa0d8b96) +Warning: Weak Symbol ZSTD_trace_decompress_end not found, cannot apply R_X86_64_JUMP_SLOT @0x10a649bd0 (0xa0d8ba6) +Warning: Weak Symbol _ZTHN2v88internal12trap_handler21g_thread_in_wasm_codeE not found, cannot apply R_X86_64_JUMP_SLOT @0x10a64a2d8 (0xa0d99b6) +Warning: Weak Symbol _ZTHN2v88internal19RwxMemoryWriteScope31code_space_write_nesting_level_E not found, cannot apply R_X86_64_JUMP_SLOT @0x10a64a2e0 (0xa0d99c6) +Warning: Weak Symbol OPENSSL_memory_alloc not found, cannot apply R_X86_64_JUMP_SLOT @0x10a64a528 (0xa0d9e56) +Warning: Weak Symbol OPENSSL_memory_free not found, cannot apply R_X86_64_JUMP_SLOT @0x10a64a530 (0xa0d9e66) +Warning: Weak Symbol sdallocx not found, cannot apply R_X86_64_JUMP_SLOT @0x10a64a538 (0xa0d9e76) +Warning: Weak Symbol OPENSSL_memory_get_size not found, cannot apply R_X86_64_JUMP_SLOT @0x10a64a540 (0xa0d9e86) +munmap_chunk(): invalid pointer +NativeBT: ./Noreya The Gold Project() [0x34a6c788] +NativeBT: linux-vdso.so.1(__kernel_rt_sigreturn+0) [0xffffad08079c] +NativeBT: /usr/lib/libc.so.6(+0x848b8) [0xffffacf048b8] +NativeBT: /usr/lib/libc.so.6(gsignal+0x1c) [0xffffaceb5c7c] +NativeBT: /usr/lib/libc.so.6(abort+0xf4) [0xffffacea1900] +NativeBT: /usr/lib/libc.so.6(+0x78124) [0xffffacef8124] +NativeBT: /usr/lib/libc.so.6(+0x8f428) [0xffffacf0f428] +NativeBT: /usr/lib/libc.so.6(+0x8f604) [0xffffacf0f604] +NativeBT: /usr/lib/libc.so.6(__libc_free+0x5c) [0xffffacf13b1c] +NativeBT: [0xffffa0919dc4] +EmulatedBT: box64(free+0) [0x100a0] +EmulatedBT: /opt/games/noreya/squashfs-root/Noreya The Gold Project+9ded4f0 [0x109ded4f0] +EmulatedBT: /opt/games/noreya/squashfs-root/Noreya The Gold Project(__libc_csu_init+45) [0x102465b65] +EmulatedBT: box64(ExitEmulation+0) [0x10080] +EmulatedBT: /opt/games/noreya/squashfs-root/Noreya The Gold Project(+2a) [0x1020d402a] +1603|SIGABRT @0xffffacf048b8 (???(/usr/lib/libc.so.6+0x848b8)) (x64pc=0x100a0/"???", rsp=0xffffac9592c8, stack=0xffffac15a000:0xffffac95a000 own=(nil) fp=0xffffac9593c0), for accessing 0x3e800000643 (code=-6/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil) +RSP-0x20:0x0000000000000019 RSP-0x18:0x0000ffffac959360 RSP-0x10:0x000000010a7f9768 RSP-0x08:0x0000ffffac9593c0 +RSP+0x00:0x0000000109ded073 RSP+0x08:0x0000000000000019 RSP+0x10:0x0000000000000000 RSP+0x18:0x0000000000000000 +RAX:0x0000ffffac959341 RCX:0x0000000000000031 RDX:0x00003b4400210998 RBX:0x000000010a7f9600 +RSP:0x0000ffffac9592c8 RBP:0x0000ffffac9593c0 RSI:0x0000ffffacf1e4c0 RDI:0x00003b4400210990 + R8:0x0000ffffac959320 R9:0x00003b4400210990 R10:0x0000000000000000 R11:0x0000000000000060 +R12:0x0000000000000019 R13:0x0000000000000000 R14:0x0000ffffac959360 R15:0x000000010a7f9768 +ES:0x002b CS:0x0033 SS:0x002b DS:0x002b FS:0x0043 GS:0x0053 +Aborted (core dumped) +``` diff --git a/results/scraper/box64/1794 b/results/scraper/box64/1794 new file mode 100644 index 000000000..a8a129813 --- /dev/null +++ b/results/scraper/box64/1794 @@ -0,0 +1,2 @@ +Dynarec stopped because of x64 Opcode 67 66 48 0F 7E DA F3 4C 0F 38 F6 D8 66 4D 0F +got this error while trying to get a valheim dedicated server to run on an oracle arm instance \ No newline at end of file diff --git a/results/scraper/box64/1798 b/results/scraper/box64/1798 new file mode 100644 index 000000000..e4429878c --- /dev/null +++ b/results/scraper/box64/1798 @@ -0,0 +1,12 @@ +SeaMonkey Browser - Only Linux x64 - Won't start +Hello everyone. +I'm trying to use Box86 to run a non game App from Linux, for Intel Arch (64 Bit) on Termux Proot Distro. +I'm getting this error: +`Error: PltResolver: Symbol gdk_disable_multidevice(ver 0: gdk_disable_multidevice) not found, cannot apply R_X86_64_JUMP_SLOT 0x3f16b8b5c0 (0x3f109d5266) in /home/ivix/Downloads/seamonkey/libxul.so (local_maplib=(nil), global maplib=0x36c9fed0, deepbind=0)` + +for this command line: +`box64 seamonkey` + +Please, help. + +Thanks in advance for any help. Regards, have a nice day. \ No newline at end of file |