RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[tooldata

Daves

Wanderer
[tooldata

Every time I use this command in game to get the data I need for the GM tool it crashes. I got my debug message with the exception in System.NullReferanceException. It will say in console "Script: generating 3'rd Part item Database..." and then crashes.
 

Daves

Wanderer
Forgot

ok heres the crash report i found....

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

Time: 5/26/2003 12:37:57 PM
Mobiles: 22332
Items: 140083
Clients:
- Count: 1
+ 65.32.121.122: (account = copystart) (mobile = 0x1 'Akira')

Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Server.Item.Delete()
at Server.Scripts.ToolData.TDCommand.BuildItems(CommandEventArgs e)
at Server.Scripts.ToolData.TDCommand.TD_OnCommand(CommandEventArgs e)
at Server.Commands.Handle(Mobile from, String text)
at Server.Mobile.DoSpeech(String text, Int32[] keywords, MessageType type, Int32 hue)
at Server.Network.PacketHandlers.UnicodeSpeech(NetState state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns)
at Server.Network.MessagePump.Slice()
at Server.Core.Main(String[] args)
 

Neonbox

Wanderer
i'm not sure becuase i'm too lazy to read that one but i think i get the same msg i need it for gmtools aswell

[code:1]
Server Crash Report
===================

Operating System: Microsoft Windows 98 *********
.NET Framework: 1.1.4322.573
Time: 9/1/2003 7:18:03 PM
Mobiles: 13688
Items: 94745
Clients:
- Count: 1
+ 127.0.0.1: (account = ******) (mobile = 0x1 ********)

Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Server.Item.Delete()
at Server.Scripts.ToolData.TDCommand.BuildItems(CommandEventArgs e)
at Server.Scripts.ToolData.TDCommand.TD_OnCommand(CommandEventArgs e)
at Server.Commands.Handle(Mobile from, String text)
at Server.Mobile.DoSpeech(String text, Int32[] keywords, MessageType type, Int32 hue)
at Server.Network.PacketHandlers.UnicodeSpeech(NetState state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns)
at Server.Network.MessagePump.Slice()
at Server.Core.Main(String[] args)[/code:1]
 

Wolverana

Wanderer
umm guys this is for a 3rd party program not for RunUO bug correct? maybe try posting in 3rd party tools forum for this?
 

Neonbox

Wanderer
well its also got a script and i just decided to post on something someone else started i forgot to look at the thread sorry
 

Phantom

Knight
Yeah umm

This isn't a bug with the default release, which is the only thing you should report bugs on.

Ie, don't report bugs with custom scripts.
 

Wolverana

Wanderer
no prob, do post on 3rd party tools tho cuz Cats tool comes with scripts for it which are what you need to have fixed.
 
Top