[DiscordArchive] Hello guys! I have a small question... I'm playing around with tmux to start/stop the AC server in t
[DiscordArchive] Hello guys! I have a small question... I'm playing around with tmux to start/stop the AC server in t
Archived author: Degetzel • Posted: 2025-05-07T07:19:58.452000+00:00
Original source
Hello guys! I have a small question... I'm playing around with tmux to start/stop the AC server in the same way that it's described in the docu. I create a new tmux session and and then send to the session the absolute path to the worldserver executable. The worldserver starts inside the tmux session but crashes with error: "Failed to find map files for starting areas". If i manually connect to the session and start the server, it all works fine. The auth server does no have this issue with tmux. Compared the env variables between the tmux shell and my user shell, and there's no obvious difference. Does anyone have any clues?
Archived author: Tereneckla • Posted: 2025-05-07T07:32:01.880000+00:00
Original source
sounds like the working directory is different when you are using tmux (it can't find the DataDir you set in the conf, or you are missing the data files)
Archived author: Degetzel • Posted: 2025-05-07T07:40:55.120000+00:00
Original source
perhaps the path is not expanded correctly somehow... In my original message i made an error... it has the same behavior even when i manually attach to the session and run the server
Archived author: Degetzel • Posted: 2025-05-07T07:42:19.547000+00:00
Original source
i just tested that going to the bin dir and running the worldserver like this "./worldserver" works fine... so at least that's that