OpenGothic icon indicating copy to clipboard operation
OpenGothic copied to clipboard

Game shuts down on a second launch or immediately after the cutscene

Open SovietMouse opened this issue 1 year ago • 9 comments

Hello,

I am playing Gothic II: NotR (GOG version) with opengothic-v1.0.3010 on Ubuntu 24.04.1 LTS x86_64. The command I use to launch the application is: ./Gothic2Notr.sh -g ~/Games/Gothic_II/

The game runs fine until I attempt to launch it for the second time before system reboot or immediately after the cutscene. For example, it is impossible to continue playing after meeting Saturas.

This is the information returned by the app in the terminal emulator:

OpenGothic v1.0.3010 no "SystemPack.ini" file in path - using default settings GPU = Intel(R) UHD Graphics 620 (KBL GT2) Depth format = Depth32F Shadow format = Depth16 Killed

There is no crash.log file.

EDIT I was able to move savegame file to a different build, progress past cutscene and continue gameplay with the 1.0.3010. The issue seems to happen on that build specifically.

Here is the save file near Saturas (: save_file.zip

SovietMouse avatar Dec 29 '24 15:12 SovietMouse

Hi, @SovietMouse and thanks for report!

Can you provide a save-game file close to Saturas, for testing? Thanks!

Try avatar Dec 29 '24 16:12 Try

@Try Sure, I just updated my post to include the save file as attachment

SovietMouse avatar Dec 29 '24 17:12 SovietMouse

So far symptoms are same as for https://github.com/Try/OpenGothic/issues/708

As mentioned in other ticket, unfortunately can't quite reproduce it yet locally, even with save files.

Try avatar Dec 29 '24 19:12 Try

Hmm, I never used a debugger before but I'd be happy to learn (: Please let me know if there is some specific information that I can provide to help understand the issue better.

One thing not mentioned in the other thread is the inability to launch the game again even after the first normal exit (it does not have to be video-related crash). I figured out that it is possible only after a full system reboot as logging out the user and logging in again do not work.

SovietMouse avatar Dec 29 '24 19:12 SovietMouse

Problem with video should be fixed in by 59c599d + 58834c4

to launch the game again even after the first normal exit

OpenGothic v1.0.3010 no "SystemPack.ini" file in path - using default settings GPU = Intel(R) UHD Graphics 620 (KBL GT2) Depth format = Depth32F Shadow format = Depth16 Killed

This log is for second lauch case or for video hang?

Try avatar Dec 29 '24 21:12 Try

Awesome!

The video does not "hang" like described in #708 but triggers game exit with the aforementioned log. Trying to re-launch the game gives the same result ("killed" at startup).

Unfortunately I'm stuck with limited Internet connection at the moment but I'll try pulling that and compiling once it becomes possible and see if it changes anything in my case.

SovietMouse avatar Dec 29 '24 21:12 SovietMouse

The same bug. crash.log log.txt

BodyDub avatar Dec 31 '24 15:12 BodyDub

Hello again, I pulled and compiled the most recent version of the game and now the issue is gone. I can continue playing after cutscenes and re-launch the game after quitting the application!

Maybe it's worth noting that at the time of reporting a bug I was lacking vulkan-sdk necessary to compile the game and try the new update.

SovietMouse avatar Dec 31 '24 17:12 SovietMouse

Hi, @BodyDub !

Does fix from #708 58834c4 works for you as well?

Try avatar Jan 01 '25 13:01 Try