summary refs log tree commit diff stats
path: root/results/scraper/box64/2143
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
commit63d2e9d409831aa8582787234cae4741847504b7 (patch)
tree595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/2143
parent2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff)
downloadqemu-analysis-box64.tar.gz
qemu-analysis-box64.zip
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/2143')
-rw-r--r--results/scraper/box64/214346
1 files changed, 46 insertions, 0 deletions
diff --git a/results/scraper/box64/2143 b/results/scraper/box64/2143
new file mode 100644
index 000000000..0140e2835
--- /dev/null
+++ b/results/scraper/box64/2143
@@ -0,0 +1,46 @@
+[box64] Error loading needed lib
+Hi, I am trying to run an x86 based software on Raspberry Pi OS (essentially Debian) and it gives the following error:

+

+```

+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 97 entries

+Box64 with Dynarec v0.3.3 857c4600 built on Dec 12 2024 04:34:57

+BOX64: Didn't detect 48bits of address space, considering it's 39bits

+Counted 13 Env var

+BOX64 LIB PATH: BOX64 BIN PATH: ./:bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/

+Looking for grass

+Rename process to "grass"

+Using native(wrapped) libssl.so.3

+Using native(wrapped) libcrypto.so.3

+Using native(wrapped) libpthread.so.0

+Error loading needed lib libwebkit2gtk-4.1.so.0

+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) libcairo-gobject.so.2

+Error loading needed lib libsoup-3.0.so.0

+Error loading needed lib libjavascriptcoregtk-4.1.so.0

+Using emulated /usr/lib/box64-x86_64-linux-gnu/libgcc_s.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) libdl.so.2

+Using native(wrapped) libutil.so.1

+Using native(wrapped) libresolv.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libbsd.so.0

+Error loading one of needed lib

+Error: Loading needed libs in elf /home/cat73/grass/./grass

+```

+

+When I checked with `apt list | grep xxxlib`, I found that the libraries that were missing were all installed.

+

+I don't know what to do next, hope to get help, thank you.