UIInfoSuite2
UIInfoSuite2 copied to clipboard
SMAPI error about "overridden draw loop"
Hi! I'm not sure if the issue is with this mod or something else, but I got some weird errors today while interacting with the menu in the game.
EDIT: Whoops - the draw loop error was not mine - that's from a different log for someone else who also experienced weird errors but IDT that person's had anything to do with UI InfoSuite 2.
My error was for "Input.Button.Pressed event"
This mod failed in the Input.ButtonPressed event. Technical details: ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at UIInfoSuite2.UIElements.LocationOfTownsfolk.CheckSelectedBox(ButtonPressedEventArgs e) in /code/src/github.com/tqdv/UIInfoSuite2/UIInfoSuite2/UIElements/LocationOfTownsfolk.cs:line 218 at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
here's the full log: SMAPI log
I appreciate any help or point in the right direction b/c I do not understand any code stuff at all sadly.