Quake3 Explorer Segmentation fault

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
cflank
Posts: 2
Joined: Wed May 07, 2014 7:43 am

Quake3 Explorer Segmentation fault

Post 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)
cflank
Posts: 2
Joined: Wed May 07, 2014 7:43 am

Re: Quake3 Explorer Segmentation fault

Post by cflank »

unbuntu, ver 1.8
CuteAlien
Admin
Posts: 9651
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Quake3 Explorer Segmentation fault

Post 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
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply