You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's kind of hard to explain through text, so I made a short video showing how to get the error found here.
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
at System.Collections.Generic.List1.get_Item(Int32 index)
at CafeLibrary.FSHP..ctor(ResFile resFile, FSKL skeleton, Model model, Shape shape, List1 materials) in C:\projects\track-studio\Plugins\CafeLibrary\Bfres\Editing\Nodes\ModelWrapper.cs:line 2006
at CafeLibrary.FMDL.ReloadModel() in C:\projects\track-studio\Plugins\CafeLibrary\Bfres\Editing\Nodes\ModelWrapper.cs:line 285
at CafeLibrary.FMDL.ImportModel(Model model, List1 materials, ModelImportSettings settings) in C:\projects\track-studio\Plugins\CafeLibrary\Bfres\Editing\Nodes\ModelWrapper.cs:line 511
at CafeLibrary.FMDL.ImportModel(String filePath, Boolean replacing, Action onImported) in C:\projects\track-studio\Plugins\CafeLibrary\Bfres\Editing\Nodes\ModelWrapper.cs:line 427
at CafeLibrary.FMDL.ReplaceDialog() in C:\projects\track-studio\Plugins\CafeLibrary\Bfres\Editing\Nodes\ModelWrapper.cs:line 396
The text was updated successfully, but these errors were encountered:
It's kind of hard to explain through text, so I made a short video showing how to get the error found here.
Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
at System.Collections.Generic.List1.get_Item(Int32 index)
at CafeLibrary.FSHP..ctor(ResFile resFile, FSKL skeleton, Model model, Shape shape, List1 materials) in C:\projects\track-studio\Plugins\CafeLibrary\Bfres\Editing\Nodes\ModelWrapper.cs:line 2006
at CafeLibrary.FMDL.ReloadModel() in C:\projects\track-studio\Plugins\CafeLibrary\Bfres\Editing\Nodes\ModelWrapper.cs:line 285
at CafeLibrary.FMDL.ImportModel(Model model, List1 materials, ModelImportSettings settings) in C:\projects\track-studio\Plugins\CafeLibrary\Bfres\Editing\Nodes\ModelWrapper.cs:line 511
at CafeLibrary.FMDL.ImportModel(String filePath, Boolean replacing, Action onImported) in C:\projects\track-studio\Plugins\CafeLibrary\Bfres\Editing\Nodes\ModelWrapper.cs:line 427
at CafeLibrary.FMDL.ReplaceDialog() in C:\projects\track-studio\Plugins\CafeLibrary\Bfres\Editing\Nodes\ModelWrapper.cs:line 396
The text was updated successfully, but these errors were encountered: