-
Notifications
You must be signed in to change notification settings - Fork 103
Description
From @ghost on March 24, 2014 19:35
Reference on googlecode: https://code.google.com/p/jmonkeyengine/issues/detail?id=582
I have noticed the SDK crashes when returning from sleep mode. I believe this to be related to the openGL preview window that is available in the SDK.
Crash 1: returning from sleep mode, openGL preview is up already displaying a model. crash throws many blank error boxes, must force quit application.
Crash 2: returning from sleep mode, openGL preview is not up. I added a model via import, when I went to go preview it in the SDK then crashed the same as before. Major note: SDK then went on to delete the original model file from my disk; luckily the model was still open in Blender, so I simply resaved the file and re-wrote it to disk.
Windows 8, 64bit
Copied from original issue: jMonkeyEngine/jmonkeyengine#93