Can you be a little more specific... Was there an error? Can you post it? I'm still making the rebuilder compatible with v11 MDL0s (because the node id is sometimes written in a different order and the primitives need to be corrected) so you'll probably have problems right now anyway.
Unhandled exception has occured in your application.
If you click Continue, the application will this error and attempt to continue.
If you click Quit, the application will close immediately. Index was outside the bounds of the array.
Details:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at BrawlLib.Wii.Models.ModelLinker.Write(Byte*& pGroup, Byte*& pData, Boolean force)
at BrawlLib.Wii.Models.ModelEncoder.Build(ModelLinker linker, MDL0Header* header, Int32 length, Boolean force)
at BrawlLib.SSBB.ResourceNodes.MDL0Node.OnRebuild(VoidPtr address, Int32 length, Boolean force)
at BrawlLib.SSBB.ResourceNodes.ResourceNode.Rebuild(VoidPtr address, Int32 length, Boolean force)
at BrawlLib.SSBB.ResourceNodes.BRESNode.OnRebuild(VoidPtr address, Int32 size, Boolean force)
at BrawlLib.SSBB.ResourceNodes.ResourceNode.Rebuild(VoidPtr address, Int32 length, Boolean force)
at BrawlLib.SSBB.ResourceNodes.ResourceNode.Rebuild(Boolean force)
at BrawlLib.SSBB.ResourceNodes.ResourceNode.Merge(Boolean forceBuild)
at BrawlBox.Program.Save()
at BrawlBox.MainForm.saveToolStripMenuItem_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.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)