Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. Message: Object reference not set to an instance of an object.
  2. InnerException:
  3. Stack Trace: at StardewValley.Object.actionWhenPurchased() in C:\Users\gitlab-runner\gitlab-runner\builds\5c0f9387\0\chucklefish\stardewvalley\Farmer\Farmer\Objects\Object.cs:line 3483
  4. at StardewValley.Menus.ShopMenu.tryToPurchaseItem(Item item, Item heldItem, Int32 numberToBuy, Int32 x, Int32 y, Int32 indexInForSaleList) in C:\Users\gitlab-runner\gitlab-runner\builds\5c0f9387\0\chucklefish\stardewvalley\Farmer\Farmer\Menus\ShopMenu.cs:line 696
  5. at StardewValley.Menus.ShopMenu.receiveLeftClick(Int32 x, Int32 y, Boolean playSound) in C:\Users\gitlab-runner\gitlab-runner\builds\5c0f9387\0\chucklefish\stardewvalley\Farmer\Farmer\Menus\ShopMenu.cs:line 575
  6. at StardewValley.Game1.updateActiveMenu(GameTime gameTime) in C:\Users\gitlab-runner\gitlab-runner\builds\5c0f9387\0\chucklefish\stardewvalley\Farmer\Farmer\Game1.cs:line 2722
  7. at StardewValley.Game1.Update(GameTime gameTime) in C:\Users\gitlab-runner\gitlab-runner\builds\5c0f9387\0\chucklefish\stardewvalley\Farmer\Farmer\Game1.cs:line 2298
  8. at Microsoft.Xna.Framework.Game.Tick()
  9. at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
  10. at Microsoft.Xna.Framework.GameHost.OnIdle()
  11. at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
  12. at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
  13. at System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.IMsoComponent.FDoIdle(Int32 grfidlef)
  14. at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  15. at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  16. at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  17. at System.Windows.Forms.Application.Run(Form mainForm)
  18. at Microsoft.Xna.Framework.WindowsGameHost.Run()
  19. at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
  20. at StardewValley.Program.Main(String[] args) in C:\Users\gitlab-runner\gitlab-runner\builds\5c0f9387\0\chucklefish\stardewvalley\Farmer\Farmer\Program.cs:line 122
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement