ptitSeb / box64

Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
https://box86.org
MIT License
3.9k stars 288 forks source link

Error: Loading needed libs in elf /home/owenb/Downloads/dir1/dir2/dir3 #1211

Open ODog235 opened 10 months ago

ODog235 commented 10 months ago

Raspberry pi 4 b 8gb

ODog235 commented 10 months ago

Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096 Running on Cortex-A72 with 4 Cores Params database has 52 entries Box64 with Dynarec v0.2.7 3ad4a3ae built on Jan 20 2024 06:02:54 BOX64: Didn't detect 48bits of address space, considering it's 39bits Counted 57 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/:/home/owenb/.nvm/versions/node/v20.10.0/bin/:/home/owenb/.bun/bin/:/usr/local/sbin/:/usr/local/bin/:/usr/sbin/:/usr/bin/:/sbin/:/bin/:/usr/local/games/:/usr/games/ Looking for JackboxUtility Rename process to "JackboxUtility" Error loading needed lib libblkid.so.1 Using native(wrapped) libgcrypt.so.20 Using native(wrapped) liblzma.so.5 Error loading needed lib liblz4.so.1 Error loading needed lib libgpg-error.so.0 Using native(wrapped) libuuid.so.1 Using native(wrapped) libpthread.so.0 Using native(wrapped) libdl.so.2 Error loading needed lib libepoxy.so.0 Using emulated libbitsdojo_window_linux_plugin.so Using emulated libflutter_linux_gtk.so 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) libharfbuzz.so.0 Using native(wrapped) libatk-1.0.so.0 Using native(wrapped) libcairo-gobject.so.2 Using native(wrapped) libcairo.so.2 Using emulated libstdc++.so.6 Using native(wrapped) libm.so.6 Using emulated libgcc_s.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 Error loading one of needed lib Error: Loading needed libs in elf /home/owenb/Downloads/JackboxUtility_Linux/JackboxUtility_Linux/JackboxUtility

ptitSeb commented 10 months ago

Look at the logs, some of libs are in error. Those libs are not wrapped so you need to find the x86_64 version of them.

ODog235 commented 9 months ago

@ptitSeb Thanks, Where do I put them?