I have had a problem with this. I got this error on opening a game:
Error launching game: Object reference not set to an instance of an object
Now the error may well be in my game (I know there is a problem somewhere), however, after that trying to edit something else, or trying to click on the cross in the topright corner I got this:
System.NullReferenceException: Object reference not set to an instance of an object.
at AxeSoftware.Quest.EditorController.Uninitialise()
at AxeSoftware.Quest.Editor.CloseEditor(Boolean raiseCloseEvent)
at AxeSoftware.Quest.Main.Main_FormClosing(Object sender, FormClosingEventArgs e)
at System.Windows.Forms.Form.OnFormClosing(FormClosingEventArgs e)
at System.Windows.Forms.Form.WmClose(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The only way to terminate was through task manager.
ETA: Having gone back to RC1, I have found that the error in my code was a missing }