Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

*** Unhandled SQLException: Could not initialize database. #359

Open
nimiu124 opened this issue Feb 15, 2021 · 0 comments
Open

*** Unhandled SQLException: Could not initialize database. #359

nimiu124 opened this issue Feb 15, 2021 · 0 comments

Comments

@nimiu124
Copy link

Could not initialize database.

ver 0.5.2
os Windows 10 (amd64)
jre 1.8.0_281 (Oracle Corporation)
trace

java.sql.SQLException: [SQLITE_ERROR] SQL error or missing database (table beatmaps has 49 columns but 47 values were supplied)
	at org.sqlite.core.DB.newSQLException(DB.java:890)
	at org.sqlite.core.DB.newSQLException(DB.java:901)
	at org.sqlite.core.DB.throwex(DB.java:868)
	at org.sqlite.core.NativeDB.prepare(Native Method)
	at org.sqlite.core.DB.prepare(DB.java:211)
	at org.sqlite.core.CorePreparedStatement.<init>(CorePreparedStatement.java:40)
	at org.sqlite.jdbc3.JDBC3PreparedStatement.<init>(JDBC3PreparedStatement.java:29)
	at org.sqlite.jdbc4.JDBC4PreparedStatement.<init>(JDBC4PreparedStatement.java:18)
	at org.sqlite.jdbc4.JDBC4Connection.prepareStatement(JDBC4Connection.java:47)
	at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:254)
	at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:226)
	at itdelatrisu.opsu.db.BeatmapDB.init(BeatmapDB.java:119)
	at itdelatrisu.opsu.db.DBController.init(DBController.java:45)
	at yugecin.opsudance.OpsuDance.start(OpsuDance.java:39)
	at yugecin.opsudance.core.Entrypoint.main(Entrypoint.java:80)

info dump

> DisplayContainer dump
OpenGL version: null(null)
state is null
tNextState is null
loading sound: none
playing map: null

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant