Frictional Games Forum (read-only)
Crash in some place all the time - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - SOMA (https://www.frictionalgames.com/forum/forum-74.html)
+---- Forum: Linux - SOMA (https://www.frictionalgames.com/forum/forum-75.html)
+---- Thread: Crash in some place all the time (/thread-30673.html)

Pages: 1 2 3 4 5


RE: Crash in some place all the time - Guest - 09-26-2015

Fix with MALLOC_CHECK_=0 works!
Radeon R7 260X with opensource driver. GOG wersion of game.


RE: Crash in some place all the time - Guest - 09-26-2015

That’s not a fix, it just means your libc won’t check for invalid usage (as documented here http://www.gnu.org/software/libc/manual/html_node/Heap-Consistency-Checking.html ) and instead corrupt some memory. If it works, it’s pure coincidence.

Well, at least it’s something to try while we’re waiting for a proper fix. So try to get past the crash with that (might take a few attempts), save your game and proceed without setting that variable.

Well, at least it’s something to try while we’re waiting for a proper fix. So try to get past the crash with that (might take a few attempts), save your game and proceed without setting that variable.


RE: Crash in some place all the time - Bool - 09-29-2015

How's the work on the GOG version going? I'd like to play the game again. Smile


RE: Crash in some place all the time - jens - 09-29-2015

Fixing with the GOG files right now, so should be up on GOG during the day.