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

Strange problem with TFS

Yaneek

Developer
Joined
Sep 7, 2012
Messages
51
Reaction score
8
Location
Warsaw
Hi,

I have problem with my TFS 3.5. TFS work normaly then suddenly start crashing during i turn on him.
It's screen of crash:
Pasteboard — Uploaded Image
On account and bans table i don't done nothing.

And it config my database:
Code:
sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "******"
	sqlDatabase = "tfs"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"
Sorry for my english <3
 
Last edited:
I don't know exactly what the problem is, but I have this.

Its probably your 'encryptionType' because the error shows "sha1" too. I hope it might work if you change that.

sqlType = "sqlite"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = "theforgottenserver"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"
 
@up
You have different configuration becouse you are using sqlite database. It can't be encrypt type becouse earlier TFS work normally. But thanks for interest :)
 
Why should it be problems with account and bans table?

It stands it loads fine.

Something you doing before this happend?
 
It's not problem with database, becouse i test it making nwe "clear" database. Anyone have "clear" tfs for tibia 8.6?
@EDIT
I change dtb type to sqlite, although i have mysql dtb and it work. God Why? Will it not work badly on the server?

Once error is
Code:
[31/01/2013 19:59:31] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such function: UNIX_TIMESTAMP ( SELECT houses.owner, houses.id as hid, houses.name as house_name ,players.name FROM houses
[31/01/2013 19:59:31]             LEFT JOIN players ON players.id=houses.owner
[31/01/2013 19:59:31]             LEFT JOIN accounts ON players.account_id=accounts.id
[31/01/2013 19:59:31]             WHERE players.lastlogin < (UNIX_TIMESTAMP() - 10*24*60*60)
[31/01/2013 19:59:31]              AND accounts.premdays=0             AND	players.world_id =0)

But it is not so colorful as I think. I can not join to game :/
I think TFS Database Manager has problem with optimazing mysql database :/

Anyone can send me full working and "clear" TFS for Tibia 8.6?

#SOLVED
It's simply problem x)
My firewall blocked TFS connecting.
 
Last edited:

Similar threads

Back
Top Bottom