Trunk build Ver 4011 GUI Editor crash

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
shadowghost21
Posts: 56
Joined: Wed Nov 23, 2011 11:53 pm

Trunk build Ver 4011 GUI Editor crash

Post by shadowghost21 »

GUI Editor crashes on this line: CGUIEditWorkspace.cpp:906 out->addBool("DrawGrid", DrawGrid);

It looks like out has a bad reference. It ate bad food so to speak hehe. I'm really tired but can track down exactly the cause tomorrow Just wondering if you have seen this or if you can build it fine.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Trunk build Ver 4011 GUI Editor crash

Post by hybrid »

Sounds like your file was not writeable or something like that.
shadowghost21
Posts: 56
Joined: Wed Nov 23, 2011 11:53 pm

Re: Trunk build Ver 4011 GUI Editor crash

Post by shadowghost21 »

Hmm, okay. I'll reset the permissions on the those files. Seems like windows isn't as good at that as *Nix but I'll try any how.
CuteAlien
Admin
Posts: 9846
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Trunk build Ver 4011 GUI Editor crash

Post by CuteAlien »

I can't reproduce a crash right now - then again I don't know what you did to get to the crash. Which System, Compiler, what actions you took ... etc.
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
shadowghost21
Posts: 56
Joined: Wed Nov 23, 2011 11:53 pm

Re: Trunk build Ver 4011 GUI Editor crash

Post by shadowghost21 »

Doh, meant to check this a few days ago, sorry. I am using MSVC 2010 I opened up the 2010 project you guys have in the directory for GUIEditor in tools and clicked the go button. I did nothing else.

Windows 7 64-bit
8GB Ram
i7 @ 1.7ghz
Nvidia gt335m
(The computer is a stock Alienware m11x r2 if the specs sound familial)
shadowghost21
Posts: 56
Joined: Wed Nov 23, 2011 11:53 pm

Re: Trunk build Ver 4011 GUI Editor crash

Post by shadowghost21 »

Guess I never added my "fix" for this. I rebuilt the Irrlicht libs and dll and all was good. It turned out I had one of those nightly builds in there and it must have been stale or a few version behind. Rebuilding solved everything.
CuteAlien
Admin
Posts: 9846
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Trunk build Ver 4011 GUI Editor crash

Post by CuteAlien »

Ok, that makes sense, thanks for telling.
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