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
java.lang.UnsatisfiedLinkError: 'void org.sqlite.core.NativeDB._open_utf8(byte[], int)'
at org.sqlite.core.NativeDB._open_utf8(Native Method)
at org.sqlite.core.NativeDB._open(NativeDB.java:71)
at org.sqlite.core.DB.open(DB.java:174)
at org.sqlite.core.CoreConnection.open(CoreConnection.java:220)
at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76)
at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:24)
at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24)
at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45)
at org.sqlite.JDBC.createConnection(JDBC.java:114)
at org.sqlite.JDBC.connect(JDBC.java:88)
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677)
at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:251)
at itdelatrisu.opsu.db.DBController.createConnection(DBController.java:59)
at itdelatrisu.opsu.db.BeatmapDB.init(BeatmapDB.java:136)
at itdelatrisu.opsu.db.DBController.init(DBController.java:40)
at itdelatrisu.opsu.Opsu.main(Opsu.java:123)
The text was updated successfully, but these errors were encountered:
Version: 0.16.1
Build date: 2018-06-03 19:24
OS: Linux (amd64)
JRE: 11.0.17
Error:
** Uncaught Exception! **
Stack trace:
The text was updated successfully, but these errors were encountered: