I was trying to add a room hotspot that detected in the AnyClick function if mouse.eMode was on Walk To, for the player to say something. When trying to run the game, it froze AGS, and now I can't edit the room anymore.
I get:
Error: LoadRoom: unexpected end of file while loading room
Version: AGS 3.2.0.103
AGS.Types.AGSEditorException: LoadRoom: unexpected end of file while loading room
at ThrowManagedException(SByte* message)
at load_room_file(SByte* )
at load_crm_file(UnloadedRoom roomToLoad)
at AGS.Native.NativeMethods.LoadRoomFile(UnloadedRoom roomToLoad)
at AGS.Editor.Components.RoomsComponent.LoadNewRoomIntoMemory(UnloadedRoom newRoom, CompileMessages errors)
at AGS.Editor.Components.RoomsComponent.LoadDifferentRoom(UnloadedRoom newRoom)
at AGS.Editor.Components.RoomsComponent.LoadRoom(String controlID)
at AGS.Editor.Components.RoomsComponent.CommandClick(String controlID)
at AGS.Editor.ProjectTree.ProcessClickOnNode(String nodeID, MouseButtons button)
at AGS.Editor.ProjectTree.projectTree_NodeMouseDoubleClick(Object sender, TreeNodeMouseClickEventArgs e)
at System.Windows.Forms.TreeView.OnNodeMouseDoubleClick(TreeNodeMouseClickEventArgs e)
at System.Windows.Forms.TreeView.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)
Please tell me there's a way to save most of what I have already (everything else works. Room script, objects, etc.) or better yet, a way to fix whatever I did? T_T

Error: LoadRoom: unexpected end of file while loading room
Version: AGS 3.2.0.103
AGS.Types.AGSEditorException: LoadRoom: unexpected end of file while loading room
at ThrowManagedException(SByte* message)
at load_room_file(SByte* )
at load_crm_file(UnloadedRoom roomToLoad)
at AGS.Native.NativeMethods.LoadRoomFile(UnloadedRoom roomToLoad)
at AGS.Editor.Components.RoomsComponent.LoadNewRoomIntoMemory(UnloadedRoom newRoom, CompileMessages errors)
at AGS.Editor.Components.RoomsComponent.LoadDifferentRoom(UnloadedRoom newRoom)
at AGS.Editor.Components.RoomsComponent.LoadRoom(String controlID)
at AGS.Editor.Components.RoomsComponent.CommandClick(String controlID)
at AGS.Editor.ProjectTree.ProcessClickOnNode(String nodeID, MouseButtons button)
at AGS.Editor.ProjectTree.projectTree_NodeMouseDoubleClick(Object sender, TreeNodeMouseClickEventArgs e)
at System.Windows.Forms.TreeView.OnNodeMouseDoubleClick(TreeNodeMouseClickEventArgs e)
at System.Windows.Forms.TreeView.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)
Please tell me there's a way to save most of what I have already (everything else works. Room script, objects, etc.) or better yet, a way to fix whatever I did? T_T