BrawlCrate / BrawlCrateIssues

Separate issue tracker repo for bugs submitted from the application, matching BrawlBox's implementation
3 stars 0 forks source link

dae import crash #161

Open BrawlCrate opened 4 years ago

BrawlCrate commented 4 years ago

Trying to import the model

v0.36c-h1 x86

v0.33 x86

The volume for a file has been externally altered so that the opened file is no longer valid. (Exception from HRESULT: 0x800703EE)
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   at BrawlLib.Internal.IO.wFileMap..ctor(VoidPtr hFile, FileMapProtect protect, Int64 offset, UInt32 length)
   at BrawlLib.Internal.IO.FileMap.FromStreamInternal(FileStream stream, FileMapProtect prot, Int32 offset, Int32 length)
   at BrawlLib.Internal.IO.FileMap.FromFile(String path, FileMapProtect prot, Int32 offset, Int32 length, FileOptions options)
   at BrawlLib.Modeling.Collada.Collada.DecoderShell.Import(String path)
   at BrawlLib.Modeling.Collada.Collada.ImportModel(String filePath, ImportType type)
   at BrawlLib.Modeling.Collada.Collada.ShowDialog(String filePath, ImportType type)
   at BrawlLib.SSBB.ResourceNodes.MDL0Node.FromFile(String path, FileOptions options)
   at BrawlLib.SSBB.ResourceNodes.MDL0Node.Replace(String fileName, FileMapProtect prot, FileOptions options)
   at BrawlLib.SSBB.ResourceNodes.ResourceNode.Replace(String fileName)
   at BrawlCrate.NodeWrappers.GenericWrapper.OnReplace(String inStream)
   at BrawlCrate.NodeWrappers.GenericWrapper.Replace()
   at BrawlCrate.NodeWrappers.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)