A segmenation fault in findWidget() for me :(

zcout

19-03-2010 23:56:23

Hello all,
I'm having problems while trying to use a widget loaded from my XML file (http://pastie.org/877992). The code is failing at line:

this->windowCommSystemChat = this->gui->findWidget<MyGUI::Edit>("systemChat");
//this->windowCommSystemChat is type of MyGUI::EditPtr and this->gui comes from MyGUI::Gui *

I can't see anything interesting in the MyGUI.log file (http://pastie.org/877994), it just looks be incomplete.

I don't really know what's the problem. Everything points at the XML file, but I can't see anything wrong in it. Any ideas? Thanks for any help.