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

Windows Database Error SQLite

Lucyaga

New Member
Joined
Mar 17, 2011
Messages
18
Reaction score
2
Location
Puerto Rico
Hello everyone, Im trying to start my ots again after a few months of retirement from Tibia. And im having some dificult with running the OTS, when i start it once it says Testing Sqlite connection....SQLite. Appears > ERROR >> Failed to load SQLite file: Invalid Argument.
I have checked all the config.lua and tried "localhost" and "127.0.0.1" and still nothing. Could anyone help me on what could it be? I downloaded the latest SQLite from Navicat.com :( Will ++rep

sqlType = "sqlite"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = "theforgottenserver"
 
Back
Top