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
//package name: org.evilsoft.pathfinder.reference
//version: 1.3.0
android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database
at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:209)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:193)
at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:463)
at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:185)
at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:177)
at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:804)
at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:789)
at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:694)
at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:669)
at org.evilsoft.pathfinder.reference.db.BaseDbHelper.checkDatabase(BaseDbHelper.java:89)
at org.evilsoft.pathfinder.reference.db.BaseDbHelper.createDatabase(BaseDbHelper.java:42)
at org.evilsoft.pathfinder.reference.db.DbWrangler.checkIndexDb(DbWrangler.java:66)
at org.evilsoft.pathfinder.reference.db.DbWrangler.checkDatabases(DbWrangler.java:54)
at org.evilsoft.pathfinder.reference.StartActivity$SetupDBTask.doInBackground(StartActivity.java:65)
at org.evilsoft.pathfinder.reference.StartActivity$SetupDBTask.doInBackground(StartActivity.java:59)
at android.os.AsyncTask$2.call(AsyncTask.java:287)
at java.util.concurrent.FutureTask.run(FutureTask.java:234)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
The text was updated successfully, but these errors were encountered:
//package name: org.evilsoft.pathfinder.reference
//version: 1.3.0
android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database
at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:209)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:193)
at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:463)
at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:185)
at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:177)
at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:804)
at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:789)
at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:694)
at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:669)
at org.evilsoft.pathfinder.reference.db.BaseDbHelper.checkDatabase(BaseDbHelper.java:89)
at org.evilsoft.pathfinder.reference.db.BaseDbHelper.createDatabase(BaseDbHelper.java:42)
at org.evilsoft.pathfinder.reference.db.DbWrangler.checkIndexDb(DbWrangler.java:66)
at org.evilsoft.pathfinder.reference.db.DbWrangler.checkDatabases(DbWrangler.java:54)
at org.evilsoft.pathfinder.reference.StartActivity$SetupDBTask.doInBackground(StartActivity.java:65)
at org.evilsoft.pathfinder.reference.StartActivity$SetupDBTask.doInBackground(StartActivity.java:59)
at android.os.AsyncTask$2.call(AsyncTask.java:287)
at java.util.concurrent.FutureTask.run(FutureTask.java:234)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
The text was updated successfully, but these errors were encountered: