lastbattle / Harepacker-resurrected

All in one .wz file/map editor for MapleStory game files
Mozilla Public License 2.0
416 stars 156 forks source link

[HaCreator] Saving existing map under new map ID throws exception #251

Open voleth opened 4 weeks ago

voleth commented 4 weeks ago

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.