agilbert1412 / StardewArchipelago

Archipelago Implementation for Stardew Valley
11 stars 12 forks source link

Failing to load textures when enabling option for custom archipelago icon #82

Open blade1981m opened 2 months ago

blade1981m commented 2 months ago

I was just exploring the options for the Stardew Archipelago mod and saw the option for a custom archipelago icon. After enabling this when connecting to the game I get the following errors: image Exiting back out to the title screen and turning off the option and then reconnecting resolves the issue.

SMAPI version: 3.18.6 Stardew version: 1.5.6 Stardew Archipelago version: 5.5.4 (5.5.3 in the manifest) OS: Windows

agilbert1412 commented 2 months ago

I will eventually have to clean this up, but just so you know, you can safely ignore this error and keep playing, and things will work fine.

The blue variant of the icons are no longer in use anywhere, so they don't exist in the 2nd icon set that was added later, but the code still tries to load them. Just a bit of an oversight on my end.

blade1981m commented 2 months ago

Good to know, thanks. It didn't seem to cause an issue (other than the annoying red lines in SMAPI), was mostly just letting you know. Feel free to close this issue out if you want.

agilbert1412 commented 2 months ago

I'll close it when I fix it, because it definitely is a bug, even if a minor one. Ideally, red lines in SMAPI should always mean "things went wrong", not "things are fine but the mod yells anyway" lol