Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 08-12-2007, 08:21 AM   #1 (permalink)
Newbie
 
Join Date: Mar 2006
Posts: 21
Default Crash Problem

Ups I found the problem...

Last edited by jehatt; 08-12-2007 at 08:28 AM.
jehatt is offline   Reply With Quote
Old 08-12-2007, 08:29 AM   #2 (permalink)
Master of the Internet
 
Join Date: Aug 2003
Posts: 5,688
Default

I'm guessing that you have a BOD that refers to an item type that is no longer valid because you have removed the script for that item.

Try adding this to the beginning of the GetMaterialName method in bobgump.cs


Code:
		public object GetMaterialName( BulkMaterialType mat, BODType type, Type itemType )
		{
		   if(itemType == null) return "Invalid";
(edit)

it is always helpful to leave things up even after they are solved because then someone else with the same problem can benefit.
__________________
The first line of the first rule in the forum rules and guidelines "Be respectful of others. "

For questions, information, and support for XmlSpawner and its addons, visit the
XmlSpawner Support Forum

Last edited by ArteGordon; 08-12-2007 at 08:31 AM.
ArteGordon is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5