BrawlCrate / BrawlCrateIssues

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

pmex stuff crash #276

Open BrawlCrate opened 3 years ago

BrawlCrate commented 3 years ago

idk i was messing around with pmex stuff help

v0.36c-h1 x86

Value of '512' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
Parameter name: Value
   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)