• 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!

Compiling tfs 0.4 compilation

GhostWD

I'm in love with the var_dump()
Joined
Jan 25, 2009
Messages
185
Solutions
6
Reaction score
29
Hi there! i have got problem with compiled on Ubuntu 16.04 TFS 0.4.3777 when i running it up

Code:
cannot open data/creaturescripts/scripts/skills/skillstageslogin.lua: No such file or directory
[Error - LuaInterface::loadFile] cannot open data/creaturescripts/scripts/skills/skillstagesadvance.lua: No such file or directory
[Warning - Event::loadScript] Cannot load script (data/creaturescripts/scripts/skills/skillstagesadvance.lua)
cannot open data/creaturescripts/scripts/skills/skillstagesadvance.lua: No such file or directory
[Error - LuaInterface::loadFile] cannot open data/globalevents/scripts/BattleGlobalEvents.lua: No such file or directory
[Warning - Event::loadScript] Cannot load script (data/globalevents/scripts/BattleGlobalEvents.lua)
cannot open data/globalevents/scripts/BattleGlobalEvents.lua: No such file or directory
>> Loading mods...
[Error - ScriptManager::loadMods] Couldn't locate main directory
theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:81: boost::condition_variable::~condition_variable(): Assertion `!ret' failed.
Aborted (core dumped)

i have those scripts in folders and i don't get it why this happening
 
Do you have a mods folder in your server path?
Aka the same folder that contains config.lua, the server, the data folder etc?

Or do you have any corrupt custom mods?
 
Back
Top