PC Chunk at spawn missing in multiplayer, but not singleplayer.

CodenBeast

Terrarian
So i just tried to host the server me and my friends have been playing on for the past week. When i logged inn the whole chunk by spawn was missing. So i though hmm, lets check if everything is fine in singleplayer and it was.

Im using quite alot of mods, including some of the major mods like Calamity, Thorium, Tremor, Magic Storage and Spirit Mod.

Here is a video where i recorded opening the world in singleplayer and multiplayer.

https://plays.tv/video/5a94669c1c39b59fcf/wtf?from=user

Here is my modlist.

upload_2018-2-26_21-42-27.png
 
Most often I've see chunks missing with Magic storage. Make sure you are on the latest version, then go to the magic storage thread and ask there. You can even confirm that magic storage is the issue by disabling the mod and then trying to do MP, it should work, except with pink blocks where your storage units are. (Back up your .twld and .wld files first just in case)
 
So i just tried to host the server me and my friends have been playing on for the past week. When i logged inn the whole chunk by spawn was missing. So i though hmm, lets check if everything is fine in singleplayer and it was.

Im using quite alot of mods, including some of the major mods like Calamity, Thorium, Tremor, Magic Storage and Spirit Mod.

Here is a video where i recorded opening the world in singleplayer and multiplayer.

https://plays.tv/video/5a94669c1c39b59fcf/wtf?from=user

Here is my modlist.

View attachment 194853
Yep, you were right. The chunk was back but the magic storage things turned pink. Thank you.
 
Hello everyone! This is my first post. Because I too was having the Chunk Missing bug. And no way we were going disable MS having around 5000 items stored and unrecoverable. I got the bug fixed by simply updating the server side mods, however I cannot say which one specifically was the culprit because I did a mass update of the mods. Mods updated inculde: Thorium, Joost, OmniSwing, Calamity, AutoTrash, Antiaris, Split

Likely, one of those listed causes a chunkloss.

List of all Mods we use.
TMODS.PNG


I run tMod ver 10.1.5 on a machine loaded with Ubuntu 14.04. Here's what I did to update, as it was incredibly simple. I just hope this helps someone.

~Client Computer (Windows 10)~
  1. I updated my local mod files via the game itself
  2. Navigate to \Documents\My Games\Terraria\ModLoader\Mods
  3. Zip all .tmod files (Mine ended up in a folder named "Mods")
    Zip.PNG
  4. Put Zip file into Dropbox
  5. Copy sharelink dropbox gives: https://www.dropbox.com/s/XXXXXXXXXXXXX/Mods.zip?dl=0
  6. Cut the link down to the end of "zip"... you DO NOT WANT "?dl=0"
  7. Open puTTy and connect to your host server.
~Host Computer (Via puTTy)~
  1. navigate to the mod files: ~/.local/share/Terraria/ModLoader (the "Mods" folder will be here)
  2. rm -r Mods (This Deletes the folder as you are replacing it with the one you zipped)
  3. wget https://www.dropbox.com/s/XXXXXXXXXXXXX/Mods.zip
  4. unzip Mods.zip
And you're done!
If youre running tMod on a linux box, I assume you know how to load the server.
Im also putting this here for future reference for myself, as i will forget a lot of this.
 
Back
Top Bottom