BrawlCrate / BrawlCrateIssues

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

Error on Wine #283

Open BrawlCrate opened 3 years ago

BrawlCrate commented 3 years ago

$ wine64-development --version wine-5.5 (Ubuntu 5.5-3ubuntu1)

v0.36c-h1 x86

Index was outside the bounds of the array.
  at System.Windows.Forms.PropertyGrid.UpdatePropertiesViewTabVisibility () [0x0006e] in <05da37b967c44bb2a28686c16b7d8316>:0 
  at System.Windows.Forms.PropertyGrid.ShowEventsButton (System.Boolean value) [0x00061] in <05da37b967c44bb2a28686c16b7d8316>:0 
  at System.Windows.Forms.PropertyGrid.set_SelectedObjects (System.Object[] value) [0x004c1] in <05da37b967c44bb2a28686c16b7d8316>:0 
  at System.Windows.Forms.PropertyGrid.set_SelectedObject (System.Object value) [0x0000a] in <05da37b967c44bb2a28686c16b7d8316>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.PropertyGrid.set_SelectedObject(object)
  at BrawlCrate.UI.MainForm.resourceTree_SelectionChanged (System.Object sender, System.EventArgs e) [0x0081e] in <6fab143d311341fc9d7d84464d4369c9>:0 
  at BrawlCrate.UI.MainForm.OnShown (System.EventArgs e) [0x00033] in <6fab143d311341fc9d7d84464d4369c9>:0 
  at System.Windows.Forms.Form.CallShownEvent () [0x00001] in <05da37b967c44bb2a28686c16b7d8316>:0 
  at System.Windows.Forms.Control.InvokeMarshaledCallbackDo (System.Windows.Forms.Control+ThreadMethodEntry tme) [0x000c0] in <05da37b967c44bb2a28686c16b7d8316>:0 
  at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper (System.Object obj) [0x00029] in <05da37b967c44bb2a28686c16b7d8316>:0 
  at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00071] in <3d7a9349295c42b6abb3487b4473a6b8>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <3d7a9349295c42b6abb3487b4473a6b8>:0 
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state) [0x0002b] in <3d7a9349295c42b6abb3487b4473a6b8>:0 
  at System.Windows.Forms.Control.InvokeMarshaledCallback (System.Windows.Forms.Control+ThreadMethodEntry tme) [0x0004d] in <05da37b967c44bb2a28686c16b7d8316>:0 
  at System.Windows.Forms.Control.InvokeMarshaledCallbacks () [0x0008a] in <05da37b967c44bb2a28686c16b7d8316>:0 
Heath123 commented 3 years ago

Just realised this is a duplicate of #253 and #200, should I close this?

soopercool101 commented 3 years ago

This has more information, it's fine to keep it here