Help: World not saving #2079
-
I created a tshock server on a Raspberry Pi 3, to host for a handful of friends. We already had a world we have been playing on. I moved the world from a windows system to the raspberry pi ( /home/pi/.local/share/Terraria/Worlds/ ). When running the server; the world does not save progress. It states "Saving world data: 100%" then stops there with no further information or progress and continues running. The world data is not saved, however, as notable on a reload. This is in contrast to using a world generated by the pi itself, where saving the world will continue past "Saving world data: 100%" and further validate the world save, backup the world file, and provide a "World Saved." line. When moving the world to root, and running sudo to launch the server, it DOES save correctly. This tells me it must be some form of permissions issue related to the world file moving from the Windows machine, or maybe a resulting permissions issue elsewhere in shock, again having resulted from the move. How can I resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
-rwxr-xr-x 1 root root 2976183 Jun 25 17:06 frompc.wld I've noticed this comes up when running "ls -l" and the notable piece seems to be the files moved from windows to the raspberry pi OS have [root root]. It's been awhile since I've brushed up on my Linux permissions but I'm sure it'll be a relatively easy fix now after I do some googling. If anyone can shed light that's always appreciated, otherwise I hope this helps anyone else who runs into this! |
Beta Was this translation helpful? Give feedback.
-rwxr-xr-x 1 root root 2976183 Jun 25 17:06 frompc.wld
-rw-r--r-- 1 pi pi 2934165 Jun 29 17:11 pitest.wld
-rwxr-xr-x 1 root root 12119401 Jun 24 15:01 TerriBois_Fallacy.wld
I've noticed this comes up when running "ls -l" and the notable piece seems to be the files moved from windows to the raspberry pi OS have [root root]. It's been awhile since I've brushed up on my Linux permissions but I'm sure it'll be a relatively easy fix now after I do some googling. If anyone can shed light that's always appreciated, otherwise I hope this helps anyone else who runs into this!