Hello,
I have been running in a weird error lately. When i try to use lets say an axe and just when i double click the server crashes and starts over. Same with dagger, i double click. I get the focus for mouse and when i click lets say cloth => Server crash. The error is pretty much the same, its just used with other item. So i guess its not releated to Harvest engine its something else...
Im a bit clueless here and were thinking maybe someone have seen something like this in the past.
OH! And i also made sure that its not about my saves. Its not. That means i renamed my saves folder etc etc... and tested it out, same errors.
Thanks in advance!
Heres with a dagger:
Code:
Server Crash Report
===================
RunUO Version 2.0, Build 3098.24968
Operating System: Microsoft Windows NT 5.1.2600 Service Pack 3
.NET Framework: 2.0.50727.3053
Time: 9/14/2008 12:52:42 PM
Mobiles: 1
Items: 27
Exception:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Server.Engines.Harvest.Lumberjacking..ctor()
at Server.Engines.Harvest.Lumberjacking.get_System()
at Server.Targets.BladedItemTarget.OnTarget(Mobile from, Object targeted)
at Server.Targeting.Target.Invoke(Mobile from, Object targeted) in c:\runuo\Server\Targeting\Target.cs:line 283
at Server.Network.PacketHandlers.TargetResponse(NetState state, PacketReader pvSrc) in c:\runuo\Server\Network\PacketHandlers.cs:line 1138
at Server.Network.MessagePump.HandleReceive(NetState ns) in c:\runuo\Server\Network\MessagePump.cs:line 268
at Server.Network.MessagePump.Slice() in c:\runuo\Server\Network\MessagePump.cs:line 129
at Server.Core.Main(String[] args) in c:\runuo\Server\Main.cs:line 480
Clients:
- Count: 1
+ 88.85.131.43: (account = admin) (mobile = 0x1 'sdfsdf')
And heres with an axe:
Code:
Server Crash Report
===================
RunUO Version 2.0, Build 3098.24968
Operating System: Microsoft Windows NT 5.1.2600 Service Pack 3
.NET Framework: 2.0.50727.3053
Time: 9/14/2008 12:53:16 PM
Mobiles: 1
Items: 25
Exception:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Server.Engines.Harvest.Lumberjacking..ctor()
at Server.Engines.Harvest.Lumberjacking.get_System()
at Server.Items.BaseAxe.get_HarvestSystem()
at Server.Items.BaseAxe.OnDoubleClick(Mobile from)
at Server.Mobile.Use(Item item) in c:\runuo\Server\Mobile.cs:line 4124
at Server.Engines.XmlSpawner2.XmlAttach.UseReq(NetState state, PacketReader pvSrc)
at Server.Network.MessagePump.HandleReceive(NetState ns) in c:\runuo\Server\Network\MessagePump.cs:line 268
at Server.Network.MessagePump.Slice() in c:\runuo\Server\Network\MessagePump.cs:line 129
at Server.Core.Main(String[] args) in c:\runuo\Server\Main.cs:line 480
Clients:
- Count: 1
+ 88.85.131.43: (account = admin) (mobile = 0x1 'dvfdfv')