fluddokt / opsu

an open-source osu! client
GNU General Public License v3.0
121 stars 18 forks source link

Failed to update beatmap database. #178

Open Kekkov opened 7 years ago

Kekkov commented 7 years ago

Failed to update beatmap database. OpsuAnd0.13.0a java.sql.SQLException: android.database.sqlite.SQLiteException: no such table: info (code 1): , while compiling: SELECT value FROM info WHERE key = 'version' at java.lang.reflect.Constructor.newInstance(Native Method) at java.lang.reflect.Constructor.newInstance(Constructor.java:288) at org.sqldroid.SQLDroidConnection.chainException(SQLDroidConnection.java:158) at org.sqldroid.SQLiteDatabase.rawQuery(SQLiteDatabase.java:124) at org.sqldroid.SQLDroidStatement.executeQuery(SQLDroidStatement.java:165) at itdelatrisu.opsu.db.BeatmapDB.updateDatabase(BeatmapDB.java:238) at itdelatrisu.opsu.db.BeatmapDB.init(BeatmapDB.java:137) at itdelatrisu.opsu.db.DBController.init(DBController.java:49) at itdelatrisu.opsu.Opsu.main(Opsu.java:199) at fluddokt.opsu.fake.GameOpsu.render(GameOpsu.java:92) at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:422) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1522) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1239) Caused by: android.database.sqlite.SQLiteException: no such table: info (code 1): , while compiling: SELECT value FROM info WHERE key = 'version' at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method) at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:889) at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:500) at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588) at android.database.sqlite.SQLiteProgram.(SQLiteProgram.java:58) at android.database.sqlite.SQLiteQuery.(SQLiteQuery.java:37) at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:44) at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1316) at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1255) at org.sqldroid.SQLiteDatabase.rawQuery(SQLiteDatabase.java:117) ... 9 more