You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was using this the other night in multiplayer with Any cutscene pauses enabled. I was the host, and my farmhand triggered the Elliot 10 heart event. During the event, I continuously received the following error:
NullReferenceException:Objectreference not set to an instance of an object.
at PauseInMultiplayer.PauseInMultiplayer.GameLoop_UpdateTicking(Objectsender,UpdateTickingEventArgse)in/Users/misha/PauseInMultiplayer/PauseInMultiplayer/PauseInMultiplayer.cs:line 538
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgsargs)in SMAPI\Framework\Events\ManagedEvent.cs:line 101
So, at a guess, .characters was null for the location that my farmhand was in?
This was with:
Stardew Valley: v1.6.3
SMAPI: v4.0.3
Mod: v1.8.0
The text was updated successfully, but these errors were encountered:
pingzing
changed the title
NullReferenceException in multiplayer when farmhand is on a date with Elliot
NullReferenceException in multiplayer when farmhand is at Elliot's 10-heart event
Apr 3, 2024
Hi there!
Was using this the other night in multiplayer with
Any cutscene pauses
enabled. I was the host, and my farmhand triggered the Elliot 10 heart event. During the event, I continuously received the following error:So, at a guess,
.characters
wasnull
for thelocation
that my farmhand was in?This was with:
Stardew Valley: v1.6.3
SMAPI: v4.0.3
Mod: v1.8.0
The text was updated successfully, but these errors were encountered: