Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2022
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. [game] An error occurred in the base update loop: NullReferenceException: Object reference not set to an instance of an object.
  2. at StardewValley.Menus.LetterViewerMenu..ctor_PatchedBy<Esca.CustomNPCExclusions>(LetterViewerMenu this, String mail, String mailTitle, Boolean fromCollection)
  3. at StardewValley.GameLocation.mailbox()
  4. at StardewValley.GameLocation.performAction_PatchedBy<FlashShifter.SVECode__spacechase0.BiggerBackpack__spacechase0.SpaceCore>(GameLocation this, String action, Farmer who, Location tileLocation)
  5. at StardewValley.GameLocation.checkAction(Location tileLocation, Rectangle viewport, Farmer who)
  6. at StardewValley.Locations.BuildableGameLocation.checkAction(Location tileLocation, Rectangle viewport, Farmer who)
  7. at StardewValley.Farm.checkAction(Location tileLocation, Rectangle viewport, Farmer who)
  8. at StardewValley.Game1.<>c__DisplayClass859_0.<tryToCheckAt>b__0()
  9. at StardewValley.Game1.tryToCheckAt(Vector2 grabTile, Farmer who)
  10. at StardewValley.Game1.pressActionButton(KeyboardState currentKBState, MouseState currentMouseState, GamePadState currentPadState)
  11. at StardewValley.Game1.<>c__DisplayClass913_0.<UpdateControlInput>b__0()
  12. at StardewValley.Game1.UpdateControlInput(GameTime time)
  13. at StardewValley.Game1._update(GameTime gameTime)
  14. at StardewValley.Game1.Update(GameTime gameTime)
  15. at StardewModdingAPI.Framework.SCore.OnPlayerInstanceUpdating(SGame instance, GameTime gameTime, Action runUpdate)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement