• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ 8.6 the TFS doesnt start after first compile

5lave Ots

Active Member
Joined
Oct 2, 2017
Messages
246
Solutions
1
Reaction score
40
Location
Ankrahmun
after compiling the nekiros sources for first time, the VS succeed and created: vc14/x64/release/tfs-64
when i run it (desktop windows) it doesnt load anything and just crashed
when i run with terminal its telling me:
> Loading config
[Error - ConfigManager::load] cannot open config.lua: No such file or directory
ERROR: Unable to load config.lua!
> No services running. The server is NOT online.
its just a fresh config.lua.dist to config.lua
what is that?
 
here
Post automatically merged:


bump
i thought that might bec of my syntax editing on the source so
i had compiled a new clean source again.. and the same problem still

also i tried to change the code enhance structure set as this setting;
and nothing happens
Post automatically merged:

@Nekiro do you know why / what is that?

update do this have a relation with database? im using the 0.4 mysql version of my old ots
 

Attachments

Last edited:
you should re-do all steps again, the server is working just fine for everyone else that did the following:

  1. downloaded everything from github
  2. compiled and moved exe and dlls to main folder
  3. set up correct mysql details
  4. imported database that came with github download

you should not do anything different from the list above and it will work 100%

now you can start adding your own map and your own scripts (replacing data folder WILL NOT WORK) manually each script
 
Back
Top