blob: d0ac472c1418dab250d50239f9f03ed336899700 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
DeaDBeeF 1.9.5 crash; can't find x64lib libstdc++.so.6 from box64's github in lib directory
Not sure what I'm doing wrong. The `libstdc++.so.6` library is in the proper `lib` directory for DeaDBeeF, it's executable too.
```
$ box64 deadbeef
Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096
Box64 with Dynarec v0.1.8 nogit built on Jan 1 1980 00:00:00
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 71 Env var
Looking for deadbeef
Using native(wrapped) libdl.so.2
Using native(wrapped) libm.so.6
Using native(wrapped) libpthread.so.0
Using emulated /home/llirium/Builds/deadbeef-1.9.5/lib/libdispatch.so
Using emulated /home/llirium/Builds/deadbeef-1.9.5/lib/libBlocksRuntime.so
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) librt.so.1
Error loading needed lib libstdc++.so.6
Error loading one of needed lib
Error initializing needed lib libdispatch.so
Error loading one of needed lib
Error: loading needed libs in elf /home/llirium/Builds/deadbeef-1.9.5/deadbeef
```
|