当我运行游戏时,当我点击开始按钮加载关卡时应用程序崩溃。我没有在调试器控制台中看到任何错误,我的游戏使用cocos 2 d和x代码。我在下面得到一个断点。线程1在NS对象执行选择器时显示问题。
请帮助我有一个最后一期.WHen我按开始加载级别应用程序崩溃我没有错误:
debugger2013-07-17 12:28:06.554 QuexlorLite[1501:c07] main.m: Creating an instance of ‘Quexlor’
2013-07-17 12:28:06.684 QuexlorLite[1501:c07] KITApp launch started, iOS version 6.1
2013-07-17 12:28:06.885 QuexlorLite[1501:c07] KITApp window width is 480 pixels/480 points, HD=no, Retina available=no (enabled=no)
2013-07-17 12:28:06.886 QuexlorLite[1501:c07] Couldn’t load KITSettings, so initialized with defaults
2013-07-17 12:28:06.887 QuexlorLite[1501:c07] Settings init {
}
2013-07-17 12:28:06.890 QuexlorLite[1501:c07] Couldn’t load KITSettings, so initialized with defaults
2013-07-17 12:28:06.891 QuexlorLite[1501:c07] Settings init {
}
2013-07-17 12:28:06.895 QuexlorLite[1501:c07] Saved settings to ‘~/Documents/savefile0.sav’ {
iPhone = {
LevelObjects = {
RPGPlayer = {
};
};
};
touchMovement = 1;
}
AudioStreamBasicDescription: 2 ch, 44100 Hz, ‘lpcm’ (0×00000029) 32-bit little-endian float, deinterleaved
2013-07-17 12:28:07.181 QuexlorLite[1501:c07] KITApp launch took 0.50 seconds
im getting a breakpoint here:
+(NSString*) defaultLevel
{
return @”forest01.tmx”;
}