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!

Sallos Crash on Char Selection

Alcsaar

Sorceror
Getting this error on character selection. I have Direct X 9.0 (At least) installed and .net Framework 4.0

Code:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
  at PlayUO.Gumps.Check(Int32& gumpID, Int32& hue)
  at PlayUO.Gumps.GetEquipGumpID(Int32 itemID, Int32 gender, Int32& hue)
  at PlayUO.GPaperdollItem.OnAgentUpdated()
  at PlayUO.GPaperdollItem..ctor(Mobile mob, Item item, Boolean canLift)
  at PlayUO.Item.GetPaperdollItem(Mobile mob, Boolean canLift)
  at PlayUO.Gumps.OpenPaperdoll(Mobile m, String Name, Boolean canDrag)
  at PlayUO.PacketHandlers.DisplayPaperdoll(PacketReader pvSrc)
  at PlayUO.PacketHandler.Handle(PacketReader pvSrc)
  at PlayUO.NetworkContext.Cycle()
  at PlayUO.Network.Slice()
  at PlayUO.Engine.MainA(String[] Args)
  at PlayUO.Engine.Main(String[] args)

I should be fully patched to OSI.
 
Top