Solved TMXLoader.dll doesn't exist?

Thanks for the log. I clicked on the "Trace" button for the finer details, and I see the following:

Code:
10:46:32     TRACE     SMAPI        TMXL Map Toolkit (from Mods\Stardew Valley Expanded\TMXLoader\TMXLoader.dll)...
10:46:32     TRACE     SMAPI           Failed: its DLL 'TMXLoader.dll' doesn't exist.
10:46:32     TRACE     SMAPI        TMXLoader (from Mods\TMXLoader\TMXLoader.dll)...
10:46:32     TRACE     SMAPI           Failed: you have multiple copies of this mod installed. To fix this, delete these folders and reinstall the mod: Mods\Stardew Valley Expanded\TMXLoader, Mods\TMXLoader.
It says you have 2 separate copies of the mod. That's causing the conflict, and failure to load that you see. Follow the instructions it gives to delete those folders, and reinstall the mod properly.

There's also quite a few mods up at the top that the log parser recommends you to update.
Suggested fixes

 

CMAlbrecht

Greenhorn
The issue is that SDE *contains* the TMXLoader, but you also have a TMXLoader as a separately-installed mod. The separate one is in the usual place at Mods\TMXLoader; the more hidden one, embedded in SDE, is at Mods\Stardew Valley Expanded\TMXLoader. Remove one of these and you should be good to go.
 
Top