When I use an escortable npc, it crashes my shard. I changed some names for towns in my baseescortable.cs and seekerofadventure.cs but I kept the same format. My shard is a custom map so i had to change some stuff around. here's a crash report:

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

JustUO Version 2.0, Build 5.0
Operating System: Microsoft Windows NT 6.2.9200.0
.NET Framework: 4.0.30319.42000
Time: 3/16/2017 9:03:11 PM
Mobiles: 719
Items: 6147
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Server.Engines.Quests.MondainQuestGump.SecObjectives()
at Server.Engines.Quests.MondainQuestGump.OnResponse(NetState state, RelayInfo info)
at Server.Network.PacketHandlers.DisplayGumpResponse(NetState state, PacketReader pvSrc) in c:\Users\zerodowned\Desktop\Ulmaria\JustUO-master\Server\Network\PacketHandlers.cs:line 1426
at Server.Network.MessagePump.HandleReceive(NetState ns) in c:\Users\zerodowned\Desktop\Ulmaria\JustUO-master\Server\Network\MessagePump.cs:line 197
at Server.Network.MessagePump.Slice() in c:\Users\zerodowned\Desktop\Ulmaria\JustUO-master\Server\Network\MessagePump.cs:line 131
at Server.Core.Main(String[] args) in c:\Users\zerodowned\Desktop\Ulmaria\JustUO-master\Server\Main.cs:line 639

Clients:
- Count: 1
+ 127.0.0.1: (account = nephal) (mobile = 0x1 'Adam')
 
Run the server in Debug mode to get line numbers when it errors (helps direct us to where the actual issue is. So far I can tell you the issue is with something in the MondainQuestGump
 
create a shortcut to servuo.exe

right click on the shortcut the in the target text box make it look like ServUO.exe" -debug
then use the shortcut to start the server
 
Back