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

Lua New House Error

Powtreeman

Member
Joined
Sep 26, 2011
Messages
400
Reaction score
6
Location
USA
For some Reason Houses dont store items anymore.
i got anew error that says this when i start up


[27/07/2013 15:03:54] OTS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: map_store (SELECT "house_id", "data" FROM "map_store";)


and then i shut down it says this

[27/07/2013 15:07:00] OTS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: map_store (DELETE FROM "map_store";)
[27/07/2013 15:07:00] sqlite3_step(): SQLITE ERROR: cannot rollback transaction - SQL statements in progress (ROLLBACK)
[27/07/2013 15:07:00] Notice: Map save (binary) took : 0.019 s
[27/07/2013 15:07:00] sqlite3_step(): SQLITE ERROR: cannot start a transaction within a transaction (BEGIN)
[27/07/2013 15:07:00] sqlite3_step(): SQLITE ERROR: cannot rollback transaction - SQL statements in progress (ROLLBACK)
[27/07/2013 15:07:00] Notice: Map save (binary) took : 0.018 s
[27/07/2013 15:07:00] sqlite3_step(): SQLITE ERROR: cannot start a transaction within a transaction (BEGIN)
[27/07/2013 15:07:00] sqlite3_step(): SQLITE ERROR: cannot rollback transaction - SQL statements in progress (ROLLBACK)

what do i do???
 
it does exist. ifound out what caused it. but dontknow why

I was trying to run a real map but tfs just shuts off when i try to boot it and i lo0oked it up and someone said change relational in config to binary but that made these errors you see. dont know why

- - - Updated - - -

this is solved btw
 
Back
Top