diff options
Diffstat (limited to 'results/scraper/box64/1250')
| -rw-r--r-- | results/scraper/box64/1250 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/results/scraper/box64/1250 b/results/scraper/box64/1250 new file mode 100644 index 000000000..153198a71 --- /dev/null +++ b/results/scraper/box64/1250 @@ -0,0 +1,70 @@ +Error loading needed lib libwebkit2gtk-4.0.so.37 +I get this error when trying to run [Orca Slicer](https://github.com/SoftFever/OrcaSlicer/releases/tag/v1.9.0) on Fedora Asahi Remix: +``` +Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:16384 Running on Blizzard-M2 Avalanche-M2 with 8 Cores +Params database has 57 entries +Box64 with Dynarec v0.2.7 aea10492 built on Feb 7 2024 14:42:15 +BOX64: Detected 48bits at least of address space +Counted 56 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/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/ +Looking for ./OrcaSlicer_Linux_V1.9.0.AppImage +Rename process to "OrcaSlicer_Linux_V1.9.0.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 Blizzard-M2 Avalanche-M2 with 8 Cores +Params database has 57 entries +Box64 with Dynarec v0.2.7 aea10492 built on Feb 7 2024 14:42:15 +BOX64: Detected 48bits at least of address space +Counted 61 Env var +BOX64 LIB PATH: /tmp/.mount_OrcaSlMNdExW/bin/:./: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/:/bin/:/usr/local/sbin/:/usr/sbin/:/sbin/ +Looking for /tmp/.mount_OrcaSlMNdExW/bin/orca-slicer +Rename process to "orca-slicer" +Using native(wrapped) libdl.so.2 +Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6 +Using native(wrapped) libGL.so.1 +Using native(wrapped) libm.so.6 +Using native(wrapped) libz.so.1 +Using native(wrapped) libEGL.so.1 +Using native(wrapped) libgtk-3.so.0 +Using native(wrapped) libgdk-3.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) libcairo.so.2 +Using native(wrapped) libX11.so.6 +Using native(wrapped) libwayland-egl.so.1 +Using native(wrapped) libwayland-client.so.0 +Using native(wrapped) libgstreamer-1.0.so.0 +Using native(wrapped) libgstvideo-1.0.so.0 +Error loading needed lib libwebkit2gtk-4.0.so.37 +Error loading needed lib libjavascriptcoregtk-4.0.so.18 +Using native(wrapped) libfontconfig.so.1 +Using native(wrapped) libexpat.so.1 +Using native(wrapped) libfreetype.so.6 +Using native(wrapped) libpangoft2-1.0.so.0 +Using native(wrapped) libgstbase-1.0.so.0 +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) librt.so.1 +Using native(wrapped) libbsd.so.0 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Error loading one of needed lib +Error: Loading needed libs in elf /tmp/.mount_OrcaSlMNdExW/bin/orca-slicer +``` + +I'm on [aea10492232746e5181a8ee7bc09127cda3ef32b](https://github.com/ptitSeb/box64/commit/aea10492232746e5181a8ee7bc09127cda3ef32b) (latest commit as of this issue). Please help. \ No newline at end of file |