Full Version : SVN 151 crash
xmlspawner >>Troubleshooting >>SVN 151 crash


<< Prev | Next >>

koluch- 01-21-2007
CODE

Server Crash Report
===================

RunUO Version 2.0, Build 2575.30716
Operating System: Microsoft Windows NT 5.1.2600 Service Pack 2
.NET Framework: 2.0.50727.42
Time: 1/21/2007 4:08:41 PM
Mobiles: 51978
Items: 305151
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
  at Server.Map.PooledEnumerable.Free()
  at Server.Map.ObjectEnumerator.Free()
  at Server.Map.ObjectEnumerator.Dispose()
  at Server.Mobile.Move(Direction d)
  at Server.Mobiles.BaseAI.DoMoveImpl(Direction d) in c:\RUNUO OURS\Scripts\Engines\AI\AI\BaseAI.cs:line 2011
  at Server.Mobiles.BaseAI.DoMove(Direction d, Boolean badStateOk) in c:\RUNUO OURS\Scripts\Engines\AI\AI\BaseAI.cs:line 1976
  at Server.Mobiles.BaseAI.DoMove(Direction d) in c:\RUNUO OURS\Scripts\Engines\AI\AI\BaseAI.cs:line 1971
  at Server.Mobiles.BaseAI.WalkRandom(Int32 iChanceToNotMove, Int32 iChanceToDir, Int32 iSteps) in c:\RUNUO OURS\Scripts\Engines\AI\AI\BaseAI.cs:line 1897
  at Server.Mobiles.BaseAI.WalkRandomInHome(Int32 iChanceToNotMove, Int32 iChanceToDir, Int32 iSteps) in c:\RUNUO OURS\Scripts\Engines\AI\AI\BaseAI.cs:line 2182
  at Server.Mobiles.BaseAI.DoActionWander() in c:\RUNUO OURS\Scripts\Engines\AI\AI\BaseAI.cs:line 897
  at Server.Mobiles.AnimalAI.DoActionWander() in c:\RUNUO OURS\Scripts\Engines\AI\AI\AnimalAI.cs:line 64
  at Server.Mobiles.BaseAI.Think() in c:\RUNUO OURS\Scripts\Engines\AI\AI\BaseAI.cs:line 786
  at Server.Mobiles.BaseAI.AITimer.OnTick() in c:\RUNUO OURS\Scripts\Engines\AI\AI\BaseAI.cs:line 2705
  at Server.Timer.Slice()
  at Server.Core.Main(String[] args)

Any clue?
We had a similar crash several/many SVN updates back and though it was fixed and now out of the blue after updating this morning, 8 hours later, crash....

Thank you for any insite into the issue you might have...



ArteGordon- 01-22-2007
I took a look at the code and dont see what might be causing it.