SMAPI log parser

Suggested fixes

  • You don't have the Error Handler mod installed. This automatically prevents many game or mod errors. You can reinstall SMAPI to re-add it.

Log info

Game info:
Stardew Valley: 1.4.0 on MacOS Unix 17.7.0.0
SMAPI: 3.0.0
Folder: /Users/haleybroughton/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS
Log started: 2019-12-02 21:55 UTC ({{localTimeStarted}} your time)

Installed mods:
game 1.4.0 no errors
SMAPI 3.0.0 Pathoschild 1 error
Console Commands 3.0.0 SMAPI no errors
Content Patcher 1.10.0
+ Elle's Cat Replacements 1.0.1
(+ 1 content packs)
Pathoschild
+ Elle/Junimods
1 error
Save Backup 3.0.0 SMAPI no errors
Tractor Mod 4.9.0 Pathoschild no errors
[15:55:35 INFO  SMAPI] SMAPI 3.0.0 with Stardew Valley 1.4.0 on MacOS Unix 17.7.0.0
[15:55:35 INFO  SMAPI] Mods go here: /Users/haleybroughton/Library/Application Support/Steam/steamapps/common/Stardew Valley/Contents/MacOS/Mods
[15:55:35 TRACE SMAPI] Log started at 2019-12-02T21:55:35 UTC
[15:55:35 DEBUG SMAPI] Starting game...
[15:55:35 TRACE game] Window_ClientSizeChanged(); Window.ClientBounds={X:0 Y:40 Width:1280 Height:720}
[15:55:35 TRACE game] Window_ClientSizeChanged(); options is null, returning.
[15:55:41 TRACE game] Window_ClientSizeChanged(); Window.ClientBounds={X:0 Y:40 Width:1280 Height:720}
[15:55:41 TRACE game] Window_ClientSizeChanged(); options is null, returning.
[15:55:41 TRACE SMAPI] Loading mod metadata...
[15:55:41 TRACE SMAPI]   Ignored loose files: .DS_Store
[15:55:41 TRACE SMAPI] Loading mods...
[15:55:42 TRACE SMAPI]    Console Commands (from Mods/ConsoleCommands/ConsoleCommands.dll)...
[15:55:42 TRACE SMAPI]    Content Patcher (from Mods/ModsDL/ContentPatcher 2/ContentPatcher.dll)...
[15:55:42 TRACE SMAPI]       Rewriting ContentPatcher.dll for OS...
[15:55:42 TRACE SMAPI]    Tractor Mod (from Mods/ModsDL/TractorMod/TractorMod.dll)...
[15:55:42 TRACE SMAPI]       Rewriting TractorMod.dll for OS...
[15:55:42 TRACE SMAPI]    Elle's Cat Replacements (from Mods/ModsDL/[CP] Elle's Cat Replacements) [content pack]...
[15:55:42 TRACE SMAPI]    Save Backup (from Mods/SaveBackup/SaveBackup.dll)...
[15:55:42 INFO  SMAPI] Loaded 4 mods:
[15:55:42 INFO  SMAPI]    Console Commands 3.0.0 by SMAPI | Adds SMAPI console commands that let you manipulate the game.
[15:55:42 INFO  SMAPI]    Content Patcher 1.10.0 by Pathoschild | Loads content packs which edit game data, images, and maps without changing the game files.
[15:55:42 INFO  SMAPI]    Save Backup 3.0.0 by SMAPI | Automatically backs up all your saves once per day into its folder.
[15:55:42 INFO  SMAPI]    Tractor Mod 4.9.0 by Pathoschild | Lets you buy a tractor to more efficiently work with crops, clear twigs and rocks, etc.

[15:55:42 INFO  SMAPI] Loaded 1 content packs:
[15:55:42 INFO  SMAPI]    Elle's Cat Replacements 1.0.1 by Elle/Junimods | for Content Patcher | A CP replacement for your pet cat!

