Having an issue with some kind of event?

prerona1124

Newcomer
Hello, I just came across my first bug in a long time... I have a bunch of mods installed so I use Event Lookup to keep track of all the NPC events. When I opened it to check if I had missed any, I saw that there was an event in the Secret Woods at 10 am. However when I entered the area (i have SVE and Grandpa's farm, so I entered the woods directly from my farm), my game was on an infinite loading screen and i got an error like so:
'An error occurred in the base update loop: NullReferenceException: Object reference not set to an instance of an object. at StardewValley.Event.<>c__DisplayClass211_0.<changeLocation>b__0() in stardewvalley\Farmer\Farmer\Event.cs:line 702'...
I am not sure whose event this is supposed to be, and I've never run into this kind of issue before 0_0. I would appreciate any help on the matter!
https://smapi.io/log/35e28edb67464acb800fc7de47165446 is my log.
((Also please ignore the error for 'Irene Chef Outfit Portrait', I get that error because of a missing portrait in one of my installed mods and it doesn't affect my game at all))
 
Thanks for the log; can you start with updating the mods it recommends at the top.

There's a warp, and then RSV loads some stuff, but then there's a second warp that redirects to "Custom_WoodsCompat" which seems to be a SDV Expanded thing.
As your SDV Expanded needs an update anyway; I'd start there. Could be a compatibility issue of some sort.

Changelog bit from SDV Expanded:
Version 1.14.18

  • Added a compatibility and modder resources section on the SVE descriptions page.
  • Added a backend vanilla woods map under the namespace "Custom_WoodsCompat", making it easier for other modders to add compatibility with character events taking place in the woods.
Log Snippet:
Code:
22:22:56    TRACE    SpaceCore    Event: BeforeWarp
22:22:56    TRACE    game    Warping to Woods
22:22:56    TRACE    SpaceCore    Event: TouchActionActivated
22:22:57    TRACE    SMAPI    Content Patcher edited Data/Festivals/FestivalDates (for the 'Ridgeside Village (Content Patcher component)' content pack).
22:22:57    TRACE    Content Patcher    Requested cache invalidation for all assets matching a predicate.
22:22:57    TRACE    SMAPI    Custom Companions loaded asset 'CustomCompanions/Companions/Rafseazz.RSVCC.RingSpirit' (for the 'Ridgeside Village (Custom Companions component)' content pack).
22:22:57    TRACE    SMAPI    Content Patcher edited CustomCompanions/Companions/Rafseazz.RSVCC.RingSpirit (for the 'Ridgeside Village (Content Patcher component)' content pack).
22:22:57    TRACE    SMAPI    Invalidated 1 asset names (CustomCompanions/Companions/Rafseazz.RSVCC.RingSpirit).
Propagated 0 core assets ().
22:22:57    TRACE    SpaceCore    Event: BeforeWarp
22:22:57    TRACE    game    Warping to Custom_WoodsCompat
22:22:59    ERROR    game    An error occurred in the base update loop: NullReferenceException: Object reference not set to an instance of an object.
   at StardewValley.Event.<>c__DisplayClass211_0.<changeLocation>b__0() in stardewvalley\Farmer\Farmer\Event.cs:line 702
   at StardewValley.Game1.onFadeToBlackComplete() in stardewvalley\Farmer\Farmer\Game1.cs:line 7096
   at StardewValley.BellsAndWhistles.ScreenFade.UpdateFade(GameTime time) in stardewvalley\Farmer\Farmer\BellsAndWhistles\ScreenFade.cs:line 46
   at StardewValley.Game1.UpdateOther(GameTime time) in stardewvalley\Farmer\Farmer\Game1.cs:line 7278
   at StardewValley.Game1._update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 4879
   at StardewValley.Game1.Update(GameTime gameTime) in stardewvalley\Farmer\Farmer\Game1.cs:line 3974
   at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate) in SMAPI\Framework\SCore.cs:line 1089
view raw log | download
 
Top