• 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 0.3.4 crashing

Grehy

Killroy
Joined
Nov 21, 2008
Messages
2,631
Reaction score
33
Location
United States
..It won't stop. I'm using 0.3.4 pl2, and it does it all the time. I get the "memory incerption" warnings when it does, and I cannot get them to go away. I changed my settings in cp > system, but they keep popping up, preventing my restarter from doing its job (..we shouldn't need one at all....).

Theres no crash report, or error in the console when it does. Any ideas?

Got this error before it crashed;

[26/05/2009 17:52:45] [Warning - Protocol::RSA_decrypt] Not valid packet size
 
Last edited by a moderator:
I changed "autoBanishUnknownBytes = "yes" ", is there anything else I can do to prevent it?

Bump, is there a different server I should be using..or? Tired of it crashing EVERY SINGLE NIGHT
 
Last edited by a moderator:

check your database in table player_items and player_depotitems
and if 1 player have to much items of 1 kind or to much cash then they are causing the crash for cloning purpes and when you find them first try to ask them whats the bug and if they dont tell you then ip ban them and delet all those items.
 
I had the same problem, but the solution was quite simple... Though it ttoook me like 2 days to figure it out.
Code:
DROP database
OPTIMIZE table players

Voila...
 
Back
Top