BrawlCrate / BrawlCrateIssues

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

Crash openin brres archive #277

Open BrawlCrate opened 3 years ago

BrawlCrate commented 3 years ago

BrawlCrate Canary #67e06f512bb2b02264e7fb724bbdac5e7f78ac43 x86

El índice estaba fuera del intervalo. Debe ser un valor no negativo e inferior al tamaño de la colección.
Nombre del parámetro: index
   en System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   en System.Collections.Generic.List`1.get_Item(Int32 index)
   en BrawlLib.SSBB.ResourceNodes.MDL0Node.ApplySHP(SHP0Node node, Single index)
   en BrawlLib.Internal.Windows.Controls.ModelViewer.MainWindowBase.ModelEditorBase.UpdateModel(IModel model, Single frame)
   en BrawlLib.Internal.Windows.Controls.ModelViewer.MainWindowBase.ModelEditorBase.UpdateModel(Single frame)
   en BrawlCrate.UI.Model_Previewer.ModelEditControl.ModelEditControl.set_CurrentFrame(Int32 value)
   en BrawlLib.Internal.Windows.Controls.ModelViewer.MainWindowBase.ModelEditorBase.SetFrame(Int32 index)
   en BrawlLib.Internal.Windows.Controls.ModelViewer.MainWindowBase.ModelEditorBase.ModelChanged(IModel newModel)
   en BrawlLib.Internal.Windows.Controls.ModelViewer.MainWindowBase.ModelEditorBase.set_TargetModel(IModel value)
   en BrawlCrate.UI.ModelForm.OnShown(EventArgs e)
   en System.Windows.Forms.Form.CallShownEvent()
   en System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   en System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   en System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   en System.Windows.Forms.Control.InvokeMarshaledCallbacks()