BrawlCrate / BrawlCrateIssues

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

Audio playback in brbnk files #256

Open BrawlCrate opened 3 years ago

BrawlCrate commented 3 years ago

BRWSD won't play

v0.36b x86 the audio isn't in perfect quality

v0.36b x86

Object reference not set to an instance of an object.
   at BrawlLib.SSBB.Types.Audio.RWAR.get_Table()
   at BrawlLib.SSBB.ResourceNodes.RWARNode.OnInitialize()
   at BrawlLib.SSBB.ResourceNodes.ResourceNode.Initialize(ResourceNode parent, DataSource origSource, DataSource uncompSource)
   at BrawlLib.SSBB.ResourceNodes.RWSDNode.OnPopulate()
   at BrawlLib.SSBB.ResourceNodes.ResourceNode.get_Children()
   at BrawlCrate.NodeWrappers.BaseWrapper.OnExpand()
   at BrawlCrate.UI.ResourceTree.OnBeforeExpand(TreeViewCancelEventArgs e)
   at System.Windows.Forms.TreeView.TvnExpanding(NMTREEVIEW* nmtv)
   at System.Windows.Forms.TreeView.WmNotify(Message& m)
   at System.Windows.Forms.TreeView.WndProc(Message& m)
   at BrawlCrate.UI.ResourceTree.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)