blob: b0f2bdfc23fcbd068182317ee8b198ddf9048a41 (
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
43
44
45
46
47
48
49
50
51
52
53
|
Error initializing native libglib-2.0.so.0 (last dlerror is libglib-2.0.so.0: cannot open shared object file: No such file or directory)
So, before i got this error = `Error loading needed lib libpng12.so.0`
And then i download the libpng12.so.0 and i put near Packet Tracer
And then, i got this error = `Error initializing native libglib-2.0.so.0 (last dlerror is libglib-2.0.so.0: cannot open shared object file: No such file or directory)`
Logs
`
Box64 v0.1.5 built on Nov 11 2021 23:40:11
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 17 Env var
Looking for PacketTracer7
Using native(wrapped) libcrypto.so.1
Using emulated libQt5WebKitWidgets.so.5
Using emulated libQt5WebKit.so.5
Using emulated libQt5Multimedia.so.5
Using emulated libQt5PrintSupport.so.5
Using emulated libQt5Svg.so.5
Using emulated libQt5Widgets.so.5
Using emulated libQt5Gui.so.5
Using emulated libQt5Network.so.5
Using emulated libQt5Xml.so.5
Using emulated libQt5Script.so.5
Using emulated libQt5ScriptTools.so.5
Using emulated libQt5Sql.so.5
Using emulated libQt5Core.so.5
Using native(wrapped) libpthread.so.0
Using emulated /usr/lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using emulated /usr/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) librt.so.1
Using emulated libQt5Sensors.so.5
Using emulated libQt5MultimediaWidgets.so.5
Using emulated libpng12.so.0
Using native(wrapped) libz.so.1
Using emulated libicui18n.so.52
Using emulated libicuuc.so.52
Using native(wrapped) libdl.so.2
Error initializing native libglib-2.0.so.0 (last dlerror is libglib-2.0.so.0: cannot open shared object file: No such file or directory)
Error loading needed lib libglib-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 libQt5Gui.so.5
Error loading one of needed lib
Error initializing needed lib libQt5Widgets.so.5
Error loading one of needed lib
Error initializing needed lib libQt5WebKitWidgets.so.5
Error loading one of needed lib
Error: loading needed libs in elf /home/gucktubeyt/pt/bin/PacketTracer7
`
|