BrawlCrate / BrawlCrateIssues

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

io #312

Open BrawlCrate opened 2 years ago

BrawlCrate commented 2 years ago

bruh..io

v0.37 x86

Exception from HRESULT: 0x88780096
   at BrawlLib.Platform.Win32.DirectSound.IDirectSound8.CreateSoundBuffer(DSBufferDesc& pcDSBufferDesc, IDirectSoundBuffer8& ppDSBuffer, IntPtr pUnkOuter)
   at BrawlLib.Internal.Audio.wAudioBuffer..ctor(wAudioProvider parent, DSBufferDesc& desc)
   at BrawlLib.Internal.Audio.wAudioProvider.CreateBuffer(IAudioStream target)
   at BrawlLib.Internal.Windows.Controls.AudioPlaybackPanel.TargetChanged(IAudioSource newTarget)
   at BrawlLib.Internal.Windows.Controls.AudioPlaybackPanel.set_TargetSource(IAudioSource value)
   at BrawlLib.BrawlManagerLib.Songs.SongPanel.Open(FileInfo fi, String fallbackDir)
   at BrawlCrate.BrawlManagers.SongManager.SongManagerForm.open(FileInfo fi)
   at BrawlCrate.BrawlManagers.SongManager.SongManagerForm.loadSelectedFile()
   at BrawlCrate.BrawlManagers.SongManager.SongManagerForm.listBox1_SelectedIndexChanged(Object sender, EventArgs e)
   at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
   at System.Windows.Forms.ListBox.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)