core::string destructor is crashing

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
CuteAlien
Admin
Posts: 9935
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: core::string destructor is crashing

Post by CuteAlien »

Chances are pretty high that the problem is in another place. For example the string is in some other class and that other class object is invalid that point. For such bugs you have to reduce the problem until you have only a tiny program left which still contains the bug (divide&conquer!). Then you can post that tiny program (which should still compile, but not contain any line anymore which isn't removable while keeping the bug) so others can look at it. Thought usually you find the problem yourself while reducing code like that :-)
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