diff options
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/box64/44 | 8 | ||||
| -rw-r--r-- | results/scraper/box64/441 | 60 | ||||
| -rw-r--r-- | results/scraper/box64/442 | 17 | ||||
| -rw-r--r-- | results/scraper/box64/443 | 45 | ||||
| -rw-r--r-- | results/scraper/box64/444 | 8 | ||||
| -rw-r--r-- | results/scraper/box64/445 | 14 | ||||
| -rw-r--r-- | results/scraper/box64/446 | 43 | ||||
| -rw-r--r-- | results/scraper/box64/447 | 73 | ||||
| -rw-r--r-- | results/scraper/box64/448 | 52 | ||||
| -rw-r--r-- | results/scraper/box64/449 | 123 |
10 files changed, 443 insertions, 0 deletions
diff --git a/results/scraper/box64/44 b/results/scraper/box64/44 new file mode 100644 index 000000000..26ecc1831 --- /dev/null +++ b/results/scraper/box64/44 @@ -0,0 +1,8 @@ +Skyrim SE +Game is crashing after missing function and than opcode. + +``` +Warning, function gnutls_decode_rs_value not found in lib libgnutls.so.30 +Warning, function gnutls_decode_rs_value not found in lib libgnutls.so.30 +16848|0x1c3eea7: Unimplemented Opcode (D0) 66 0F BA FA 4A 48 BD 00 00 C5 80 FE FF FF FF +``` \ No newline at end of file diff --git a/results/scraper/box64/441 b/results/scraper/box64/441 new file mode 100644 index 000000000..f0c09c74e --- /dev/null +++ b/results/scraper/box64/441 @@ -0,0 +1,60 @@ +Failure compiling box64 on Pi 4 x64 +Hello, + +So I am following these steps here in order to compile the box64: + +https://pimylifeup.com/raspberry-pi-x64/ + +When I attempt to run the "make" command, it just fails with the following regarding INT128 (warning its quite a large output, ill submit the whole thing via txt file): + +[box64 compiler error.txt](https://github.com/ptitSeb/box64/files/9941893/box64.compiler.error.txt) + +In file included from /home/pi/box64/src/dynarec/arm64/dynarec_arm64_helper.h:19, + from /home/pi/box64/src/dynarec/arm64/dynarec_arm64_emit_tests.c:24: +/home/pi/box64/src/include/../emu/x64primop.h: In function ‘imul64_direct’: +/home/pi/box64/src/include/../emu/x64primop.h:567:2: error: expected expression before ‘__int128’ + __int128 res = (__int128)(int64_t)d * (int64_t)s; + ^~~~~~~~ +/home/pi/box64/src/include/../emu/x64primop.h:569:22: error: ‘res’ undeclared (first use in this function); did you mean ‘rex_s’? + *res_lo = (uint64_t)res; + ^~~ + rex_s +/home/pi/box64/src/include/../emu/x64primop.h:569:22: note: each undeclared identifier is reported only once for each function it appears in +/home/pi/box64/src/include/../emu/x64primop.h: In function ‘mul64_rax’: +/home/pi/box64/src/include/../emu/x64primop.h:613:11: error: ‘__int128’ is not supported on this target + unsigned __int128 res = (unsigned __int128)R_RAX * s; + ^~~~~~~~ +/home/pi/box64/src/include/../emu/x64primop.h:613:36: error: ‘__int128’ is not supported on this target + unsigned __int128 res = (unsigned __int128)R_RAX * s; + ^~~~~~~~ +/home/pi/box64/src/include/../emu/x64primop.h:615:40: warning: right shift count >= width of type [-Wshift-count-overflow] + emu->op1.u64 = R_RDX = (uint64_t)(res >> 64); + ^~ +make[2]: *** [CMakeFiles/native_pass0.dir/build.make:76: CMakeFiles/native_pass0.dir/src/dynarec/arm64/dynarec_arm64_emit_tests.c.o] Error 1 +make[1]: *** [CMakeFiles/Makefile2:117: CMakeFiles/native_pass0.dir/all] Error 2 +make: *** [Makefile:163: all] Error 2 + +I confirmed that the OS is 100% 64-bit aarch64. + +root@dev-rpi02:/home/pi/box64/build# uname -a +Linux dev-rpi02.knightmare.me 5.10.103-v8+ #1529 SMP PREEMPT Tue Mar 8 12:26:46 GMT 2022 aarch64 GNU/Linux +root@dev-rpi02:/home/pi/box64/build# lscpu +Architecture: aarch64 +Byte Order: Little Endian +CPU(s): 4 +On-line CPU(s) list: 0-3 +Thread(s) per core: 1 +Core(s) per socket: 4 +Socket(s): 1 +Vendor ID: ARM +Model: 3 +Model name: Cortex-A72 +Stepping: r0p3 +CPU max MHz: 1500.0000 +CPU min MHz: 600.0000 +BogoMIPS: 108.00 +Flags: fp asimd evtstrm crc32 cpuid + +Any ideas on how I can get this to compile? It might be worth noting that I just did the x86 using that sites other guide, but then it told me to move to x64 and install it as well, x86 compiling went fine so I am at a loss here. + +Thank you! \ No newline at end of file diff --git a/results/scraper/box64/442 b/results/scraper/box64/442 new file mode 100644 index 000000000..59d499a02 --- /dev/null +++ b/results/scraper/box64/442 @@ -0,0 +1,17 @@ +Qt online installer +I was trying to run the qt online installer , but there's an error on library +Looking for ./qt-unified-linux-x64-4.4.2-online.run +Rename process to "qt-unified-linux-x64-4.4.2-online.run" +Using native(wrapped) libutil.so.1 +Using native(wrapped) libz.so.1 +Using native(wrapped) libbz2.so.1 +Using native(wrapped) liblzma.so.5 +Using native(wrapped) libfontconfig.so.1 +Using native(wrapped) libfreetype.so.6 +Using native(wrapped) libdbus-1.so.3 +Using native(wrapped) libxcb-glx.so.0 +Using native(wrapped) libX11-xcb.so.1 +Error loading needed lib libxcb-icccm.so.4 +Error loading one of needed lib +Error: loading needed libs in elf /tmp/cebx/Downloads/qt-unified-linux-x64-4.4.2-online.run + diff --git a/results/scraper/box64/443 b/results/scraper/box64/443 new file mode 100644 index 000000000..c7681d76b --- /dev/null +++ b/results/scraper/box64/443 @@ -0,0 +1,45 @@ +Assembler build error +OS: raspian 11 +host: raspberry pi 4b +compiler: gcc-10 +code: main 3be1e333 [DYNAREC] Fixed alternate address not always taken into account by Dynarec + +The code of tag v0.1.6 was built OK. But code from main head was broken: +`... +[ 22%] Built target native_pass1 +[ 22%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_67.c.o +[ 23%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_d8.c.o +[ 23%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_d9.c.o +[ 23%] Building C object CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_emit_shift.c.o +[ 23%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_db.c.o +[ 23%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_dc.c.o +[ 23%] Building C object CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_00.c.o +[ 24%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_dd.c.o +[ 24%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_de.c.o +[ 24%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_df.c.o +[ 25%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_f0.c.o +[ 25%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_660f.c.o +[ 25%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_6664.c.o +[ 25%] Building C object CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_0f.c.o +[ 26%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_66f0.c.o +[ 26%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_f20f.c.o +[ 26%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/arm64/dynarec_arm64_f30f.c.o +[ 26%] Building C object CMakeFiles/native_pass2.dir/src/dynarec/dynarec_native_pass.c.o +[ 27%] Building C object CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_64.c.o +[ 27%] Built target native_pass2 +[ 27%] Building C object CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_66.c.o +[ 27%] Building C object CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_67.c.o +{standard input}: Assembler messages: +{standard input}: Warning: end of file not at end of a line; newline inserted +{standard input}:629: Error: unknown pseudo-op: `.strin' +cc: fatal error: Killed signal terminated program cc1 +compilation terminated. +make[2]: *** [CMakeFiles/native_pass3.dir/build.make:147: CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_00.c.o] Error 1 +make[2]: *** Waiting for unfinished jobs.... +cc: fatal error: Killed signal terminated program cc1 +compilation terminated. +make[2]: *** [CMakeFiles/native_pass3.dir/build.make:160: CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_0f.c.o] Error 1 +make[2]: *** Deleting file 'CMakeFiles/native_pass3.dir/src/dynarec/arm64/dynarec_arm64_0f.c.o' +make[1]: *** [CMakeFiles/Makefile2:276: CMakeFiles/native_pass3.dir/all] Error 2 +make: *** [Makefile:182: all] Error 2 +` \ No newline at end of file diff --git a/results/scraper/box64/444 b/results/scraper/box64/444 new file mode 100644 index 000000000..fd9889c49 --- /dev/null +++ b/results/scraper/box64/444 @@ -0,0 +1,8 @@ +uninstall + + + +idk how uninstall box64 +make uninstal? +apt remove box64? +:D \ No newline at end of file diff --git a/results/scraper/box64/445 b/results/scraper/box64/445 new file mode 100644 index 000000000..1aa42e865 --- /dev/null +++ b/results/scraper/box64/445 @@ -0,0 +1,14 @@ +Implement xmlSetStructuredErrorFunc +Hi, I'm trying to run an old XML utility, and running into the follow error: + +`Using native(wrapped) libxml2.so.2 +Using emulated /tmp/PrevueCLI-2.0-Linux/libCYaml.so +Error: PltResolver: Symbol xmlSetStructuredErrorFunc(ver 7: xmlSetStructuredErrorFunc@LIBXML2_2.6.0) not found, cannot apply R_X86_64_JUMP_SLOT 0x7f8d5dc8f0 (0x7f8d5b2506) in /tmp/PrevueCLI-2.0-Linux/libFoundationXML.so +` + +I believe this could be fixed if we implemented the function here: +https://github.com/ptitSeb/box64/blob/34355d6b0c537ccdfcfcdb30e8c3e6672a8ee72b/src/wrapped/wrappedxml2_private.h#L996 + +Any guidance on how to get started doing this? + +Thanks! \ No newline at end of file diff --git a/results/scraper/box64/446 b/results/scraper/box64/446 new file mode 100644 index 000000000..53b0ef7a7 --- /dev/null +++ b/results/scraper/box64/446 @@ -0,0 +1,43 @@ +Python 3.10 missing functions. +I miraculious got gmod running. main menu doesn't work so game has to be loaded through console. I tried the GmodCEFCoded fix which is a ridiculously long ways away from work. got a python error. +`` +raezroth@danctnix:~$ ./GModCEFCodecFix-Linux +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL PageSize:4096 +Box64 with Dynarec v0.1.9 3be1e33 built on Nov 9 2022 07:03:32 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 26 Env var +Looking for ./GModCEFCodecFix-Linux +Rename process to "GModCEFCodecFix-Linux" +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 +Using native(wrapped) libz.so.1 +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL PageSize:4096 +Box64 with Dynarec v0.1.9 3be1e33 built on Nov 9 2022 07:03:32 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 29 Env var +Looking for /home/raezroth/GModCEFCodecFix-Linux +Rename process to "GModCEFCodecFix-Linux" +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 +Using native(wrapped) libz.so.1 +Using emulated /tmp/_MEIhwiu6q/libpython3.10.so.1.0 +Using native(wrapped) libutil.so.1 +Using native(wrapped) libm.so.6 +Error: Symbol posix_spawn_file_actions_addopen not found, cannot apply R_X86_64_JUMP_SLOT @0xffffbbd07158 (0x5e2b0) in /tmp/_MEIhwiu6q/libpython3.10.so.1.0 +Error: Symbol posix_spawnattr_setschedparam not found, cannot apply R_X86_64_JUMP_SLOT @0xffffbbd074a0 (0x5e940) in /tmp/_MEIhwiu6q/libpython3.10.so.1.0 +Error: Symbol sched_setparam not found, cannot apply R_X86_64_JUMP_SLOT @0xffffbbd07d88 (0x5fb10) in /tmp/_MEIhwiu6q/libpython3.10.so.1.0 +Error: Symbol pthread_getcpuclockid not found, cannot apply R_X86_64_JUMP_SLOT @0xffffbbd07ef0 (0x5fde0) in /tmp/_MEIhwiu6q/libpython3.10.so.1.0 +Error: Symbol sem_clockwait not found, cannot apply R_X86_64_JUMP_SLOT @0xffffbbd08358 (0x606b0) in /tmp/_MEIhwiu6q/libpython3.10.so.1.0 +Error: Symbol posix_spawnattr_setschedpolicy not found, cannot apply R_X86_64_JUMP_SLOT @0xffffbbd08660 (0x60cc0) in /tmp/_MEIhwiu6q/libpython3.10.so.1.0 +Error: Symbol posix_spawnattr_setpgroup not found, cannot apply R_X86_64_JUMP_SLOT @0xffffbbd088a8 (0x61150) in /tmp/_MEIhwiu6q/libpython3.10.so.1.0 +Error: relocating Plt symbols in elf libpython3.10.so.1 +Error initializing needed lib libpython3.10.so.1 +[323682] Error loading Python lib '/tmp/_MEIhwiu6q/libpython3.10.so.1.0': dlopen: Cannot dlopen("/tmp/_MEIhwiu6q/libpython3.10.so.1.0"/0xffffbb875930, 102)`` \ No newline at end of file diff --git a/results/scraper/box64/447 b/results/scraper/box64/447 new file mode 100644 index 000000000..7f6bd7c78 --- /dev/null +++ b/results/scraper/box64/447 @@ -0,0 +1,73 @@ +Force loading libraries +Device: MBA M1 + +Is there a way to force load libraries? / fix this +I need it because the experimental GPU driver I'm running can only run wayland properly. + +When loading factorio with these environment variables, it is supposed to load the SDL library.. but it doesn't because normally Factorio uses `libX11.so.6`. +`SDL_VIDEODRIVER=wayland SDL_DYNAMIC_API=/usr/lib/libSDL.so DISPLAY= box64 factorio` + +As you can see in the log below it never actually loads the SDL library, I have SDL installed AND i put an x86_64 version of libSDL.so in ./lib but it still doesnt load it. +``` +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:16384 +Box64 with Dynarec v0.1.9 bebd8f3c built on Nov 10 2022 16:17:48 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 49 Env var +Looking for factorio +Rename process to "factorio" +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 +Using native(wrapped) libresolv.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) libGL.so.1 +Using native(wrapped) libXinerama.so.1 +Using native(wrapped) libXrandr.so.2 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libXcursor.so.1 +Using native(wrapped) libasound.so.2 +Using native(wrapped) libpulse.so.0 +Using native(wrapped) libpulse-simple.so.0 +Using native(wrapped) libm.so.6 +Look for __res_nquery in loaded elfs +Found symbol with version GLIBC_2.17, value = 0x7fffb7b6f640 +Look for __dn_expand in loaded elfs +Found symbol with version GLIBC_2.17, value = 0x7fffb7b68110 + 0.000 2022-11-12 23:17:05; Factorio 1.1.70 (build 60152, linux64, full) + 0.001 Operating system: Linux + 0.001 Program arguments: "/home/benja/factorio/vanilla/bin/x64/factorio" + 0.001 Config path: /home/benja/factorio/vanilla/config/config.ini + 0.001 Read data path: /home/benja/factorio/vanilla/data + 0.001 Write data path: /home/benja/factorio/vanilla [43195/85748MB] + 0.001 Binaries path: /home/benja/factorio/vanilla/bin + 0.014 System info: [CPU: Intel(R) Pentium(R) 4 CPU 1000MHz, 8 cores, RAM: 7532 MB] + 0.014 Environment: DISPLAY= WAYLAND_DISPLAY=wayland-0 DESKTOP_SESSION=gnome XDG_SESSION_DESKTOP=gnome XDG_CURRENT_DESKTOP=Sway __GL_FSAA_MODE=<unset> __GL_LOG_MAX_ANISO=<unset> __GL_SYNC_TO_VBLANK=<unset> __GL_SORT_FBCONFIGS=<unset> __GL_YIELD=<unset> + 0.015 Display options: [FullScreen: 1] [VSync: 0] [UIScale: automatic (100.0%)] [Native DPI: 1] [Screen: 255] [Special: lmw] [Lang: en] +Using native(wrapped) libXi.so.6 +Using native(wrapped) libXss.so.1 +Using native(wrapped) libXxf86vm.so.1 +Factorio crashed. Generating symbolized stacktrace, please wait ... +/tmp/factorio-build-Y6XdVo/src/Util/Logger.cpp (313): Logger::writeStacktrace(FileWriteStream*, StackTraceInfo*) [clone .constprop.0] +/tmp/factorio-build-Y6XdVo/src/Util/Logging.cpp (101): Logging::logAndAbortOrThrow(char const*, unsigned int, LogLevel, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) [clone .constprop.0] +/tmp/factorio-build-Y6XdVo/src/Util/Logging.cpp (93): Logging::logAndAbortOrThrow(char const*, unsigned int, LogLevel, char const*, ...) [clone .constprop.0] +/tmp/factorio-build-Y6XdVo/src/Graphics/SDLWindow.cpp (117): SDLWindow::SDLWindow(GraphicsInterface::Type, WindowPositionData) [clone .constprop.0] +/tmp/factorio-build-Y6XdVo/src/Graphics/SDLWindow.cpp (103): SDLWindow::SDLWindow(GraphicsInterface::Type, short, short, bool) +/tmp/factorio-build-Y6XdVo/src/GlobalContext.cpp (921): GlobalContext::loadGraphics(std::optional<WindowPositionData>) [clone .isra.0] +/tmp/factorio-build-Y6XdVo/src/GlobalContext.cpp (452): GlobalContext::init(bool, bool, bool, std::optional<WindowPositionData>) [clone .constprop.0] [clone .isra.0] +/tmp/factorio-build-Y6XdVo/src/MainLoop.cpp (272): MainLoop::run(Filesystem::Path const&, Filesystem::Path const&, bool, bool, std::function<void ()>, Filesystem::Path const&, MainLoop::HeavyMode) +/tmp/factorio-build-Y6XdVo/src/Main.cpp (1151): main +0x300df +Stack trace logging done + 0.194 Error SDLWindow.cpp:117: SDL couldn't be initialized. SDL_Error: wayland not available +Logger::writeStacktrace skipped. + 0.194 Error Util.cpp:97: Unexpected error occurred. If you're running the latest version of the game you can help us solve the problem by posting the contents of the log file on the Factorio forums. +Please also include the save file(s), any mods you may be using, and any steps you know of to reproduce the crash. + 0.199 Error MessageDialog.cpp:53: Unable to show message dialog. SDL Error: [No message system available] +``` \ No newline at end of file diff --git a/results/scraper/box64/448 b/results/scraper/box64/448 new file mode 100644 index 000000000..dd23c747d --- /dev/null +++ b/results/scraper/box64/448 @@ -0,0 +1,52 @@ +WS4000 on RPi4 Ubuntu MATE +Attempting to run WS4000V4 on an 8GB RPi4 under Ubuntu MATE 22.10. Receive the following error both installing from deb and building from source: + +> Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Cores:4 +Box64 with Dynarec v0.1.9 d3152469 built on Nov 13 2022 18:00:55 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 55 Env var +Looking for WS4000v4 +Rename process to "WS4000v4" +Using emulated libfmod.so.9 +Using native(wrapped) libcurl.so.4 +Using native(wrapped) librt.so.1 +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) libX11.so.6 +Using native(wrapped) libXrandr.so.2 +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) libXrender.so.1 +Using native(wrapped) libXinerama.so.1 +Using native(wrapped) libXxf86vm.so.1 +Using native(wrapped) libXcursor.so.1 +Using native(wrapped) libm.so.6 +Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Using native(wrapped) libasound.so.2 +Error loading needed lib libX11-xcb.so +Warning: Cannot dlopen("libX11-xcb.so"/0x8a1502, 101) +Using native(wrapped) libGL.so.1 +Using native(wrapped) libEGL.so.1 +Using native(wrapped) libvulkan.so.1 +memset +glfwdestroywindow +glfwdestroycursor +glfwplatformsetgammaramp +glfwTerminateVulkan +glfwFreeMonitors +glfwPlatformTerminate +XFreeCursor +free(_glfw.x11.clipboardString) +XCloseIM(_glfw.x11.im) +_glfwTerminateEGL() +XCloseDisplay(_glfw.x11.display) +_glfwTerminateGLX() +_glfwTerminateJoysticksLinux() +_glfwTerminateThreadLocalStoragePOSIX() +memset diff --git a/results/scraper/box64/449 b/results/scraper/box64/449 new file mode 100644 index 000000000..f2af1e9ff --- /dev/null +++ b/results/scraper/box64/449 @@ -0,0 +1,123 @@ +Anydesk (maybe wrap libxkbfile.so.1,libpolkit-goobject-1.so.0,libcap.so.2,libzstd.so.2, and libsystemd.so.0) +```panda@panda-pc ~> box64 anydesk +Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 +Box64 with Dynarec v0.1.9 d87f0ea7 built on Oct 30 2022 07:21:54 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 30 Env var +Looking for anydesk +Rename process to "anydesk" +Using native(wrapped) libgtk-x11-2.0.so.0 +Using native(wrapped) libgdk-x11-2.0.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) 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) libatk-1.0.so.0 +Using native(wrapped) libcairo.so.2 +Using native(wrapped) libpangoft2-1.0.so.0 +Using native(wrapped) libfontconfig.so.1 +Using native(wrapped) libfreetype.so.6 +Using native(wrapped) libX11-xcb.so.1 +Using native(wrapped) libX11.so.6 +Using native(wrapped) libxcb.so.1 +Using emulated libpolkit-gobject-1.so.0 +Using native(wrapped) libXrender.so.1 +Using native(wrapped) libXau.so.6 +Using native(wrapped) libXdmcp.so.6 +Using native(wrapped) librt.so.1 +Using native(wrapped) libxcb-shm.so.0 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libXi.so.6 +Using native(wrapped) libXext.so.6 +Using native(wrapped) libdl.so.2 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libXrandr.so.2 +Using native(wrapped) libXtst.so.6 +Using native(wrapped) libXfixes.so.3 +Using native(wrapped) libXdamage.so.1 +Using emulated libxkbfile.so.1 +Using native(wrapped) libGL.so.1 +Using native(wrapped) libGLU.so.1 +Using native(wrapped) libresolv.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 emulated libsystemd.so.0 +Using emulated libcap.so.2 +Using native(wrapped) libgcrypt.so.20 +Using native(wrapped) liblzma.so.5 +Using emulated libzstd.so.1 +Using emulated liblz4.so.1 +Error: Global Symbol lstat64 not found, cannot apply R_X86_64_GLOB_DAT @0x7fb46f7e28 ((nil)) in libcap.so.2 +Warning: Global Symbol ZSTD_trace_decompress_end not found, cannot apply R_X86_64_GLOB_DAT @0x7fb132e850 ((nil)) in libzstd.so.1 +Warning: Global Symbol ZSTD_trace_compress_begin not found, cannot apply R_X86_64_GLOB_DAT @0x7fb132e980 ((nil)) in libzstd.so.1 +Warning: Global Symbol ZSTD_trace_compress_end not found, cannot apply R_X86_64_GLOB_DAT @0x7fb132eb48 ((nil)) in libzstd.so.1 +Warning: Global Symbol ZSTD_trace_decompress_begin not found, cannot apply R_X86_64_GLOB_DAT @0x7fb132ef28 ((nil)) in libzstd.so.1 +Error: Global Symbol gcry_md_open not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d260 ((nil)) in libsystemd.so.0 +Error: Global Symbol parse_printf_format not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d358 ((nil)) in libsystemd.so.0 +Warning: Global Symbol mempool_enabled not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d3c8 ((nil)) in libsystemd.so.0 +Error: Global Symbol gcry_check_version not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d478 ((nil)) in libsystemd.so.0 +Error: Global Symbol gcry_md_reset not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d4e0 ((nil)) in libsystemd.so.0 +Error: Global Symbol stat64 not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d6f0 ((nil)) in libsystemd.so.0 +Error: Global Symbol close_range not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d700 ((nil)) in libsystemd.so.0 +Error: Global Symbol gcry_md_ctl not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d740 ((nil)) in libsystemd.so.0 +Error: Global Symbol gcry_control not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d810 ((nil)) in libsystemd.so.0 +Error: Global Symbol gcry_md_write not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d860 ((nil)) in libsystemd.so.0 +Error: Global Symbol __explicit_bzero_chk not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d8d8 ((nil)) in libsystemd.so.0 +Error: Global Symbol gcry_md_setkey not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156d9c0 ((nil)) in libsystemd.so.0 +Error: Global Symbol gcry_md_close not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156da70 ((nil)) in libsystemd.so.0 +Error: Global Symbol sigisemptyset not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156db20 ((nil)) in libsystemd.so.0 +Error: Global Symbol gcry_md_get_algo_dlen not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156db58 ((nil)) in libsystemd.so.0 +Error: Global Symbol gcry_md_copy not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156db90 ((nil)) in libsystemd.so.0 +Error: Global Symbol lstat64 not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156dbc8 ((nil)) in libsystemd.so.0 +Error: Global Symbol fstatat64 not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156dbf8 ((nil)) in libsystemd.so.0 +Error: Global Symbol gcry_md_read not found, cannot apply R_X86_64_GLOB_DAT @0x7fb156df00 ((nil)) in libsystemd.so.0 +Error: Global Symbol g_dbus_error_is_remote_error not found, cannot apply R_X86_64_GLOB_DAT @0x7fb20ae7d8 ((nil)) in libpolkit-gobject-1.so.0 +Error: Global Symbol g_async_result_get_type not found, cannot apply R_X86_64_GLOB_DAT @0x7fb20ae7e8 ((nil)) in libpolkit-gobject-1.so.0 +Error: Global Symbol g_variant_builder_add not found, cannot apply R_X86_64_GLOB_DAT @0x7fb20ae8b0 ((nil)) in libpolkit-gobject-1.so.0 +Error: Global Symbol g_dbus_error_register_error_domain not found, cannot apply R_X86_64_GLOB_DAT @0x7fb20ae8c0 ((nil)) in libpolkit-gobject-1.so.0 +Error: Global Symbol g_permission_impl_update not found, cannot apply R_X86_64_GLOB_DAT @0x7fb20ae8e0 ((nil)) in libpolkit-gobject-1.so.0 +Error: Global Symbol g_list_foreach not found, cannot apply R_X86_64_GLOB_DAT @0x7fb20ae980 ((nil)) in libpolkit-gobject-1.so.0 +Error: Global Symbol g_variant_iter_next not found, cannot apply R_X86_64_GLOB_DAT @0x7fb20aeaa0 ((nil)) in libpolkit-gobject-1.so.0 +Error: Global Symbol g_async_result_get_source_object not found, cannot apply R_X86_64_GLOB_DAT @0x7fb20aec78 ((nil)) in libpolkit-gobject-1.so.0 +Error: Global Symbol g_io_error_quark not found, cannot apply R_X86_64_GLOB_DAT @0x7fb20aed70 ((nil)) in libpolkit-gobject-1.so.0 +Error: Global Symbol g_permission_get_type not found, cannot apply R_X86_64_GLOB_DAT @0x7fb20aee40 ((nil)) in libpolkit-gobject-1.so.0 +Error: Global Symbol g_prefix_error not found, cannot apply R_X86_64_GLOB_DAT @0x7fb20aef70 ((nil)) in libpolkit-gobject-1.so.0 +Error: Global Symbol XkbBell not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ebb0 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAddGeomColor not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ebb8 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAddGeomKey not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ebd0 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAddGeomRow not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ec38 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAllocClientMap not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ec40 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAddGeomSection not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ec48 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAllocKeyboard not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ec50 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbGetCompatMap not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ec78 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAddGeomProperty not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ec98 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAddGeomOverlayRow not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6eca0 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAllocCompatMap not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ecc8 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAllocNames not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ecd8 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAddGeomDoodad not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ecf0 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbSetIndicatorMap not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ed20 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbSetNames not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ed28 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAllocControls not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ed30 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbBellEvent not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ed70 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbGetIndicatorMap not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6edf0 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbResizeKeyActions not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6edf8 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbSetGeometry not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ee48 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAddGeomOutline not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ee68 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbSetMap not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ee90 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbSetCompatMap not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6eea0 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbGetGeometry not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6eeb8 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbResizeKeySyms not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6eed8 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAddGeomOverlay not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ef20 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAddGeomShape not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ef38 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAllocGeometry not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ef40 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAllocServerMap not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ef58 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbAllocIndicatorMaps not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ef68 ((nil)) in libxkbfile.so.1 +Error: Global Symbol XkbVirtualModsToReal not found, cannot apply R_X86_64_GLOB_DAT @0x7fb1f6ef70 ((nil)) in libxkbfile.so.1 +Error: PltResolver: Symbol g_type_add_instance_private(ver 0: g_type_add_instance_private) not found, cannot apply R_X86_64_JUMP_SLOT 0x155c6e0 (0x412756) in /usr/bin/anydesk +``` \ No newline at end of file |