BrawlCrate / BrawlCrateIssues

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

crash when playing a brstm #202

Open BrawlCrate opened 4 years ago

BrawlCrate commented 4 years ago

had the program open for a couple days, and when I came back it threw this error when I pressed play

v0.34-h3 x86

Exception from HRESULT: 0x88780096
   at BrawlLib.Platform.Win32.DirectSound.IDirectSoundBuffer8.GetCurrentPosition(UInt32* pdwCurrentPlayCursor, UInt32* pdwCurrentWriteCursor)
   at BrawlLib.Internal.Audio.wAudioBuffer.get_PlayCursor()
   at BrawlLib.Internal.Audio.AudioBuffer.Seek(Int32 samplePos)
   at BrawlLib.Internal.Windows.Controls.AudioPlaybackPanel.Play()
   at BrawlLib.Internal.Windows.Controls.AudioPlaybackPanel.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)