protonscr

Toki Tori 2+ crashes when run from steam (32bit vs 64bit issue ?)

steamclosed reviewed3rd party game
ValveSoftware/steam-for-linux#3109 · opened 2014-01-18 by Gnurfos · updated 2014-06-16 · 7 comments · github
GGnurfos 2014-01-18 github

When run from the steam interface, the game crashes during the initial loading screen, after some 1 to 5 seconds (it seems variable).

When running from the command line, the 32 bit binary produces the same kind of crash, with the following output:

% ./TokiTori2.bin.x86   
Setting breakpad minidump AppID = 201420
Steam_SetMinidumpSteamID:  Caching Steam ID:  76561198032696057 [API loaded no]
AL lib: pulseaudio.c:331: PulseAudio returned minreq > tlength/2; expect break up
pure virtual method called
terminate called without an active exception
zsh: abort      ./TokiTori2.bin.x86

The 64 bit binary seems to work (I could play for a few minutes). The only problem with it might be a segfault at exit:

% ./TokiTori2.bin.x86_64 
Setting breakpad minidump AppID = 201420
Steam_SetMinidumpSteamID:  Caching Steam ID:  76561198032696057 [API loaded no]
AL lib: pulseaudio.c:331: PulseAudio returned minreq > tlength/2; expect break up
zsh: segmentation fault  ./TokiTori2.bin.x86_64

System information: https://gist.github.com/Gnurfos/87c27650d2f0a2e66e82

Ggdrewb-valve maintainer 2014-01-20 github

You should report this to the game developers also.

MMrSchism 2014-01-20 github

I was unable to replicate this on 64-bit Xubuntu.

GGnurfos 2014-01-22 github

I just sent them an email about this, but thought it could be more related to the way Steam is starting the game (what binary it starts, what libraries it makes available, etc). Or is that part under the responsibility of game developers too ?

How can I get more information about the failure from Steam ? (to see what binary is run, and what its output is).

Ggdrewb-valve maintainer 2014-01-23 github

When Steam launches an app it gives it the Steam runtime environment. Whether that's an issue or not is only diagnosable by the game devs as the crash is happening in their game. They need to take a look and see what's going on.

Ppstarek 2014-01-25 github

It seems to not be a Steam fault. Standalone version of Toki Tori 2 from Humble bundle crashes too. I send a "bugreport" to Toki Tori developers, but no response at all.

Uurkle 2014-06-16 github

This is now fixed in the steam build.. Humble build will be updated shortly with the fix.

Ggdrewb-valve maintainer 2014-06-16 github

Thanks, closing as fixed.

Nothing extracted yet.