Ex.10, Ubuntu 7.10 -LOG: Segmentation fault (core dumped)

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
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Ex.10, Ubuntu 7.10 -LOG: Segmentation fault (core dumped)

Post by MasterGod »

I've been trying to run this example and this is what I get:
Image

Oh and its revision 1132..
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
lester
Posts: 86
Joined: Mon Jan 29, 2007 3:33 pm

Post by lester »

very informative :)

Could you please run an app via gdb and show us info stack?
Jiang
Posts: 77
Joined: Tue Feb 20, 2007 11:03 am

Re: Ex.10, Ubuntu 7.10 -LOG: Segmentation fault (core dumped

Post by Jiang »

MasterGod wrote: Oh and its revision 1132..
If possible, please update to 1136 and see what happens.

In my old Ubuntu box, I don't have any problem running this example:

Code: Select all


jiang@jiang-Ubuntu:~/Program/Graphics/Irrlicht/svn/trunk$ svn up
At revision 1136.


jiang@jiang-Ubuntu:~/Program/Graphics/Irrlicht/svn/trunk/bin/Linux$ ./10.Shaders 
Please select the driver you want for this example:
 (a) Direct3D 9.0c
 (b) Direct3D 8.1
 (c) OpenGL 1.5
 (d) Software Renderer
 (e) Burning's Software Renderer
 (f) NullDevice
 (otherKey) exit

c
Please press 'y' if you want to use high level shaders.
No I don't want ..
Irrlicht Engine version 1.4
Linux 2.6.22-14-generic #1 SMP Tue Dec 18 08:02:57 UTC 2007 i686
Creating X window...
Using renderer: OpenGL 1.5.8
Quadro2 MXR/AGP/SSE2: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
GLSL version: 1.3
WARNING: Pixel shaders disabled because of missing driver/hardware support.
Loaded texture: ../../media/wall.bmp
Loaded texture: ../../media/irrlicht2_bk.jpg
Loaded texture: ../../media/irrlicht2_ft.jpg
Loaded texture: ../../media/irrlicht2_rt.jpg
Loaded texture: ../../media/irrlicht2_lf.jpg
Loaded texture: ../../media/irrlicht2_dn.jpg
Loaded texture: ../../media/irrlicht2_up.jpg


If it still crashes at startup, please check your configuration and report the possible position, which is possibly before the texture loading.

HTH
Post Reply