Open supertuxkart-sourceforge-migration opened 10 years ago
Author: magned Accidentally removed a line; top part should be this:
Program received signal SIGSEGV, Segmentation fault.
0x000000000074b592 in TrackObject::TrackObject (this=0x2213d4b0,
__vtt_parm=0xe4e908, xml_node=..., __in_chrg=<optimized out>)
at /home/magne/SuperTuxKart/supertuxkart-work/src/tracks/track_object.cpp:158
158 m_mesh->grab();
Author: auria This actually seems unrelated to LOD : scene.xml refers to Box.b3d but this file is missing.
I get on terminal :
[Error](Irrlicht) Could not load mesh, file format seems to be unsupported:
Warning: 'object' in 'Box.b3d' not found and is ignored.
but STK apparently still tries to refer to the mesh, which is not NULL for some reason
Author: auria Partially fixed as of r10840
Author: auria More progress in r10841.
Author: auria Completely fixed in r10842. Thanks for the report!
Author: magned
The track I tried playing was Mystic island from the forums: http://forum.freegamedev.net/download/file.php?id=2595 I modified folder name to not contain spaces, and also the b3d file name and scene.xml reference to the b3d file. It currently gives this crash:
Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/572