Page 1 of 1

Tradepost mod is not working on second server

Posted: 10 Oct 2019, 15:20
by Burgi
Have the Tradepost Mod on a server install easily. He just does not want to run my second server with the same provider. In the logs I always find only
WARN 2019-10-10 10: 49: 59.770 {} <> [0] Missing file: Tradepost / init.cs! In
Tradepost folder looks like this
updater.cs.dso
transfer.cs.dso
init.cs.dso
init.cs
config.cs

Re: Tradepost mod is not working on second server

Posted: 10 Oct 2019, 20:23
by 8blocks
WARN 2019-10-10 10: 49: 59.770 {} <> [0] Missing file: Tradepost / init.cs! In
That's a pretty clear and distinct error message.
What kind of answer do you expect to find here other than: Server can't find the init.cs file.

Re: Tradepost mod is not working on second server

Posted: 11 Oct 2019, 10:09
by Burgi
I know that. But the files are all available ???????

Re: Tradepost mod is not working on second server

Posted: 11 Oct 2019, 13:21
by Nyuton
Missing file: Tradepost / init.cs!
is it just the error message or did you really insert spaces around the slash in main.cs?
It should say

Code: Select all

exec("Tradepost/init.cs");
without any space.

If that's not the problem, please post your full main.cs, full logfile and a screenshot of the yo server directory.
Thanks