You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason only about 6 of 22 players have both their UUID and username recorded in the .db file. Everyone else is "null" so they can't be added as users to other people's locked blocks. I opened the .db file and added in the missing usernames but now it's saying:
03.12 18:47:19 [Server] INFO [StickyLocks] org.sqlite.SQLiteException: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database)
The text was updated successfully, but these errors were encountered:
Writing to the database file while the server is running can lock the file for exclusive write access. If quitting the sqlite client doesn't allow the server to write to the database, the server will need to be restarted.
The problem that caused the usernames to be blank was itself solved in 7b748b4, which is in version 1.0.
For some reason only about 6 of 22 players have both their UUID and username recorded in the .db file. Everyone else is "null" so they can't be added as users to other people's locked blocks. I opened the .db file and added in the missing usernames but now it's saying:
03.12 18:47:19 [Server] INFO [StickyLocks] org.sqlite.SQLiteException: [SQLITE_READONLY_DBMOVED] The database file has been moved since it was opened (attempt to write a readonly database)
The text was updated successfully, but these errors were encountered: