[Solved]Crash only in debug
Posted: Tue Jul 15, 2008 21:35
I've build the samples in CEGUI in 0.6.1. In release mode they run correctly but in debug they crash. i've debugged some demo and they all crash in this line
line 317 - file ceguifreetypefont.cpp
Code: Select all
// Go to previous glyph, if we are going backward
if (!forward)
if (--s == d_cp_map.begin ()) //CRASH HERE
break;
line 317 - file ceguifreetypefont.cpp