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

problem with control+g error

Thorn

Spriting since 2013
Joined
Sep 24, 2012
Messages
2,203
Solutions
1
Reaction score
921
Location
Chile
Hello guys, whenever i use control+g to change character, i get this error, well not always, but many times
eAZli4-5f.png

is it possible to fix? Thanks!

tfs 0.4 server 9.83
 
Last edited:
i'm sorry how do i find it? i search for the word package and nothing shows
 
dan i forgot to say my tfs, i use tfs 0.4 sorry
 
I guess you'll have to change the package limit in the source code if there isn't an option in the config.
But I am not sure, since I am not familiar with TFS 0.4
 
I guess you'll have to change the package limit in the source code if there isn't an option in the config.
But I am not sure, since I am not familiar with TFS 0.4
well i had this problem in console, thought i had something to do with it
a3csa8.png

But i did what it says there, then reloaded the server, no error found, but the problem continues :/
 
I see, there can be two problems here:
- The connection to your database (MySql) is lost (which will disconnect you)
- The property max_allowed_packed in MySql is too low, thus you need to execute the query: SET GLOBAL max_allowed_packet = 16776192 to your database engine.

My best guess would be that your connection with the mysql is not stable.
To be sure you can host everything on your computer and connect via localhost.
 
Back
Top