Page 1 of 1

Unable to catch exceptions

Posted: Wed Oct 11, 2006 02:00
by BradDaBug
When my CEGUI app runs in Linux I get this message:
terminate called after throwing an instance of 'CEGUI::FileIOException'

which is odd because I've got everything wrapped around try{...}catch(CEGUI::Exception& e){..}. I can catch CEGUI exceptions that I manually throw from my own program, but I can't seem to catch them when they're thrown from within CEGUI. Any ideas?