Issue Game freezes at startup when loaded through SMAPI

Onion_lover

Cowpoke
Hi, I'm new to this forum, so forgive me if this isn't the right place to post. I've been having some issues with running the game with mods, as the title states. Every time I run the game, it freezes even before loading the main screen. I believe I have all mods updated. I looked through the error log, and there seems to be something wrong with the 'TMXL loader' mod, although I'm not tech-savvy enough to go any further than that. I'll include the log file, so maybe someone out there can point me in the right direction. Thanks!

 

mouse

Farmer
You're in the right place! It looks like you are missing DaisyNiko's Tilesheets, which is required for the Aquarium mod. (Since it only says this in the description without making it an actual hard dependency, you might scan the mod comments and see if there are plans to fix this later, hehe.)

TMXL was complaining, but the important part of the error was here: Stardew Aquarium [TMXL] loaded map 'assets\Maps\SVE.tmx' with invalid tilesheet path 'spring_daisyextras.png'. The tilesheet couldn't be found relative to either map file or the game's content folder. which is saying that TMXL was told by Aquarium to load a map that used this tilesheet, but you don't have that tilesheet anywhere, so it was unable to load the map.

It just really, really wanted to load the map :P
 

Onion_lover

Cowpoke
You're in the right place! It looks like you are missing DaisyNiko's Tilesheets, which is required for the Aquarium mod. (Since it only says this in the description without making it an actual hard dependency, you might scan the mod comments and see if there are plans to fix this later, hehe.)

TMXL was complaining, but the important part of the error was here: Stardew Aquarium [TMXL] loaded map 'assets\Maps\SVE.tmx' with invalid tilesheet path 'spring_daisyextras.png'. The tilesheet couldn't be found relative to either map file or the game's content folder. which is saying that TMXL was told by Aquarium to load a map that used this tilesheet, but you don't have that tilesheet anywhere, so it was unable to load the map.

It just really, really wanted to load the map :P
I am forever amazed at the skills of some people lol. Thanks a lot! I have no idea how I missed that
 
Top