Hi, I am using Steam version of Longest Journey with HD project mod applied and it crashes at startup. I am using M1 Mac version (tried Intel as well same problem). I am using 25.August daily version of ScummVM.
Game did work fine before when I used it last year, don't know what version since I overwritten it with yesterday one.
I have this error in terminal window:
Assertion failed: (dataSize > 0), function readStream, file /data/src/master/common/stream.cpp, line 51.
Longest Journey crash at startup
Moderator: ScummVM Team
Re: Longest Journey crash at startup
There is a bug report about this issue: https://bugs.scummvm.org/ticket/12762
It seems to be specific to the Steam version since I cannot reproduce it with the version from GOG. So somebody with the Steam version will need to investigate to find what is causing the crash.
It seems to be specific to the Steam version since I cannot reproduce it with the version from GOG. So somebody with the Steam version will need to investigate to find what is causing the crash.
- Praetorian
- ScummVM Developer
- Posts: 913
- Joined: Tue May 08, 2007 8:54 am
- Location: Greece
- Contact:
Re: Longest Journey crash at startup
I've pushed a potential fix which checks for the specific Steam's build version of the game.exe executable (1.0.0.161) and skips trying to load the dialog background image resource (147.bmp) which causes the assertion fault for that build.criezy wrote: ↑Thu Aug 26, 2021 7:12 pm There is a bug report about this issue: https://bugs.scummvm.org/ticket/12762
It seems to be specific to the Steam version since I cannot reproduce it with the version from GOG. So somebody with the Steam version will need to investigate to find what is causing the crash.
https://github.com/scummvm/scummvm/comm ... 0efb6949c5
I've added a comment on the bug tracker issue about what leads to the assertion fault.
Re: Longest Journey crash at startup
Thanks for replies, hopefully Preatorian fix works.