Issue Help with SMAPI Game Error: ObjectDisposedException (Log Included)

mittri

Newcomer
Hello everyone!
I'm having trouble with Stardew Valley while using SMAPI and could really use some help. Here is the most recent log: SMAPI Log. I'm running the latest game version on Windows.

Earlier this week, I changed some mods on a multiplayer save, including those from FashionSense. I removed the old mods on my sister's PC and got her the new ones. While she was changing clothing, I started experiencing issues. The game lags, and the images keep flickering, with the SMAPI window spamming this error.

I previously had the NPC Map Locations mod installed, and it was showing errors in the SMAPI window. However, I removed that mod to see if the error would still persist, and it did, so I don't think the issue is exclusively related to the NPC mod.

Additionally, I use a time speed mod to freeze time, but now I can't use the keybind anymore because it opens the pet info screen. I don't have any mod that should be doing that, and I've checked the mod keybinds menu without finding anything related.


I'm at a loss and would appreciate any insights or assistance you can provide!

Thank you in advance!
 

farmeryuji

Greenhorn
Hello everyone!
I'm having trouble with Stardew Valley while using SMAPI and could really use some help. Here is the most recent log: SMAPI Log. I'm running the latest game version on Windows.

Earlier this week, I changed some mods on a multiplayer save, including those from FashionSense. I removed the old mods on my sister's PC and got her the new ones. While she was changing clothing, I started experiencing issues. The game lags, and the images keep flickering, with the SMAPI window spamming this error.

I previously had the NPC Map Locations mod installed, and it was showing errors in the SMAPI window. However, I removed that mod to see if the error would still persist, and it did, so I don't think the issue is exclusively related to the NPC mod.

Additionally, I use a time speed mod to freeze time, but now I can't use the keybind anymore because it opens the pet info screen. I don't have any mod that should be doing that, and I've checked the mod keybinds menu without finding anything related.


I'm at a loss and would appreciate any insights or assistance you can provide!

Thank you in advance!
Hi!
Your log shows this error:

An error occurred in the game's draw loop: ObjectDisposedException: Can't draw texture '@FarmerRenderer.baseTexture' because it's disposed.

This usually happens when a mod replaces or hooks into the farmer’s portrait/texture but releases it too early. In your log the main mods involved are Fashion Sense, MPInfo (Multiplayer Info) and SpaceCore.

Here’s what you can try:

1. Update all related mods (Fashion Sense, MPInfo, SpaceCore, SMAPI itself) to their latest versions. Old versions often cause this exact error after a game or SMAPI update.

2. Disable the mods one by one to find which combination triggers the error. Start with MPInfo, then Fashion Sense, then SpaceCore.

3. Check mod configs: In Fashion Sense and MPInfo there are options to disable mini portraits/player icons. Turning them off sometimes fixes the draw loop crash.

4. Make sure SMAPI matches the game version. Too old or too new SMAPI versions can also break mods that hook into rendering.

5. If the error persists, report it to the mod authors with your log after you’ve narrowed down which mod causes it.

Following these steps usually stops the crash.
 
Top