Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error loading needed lib libunwind.so.8 #1223

Closed
hisham2630 opened this issue Jan 27, 2024 · 1 comment
Closed

Error loading needed lib libunwind.so.8 #1223

hisham2630 opened this issue Jan 27, 2024 · 1 comment

Comments

@hisham2630
Copy link

Debug level is 1
Dynarec will try to make bigger blocks
Dynarec will not play it safe with x64 flags
Dynarec will optimize CALL/RET
Dynarec will print missing opcodes
Show Segfault signal even if a signal handler is present
Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS SHA1 SHA2 USCAT FLAGM FLAGM2 FRINT PageSize:4096 sh: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8)
Running on Cortex-A510 Cortex-A715 Cortex-A710 - with 8 Cores
Params database has 14 entries
Box64 with Dynarec v0.2.7 367363a8 built on Jan 27 2024 16:36:56
BOX64: Wine64 detected, WINEPRELOADRESERVE=""
BOX64: Didn't detect 48bits of address space, considering it's 39bits
Counted 69 Env var
BOX64 LIB PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
BOX64 BIN PATH: /data/data/com.termux/files/usr/glibc/bin/:/data/data/com.termux/files/usr/bin/
Looking for /data/data/com.termux/files/usr/glibc/bin/wine64
argv[1]="explorer"
argv[2]="/desktop=shell,1280x720"
argv[3]="/data/data/com.termux/files/usr/glibc/opt/apps/tfm.exe"
Rename process to "wine64"
Using native(wrapped) libdl.so.2
Using native(wrapped) libpthread.so.0
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
Call to dlopen("/data/data/com.termux/files/usr/glibc/wine-ge-custom-8-25/bin/../lib64/wine/x86_64-unix/ntdll.so"/0x5d68a070, 2)
Using emulated /data/data/com.termux/files/usr/glibc/wine-ge-custom-8-25/bin/../lib64/wine/x86_64-unix/ntdll.so
Error loading needed lib libunwind.so.8
Error loading one of needed lib
Error initializing needed lib /data/data/com.termux/files/usr/glibc/wine-ge-custom-8-25/bin/../lib64/wine/x86_64-unix/ntdll.so
Warning: Cannot dlopen("/data/data/com.termux/files/usr/glibc/wine-ge-custom-8-25/bin/../lib64/wine/x86_64-unix/ntdll.so"/0x5d68a070, 2)
wine: could not load ntdll.so: Cannot dlopen("/data/data/com.termux/files/usr/glibc/wine-ge-custom-8-25/bin/../lib64/wine/x86_64-unix/ntdll.so"/0x5d68a070, 2)


@ptitSeb
Copy link
Owner

ptitSeb commented Jan 27, 2024

libunwind.so.8 can be found in the github repo of box64. Check with how you installed box64 were the x86_64 libs go to add this one there.

@ptitSeb ptitSeb closed this as completed Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants