CAHoltz
Smash Rookie
- Joined
- Jan 11, 2016
- Messages
- 3
- NNID
- CAHoltz
When ever I export part of a model as an obj, USING BRAWLBOX (0.76, 0.73, etc.), and try to re-import it over itself in a different costume, it crashes, and says there is insufficient memory. I've tried many things, but the best example is trying to replace Peach's weapons with modified versions of themselves. Can anyone help? I tried replacing Peach's Frying Pan with a modded version, and got the following error. Insufficient memory to continue the execution of the program.
at System.Runtime.InteropServices.Marshal.AllocHGlobal(IntPtr cb)
at System.UnsafeBuffer..ctor(Int32 size)
at BrawlLib.Modeling.PrimitiveManager..ctor(MDL0Object* polygon, AssetStorage assets, IMatrixNode[] nodes, IObject owner)
at BrawlLib.SSBB.ResourceNodes.MDL0ObjectNode.OnInitialize()
at BrawlLib.SSBB.ResourceNodes.ResourceNode.ReplaceRaw(FileMap map)
at BrawlLib.SSBB.ResourceNodes.ResourceNode.Replace(String fileName, FileMapProtect prot, FileOptions options)
at BrawlLib.SSBB.ResourceNodes.ResourceNode.Replace(String fileName)
at BrawlBox.GenericWrapper.OnReplace(String inStream, Int32 filterIndex)
at BrawlBox.GenericWrapper.Replace()
at BrawlBox.GenericWrapper.ReplaceAction(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)
at System.Runtime.InteropServices.Marshal.AllocHGlobal(IntPtr cb)
at System.UnsafeBuffer..ctor(Int32 size)
at BrawlLib.Modeling.PrimitiveManager..ctor(MDL0Object* polygon, AssetStorage assets, IMatrixNode[] nodes, IObject owner)
at BrawlLib.SSBB.ResourceNodes.MDL0ObjectNode.OnInitialize()
at BrawlLib.SSBB.ResourceNodes.ResourceNode.ReplaceRaw(FileMap map)
at BrawlLib.SSBB.ResourceNodes.ResourceNode.Replace(String fileName, FileMapProtect prot, FileOptions options)
at BrawlLib.SSBB.ResourceNodes.ResourceNode.Replace(String fileName)
at BrawlBox.GenericWrapper.OnReplace(String inStream, Int32 filterIndex)
at BrawlBox.GenericWrapper.Replace()
at BrawlBox.GenericWrapper.ReplaceAction(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)