BrawlCrate / BrawlCrateIssues

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

open folder in mkw crash #286

Open BrawlCrate opened 3 years ago

BrawlCrate commented 3 years ago

v0.36c-h1 x86

Exception of type 'System.OutOfMemoryException' was thrown.
   at BrawlLib.SSBB.ResourceNodes.THPFrame.GetImage()
   at BrawlLib.SSBB.ResourceNodes.THPNode.GetImage(Int32 index)
   at BrawlLib.Internal.Windows.Forms.PreviewPanel.set_CurrentIndex(Int32 value)
   at BrawlLib.Internal.Windows.Controls.VideoPlaybackPanel.UpdateTimeDisplay()
   at BrawlLib.Internal.Windows.Controls.VideoPlaybackPanel.trackBar1_ValueChanged(Object sender, EventArgs e)
   at System.Windows.Forms.TrackBar.OnValueChanged(EventArgs e)
   at System.Windows.Forms.TrackBar.set_Value(Int32 value)
   at BrawlLib.Internal.Windows.Controls.CustomTrackBar.set_Value(Int32 value)
   at BrawlLib.Internal.Windows.Controls.VideoPlaybackPanel.RenderUpdate(Object sender, FrameEventArgs e)
   at BrawlLib.Internal.CoolTimer.OnRenderFrame(FrameEventArgs e)
   at BrawlLib.Internal.CoolTimer.RaiseRenderFrame()
   at BrawlLib.Internal.CoolTimer.Run(Double updatesPerSec, Double framesPerSec)
   at BrawlLib.Internal.Windows.Controls.VideoPlaybackPanel.Play()
   at BrawlLib.Internal.Windows.Controls.VideoPlaybackPanel.btnPlay_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.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.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)