• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Bug Report SQLite database bug? and PlayerToggleSneakEvent Bug?

xDizasterCYx

Verified Member
Heres an error I get sometimes for sqlite database:

http://pastebin.com/GUmyPzpJ

Heres an error I get from ProjectKorra's task PlayerToggleSneakEvent:

http://pastebin.com/uNxWXhsA

This error is causing my control panel's host player count to be wrong, for example when a player joins it counts +1 but when they leave it doesnt do -1, I ended having ym cpanel showing that i have 50 players on while 20 was on the server

However I couldn't manage to find any error releated to PlayerToggleSneakEvent but my info says that this is the prob.
 

Mist

Staff member
Administrator
When using SQLite, the database occasionally locks if you try to use the /reload command (it's not supported).

Usually a reboot would suffice, and I'd recommend switching to MySQL (if you favor /reload), or just start rebooting instead of /reload (safer for yours erver)
 

xDizasterCYx

Verified Member
When using SQLite, the database occasionally locks if you try to use the /reload command (it's not supported).

Usually a reboot would suffice, and I'd recommend switching to MySQL (if you favor /reload), or just start rebooting instead of /reload (safer for yours erver)
This was happening on the server's reboot and sometimes on /b reload, also i tried to switch to mysql, it created the tables but after some time bending broke and I had to switch back to sqlite.
 
Top