Game crashes when loading/saving missions in the editor if there are errors in the description.ext for example defining twice the same class.
Could be aerror like the following
try
{
//...
}
catch (Exception ex)
{
printError(ex);
exit(-1);
}