diff options
Diffstat (limited to 'results/scraper/box64/17')
| -rw-r--r-- | results/scraper/box64/17 | 55 |
1 files changed, 55 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 |