Stuck on loading.

Dragoooon

Refugee
Im using a server providor to host but it keeps getting stuck and wont let anyone connect / find, i tried searching for a fix but found nothing. I contacted support but they were not helping. Im not using any mods and on the vanila navezgane map.
It keeps getting stuck on this specific line:

at RegionFile.Get (System.String dir, System.Int32 rX, System.Int32 rZ) [0x00086] in <5135e30b517b4368a94317ce6e11f1c3>:0

Code:
  at RegionFileAccessMultipleChunks.GetRFC (System.Int32 regionX, System.Int32 regionZ, System.String _dir) [0x0005c] in <5135e30b517b4368a94317ce6e11f1c3>:0
Code:
  at RegionFileAccessMultipleChunks.ReadDirectory (System.String _dir, System.Collections.Generic.HashSetLong _chunksList) [0x00088] in <5135e30b517b4368a94317ce6e11f1c3>:0
Code:
  at RegionFileManager..ctor (System.String _loadDirectory, System.String _saveDirectory, System.Int32 _maxChunksInCache, System.Boolean _bSaveOnChunkDrop) [0x000a6] in <5135e30b517b4368a94317ce6e11f1c3>:0
Code:
  at ChunkProviderGenerateWorldFromRaw+<Init>d__16.MoveNext () [0x009fb] in <5135e30b517b4368a94317ce6e11f1c3>:0
Code:
  at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <544fca0986d54eca88fc7c56e2a8b4b4>:0

Here is the log: https://pastebin.com/MfiWCvhq [line 975 - 981]

 
Last edited by a moderator:
This line shows a corrupt region file:

Exception: Incorrect region file header! D:\TCAFiles\Users\bennetb\2989738\Saved\World/Navezgane/Susy backa\Region/r.-4.3.7rg


You could delete the region file to fix the game, but you will loose any player built structures if you do. The region will revert back to

it's original form.

You may have some bugged electricity in the region, which you could fix by deleting the "power.dat" file from your save. If you're lucky,

that will fix the region so you don't loose things you've built. You'll loose all your electric engines, batteries, etc., but you can replace

them from the creative menu.

 
Deleting the power.dat file didnt fix it but removing the region file did. I do wonder what actually caused the curruption and what was reset. I guess i will find out with playing again. Thanks for the help :D

 
A common cause is using the chunkreset command. It has several known issues with it, and for most of a20's release it has been strongly advised to not use it at all. 

 
Back
Top