Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BrawlBox not wanting to create BRSTM files #251

Open
CryoraptorA303tm opened this issue Jul 1, 2024 · 0 comments
Open

BrawlBox not wanting to create BRSTM files #251

CryoraptorA303tm opened this issue Jul 1, 2024 · 0 comments

Comments

@CryoraptorA303tm
Copy link

Upon importing a WAV file to convert to BRSTM, BrawlBox gives this error if I try to play the audio back:

Attempted to divide by zero.
at System.Audio.AudioBuffer.Update()
at System.Audio.AudioBuffer.Fill()
at System.Windows.Forms.BrstmConverterDialog.tmrUpdate_Tick(Object sender, EventArgs e)
at System.Windows.Forms.BrstmConverterDialog.Play()
at System.Windows.Forms.BrstmConverterDialog.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)

If I ignore the warning and create the BRSTM anyway, BrawlBox will simply crash.

Any ideas why this is happening?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant