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

Linux screen is terminating TFS 0.4 8.60

clario

OTS based on Heroes III Might and Magic
Joined
Feb 4, 2018
Messages
98
Reaction score
5
Hello there i cant turn server on becouse i got "[screen is terminating] bug
what i do :
Clean all bugs form TFS.
use command : Screen -L ./tfs in folder whit tfs
then i got screenlog0 contains :
[9:10:56.278] The Forgotten Server 0.4

[9:10:56.278] >> Loading config (config.lua)
[9:10:56.279] >> Opening logs
[9:10:56.284] > Using SHA1 encryption
[9:10:56.284] >> Loading RSA key
[9:10:56.284] >> Starting SQL connection
[9:10:56.287] >> Running Database Manager
[9:10:56.318] > No tables were optimized.
[9:10:56.318] >> Loading items (OTB)
[9:10:56.436] >> Loading items (XML)
[9:10:56.499] >> Loading groups
[9:10:56.500] >> Loading vocations
[9:10:56.501] >> Loading outfits
[9:10:56.503] >> Loading chat channels
[9:10:56.503] >> Loading script systems
[9:10:56.609] >> Loading mods...
[9:10:56.610] > Loading buypremium_command.xml... done.
[9:10:56.610] > Loading changender_command.xml... done.
[9:10:56.611] > Loading firstitems.xml... done.
[9:10:56.612] > Loading customspells.xml... done.
[9:10:56.613] > Loading highscorebook.xml... done.
[9:10:56.614] > Loading custommonsters.xml... done.
[9:10:56.615] > 6 mods were loaded.
[9:10:56.615] >> Loading experience stages
[9:10:56.616] >> Loading monsters
[9:10:56.758] >> Loading map and spawns...
[9:10:57.173] > Map size: 3000x3000.
[9:10:57.174] > Map descriptions:
[9:10:57.174] "Saved with Remere's Map Editor 2.1"
[9:10:57.175] "Tylko temple necro zrobiłem"
potK1MO.png

What can i do now?
 
my wild guess is that the propStream is somehow broken, maybe eof.
Do some debugging inside Item::readAttr, ie paste that at the beginning.
C++:
std::cout << attr << std::endl;
 
oh guys im out of my mind now , how can i do it ?
need to go work for now so if you can explain me all i will be glad, thanks mates!
 
Back
Top