ExX
Member
Today I got a new issue and I am unsure what is causing it. I have gone over anything i can think I have done that may have caused it but still not fixed it. I am having trouble understanding what the crash report is saying. I crashed the server in debug mode and here is the log.
Any help better understanding what may be going on would be awesome.
Code:
Server Crash Report
===================
JustUO Version 2.0, Build 5.0
Operating System: Microsoft Windows NT 6.2.9200.0
.NET Framework: 4.0.30319.34014
Time: 6/25/2015 12:49:58 AM
Mobiles: 2083
Items: 98992
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Server.Announce.OnDeath(PlayerDeathEventArgs args) in c:\Users\Forest\Desktop\Ultima Online\Scripts\Custom\Items\Obituary Board.cs:line 46
at Server.PlayerDeathEventHandler.Invoke(PlayerDeathEventArgs e)
at Server.Mobile.OnDeath(Container c) in c:\Users\Forest\Desktop\trunk\Server\Mobile.cs:line 4270
at Server.Mobiles.PlayerMobile.OnDeath(Container c) in c:\Users\Forest\Desktop\Ultima Online\Scripts\Mobiles\PlayerMobile.cs:line 2769
at Server.Mobile.Kill() in c:\Users\Forest\Desktop\trunk\Server\Mobile.cs:line 4206
at Server.Commands.Generic.KillCommand.Execute(CommandEventArgs e, Object obj) in c:\Users\Forest\Desktop\Ultima Online\Scripts\Commands\Generic\Commands\Commands.cs:line 879
at Server.Commands.Generic.BaseCommandImplementor.RunCommand(Mobile from, Object obj, BaseCommand command, String[] args) in c:\Users\Forest\Desktop\Ultima Online\Scripts\Commands\Generic\Implementors\BaseCommandImplementor.cs:line 314
at Server.Commands.Generic.SingleCommandImplementor.OnTarget(Mobile from, Object targeted, Object state) in c:\Users\Forest\Desktop\Ultima Online\Scripts\Commands\Generic\Implementors\SingleCommandImplementor.cs:line 91
at Server.Targeting.Target.Invoke(Mobile from, Object targeted) in c:\Users\Forest\Desktop\trunk\Server\Targeting\Target.cs:line 277
at Server.Network.PacketHandlers.TargetResponse(NetState state, PacketReader pvSrc) in c:\Users\Forest\Desktop\trunk\Server\Network\PacketHandlers.cs:line 1301
at Server.Network.MessagePump.HandleReceive(NetState ns) in c:\Users\Forest\Desktop\trunk\Server\Network\MessagePump.cs:line 313
at Server.Network.MessagePump.Slice() in c:\Users\Forest\Desktop\trunk\Server\Network\MessagePump.cs:line 131
at Server.Core.Main(String[] args) in c:\Users\Forest\Desktop\trunk\Server\Main.cs:line 639
Clients:
- Count: 2
+ 127.0.0.1: (account = fc478987h) (mobile = 0x1 'Exale')
+ 127.0.0.1: (account = asdf) (mobile = 0x1C0 'asdf')
Any help better understanding what may be going on would be awesome.