diff options
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/box64/30 | 36 | ||||
| -rw-r--r-- | results/scraper/box64/300 | 27 | ||||
| -rw-r--r-- | results/scraper/box64/301 | 26 | ||||
| -rw-r--r-- | results/scraper/box64/302 | 8 | ||||
| -rw-r--r-- | results/scraper/box64/303 | 45 | ||||
| -rw-r--r-- | results/scraper/box64/304 | 37 | ||||
| -rw-r--r-- | results/scraper/box64/305 | 40 | ||||
| -rw-r--r-- | results/scraper/box64/308 | 225 | ||||
| -rw-r--r-- | results/scraper/box64/309 | 81 |
9 files changed, 525 insertions, 0 deletions
diff --git a/results/scraper/box64/30 b/results/scraper/box64/30 new file mode 100644 index 000000000..b17fabfb1 --- /dev/null +++ b/results/scraper/box64/30 @@ -0,0 +1,36 @@ +segfault when starting zoom (and missing syscall) +``` +Using native(wrapped) libXcursor.so.1 +Using emulated /home/iansutter/Misc/Applications/zoom/platforminputcontexts/libcomposeplatforminputcontextplugin.so +Using emulated /home/iansutter/Misc/Applications/zoom/imageformats/libqsvg.so +Using emulated libQt5Svg.so.5 +[CZPClientLogMgr::LogClientEnvironment] [MacAddr: DC:A6:32:D7:10:E0][client: Linux][OS: Manjaro ARM x64][Hardware: CPU Core:4 Frenquency:2 G Memory size:3358MB CPU Brand: Intel(R) Pentium(R) 4 CPU 1000MHz GPU Brand:][Req ID: ] +Linux Client Version is 5.7.1 (26030.0627) +QSG_RENDER_LOOP is +XDG_CURRENT_DESKTOP = XFCE; GDMSESSION = xfce; XDG_SESSION_TYPE = x11 +Graphics Card Info:: +Zoom package arch is 64bit, runing OS arch is x86_64 +AppIconMgr::systemDesktopName log Desktop Name: xfce +Using emulated /home/iansutter/Misc/Applications/zoom/QtQuick.2/libqtquick2plugin.so +Using emulated /home/iansutter/Misc/Applications/zoom/QtQuick/Controls.2/libqtquickcontrols2plugin.so +Using emulated libQt5QuickTemplates2.so.5 +Using emulated libQt5QuickControls2.so.5 +Using emulated /home/iansutter/Misc/Applications/zoom/QtQuick/Layouts/libqquicklayoutsplugin.so +Using emulated /home/iansutter/Misc/Applications/zoom/QtQuick/Window.2/libwindowplugin.so +Using emulated /home/iansutter/Misc/Applications/zoom/QtQuick/Templates.2/libqtquicktemplates2plugin.so +Using emulated /home/iansutter/Misc/Applications/zoom/xcbglintegrations/libqxcb-glx-integration.so +Using native(wrapped) libxcb-glx.so.0 +Using emulated /home/iansutter/Misc/Applications/zoom/QtQuick/Controls/libqtquickcontrolsplugin.so +Using emulated /home/iansutter/Misc/Applications/zoom/imageformats/libqgif.so +Using emulated /home/iansutter/Misc/Applications/zoom/imageformats/libqicns.so +Using emulated /home/iansutter/Misc/Applications/zoom/imageformats/libqico.so +Using emulated /home/iansutter/Misc/Applications/zoom/imageformats/libqjpeg.so +Using emulated /home/iansutter/Misc/Applications/zoom/imageformats/libqtga.so +Using emulated /home/iansutter/Misc/Applications/zoom/imageformats/libqtiff.so +Using emulated /home/iansutter/Misc/Applications/zoom/imageformats/libqwbmp.so +Using emulated /home/iansutter/Misc/Applications/zoom/imageformats/libqwebp.so +Error: PltResolver: Symbol FT_Property_Get(ver 0: FT_Property_Get) not found, cannot apply R_X86_64_JUMP_SLOT 0xffff7065f070 (0xffff702fa4b6) in libQt5XcbQpa.so.5 +0887|SIGSEGV @0x9572c0fc (???(0x9572c0fc)) (x64pc=0xffff7039a71c/libQt5XcbQpa.so.5:"libQt5XcbQpa.so.5/_ZN21QFreeTypeFontDatabase13releaseHandleEPv", rsp=0x95661f18, stack=0xffff87690000:0xffff87e90000 own=(nil) fp=0x957af840), for accessing 0x1 (code=1/prot=0), db=0x957b0d40(0x9572c0bc:0x9572c23c/0xffff7039a710:0xffff7039a752/libQt5XcbQpa.so.5/_ZN21QFreeTypeFontDatabase13releaseHandleEPv:clean, hash:a9428177/a9428177) handler=0xffff8a9d36a0 +Error: Unsupported Syscall 0x38h (56) +0887|Double SIGSEGV (code=1, pc=0x9572c0fc, addr=0x1)! +``` \ No newline at end of file diff --git a/results/scraper/box64/300 b/results/scraper/box64/300 new file mode 100644 index 000000000..3f1714bdb --- /dev/null +++ b/results/scraper/box64/300 @@ -0,0 +1,27 @@ +`execv error: Input/output error` +- Using the latest build of box64 +- Ubuntu ARM on Apple M1 using Parallels (virtual machine) +- trying to run LÖVE 2D (x86_64) + +When I execute the following command: +``` +$ box64 ~/Desktop/l.AppImage +``` + +I get this message: +``` +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 +Box64 with Dynarec v0.1.9 098317e built on May 2 2022 17:47:02 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 53 Env var +Looking for /home/chno/Desktop/l.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) librt.so.1 +Using native(wrapped) libfuse.so.2 +execv error: Input/output error +``` \ No newline at end of file diff --git a/results/scraper/box64/301 b/results/scraper/box64/301 new file mode 100644 index 000000000..0819ce1fa --- /dev/null +++ b/results/scraper/box64/301 @@ -0,0 +1,26 @@ +Discord! +- Using the latest build of box64 +- Ubuntu ARM on Apple M1 using Parallels (virtual machine) +- trying to run Discord using `.tar.gz` file +Input: +``` +$ box64 Discord +``` + +Output: +``` +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 +Box64 with Dynarec v0.1.9 098317e built on May 2 2022 17:47:02 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 63 Env var +Looking for Discord +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 +Error loading needed lib libxshmfence.so.1 +Error loading one of needed lib +Error: loading needed libs in elf ~/Downloads/Discord/Discord +``` \ No newline at end of file diff --git a/results/scraper/box64/302 b/results/scraper/box64/302 new file mode 100644 index 000000000..d409cee3f --- /dev/null +++ b/results/scraper/box64/302 @@ -0,0 +1,8 @@ +Zoom is broken due to libcef dependency +Hello. I will get some debug information soon here, but I wanted to post this report since I am not using my Rapsberry Pi 400 as a desktop computer at the moment. + +It seems that, at some point recently, Zoom started using libcef in it's desktop app. This seems to completely break it on box64 (and I imagine the same for box86). + +Again, I am going to setup my Pi and get a stacktrace to put here within the next few hours. I have other things to do at the moment though. + +Thank you for continuing to work on this! \ No newline at end of file diff --git a/results/scraper/box64/303 b/results/scraper/box64/303 new file mode 100644 index 000000000..61a478443 --- /dev/null +++ b/results/scraper/box64/303 @@ -0,0 +1,45 @@ +pthread_cond_clockwait not found? +i try to run synthesizer v linux, but something wrong (missing function i guess). i already add missing lib by add amd64 repo, but still missing something +``` +lad@localhost:~/Documents/Synthesizer V Studio Basic$ box64 synth* +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL PageSize:4096 +BOX64_LD_LIBRARY_PATH: /home/lad/wine/lib64/ +BOX64_PATH: /home/lad/wine/bin/ +Counted 23 Env var +Looking for synthv-studio +Using native(wrapped) libasound.so.2 +Using native(wrapped) libfreetype.so.6 +Using native(wrapped) libcurl.so.4 +Using native(wrapped) librt.so.1 +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libGL.so.1 +Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 +Using native(wrapped) libm.so.6 +Using emulated /lib/x86_64-linux-gnu/libmvec.so.1 +Using emulated /lib/x86_64-linux-gnu/libgomp.so.1 +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 +Warning, don't know of to handle rela #12 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #13 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #14 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #15 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #16 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #17 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #18 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #19 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #20 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #21 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #22 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #23 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #24 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #25 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #26 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #27 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #28 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #29 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #30 type: R_X86_64_IRELATIVE on +Warning, don't know of to handle rela #31 type: R_X86_64_IRELATIVE on +Error: PltResolver: Symbol pthread_cond_clockwait(ver 39: pthread_cond_clockwait@GLIBC_2.30) not found, cannot apply R_X86_64_JUMP_SLOT 0x7106574bc0 (0x7105713960) in synthv-studio +``` \ No newline at end of file diff --git a/results/scraper/box64/304 b/results/scraper/box64/304 new file mode 100644 index 000000000..bf67a17ef --- /dev/null +++ b/results/scraper/box64/304 @@ -0,0 +1,37 @@ +undefined reference to `dynarec64_003' while linking executable +I'm on the Pi 3b+, I have added a swap file of 2GB and ran make -j1 +It completed with the following error: + +> [ 98%] Building C object CMakeFiles/box64.dir/src/wrapped/wrappedxml2.c.o +> [ 98%] Building C object CMakeFiles/box64.dir/src/wrapped/wrappedxslt.c.o +> [ 99%] Building C object CMakeFiles/box64.dir/src/wrapped/wrappedldapr.c.o +> [ 99%] Building C object CMakeFiles/box64.dir/src/wrapped/wrappedlber.c.o +> [ 99%] Building C object CMakeFiles/box64.dir/src/wrapped/wrappedvulkan.c.o +> [100%] Linking C executable box64 +> /usr/bin/ld: libdynarec.a(dynarec_native_pass.c.o): in function `native_pass3': +> /home/pi/box64/src/dynarec/dynarec_native_pass.c:156: undefined reference to `dynarec64_003' +> collect2: error: ld returned 1 exit status +> make[2]: *** [CMakeFiles/box64.dir/build.make:3634: box64] Error 1 +> make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/box64.dir/all] Error 2 +> make: *** [Makefile:182: all] Error 2 + + + +I thought that maybe I could still try and install it but this happened: + + +> sudo make install +> [ 0%] Built target WRAPPERS +> [ 8%] Built target native_pass3 +> [ 10%] Built target dynarec_native +> [ 18%] Built target native_pass0 +> [ 25%] Built target native_pass1 +> [ 32%] Built target native_pass2 +> [ 32%] Built target dynarec +> [ 33%] Linking C executable box64 +> /usr/bin/ld: libdynarec.a(dynarec_native_pass.c.o): in function `native_pass3': +> /home/pi/box64/src/dynarec/dynarec_native_pass.c:156: undefined reference to `dynarec64_003' +> collect2: error: ld returned 1 exit status +> make[2]: *** [CMakeFiles/box64.dir/build.make:3634: box64] Error 1 +> make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/box64.dir/all] Error 2 +> make: *** [Makefile:182: all] Error 2 diff --git a/results/scraper/box64/305 b/results/scraper/box64/305 new file mode 100644 index 000000000..4b5b9fb6f --- /dev/null +++ b/results/scraper/box64/305 @@ -0,0 +1,40 @@ +SEG FAULT when starting a server +Got the following in terminal when I ran a script to start a server: + +Started server process with pid 24815 +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 +Box64 with Dynarec v0.1.9 59e367a built on May 8 2022 23:57:21 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 49 Env var +Looking for ./CoreKeeperServer +argv[1]="-batchmode" +argv[2]="-logfile" +argv[3]="CoreKeeperServerLog.txt" +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) librt.so.1 +Using native(wrapped) libdl.so.2 +Using native(wrapped) libX11.so.6 +Using native(wrapped) libXext.so.6 +Using native(wrapped) libxcb.so.1 +Using native(wrapped) libXau.so.6 +Using native(wrapped) libXdmcp.so.6 +Using native(wrapped) libXcursor.so.1 +Using native(wrapped) libXinerama.so.1 +Using native(wrapped) libXi.so.6 +Using native(wrapped) libXrandr.so.2 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libXss.so.1 +Using native(wrapped) libXxf86vm.so.1 +Using native(wrapped) libGL.so.1 +Using native(wrapped) libudev.so.1 +/home/pi/corekeeperserver/Server/_launch.sh: line 39: 24815 Segmentation fault DISPLAY=:99 ./CoreKeeperServer -batchmode -logfile CoreKeeperServerLog.txt "$@" + +I have uploaded the Log.txt file +[CoreKeeperServerLog.txt](https://github.com/ptitSeb/box64/files/8653751/corekeeperlog.txt) +Any help or insight would be appreciated \ No newline at end of file diff --git a/results/scraper/box64/308 b/results/scraper/box64/308 new file mode 100644 index 000000000..ee636006a --- /dev/null +++ b/results/scraper/box64/308 @@ -0,0 +1,225 @@ +MPC Beats doesn't work on Wine64 using box86 and box64 +So I have installed Wine64 and Wine32 (via [this guide](https://forum.armbian.com/topic/19526-how-to-install-box86-box64-wine32-wine64-winetricks-on-arm64/)), and it works, with Box86 and Box64 installed from Pi-Apps. I installed a program called [MPC Beats](https://www.akaipro.com/mpc-beats) and it installed just fine. But when I try to run it, it loads to the setup screen, and crashes (see output below). I'm wondering if this is Box86/64's fault, because the program in question installes and runs like normal in wine on an amd64 machine. + +Output: + +<details> + +``` +$ env WINEPREFIX="/home/crilum/.wine64-bit" wine C:\\windows\\command\\start.exe /Unix /home/crilum/.wine64-bit/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/MPC\ Beats.lnk +Box86 with Dynarec v0.2.7 44ee38a8 built on May 8 2022 00:06:54 +Box86 with Dynarec v0.2.7 44ee38a8 built on May 8 2022 00:06:54 +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 +Box64 with Dynarec v0.1.9 c8d4d3b built on May 13 2022 01:00:55 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 53 Env var +Looking for /home/crilum/wine/bin/wineserver +Using native(wrapped) libdl.so.2 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) librt.so.1 +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 +Box64 with Dynarec v0.1.9 c8d4d3b built on May 13 2022 01:00:55 +BOX64: Wine preloader detected, loading "/home/crilum/wine/bin/wine64" directly +BOX64: Wine64 detected, WINEPRELOADRESERVE="000400000-0004a1000" +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 55 Env var +Looking for /home/crilum/wine/bin/wine64 +argv[1]="C:\windows\system32\conhost.exe" +argv[2]="--unix" +argv[3]="--width" +argv[4]="116" +argv[5]="--height" +argv[6]="30" +argv[7]="--server" +argv[8]="0x10" +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) librt.so.1 +Using emulated /home/crilum/wine/bin/../lib64/wine/ntdll.so +Using native(wrapped) libm.so.6 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Using emulated /home/crilum/wine/lib64/wine/../libwine.so.1 +Error loading needed lib /home/crilum/wine/lib64/wine/kernel32.so +Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/kernel32.so"/0x78824890, 2) +Error loading needed lib /home/crilum/wine/lib64/wine/kernelbase.so +Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/kernelbase.so"/0x78835f60, 2) +Error loading needed lib /home/crilum/wine/lib64/wine/conhost.so +Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/conhost.so"/0x78845240, 2) +Error loading needed lib /home/crilum/wine/lib64/wine/advapi32.so +Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/advapi32.so"/0x788574d0, 2) +Error loading needed lib /home/crilum/wine/lib64/wine/sechost.so +Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/sechost.so"/0x78857950, 2) +Using emulated /home/crilum/wine/lib64/wine/ucrtbase.so +Using emulated /home/crilum/wine/lib64/wine/gdi32.so +Using emulated /home/crilum/wine/lib64/wine/user32.so +Error loading needed lib /home/crilum/wine/lib64/wine/setupapi.so +Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/setupapi.so"/0x7886ae70, 2) +Error loading needed lib /home/crilum/wine/lib64/wine/rpcrt4.so +Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/rpcrt4.so"/0x7886cc30, 2) +Error loading needed lib /home/crilum/wine/lib64/wine/version.so +Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/version.so"/0x7886ceb0, 2) +Using native(wrapped) libfreetype.so.6 +Using native(wrapped) libfontconfig.so.1 +0024:fixme:exec:SHELL_execute flags ignored: 0x00000100 +Error loading needed lib /home/crilum/wine/lib64/wine/imm32.so +Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/imm32.so"/0x789c8be0, 2) +0024:fixme:exec:SHELL_execute flags ignored: 0x00004100 +crilum@raspberrypi:~/Downloads $ 00f8:fixme:win:RegisterTouchWindow (0000000000010054 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010054 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010054 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010054 49 1 0000000000000000 +00f8:err:ole:com_get_class_object class {4ce576fa-83dc-4f88-951c-9d0782b4e376} not registered +00f8:err:ole:create_server class {4ce576fa-83dc-4f88-951c-9d0782b4e376} not registered +00f8:err:ole:com_get_class_object no class object {4ce576fa-83dc-4f88-951c-9d0782b4e376} could be created for context 0x6 +00f8:fixme:win:RegisterTouchWindow (0000000000020054 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020054 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020054 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020054 49 1 0000000000000000 +00f8:fixme:file:ReplaceFileW Ignoring flags 6 +0104:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 0000000001D1FE10 +00f8:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work. +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB +0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000 +00f8:fixme:win:RegisterTouchWindow (000000000001005C 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001005C 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001005C 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001005C 49 1 0000000000000000 +00f8:fixme:win:RegisterTouchWindow (0000000000010062 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010062 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010062 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010062 49 1 0000000000000000 +00f8:fixme:win:RegisterTouchWindow (0000000000010068 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010068 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010068 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010068 49 1 0000000000000000 +00f8:fixme:win:RegisterTouchWindow (000000000001006E 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001006E 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001006E 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001006E 49 1 0000000000000000 +00f8:fixme:win:RegisterTouchWindow (0000000000010074 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010074 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010074 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010074 49 1 0000000000000000 +wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available. +00f8:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Broadcom". Returning HW_VENDOR_NVIDIA. +00f8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION +00f8:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x20. +00f8:fixme:winediag:wined3d_select_feature_level None of the requested D3D feature levels is supported on this GPU with the current shader backend. +wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\G:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\G:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available. +wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available. +00f8:fixme:pulse:AudioSessionControl_RegisterAudioSessionNotification (0x1e8e9aa0)->(0x1e8e9ae0) - stub +00f8:fixme:pulse:AudioSessionControl_RegisterAudioSessionNotification (0x1e8ef160)->(0x1e8ef1a0) - stub +0198:fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",000000002718FA40): stub +0198:fixme:avrt:AvSetMmThreadPriority (0000000012345678)->(0) stub +00f8:fixme:win:RegisterTouchWindow (000000000002005E 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002005E 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002005E 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002005E 49 1 0000000000000000 +00f8:fixme:win:RegisterTouchWindow (0000000000020064 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020064 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020064 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020064 49 1 0000000000000000 +00f8:fixme:win:RegisterTouchWindow (000000000002006A 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002006A 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002006A 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002006A 49 1 0000000000000000 +00f8:fixme:win:RegisterTouchWindow (0000000000020070 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020070 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020070 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020070 49 1 0000000000000000 +01a4:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB +01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000 +01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000 +01a4:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (5000): STUB +01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000 +01a4:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB +01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000 +01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000 +01a4:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (5000): STUB +01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000 +00f8:fixme:win:RegisterTouchWindow (0000000000020076 00000000): stub +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020076 233 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020076 4a 1 0000000000000000 +00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020076 49 1 0000000000000000 +wine: Unhandled illegal instruction at address 0000000000060FF3 (thread 00f8), starting debugger... +00f8:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 244 15588" (1359) +Read the Wine Developers Guide on how to set up winedbg or another debugger +``` + +</details> + +Here's a video of what happens:  diff --git a/results/scraper/box64/309 b/results/scraper/box64/309 new file mode 100644 index 000000000..bf06fd009 --- /dev/null +++ b/results/scraper/box64/309 @@ -0,0 +1,81 @@ +Garry's mod (srcds), 64 bit +* Box64 version: Box64 with Dynarec v0.1.9 c8d4d3b built on May 13 2022 01:00:55 +* Hardware: Oracle ARM free tier vps +* Software: Ubuntu 20.04.3 LTS + +I modified the 64 bit srcds branch to use box64 (added box64 to the executable path) but it errors out, just crashes. I also needed to download it on my pc because steamcmd is 32 bit + + +Logs: +~/server_test$ ./srcds_run_x64 +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 +Box64 with Dynarec v0.1.9 c8d4d3b built on May 13 2022 01:00:55 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 29 Env var +Looking for ./bin/linux64/srcds +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) librt.so.1 +LD_LIBRARY_PATH=/home/ubuntu/server_test/bin/linux64:.:bin/linux64: +Using emulated bin/linux64/libtier0.so +Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Using native(wrapped) libm.so.6 +Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0xffffac6eb078 (0x990f6) +Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0xffffac6eb688 (0x99d16)Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0xffffac6ebb08 (0x9a616) +Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0xffffac6ebff0 (0x9afe6)Error: Symbol fstat64 not found, cannot apply R_X86_64_JUMP_SLOT @0xffffac6ec118 (0x9b236) in /lib/x86_64-linux-gnu/libstdc++.so.6 +Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0xffffac6ec480 (0x9b906) +Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0xffffac6ecc80 (0x9c906)Error: relocating Plt symbols in elf libstdc++.so.6 +Error initializing needed lib libstdc++.so.6 +Error loading one of needed lib +Error initializing needed lib libtier0.so +Warning: Cannot dlopen("libtier0.so"/0x400d68, 2) +Failed to open libtier0.so (Cannot dlopen("libtier0.so"/0x400d68, 2) +) +4155801|SIGSEGV @0x649466bc (???(/usr/local/bin/box64+0x649466bc)) (x64pc=0x1c441/???:"???", rsp=0xffffacff0430, stack=0xffffac7f1000:0xffffacff1000 own=(nil) fp=0xffffacff0438), for accessing 0x1c440 (code=1/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil) +Segmentation fault (core dumped) +WARNING: No map specified! Defaulting to gm_construct +Auto detecting CPU +Using default binary: ./bin/linux64/srcds +Server will auto-restart if there is a crash. +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 +Box64 with Dynarec v0.1.9 c8d4d3b built on May 13 2022 01:00:55 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 28 Env var +Looking for ./bin/linux64/srcds +argv[1]="-game" +argv[2]="garrysmod" +argv[3]="+map" +argv[4]="gm_construct" +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) librt.so.1 +LD_LIBRARY_PATH=/home/ubuntu/server_test/bin/linux64:.:bin/linux64: +Using emulated bin/linux64/libtier0.so +Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Using native(wrapped) libm.so.6 +Warning: Weak Symbol _ITM_memcpyRtWn not found, cannot apply R_X86_64_JUMP_SLOT @0xffffaab29078 (0x990f6) +Warning: Weak Symbol _ITM_RU1 not found, cannot apply R_X86_64_JUMP_SLOT @0xffffaab29688 (0x99d16)Warning: Weak Symbol _ZGTtdlPv not found, cannot apply R_X86_64_JUMP_SLOT @0xffffaab29b08 (0x9a616) +Warning: Weak Symbol _ITM_RU8 not found, cannot apply R_X86_64_JUMP_SLOT @0xffffaab29ff0 (0x9afe6)Error: Symbol fstat64 not found, cannot apply R_X86_64_JUMP_SLOT @0xffffaab2a118 (0x9b236) in /lib/x86_64-linux-gnu/libstdc++.so.6 +Warning: Weak Symbol _ITM_memcpyRnWt not found, cannot apply R_X86_64_JUMP_SLOT @0xffffaab2a480 (0x9b906) +Warning: Weak Symbol _ZGTtnam not found, cannot apply R_X86_64_JUMP_SLOT @0xffffaab2ac80 (0x9c906)Error: relocating Plt symbols in elf libstdc++.so.6 +Error initializing needed lib libstdc++.so.6 +Error loading one of needed lib +Error initializing needed lib libtier0.so +Warning: Cannot dlopen("libtier0.so"/0x400d68, 2) +Failed to open libtier0.so (Cannot dlopen("libtier0.so"/0x400d68, 2) +) +4155804|SIGSEGV @0x649466bc (???(/usr/local/bin/box64+0x649466bc)) (x64pc=0x1c441/???:"???", rsp=0xffffab42e3f0, stack=0xffffaac2f000:0xffffab42f000 own=(nil) fp=0xffffab42e3f8), for accessing 0x1c440 (code=1/prot=0), db=(nil)((nil):(nil)/(nil):(nil)/???:clean, hash:0/0) handler=(nil) +Segmentation fault (core dumped) +Add "-debug" to the ./srcds_run_x64 command line to generate a debug.log to help with solving this problem +Sat May 21 17:35:17 UTC 2022: Server restart in 10 seconds +^CSat May 21 17:35:21 UTC 2022: Server Quit + +ubuntu@instance-20220119-1536:~/server_test$ \ No newline at end of file |