itdelatrisu / opsu

opsu! ~ an open-source osu! client
https://itdelatrisu.github.io/opsu/
GNU General Public License v3.0
763 stars 123 forks source link

The databases could not be initialized. #536

Open Mojiberus opened 4 years ago

Mojiberus commented 4 years ago

Version: 0.16.1 Build date: 2018-06-03 19:24 OS: Linux (amd64) JRE: 1.8.0_265 Error: The databases could not be initialized. Stack trace:

org.sqlite.SQLiteException: [SQLITE_READONLY]  Attempt to write a readonly database (attempt to write a readonly database)
    at org.sqlite.core.DB.newSQLException(DB.java:909)
    at org.sqlite.core.DB.newSQLException(DB.java:921)
    at org.sqlite.core.DB.throwex(DB.java:886)
    at org.sqlite.core.NativeDB._exec_utf8(Native Method)
    at org.sqlite.core.NativeDB._exec(NativeDB.java:87)
    at org.sqlite.jdbc3.JDBC3Statement.executeUpdate(JDBC3Statement.java:116)
    at itdelatrisu.opsu.db.BeatmapDB.createDatabase(BeatmapDB.java:200)
    at itdelatrisu.opsu.db.BeatmapDB.init(BeatmapDB.java:142)
    at itdelatrisu.opsu.db.DBController.init(DBController.java:40)
    at itdelatrisu.opsu.Opsu.main(Opsu.java:123)