blob: e450ac8b626033a600c548dc54bcf33708e801ce (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
Error While Launching Qt5 App
When i try to run Genymotion a x86_64 app with box64 it fails and gives this error
```
pi@raspberrypi:~/genymotion $ ./genymotion
Box64 v0.1.3 ba33593 built on Jul 17 2021 13:30:36
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 61 Env var
Looking for ./genymotion
Using native(wrapped) libcrypto.so.1
Using emulated libQt5WebSockets.so.5
Using emulated libQt5QuickControls2.so.5
Using emulated libQt5Quick.so.5
Using emulated libQt5Qml.so.5
Using emulated libQt5Network.so.5
Using emulated libQt5Widgets.so.5
Using emulated libQt5Gui.so.5
Using emulated libQt5Sql.so.5
Using emulated libQt5DBus.so.5
Using emulated libQt5Core.so.5
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
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
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Using native(wrapped) libm.so.6
Using native(wrapped) libz.so.1
Using native(wrapped) libdl.so.2
Using emulated libicui18n.so.56
Using emulated libicuuc.so.56
Using emulated libicudata.so.56
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 libQt5Network.so.5
Error loading one of needed lib
Error initializing needed lib libQt5WebSockets.so.5
Error loading one of needed lib
Error: loading needed libs in elf ./genymotion
```
|