Page 1 of 1

Quake3 Explorer Segmentation fault

Posted: Tue Oct 21, 2014 9:42 am
by cflank
quake3::constructMesh needed 0008 ms to create 2895 faces, 15270 vertices,32220 mesh vertices
quake3::calcBoundingBoxes start create 27 textures and 11 lightmaps
quake3::calcBoundingBoxes needed 0001 ms to create 27 textures and 11 lightmaps
Loaded mesh: maps/20kdm2.bsp
Needed 20ms to create Octree SceneNode.(64 nodes, 10640 polys)
Needed 11ms to create OctreeTriangleSelector.(17 nodes, 10640 polys)
q3shaderfactory start
Could not open file of texture: $redimage
Could not open file of texture: $blueimage
Could not open file of texture: $whiteimage
Could not open file of texture: $checkerimage
Loaded texture: /home/cflank/Code/irr-1410/examples/21.Quake3Explorer/textures/sfx/flameball.jpg
Loaded texture: /home/cflank/Code/irr-1410/examples/21.Quake3Explorer/textures/sfx/flame1.jpg
Loaded texture: /home/cflank/Code/irr-1410/examples/21.Quake3Explorer/textures/sfx/flame2.jpg
Loaded texture: /home/cflank/Code/irr-1410/examples/21.Quake3Explorer/textures/sfx/flame3.jpg
Loaded texture: /home/cflank/Code/irr-1410/examples/21.Quake3Explorer/textures/sfx/flame4.jpg
Loaded texture: /home/cflank/Code/irr-1410/examples/21.Quake3Explorer/textures/sfx/flame5.jpg
Loaded texture: /home/cflank/Code/irr-1410/examples/21.Quake3Explorer/textures/sfx/flame6.jpg
Loaded texture: /home/cflank/Code/irr-1410/examples/21.Quake3Explorer/textures/sfx/flame7.jpg
Loaded texture: /home/cflank/Code/irr-1410/examples/21.Quake3Explorer/textures/sfx/flame8.jpg
q3shaderfactory needed 0012 ms to create 5 shader nodes
q3shaderfactory start
q3shaderfactory needed 0000 ms to create 2 shader nodes
Segmentation fault (core dumped)

Re: Quake3 Explorer Segmentation fault

Posted: Tue Oct 21, 2014 9:43 am
by cflank
unbuntu, ver 1.8

Re: Quake3 Explorer Segmentation fault

Posted: Tue Oct 21, 2014 12:43 pm
by CuteAlien
Sorry, can't reproduce, but I'm not longer having 1.8 on the system. Maybe get 1.8.1 from the download section in our homepage.
Or get the sources for what will be Irrlicht 1.8.2:
svn checkout svn://svn.code.sf.net/p/irrlicht/code/branches/releases/1.8 irrlicht-1.8
Or the current developer version:
svn checkout svn://svn.code.sf.net/p/irrlicht/code/trunk irrlicht-trunk