summary refs log tree commit diff stats
path: root/results/scraper/box64/779
blob: d6b2d8dafa11cf82296caebd13ff5ba4ceacc88f (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
Stellaris 3.7.2 and 3.8.2 Unimplemented Opcode (FF 03 02 D1)
Hello,

the newest version of stellaris 3.8.1 crashes just before displaying the main menu for a new missing wrapped gtk function "gtk_scrollable_get_type"
It was not needing it in the 3.7 so I guess this is a new requirement for this program.

Here is the final part of the log:
```Box64 with Dynarec v0.2.3 1ca4f6ac built on May 10 2023 16:27:52
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
BOX64 will force the used of emulated libs for libz.so.1
Using default BOX64_PATH: ./:bin/
Counted 56 Env var
BOX64 try to Preload /home/pi/games/libz.so.1
Looking for /mnt/0DF9-72DB/Stellaris/game/crash_reporter/binaries/CrashReporter
argv[1]="--crashdir=/home/pi/.local/share/Paradox Interactive/Stellaris/crashes/stellaris_20230511_192134/"
argv[2]="--uploadurl=https://submit.backtrace.io/paradoxinteractive/850c186f02897b84143f5ce791bf876217937e57b10e6ef1fee36e3c66e59e34/minidump"
Rename process to "CrashReporter"
Using emulated /home/pi/games/libz.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) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libgtk-3.so.0
Using native(wrapped) libgdk-3.so.0
Using native(wrapped) libgobject-2.0.so.0
Using native(wrapped) libglib-2.0.so.0
Using native(wrapped) libgio-2.0.so.0
Using native(wrapped) libgmodule-2.0.so.0
Using native(wrapped) libgdk_pixbuf-2.0.so.0
Using native(wrapped) libpangocairo-1.0.so.0
Using native(wrapped) libpango-1.0.so.0
Using native(wrapped) libharfbuzz.so.0
Using native(wrapped) libatk-1.0.so.0
Using native(wrapped) libcairo-gobject.so.2
Using native(wrapped) libcairo.so.2
Using native(wrapped) libSM.so.6
Using native(wrapped) libICE.so.6
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libXdmcp.so.6
Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6
Using native(wrapped) libm.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Error: PltResolver: Symbol gtk_scrollable_get_type(ver 0: gtk_scrollable_get_type) not found, cannot apply R_X86_64_JUMP_SLOT 0x10078b030 (0x1001c7066) in /mnt/0DF9-72DB/Stellaris/game/crash_reporter/binaries/CrashReporter```

Is it something that can be added easily ?

thanks