JACOBSMILE / tmodloader1.4

An easy to configure Docker Image for tModLoader 1.4 servers.
Other
139 stars 33 forks source link

Can't start server #19

Closed SirMonkeyBoy closed 1 year ago

SirMonkeyBoy commented 1 year ago

when I try start it I get to here

Terraria Server v1.4.3.6 - tModLoader v2022.9.47.47

1 Earth n New World d Delete World m Mods Menu b Mod Browser

Choose World: 1

and hit enter then it goes no where and have tried all the options.

also here my compose file

version: '3' services: tmodloader: image: 'jacobsmile/tmodloader1.4:v2022.09.47.47' container_name: 'tmodloader' stdin_open: true # docker run -i tty: true # docker run -t ports:

If you need more files just ask but nothing has gone into the mounts the only file their is the world file that I made and put in their.

also get System.UnauthorizedAccessException: Access to the path '/home/terraria/.local/share/Terraria/tModLoader/Worlds/Earth.wld' is denied.

JACOBSMILE commented 1 year ago

Acknowledged, will review.

JACOBSMILE commented 1 year ago

Hi, sorry for the delay. I should be able to take a deeper look at this during the upcoming weekend.

SirMonkeyBoy commented 1 year ago

When I go back to 2022.09.47.46 it works but the worlds or mods still not in my folders and I have triple checked mount path

JACOBSMILE commented 1 year ago

Hi, thanks for the update. I will be reviewing this evening, work has kept me preoccupied.

JACOBSMILE commented 1 year ago

Hi, I published a pull request #22 to attempt to fix this issue. Please pull the latest image and see if it works for you now, and report back.

SirMonkeyBoy commented 1 year ago

still not working add user: terraria:terraria, working_dir: /home/terraria/terraria-server and - UPDATE_NOTICE=false but still no luck and have tried without them