BrawlCrate / BrawlCrateIssues

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

please fix #182

Open BrawlCrate opened 4 years ago

BrawlCrate commented 4 years ago

BRSTM bug/crash I was trying to edit my brstm for my game and it crashed.

v0.34-h3 x86 Crash The app crashes after I press "okay" after trying to import a brstm file. It says "System.OutOfMemoryExceptiom" on the headline. Would love some help here! Thanks.

v0.34-h3 x86 it just stopped working...

v0.34-h3 x86

Insufficient memory to continue the execution of the program.
   at System.Runtime.InteropServices.Marshal.AllocHGlobal(IntPtr cb)
   at System.Runtime.InteropServices.Marshal.AllocHGlobal(Int32 cb)
   at BrawlLib.Wii.Audio.RSTMConverter.Encode(IAudioStream stream, IProgressTracker progress, WaveEncoding encoding)
   at BrawlLib.Internal.Windows.Forms.BrstmConverterDialog.btnOkay_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)