auriamg / stk-code

The code base of supertuxkart
Other
0 stars 0 forks source link

Game crashes while loading saved GP when kart model doesn't exist #884

Closed auriamg closed 10 years ago

auriamg commented 10 years ago

When I try to start the Grand Prix "At World's End" with 19 AI karts in SuperTux mode on Ubuntu 13.04, the game crashes with the following message:

supertuxkart: /home/konsti/supertuxkart/src/states_screens/race_gui_base.cpp:210: void RaceGUIBase::createMarkerTexture(): Assertion `kp != __null' failed.
Aborted (core dumped)

And this is what gdb says:

Starting program: /usr/local/bin/supertuxkart 
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
[debugging using libthread_db enabled](Thread)
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Irrlicht Engine version 1.8.0
Linux 3.8.0-32-generic #47-Ubuntu SMP Tue Oct 1 22:35:23 UTC 2013 x86_64
[  ](info) FileManager: Data files will be fetched from: '/usr/local/share/supertuxkart/'
[  ](info) FileManager: User directory is '/home/konsti/.config/supertuxkart/'.
[  ](info) FileManager: Addons files will be stored in '/home/konsti/.local/share/supertuxkart/addons/'.
[  ](info) FileManager: Screenshots will be stored in '/home/konsti/.cache/supertuxkart/screenshots/'.
[ ](debug) translation: Env var LANGUAGE = 'en'.
[ ](debug) translation: Language 'English'.
[  ](info) irr_driver: GLSL supported.
[Thread 0x7fffeb527700 (LWP 2690)](New)
[  ](info) NetworkHttp: Using cached addons.xml
[Thread 0x7fffe9483700 (LWP 2691)](New)
[0x7fffe9483700 (LWP 2691) exited](Thread)
[Thread 0x7fffe9483700 (LWP 2692)](New)
[Thread 0x7fffe8c82700 (LWP 2693)](New)
[  ](warn) track: Music information file 'ChillCarrier-Druckverlust.musi' not found - ignored.

[ ](debug) main: Error messages and other text output will be logged to /home/konsti/.config/supertuxkart//stdout.log.
[ ](error) Kart_Model: Missing wheel information 'front-right' for model'gnu.b3dz'.
[ ](error) Kart_Model: This can be ignored, but the wheels willnot rotate.
[ ](error) Kart_Model: Missing wheel information 'front-left' for model'gnu.b3dz'.
[ ](error) Kart_Model: This can be ignored, but the wheels willnot rotate.
[ ](error) Kart_Model: Missing wheel information 'rear-right' for model'gnu.b3dz'.
[ ](error) Kart_Model: This can be ignored, but the wheels willnot rotate.
[ ](error) Kart_Model: Missing wheel information 'rear-left' for model'gnu.b3dz'.
[ ](error) Kart_Model: This can be ignored, but the wheels willnot rotate.
supertuxkart: /home/konsti/supertuxkart/src/states_screens/race_gui_base.cpp:210: void RaceGUIBase::createMarkerTexture(): Assertion `kp != __null' failed.

Program received signal SIGABRT, Aborted.
0x00007ffff5f9f037 in raise () from /lib/x86_64-linux-gnu/libc.so.6