following the above steps the game drops that nullpointer
```lines=10
[2016-02-02 19:32:36] [GLFRAME] THROWN: class java.lang.NullPointerException Now Printing StackTrace
[2016-02-02 19:32:36] java.lang.NullPointerException
[2016-02-02 19:32:36] at obfuscated.cX.i(SourceFile:309)
[2016-02-02 19:32:36] at obfuscated.ok.callback(SourceFile:886)
[2016-02-02 19:32:36] at org.schema.schine.network.client.GUICallbackController.execute(SourceFile:40)
[2016-02-02 19:32:36] at obfuscated.C.updateStateInput(SourceFile:1365)
[2016-02-02 19:32:36] at obfuscated.avu.a(SourceFile:1167)
[2016-02-02 19:32:36] at obfuscated.C.h(SourceFile:2858)
[2016-02-02 19:32:36] at obfuscated.Pp.run(SourceFile:92)
[2016-02-02 19:32:36] at java.lang.Thread.run(Unknown Source)
[2016-02-02 19:32:36] [GLFRAME] THROWN: class java.lang.NullPointerExceptionPrinting StackTrace DONE
[2016-02-02 19:32:36] java.lang.NullPointerException
[2016-02-02 19:32:36] at obfuscated.cX.i(SourceFile:309)
[2016-02-02 19:32:36] at obfuscated.ok.callback(SourceFile:886)
[2016-02-02 19:32:36] at org.schema.schine.network.client.GUICallbackController.execute(SourceFile:40)
[2016-02-02 19:32:36] at obfuscated.C.updateStateInput(SourceFile:1365)
[2016-02-02 19:32:36] at obfuscated.avu.a(SourceFile:1167)
[2016-02-02 19:32:36] at obfuscated.C.h(SourceFile:2858)
[2016-02-02 19:32:36] at obfuscated.Pp.run(SourceFile:92)
[2016-02-02 19:32:36] at java.lang.Thread.run(Unknown Source)
[2016-02-02 19:32:41] AGAIN PRINTING STACK TRACE
[2016-02-02 19:32:41] java.lang.NullPointerException
[2016-02-02 19:32:41] at obfuscated.cX.i(SourceFile:309)
[2016-02-02 19:32:41] at obfuscated.ok.callback(SourceFile:886)
[2016-02-02 19:32:41] at org.schema.schine.network.client.GUICallbackController.execute(SourceFile:40)
[2016-02-02 19:32:41] at obfuscated.C.updateStateInput(SourceFile:1365)
[2016-02-02 19:32:41] at obfuscated.avu.a(SourceFile:1167)
[2016-02-02 19:32:41] at obfuscated.C.h(SourceFile:2858)
[2016-02-02 19:32:41] at obfuscated.Pp.run(SourceFile:92)
[2016-02-02 19:32:41] at java.lang.Thread.run(Unknown Source)
[2016-02-02 19:32:41] [GLFrame] (ErrorDialog Chose Exit) Error Message: null
[2016-02-02 19:32:41] [CLIENT] SAVING CLIENT CHANNEL all Open: false;
[2016-02-02 19:32:41] [CLIENT] chat channels saved
[2016-02-02 19:32:41] !!!! THIS DISPLAYS THE STACKTRACE OF A REGULAR GL FRAME EXIT
[2016-02-02 19:32:41] org.schema.schine.graphicsengine.core.FinishedFrameException
[2016-02-02 19:32:41] at obfuscated.avu.a(SourceFile:173)
[2016-02-02 19:32:41] at obfuscated.gD.exit(SourceFile:1073)
[2016-02-02 19:32:41] at obfuscated.avu.a(SourceFile:291)
[2016-02-02 19:32:41] at obfuscated.avu.a(SourceFile:1167)
[2016-02-02 19:32:41] at obfuscated.C.h(SourceFile:2858)
[2016-02-02 19:32:41] at obfuscated.Pp.run(SourceFile:92)
[2016-02-02 19:32:41] at java.lang.Thread.run(Unknown Source)
```
Full log {F6216}