-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedLooking for contributors (ideas, comments, code, etc)Looking for contributors (ideas, comments, code, etc)
Description
I saved large string in database but when try to make query to get it I get error:
E/flutter (31707): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: Exception: ObjectBoxException: find: 10098 Do not use vector-based find on 32 bit systems with big objects
E/flutter (31707): #0 checkObxPtr (package:objectbox/src/bindings/helpers.dart:15:5)
E/flutter (31707): #1 Query.find.<anonymous closure> (package:objectbox/src/query/query.dart:574:26)
E/flutter (31707): #2 Store.runInTransaction (package:objectbox/src/store.dart:69:16)
E/flutter (31707): #3 Query.find (package:objectbox/src/query/query.dart:573:19)
This problem is only for x86 Android Emulator and it is ok for physical devices.
I founded very similar issue for Java Objectbox that was fixed 1 year ago - java issue
Thanks!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedLooking for contributors (ideas, comments, code, etc)Looking for contributors (ideas, comments, code, etc)