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!

Crash Problem With My New Ore HELP!!!

kevenb666

Wanderer
Crash Problem With My New Ore HELP!!!

Hi:rolleyes: hum i have a very big problem with crashing... i maked 5 new ore:eek: and i when i will craft the ore have name like CRAFT1 CRAFT 10 CRAFT 100 CRAFT ALL VALORITE :( :mad: and when i try to craft one of this ore the server crashing :'(

If This Can Help You Look The Report :

HAHHH yea and i cant mine he :mad: :( :mad: :mad: :(


Code:
RunUO Version 1.0.0, Build 36918
Operating System: Microsoft Windows NT 5.1.2600.0
.NET Framework: 1.1.4322.2032
Time: 2005-09-06 06:19:16
Mobiles: 19629
Items: 149605
Clients:
- Count: 1
+ 69.159.131.14: (account = chaos) (mobile = 0x930 'Owner Chaos')

Exception:
System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
   at Server.Items.BaseArmor.get_PhysicalResistance()
   at Server.Item.AddResistanceProperties(ObjectPropertyList list)
   at Server.Items.BaseArmor.GetProperties(ObjectPropertyList list)
   at Server.Item.get_PropertyList()
   at Server.Item.InvalidateProperties()
   at Server.Item.set_Map(Map value)
   at Server.Item.AddItem(Item item)
   at Server.Items.Container.DropItem(Item dropped)
   at Server.Items.BaseContainer.TryDropItem(Mobile from, Item dropped, Boolean sendFullMessage)
   at Server.Mobile.PlaceInBackpack(Item item)
   at Server.Mobile.AddToBackpack(Item item)
   at Server.Engines.Craft.CraftItem.CompleteCraft(Int32 quality, Boolean makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool)
   at Server.Engines.Craft.InternalTimer.OnTick()
   at Server.Timer.Slice()
   at Server.Core.Main(String[] args)

Thx to help me
 

TMSTKSBK

Lord
run the server in debug mode.

do this by getting a command window and saying:

~RunUO folder~\Server.exe -debug

tell us what the crash says then.
 

kevenb666

Wanderer
nothing happen

:confused: my server run and all but WHEN I CRAFT AN COSTUM ORE THE SERVER CRASH...and for the debug thats dont work LoL! but PLEASE say me HOW to make my ore MINABLE --ps i maked Mining.CS... and for CRAFT 1 CRAFT 10 Ect...WHAT IS THE SOLITION!!!!!!!! :mad: :mad: :mad:
_______________________________________________________________________________________

I Need HeLp!!!!
 

TMSTKSBK

Lord
1. I told you how to run in debug mode in my first post.

2. It'll give you a longer, more descriptive crash report.

Note: If my first post isn't enough information for you, search for "debug mode". You will get some results.
 

kevenb666

Wanderer
GRRRRRRRRrr

1 i cant run with the debug run the command ruofolder/Server.exe -debug dont work!.
2 i still i can't mine it and thats is :mad:
3 when the problem will be regled,i need a scriptor OR a good man to say me how to make costum hides....


____________________________________________________________________________________________

Owner Chaos;DrSuO OwNeR
 

Marak

Sorceror
Create a shortcut to your client.exe, then right click -> properties and change the target from
Desktop\Runuo\Server.exe"
to
Desktop\Runuo\Server.exe -debug"
that will get the debug to work. TMSTKSBK is trying to help you but unless you tell him the information debug will tell you, there's nothing he can do.
 

-Nox-

Wanderer
Keven. Shut up. The only way we can help you, is if you post your damn debug code. You can run it in debug mode, just fucking try it.
 

TMSTKSBK

Lord
ok. Let's go through this in idiot-proof steps:

1. Hit Start, go to Run.
2. Type in "cmd" w/out quotes.
3. Change directory to your RunUO folder.
For example, if your RunUO directory is "C:\RunUO\", you would need to say "cd ../../RunUO".
4. Type in "Server.exe -debug".
5. The server will run, and it will compile in a normal manner. You should then repeat the crash. When the crash appears in the console, copy it and post it here.

TY.
 

Marak

Sorceror
And just incase:

to copy the errors

in the server.exe console to copy and paste:
1.click on the runuo symbol in the top left - goto edit
2.click select all - then click copy

That will enable you to copy all that information for here.
 

kevenb666

Wanderer
Hum

u put in in debug and thats say again::

Code:
Exception:
System.NullReferenceException: La référence d'objet n'est pas définie à une instance d'un objet.
   at Server.Items.BaseArmor.get_PhysicalResistance()
   at Server.Item.AddResistanceProperties(ObjectPropertyList list)
   at Server.Items.BaseArmor.GetProperties(ObjectPropertyList list)
   at Server.Item.get_PropertyList()
   at Server.Item.InvalidateProperties()
   at Server.Item.set_Map(Map value)
   at Server.Item.AddItem(Item item)
   at Server.Items.Container.DropItem(Item dropped)
   at Server.Items.BaseContainer.TryDropItem(Mobile from, Item dropped, Boolean sendFullMessage)
   at Server.Mobile.PlaceInBackpack(Item item)
   at Server.Mobile.AddToBackpack(Item item)
   at Server.Engines.Craft.CraftItem.CompleteCraft(Int32 quality, Boolean makersMark, Mobile from, CraftSystem craftSystem, Type typeRes, BaseTool tool)
   at Server.Engines.Craft.InternalTimer.OnTick()
   at Server.Timer.Slice()
   at Server.Core.Main(String[] args)
¸

and i want make MY costum ore karmagedon i dont want copy cuz it = shit...
but i am sure its a good system ;)
 

Stevers14

Wanderer
Even for those that don't speak that horrible language of French, ^^, you can tell the error is a null reference to an object. (or rather lack of one :-p)
 

Karmageddon

Sorceror
I did not say you had to use my system, but you can use it as a reference to figure out what is wrong with yours.

and i want make MY costum ore karmagedon i dont want copy cuz it = shit...
but i am sure its a good system

Also before you try criticizing another persons script work you might want to check it out.....
I came here to offer you help and get my scripts (that might help you fix your problem) criticized.......
 
Top