I recently updated to version 506 and went to go run my game which resulted in a crash every time before the window even loaded. I then changed to version 505 which has no problems. I am going to test further to see if I can find what the exact cause is.
Numbered Steps to Reproduce Problem:
1) Run game..
2) Crash.
When does the problem NOT occur?
Version 505 and under.
Testing out some things I noticed the following:
mob
Login()
..()
//insert login stuff here
The game now loads and then crashes, while:
mob
Login()
//insert login stuff here
..()
The game crashes instantly, so the problem lies within or after Login(), I think...