Candy Apple

Member
ServUO Version
Publish 57
Ultima Expansion
Time Of Legends
System.OverflowException: Array dimensions exceeded supported range. I get this when I run the server and I do not understand what it means.1720819468133.png
 
Never seen that error, but if I ever got it the first thing I would try is going into the config folder and open Honesty.cfg and change it's settings to the following to disable it to see if that fixes the issue. Also if MaxGeneration is at some high number you might could lower it to see if that fixes it instead. Personally I have the honesty system disabled because it's boring lol.
C#:
# If true, enables virtue honesty
Enabled=False

# Max honesty items that will spawn
MaxGeneration=0

# If true, enables honesty item drops in trammel
TrammelGeneration=False

# True causes points to be validated at compile time and reduces runtime processing to randomly choose a point.
# False will decrease memory usage and load times, but increases CPU usage when validating points during runtime.
UseSpawnArea=False
 
Welp I did all that and the server runs with no red errors but when logging in we all stuck at connecting..... lol so now I'm at a big loss with figuring this out errrr.... lol
 
Back