Full Version : Crash Log
xmlspawner >>XMLSpawner - Discussion >>Crash Log


<< Prev | Next >>

Haazen- 06-05-2006
This doesn't tell me much but maybe it say something to others.

CODE
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
  at Server.Mobiles.BaseXmlSpawner.SpawnTypeKeyword(Object invoker, SpawnObject TheSpawn, String typeName, String substitutedtypeName, Boolean requiresurface, SpawnPositionInfo spawnpositioning, Mobile triggermob, Point3D location, Map map, XmlGumpCallback gumpcallback, String& status_str)
  at Server.Mobiles.BaseXmlSpawner.SpawnTypeKeyword(Object invoker, SpawnObject TheSpawn, String typeName, String substitutedtypeName, Boolean requiresurface, Mobile triggermob, Point3D location, Map map, String& status_str)
  at Server.Engines.XmlSpawner2.XmlDialog.ExecuteAction(Mobile mob, String action)
  at Server.Engines.XmlSpawner2.XmlDialog.DelayedSpeech(Object state)
  at Server.DelayStateCallTimer.OnTick()
  at Server.Timer.Slice()
  at Server.Core.Main(String[] args)


ArteGordon- 06-06-2006
would you happen to know what the .npc file that generated this error looked like?

Haazen- 06-07-2006
I do not really know what was being attempted. One of my GMs was doing this. The problem was solved.

I believe that he was trying to spawn critters from an NPC or trying to spawn a spawner from an NPC.

Thx for reading. He fixed the problem.

ArteGordon- 06-07-2006
QUOTE (Haazen @ June 07, 2006 01:44 pm)
I do not really know what was being attempted. One of my GMs was doing this. The problem was solved.

I believe that he was trying to spawn critters from an NPC or trying to spawn a spawner from an NPC.

Thx for reading. He fixed the problem.

I will add some additional checks to try to prevent that from happening.