I thought I'd add a quit msgBox to my app and found that every time I called application:exit() the player would crash displaying the message in attached image. It works fine on a real device but crashes windows.
I'm running Windows XP Professional (32 bit) on AMD Phenom 9550 Quad (2.2Ghz) with 4GB Ram and 1TB HD and ATI Radeon 3100 GPU.
Comments
application:exit()
not crash...
www.tntengine.com
Website: http://www.castlegateinteractive.com
https://play.google.com/store/apps/developer?id=Castlegate+Interactive
On Android, we're using Activity.finish() and on other systems we're using the c function exit() to exit the application. It seems Qt have some problems with forcefully exiting with exit(). Let me use QMainWindow::close() to exit peacefully.
http://bugs.giderosmobile.com/issues/113