我无法弄清楚如何解决这次崩溃。 我立刻说我在游戏中使用的图像低于4096 x 4096,而是500 x 500像素,最多只有十几个。 一段时间后,游戏将开始此事件发生时,一个演员凝聚屏幕。演员来到visualiazziato,然后在崩溃后立即,我不明白为什么。想法?
robovm stacktrace:
[ERROR] AppLauncher failed with an exception:
[ERROR] org.robovm.libimobiledevice.LibIMobileDeviceException: IDEVICE_E_UNKNOWN_ERROR
[ERROR] at org.robovm.libimobiledevice.IDevice.checkResult(IDevice.java:205)
[ERROR] at org.robovm.libimobiledevice.IDeviceConnection.receive(IDeviceConnection.java:109)
[ERROR] at org.robovm.libimobiledevice.util.AppLauncher.receiveGdbPacket(AppLauncher.java:450)
[ERROR] at org.robovm.libimobiledevice.util.AppLauncher.receiveGdbPacket(AppLauncher.java:432)
[ERROR] at org.robovm.libimobiledevice.util.AppLauncher.pipeStdOut(AppLauncher.java:786)
[ERROR] at org.robovm.libimobiledevice.util.AppLauncher.launchInternal(AppLauncher.java:734)
[ERROR] at org.robovm.libimobiledevice.util.AppLauncher.launch(AppLauncher.java:1052)
[ERROR] at org.robovm.compiler.target.ios.AppLauncherProcess$1.run(AppLauncherProcess.java:67)