Messagebox with 0xfeeefeee crash

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Supanova
Posts: 6
Joined: Sun Jun 10, 2012 5:46 pm

Messagebox with 0xfeeefeee crash

Post by Supanova »

Hey ppl, very new to this great engine, but seem to be getting quite a nasty crash with no stack-trace.

Basically, after making a message box visible (created with GUIEditor), with "yes" "no" buttons, clicking any of these buttons, causes an exit.

With or without code to handle the events of EGET_MESSAGEBOX_YES and EGET_MESSAGEBOX_NO it still crashes.

Any idea why this may be?
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Re: Messagebox with 0xfeeefeee crash

Post by randomMesh »

Please show a minimal compilable program which reproduces the problem.

http://www.catb.org/~esr/faqs/smart-questions.html
"Whoops..."
Supanova
Posts: 6
Joined: Sun Jun 10, 2012 5:46 pm

Re: Messagebox with 0xfeeefeee crash

Post by Supanova »

My bad, turned out I hadn't called grab(). My apologies

Other than the tutorial, is there another in-depth tutorial for the irrlicht GUI??
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Messagebox with 0xfeeefeee crash

Post by CuteAlien »

No, but you can always ask in the forum when you are stuck. What would you like to see in the in-depth tutorial? (it's not really that deep anyway - once you need more than API you can likely just look at the sources)
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