siramix / buzzwords

A mobile word game that will change the word.
www.siramix.com/buzzwords
GNU General Public License v3.0
10 stars 1 forks source link

Crash Bug in Full Version (SQLiteDatabaseLockedException) #7

Closed cpatrick closed 12 years ago

cpatrick commented 13 years ago

This was reported on the marketplace developer console:

android.database.sqlite.SQLiteDatabaseLockedException: database is locked at android.database.sqlite.SQLiteDatabase.native_setLocale(Native Method) at android.database.sqlite.SQLiteDatabase.setLocale(SQLiteDatabase.java:2115) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:984) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:956) at android.database.sqlite.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1021) at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:742) at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:221) at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:149) at com.buzzwords.Deck$DeckOpenHelper.countCards(Deck.java:209) at com.buzzwords.SplashScreen$2.run(SplashScreen.java:82) at java.lang.Thread.run(Thread.java:1020)