STK SVN11326+Irrlicht 1.8SVN4162 under ubuntu 10.04.4 LTS x64 compiled by gcc 4.4.6
The brand new STK is better than the stable edition 0.7.3 except for two bugs
1.There is a SIGSEGV caught in challenge mode(when i enter in the room and press "fire" to enter the game...)
gdb 7.2 outputs as follows:
Program received signal SIGSEGV, Segmentation fault.
SelectChallengeDialog::SelectChallengeDialog (this=0x1d52fcd0, percentWidth=<value optimized out>, percentHeight=<value optimized out>,
challenge_id=<value optimized out>) at states_screens/dialogs/select_challenge.cpp:120
120 getWidget<LabelWidget>("title")->setText( track_name, true );
2.The multiplayer mode is malfunctioning.
I decided to play STK with my classmate using two keyboards, one is my laptop's, the other a plug-in USB keyboard. The laptop's fire key is SPACE, and the plug-in one's is LEFT CTRL.
Under multiplayer mode, after I successfully selected the character, my friend failed joining the game with (as we excepted) LEFT CTRL. There was no response. Pressing the LEFT CTRL on the laptop also not works.
And the console didn't output any message about it.
Regards
Winston Wu