Bug? SqlCipher & Rapid Debug, causes "no error"?

royalke

Member
Licensed User
Longtime User
I will admit i'm not that versed with sql cipher but i was able to port an existing sqlite database to sqlcipher and when i tried to open it in my program i encounter the error:

Error occurred on line: 204
net.sqlcipher.database.SQLiteException: not an error
at net.sqlcipher.database.SQLiteDatabase.dbopen(Native Method)
at net.sqlcipher.database.SQLiteDatabase.<init>(SQLiteDatabase.java:1951)
at net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:901)
at net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:948)
at anyhwheresoftware.b4a.objects.sqlcipher.SQLCipher.Initialize(SQLCipher.java:51)

If i run in legacy debugger mode it will run, is this me error or something else?
 
Top