• 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 bug 11.90

nkx

~ never forgive!
Joined
Jul 10, 2012
Messages
64
Reaction score
2
I am trying to start my test server 11.90 and at startup time it gives an error quickly and closes .exe

Can anyone help me with this? I give you access to the machine for you to check.
 
Solution
change
<action fromaid="57362" toaid="57367" script="Dangerous Depths/WarzoneIV.lua />
to
<action fromaid="57362" toaid="57367" script="Dangerous Depths/WarzoneIV.lua" />
you were missing a "
Run it through cmd and you can see crash message

do the following:

open cmd and type:
cd serverlocation
tfs.exe
Script error appears.
And it closes quickly, but I do not know how to fix it.
If I delete the line that appears the error, another error appears with the next line in the actions.
For example: If I delete the line of Error X, when I try again it will appear Error Y
 
paste error
iB61e2f.png
 
Usually removing lines will not solve an issue, you could try disabling the script entirely (remove it from actions.xml) so it won't load it at startup.

EDIT:
Post your whole actions.xml
 
change
<action fromaid="57362" toaid="57367" script="Dangerous Depths/WarzoneIV.lua />
to
<action fromaid="57362" toaid="57367" script="Dangerous Depths/WarzoneIV.lua" />
you were missing a "
 
Solution
Back
Top