[15:55:42 TRACE SMAPI]    Found mod-provided API (ContentPatcher.Framework.ContentPatcherAPI).
[15:55:42 TRACE SMAPI] Invalidating cached assets for new editors & loaders...
[15:55:42 TRACE SMAPI] Invalidated 0 cache entries.
[15:55:42 TRACE SMAPI] Checking for updates...
[15:55:43 TRACE SMAPI]    SMAPI okay.
[15:55:43 TRACE SMAPI]    Checking for updates to 3 mods...
[15:55:43 TRACE SMAPI]    All mods up to date.
[15:55:43 TRACE game] setGameMode( 'titleScreenGameMode (0)' )
[15:55:43 TRACE game] Steam logged on: True
[15:55:43 TRACE game] Initializing GalaxySDK
[15:55:44 TRACE game] Requesting Steam app ticket
[15:55:44 TRACE SMAPI] Detecting common issues...
[15:55:44 INFO  SMAPI] Type 'help' for help, or 'help <cmd>' for a command's usage
[15:55:44 TRACE game] Window_ClientSizeChanged(); Window.ClientBounds={X:0 Y:44 Width:1280 Height:720}
[15:55:44 TRACE SMAPI] Invalidating cache entries for new asset loaders...
[15:55:44 TRACE SMAPI] Invalidated 0 cache entries.
[15:55:44 TRACE SMAPI] Invalidating cache entries for new asset editors...
[15:55:44 TRACE Content Patcher] Elle's Cat Replacements edited LooseSprites/Cursors.
[15:55:44 TRACE SMAPI] Content Patcher edited LooseSprites/Cursors.
[15:55:44 TRACE SMAPI] Invalidated 1 asset names: LooseSprites/Cursors. Reloaded 1 core assets.
[15:55:44 TRACE game] Signing into GalaxySDK
[15:55:45 TRACE game] Galaxy auth success
[15:55:45 TRACE game] Galaxy signed in
[15:55:45 TRACE game] Galaxy logged on
[15:56:01 TRACE game] gameMode was 'titleScreenGameMode (0)', set to 'loadingMode (6)'.
[15:56:01 TRACE SMAPI] Game loader synchronizing...
[15:56:01 TRACE game] getLoadEnumerator('Lyla_222222388')
[15:56:01 TRACE Content Patcher] Elle's Cat Replacements loaded Animals/cat.
[15:56:01 TRACE SMAPI] Content Patcher loaded asset 'Animals/cat'.
[15:56:02 ERROR Content Patcher] This mod failed in the Specialized.LoadStageChanged event. Technical details: 
System.ArgumentNullException: Value cannot be null.
Parameter name: season
  at StardewModdingAPI.Utilities.SDate..ctor (Int32 day, System.String season, Int32 year, Boolean allowDayZero) <0x1852caf60 + 0x00298> in <filename unknown>:0 
  at StardewModdingAPI.Utilities.SDate.Now () <0x1852caec0 + 0x0007e> in <filename unknown>:0 
  at ContentPatcher.Framework.TokenManager+<>c.<GetGlobalValueProviders>b__17_1 () <0x1852cae70 + 0x00017> in <filename unknown>:0 
  at ContentPatcher.Framework.Tokens.ValueProviders.ConditionTypeValueProvider+<>c__DisplayClass5_0.<.ctor>b__0 () <0x168f02370 + 0x00040> in <filename unknown>:0 
  at ContentPatcher.Framework.Tokens.ValueProviders.ConditionTypeValueProvider+<>c__DisplayClass4_0.<.ctor>b__0 () <0x168f02300 + 0x00019> in <filename unknown>:0 
  at ContentPatcher.Framework.Tokens.ValueProviders.ConditionTypeValueProvider.<UpdateContext>b__6_0 () <0x168df2d40 + 0x00098> in <filename unknown>:0 
  at ContentPatcher.Framework.Tokens.ValueProviders.BaseValueProvider+<>c__DisplayClass42_0`1[T].<IsChanged>b__0 () <0x168df2a50 + 0x00100> in <filename unknown>:0 
  at ContentPatcher.Framework.Tokens.ValueProviders.BaseValueProvider.IsChanged (System.Func`1 action) <0x168df2800 + 0x0002f> in <filename unknown>:0 
  at ContentPatcher.Framework.Tokens.ValueProviders.BaseValueProvider.IsChanged[T] (System.Collections.Generic.HashSet`1 values, System.Action action) <0x168df25d0 + 0x001b0> in <filename unknown>:0 
  at ContentPatcher.Framework.Tokens.ValueProviders.ConditionTypeValueProvider.UpdateContext (IContext context) <0x168df24b0 + 0x000cb> in <filename unknown>:0 
  at ContentPatcher.Framework.Tokens.GenericToken.UpdateContext (IContext context) <0x168df2460 + 0x0002b> in <filename unknown>:0 
  at ContentPatcher.Framework.TokenManager.UpdateContext (Pathoschild.Stardew.Common.Utilities.InvariantHashSet globalChangedTokens) <0x168df20f0 + 0x000fd> in <filename unknown>:0 
  at ContentPatcher.ModEntry.UpdateContext (ContentPatcher.Framework.Conditions.ConditionType[] affectedTokens) <0x168df1ed0 + 0x00175> in <filename unknown>:0 
  at ContentPatcher.ModEntry.OnLoadStageChanged (System.Object sender, StardewModdingAPI.Events.LoadStageChangedEventArgs e) <0x17881e9a0 + 0x000d8> in <filename unknown>:0 
  at StardewModdingAPI.Framework.Events.ManagedEvent`1[TEventArgs].Raise (StardewModdingAPI.Framework.Events.TEventArgs args) <0x16821d540 + 0x0008b> in <filename unknown>:0 
[15:56:02 ERROR SMAPI] An error occured in the overridden update loop: System.NullReferenceException: Object reference not set to an instance of an object
  at StardewValley.GameLocation.loadObjects () <0x17882f420 + 0x00094> in <filename unknown>:0 
  at StardewValley.Locations.FarmHouse.showSpouseRoom () <0x1852d0810 + 0x004b7> in <filename unknown>:0 
  at StardewValley.Locations.FarmHouse.setMapForUpgradeLevel (Int32 level) <0x1852cf080 + 0x000d9> in <filename unknown>:0 
  at (wrapper dynamic-method) StardewValley.SaveGame:loadDataToLocations_Patch1 (System.Collections.Generic.List`1<StardewValley.GameLocation>)
  at StardewValley.SaveGame+<getLoadEnumerator>d__68.MoveNext () <0x16cac4400 + 0x01018> in <filename unknown>:0 
  at StardewModdingAPI.Framework.SGame.Update (Microsoft.Xna.Framework.GameTime gameTime) <0x16526a0d0 + 0x00401> in <filename unknown>:0 
[15:56:02 TRACE SMAPI] Game loader synchronizing...
[15:56:02 TRACE SMAPI] Game loader done.
[15:56:17 TRACE game] Disconnected: ClosedGame
[15:56:17 TRACE SMAPI] Disposing...
[15:56:17 TRACE SMAPI] Disposing the content coordinator. Content managers will no longer be usable after this point.
view parsed log | download