You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening up an existing map and then attempting to save it under a new map ID throws this exception:
************** Exception Text ************** System.Exception: Could not find a suitable Map.wz to place the new map into. at HaCreator.Wz.MapSaver.InsertImage() in E:\Server\Harepacker-resurrected\HaCreator\Wz\MapSaver.cs:line 78 at HaCreator.GUI.Save.saveButton_Click(Object sender, EventArgs e) in E:\Server\Harepacker-resurrected\HaCreator\GUI\Save.cs:line 136 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Though, doing New > Clone and then saving the new map ID does work. Which is the easier, faster, and smarter way to do it anyway.
The text was updated successfully, but these errors were encountered:
Opening up an existing map and then attempting to save it under a new map ID throws this exception:
Though, doing New > Clone and then saving the new map ID does work. Which is the easier, faster, and smarter way to do it anyway.
The text was updated successfully, but these errors were encountered: