Issue Crash on starting new farm

Twoncakes

Greenhorn
Trying to set up a new mod list and the game opens just fine but I get a full crash on starting a new farm. Vortex gives a basic error message as "failed to run tool" even with the updated SMAPI file and further says

NoFPSCap: This feature is not avaialable
setGameMode( 'titleScreenGameMode (0)' )
loadPreferences(); begin - languageCode=
savePreferences(); async=False, languageCode=en
Steam logged on: True
Intializing GalaxySDK
Requesting Steam app ticket
loadPreferences(); begin - languageCode=
savePreferences(); async=False, languageCode=en
loadPreferences(); begin - languageCode=en
Window_ClientSizeChanged(); Window.ClientBounds={X:0 Y:0 Width:1920 Height:1080}
Signing into GalaxySDK
Galaxy auth success
Galaxy signed in
Galaxy logged on
savePreferences(); async=False, languageCode=en
TextBox.Selected is now 'True'.
TextBox.Selected is now 'True'.
TextBox.Selected is now 'False'.
TextBox.Selected is now 'False'.
TextBox.Selected is now 'True'.
TextBox.Selected is now 'False'.
gameMode was 'titleScreenGameMode (0)', set to 'errorLogMode (11)'.
gameMode was 'errorLogMode (11)', set to 'playingGameMode 93)'.

I can't tell if this has to do with a specific mod that was downloaded as every thing has it's parent mods. Even have steam properties set to run SMAPI through its exec.
 
Last edited by a moderator:
Top