[fixed]Error in GUIEditor

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
icelon
Posts: 5
Joined: Sun Oct 11, 2009 5:10 pm

[fixed]Error in GUIEditor

Post by icelon »

File guiTest.xml not found in GUIEditor
Last edited by icelon on Sun Oct 11, 2009 5:35 pm, edited 1 time in total.
Adler1337
Posts: 471
Joined: Sat Aug 09, 2008 6:10 pm
Location: In your base.

Post by Adler1337 »

Only post in one place.
multum in parvo
icelon
Posts: 5
Joined: Sun Oct 11, 2009 5:10 pm

Ok sorry ....... NOT FOUND

Post by icelon »

****@****-desktop:~/git/irrlicht/trunk/bin/Linux$ ./GUIEditor
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
Irrlicht Engine version 1.6-SVN
Linux 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686
Creating X window...
Visual chosen: : 39
Using renderer: OpenGL 2.1.2
GeForce 7050 PV / NVIDIA nForce 630a/PCI/SSE2/3DNOW!: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
GLSL version: 1.2
Loaded texture: /home/****/git/irrlicht/trunk/media/lucida0.png
Unable to open gui file: guiTest.xml
Fallo de segmentación

OK ? on ubuntu
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

Oops! Sorry, this is my fault! I had the load code in there for testing and must have accidentally committed it. Just comment out the load line and recompile, it should all work
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
icelon
Posts: 5
Joined: Sun Oct 11, 2009 5:10 pm

not working :(

Post by icelon »

This comment the line

env->loadGUI("guiTest.xml"):

;;;;;

*****@*****-desktop:~/git/irrlicht/trunk/bin/Linux$ ./GUIEditor
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
Irrlicht Engine version 1.6-SVN
Linux 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686
Creating X window...
Visual chosen: : 39
Using renderer: OpenGL 2.1.2
GeForce 7050 PV / NVIDIA nForce 630a/PCI/SSE2/3DNOW!: NVIDIA Corporation
OpenGL driver version is 1.2 or better.
GLSL version: 1.2
Loaded texture: /home/****/git/irrlicht/trunk/media/lucida0.png
Fallo de segmentación
****@*****-desktop:~/git/irrlicht/trunk/bin/Linux$

:(((
Post Reply