Page 1 of 1

Error When Starting STK from Terminal

PostPosted: 23 Jun 2015, 18:30
by ArDanWol
Hi everyone,
I tried to start STK from terminal, but got the following error:
{l Code}: {l Select All Code}
daniel@DanielPCLinux:~$ cd ~/Desktop/SuperTuxKart_0.9_Linux/bin-64 && supertuxkart
Irrlicht Engine version 1.8.0
Linux 3.16.0-41-generic #57~14.04.1-Ubuntu SMP Thu Jun 18 18:01:13 UTC 2015 x86_64
[info   ] FileManager: Data files will be fetched from: '../'
[info   ] FileManager: User directory is '/home/daniel/.config/supertuxkart/'.
[info   ] FileManager: Addons files will be stored in '/home/daniel/.local/share/supertuxkart/addons/'.
[info   ] FileManager: Screenshots will be stored in '/home/daniel/.cache/supertuxkart/screenshots/'.
[debug  ] translation: Env var LANGUAGE = 'en_US'.
[debug  ] translation: Language 'English (United States)'.
Adding language fallback en
[fatal  ] StkConfig: Missing default value for 'parachute-done-fraction' in '../data/stk_config.xml'.
daniel@DanielPCLinux:~/Desktop/SuperTuxKart_0.9_Linux/bin-64$

What does this mean and how to fix it?
Thanks!
ArDanWol

Re: Error When Starting STK from Terminal

PostPosted: 23 Jun 2015, 21:12
by deve
Most probably you are trying to run 0.8.1 version with 0.9 assets ;-)

it should be at least
{l Code}: {l Select All Code}
cd ~/Desktop/SuperTuxKart_0.9_Linux/bin-64 && ./supertuxkart


But if you are trying to run our official build, better use run_game.sh script.
{l Code}: {l Select All Code}
~/Desktop/SuperTuxKart_0.9_Linux/run_game.sh

You will avoid issues with missing libraries in your system.

Re: Error When Starting STK from Terminal

PostPosted: 23 Jun 2015, 22:44
by ArDanWol
Thanks Deve!