diff options
Diffstat (limited to 'results/scraper/box64/90')
| -rw-r--r-- | results/scraper/box64/90 | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/results/scraper/box64/90 b/results/scraper/box64/90 new file mode 100644 index 000000000..1923e435d --- /dev/null +++ b/results/scraper/box64/90 @@ -0,0 +1,40 @@ +Teamspeak 3 will not run. How to install needed libraries? +``` +Box64 with Dynarec v0.1.3 fd21d6a built on Aug 13 2021 17:05:48 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 52 Env var +Looking for ./ts3client_linux_amd64 +Using emulated libquazip.so +Using native(wrapped) libdl.so.2 +Using native(wrapped) librt.so.1 +Using native(wrapped) libz.so.1 +Using native(wrapped) libm.so.6 +Using native(wrapped) libpthread.so.0 +Using emulated libQt5Core.so.5 +Using emulated libQt5Gui.so.5 +Using emulated libQt5Network.so.5 +Using emulated libQt5Widgets.so.5 +Using emulated libQt5Sql.so.5 +Using emulated libQt5WebEngineCore.so.5 +Using emulated libQt5WebEngineWidgets.so.5 +Using emulated libQt5WebChannel.so.5 +Using emulated libQt5WebSockets.so.5 +Using emulated libQt5Svg.so.5 +Using native(wrapped) libresolv.so.2 +Using emulated libc++.so.1 +Using emulated libc++abi.so.1 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Error loading needed lib libgthread-2.0.so.0 +Error loading one of needed lib +Error initializing needed lib libQt5Core.so.5 +Error loading one of needed lib +Error initializing needed lib libquazip.so +Error loading one of needed lib +Error: loading needed libs in elf ./ts3client_linux_amd64 +``` +Seems TS3 won't run. Is there some way to get the needed libraries installed? I tried dpkg --add-architecture amd64, but it causes apt-get update to error out. + +Running on a Raspberry Pi 4B, on Ubuntu MATE 21.04. \ No newline at end of file |