-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to create store: 10199 Could not open database environment #217
Comments
@Brazol Can you please check the log for additional information just before the crash? |
I've tried reproducing by replacing |
@vaind @greenrobot Thanks for the replies. I tried launching from Android Studio and VS Code and using What I tried:
@greenrobot what log? :) There is little more on the console after the crash:
|
@Brazol Possibly related to dart-lang/sdk#44509? |
Yes! I turned off Intego VirusBarrier and it worked... Thank you |
Wonderful, gotta love those antivirus systems :D |
I'm trying to setup objectbox for my app but on iOS (when run from the Flutter project) it crashes all the time when creating a store. Strangely it works when run from XCode.
My code:
Error:
flutter: ObjectBoxException: failed to create a store: 10199 Could not open database environment; please check options and file system (4: Interrupted system call)
I get it every time when running Flutter project from VS code or Android studio both on Simulator and on the device. When running from XCode it works.
The text was updated successfully, but these errors were encountered: