DsaTab icon indicating copy to clipboard operation
DsaTab copied to clipboard

java.lang.IllegalStateException: attempt to re-open an already-closed object: SQLiteQuery: SELECT * FROM `item` WHERE (`name` LIKE '%ama%' AND (`itemTypes` LIKE '%;Waffen;%' OR `itemTypes` LIKE '%;Sonstiges;%' OR `itemTypes` LIKE '%;Fernwaffen;%' OR `itemTypes` LIKE '%;Rüstung;%' OR `itemTypes` LIKE '%;Schilde;%' ) )

Open gandulf opened this issue 7 years ago • 0 comments

java.lang.IllegalStateException: attempt to re-open an already-closed object: SQLiteQuery: SELECT * FROM `item` WHERE (`name` LIKE '%ama%' AND (`itemTypes` LIKE '%;Waffen;%' OR `itemTypes` LIKE '%;Sonstiges;%' OR `itemTypes` LIKE '%;Fernwaffen;%' OR `itemTypes` LIKE '%;Rüstung;%' OR `itemTypes` LIKE '%;Schilde;%' ) )
	at android.database.sqlite.SQLiteClosable.acquireReference(SQLiteClosable.java:55)
	at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:58)
	at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:152)
	at android.database.sqlite.SQLiteCursor.onMove(SQLiteCursor.java:124)
	at android.database.AbstractCursor.moveToPosition(AbstractCursor.java:214)
	at android.support.v4.widget.CursorAdapter.getItem(CursorAdapter.java:213)
	at android.widget.AutoCompleteTextView.buildImeCompletions(AutoCompleteTextView.java:1125)
	at android.widget.AutoCompleteTextView.showDropDown(AutoCompleteTextView.java:1085)
	at android.widget.AutoCompleteTextView.updateDropDownForFilter(AutoCompleteTextView.java:974)
	at android.widget.AutoCompleteTextView.onFilterComplete(AutoCompleteTextView.java:956)
	at android.widget.Filter$ResultsHandler.handleMessage(Filter.java:285)
	at android.os.Handler.dispatchMessage(Handler.java:102)
	at android.os.Looper.loop(Looper.java:135)
	at android.app.ActivityThread.main(ActivityThread.java:5219)
	at java.lang.reflect.Method.invoke(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:372)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)

gandulf avatar Dec 16 '17 14:12 gandulf