diff options
Diffstat (limited to 'results/scraper/box64/779')
| -rw-r--r-- | results/scraper/box64/779 | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/results/scraper/box64/779 b/results/scraper/box64/779 new file mode 100644 index 000000000..d6b2d8daf --- /dev/null +++ b/results/scraper/box64/779 @@ -0,0 +1,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 \ No newline at end of file |