Author Topic: System.NullReferenceException When Moving Flower  (Read 3202 times)

DeathByNukes

  • Guest
System.NullReferenceException When Moving Flower
« on: November 07, 2009, 12:01:10 PM »
As soon as I let go of the mouse button to tell a flower to move, Eufloria crashed.

Screenshot

Quote from: Error Signature
EventType : clr20r3     P1 : eufloria.exe     P2 : 2.0.0.0     P3 : 4ae61613
P4 : eufloria     P5 : 2.0.0.0     P6 : 4ae61613     P7 : 284     P8 : c9d     
P9 : system.nullreferenceexception
Quote from: Error Details
System.NullReferenceException was unhandled
  Message="Object reference not set to an instance of an object."
  Source="Eufloria"
  StackTrace:
       at Eufloria.SelectionWindow.Update(Single time)
       at Eufloria.ColonyGame.GameUpdate(Single time, Boolean InputStolen)
       at Eufloria.ColonyGame.Update(Single time)
       at Eufloria.Game.OnTick(Object sender, TickEventArgs args)
       at SdlDotNet.Core.Events.OnTick(TickEventArgs e)
       at SdlDotNet.Core.Events.ThreadTicker()
       at SdlDotNet.Core.Events.Run()
       at Eufloria.Game.Go()
       at Eufloria.Game.Main()
  InnerException:

Apparently Visual Studio can't save minidumps of .NET apps so that's all I could get. This was in v2.01.

Edit: Sorry for posting 3 threads in a row.
« Last Edit: November 07, 2009, 12:04:18 PM by DeathByNukes »

Alex

  • Administrator
  • Ent
  • *****
  • Thank You
  • -Given: 3
  • -Receive: 14
  • Posts: 1,035
Re: System.NullReferenceException When Moving Flower
« Reply #1 on: November 09, 2009, 07:24:15 PM »
Thanks!