A20 "EXC IndexOutOfRangeException: Index was outside the bounds of the array."

funk

New member
Trying to start an alpha 20 dedicated server and this message pops up twice while trying to generate a RWG map.

2021-12-07T11:07:04 24.975 INF terrain/biome tile generation took 22.2320996 seconds
2021-12-07T11:07:21 42.727 EXC IndexOutOfRangeException: Index was outside the bounds of the array.
2021-12-07T11:10:01 202.383 INF Terrain detail placement took 171.6121879 seconds
2021-12-07T11:10:01 202.386 EXC IndexOutOfRangeException: Index was outside the bounds of the array.

It has been stuck like that for and hour and a half. I don't know if it's because I'm trying to generate a WorldGenSize of 15992 which is under the "large" world type/section limit of rwgmixer.xml which states 16000. Anything I am doing wrong?

P.S. serverconfig.xml should probably be updated to reflect that 15999 is the limit and not 16384 as stated

 
After more experimenting it seems the WorldGenSize needs to be a multiple of 1024, so the maximum you can use is 15360 without that error, not 16384.

 
I'm getting this error with a world size of 10240
Start a new thread since yours is a different problem. His was wrong world size, yours is not. Also at a minimum we need to see a copy of the entire log, not a snippet of the error. Also use pastebin.com……copy your log, go to pastebin.com and paste the log then post the link it generates here. Instructions for all of this are in the pinned topic called “How to Report an Issue”

 
Back
Top