TraceDeTrail
TraceDeTrail
Same problem for me (very inconvenient)
Thanks for your quick reply :-) I have a crash on xCode (DartWorker (177): EXC_BAD_ACCESS (code=1, address=0x12ab68010) , but I can't isolate the error on Visul Studio....
When I try to export the store (example project), I get this error : ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: StorageException: failed to create store: Could not open database environment; please check...
The last breakpoint I can catch, before the app crashes, is in the deleteTiles function (worker.dart) on the line `await for (final tile in tilesQuery.stream()) {` Here is a MRE...
Can this log help you ? ``` Incident Identifier: B5871FC0-FB03-4D83-AECC-7EEC52779B67 CrashReporter Key: 8601365fcfb459f3cf864d626a4b6b48a419cbfe Hardware Model: iPhone16,1 Process: Runner [2196] Path: /private/var/containers/Bundle/Application/88F6B28C-B70B-4B4D-BDCC-71A7D87DB927/Runner.app/Runner Identifier: dev.jaffaketchup.fmtc.example Version: 9.1.0 (9.1.0) Code Type: ARM-64 (Native)...
Yes, that's it
This issue occurs in debug **and** release mode. With the version that used Isar, everything worked fine.
> Can anyone experiencing this issue please try the following: > > 1. Add the following dependency override to your pubspec.yaml, then run `flutter clean` followed by `flutter pub get`:...
I've already done that... Here's the pubspec.yaml ``` name: fluttermapcache description: "A new Flutter project." publish_to: 'none' version: 0.1.0 environment: sdk: '>=3.4.3
I clones the repo locally (the rootDirectory argument is required) ; the app crashes again EXC_BAD_ACCESS (no dependency on path_provider)... I don't know if this helps, but when I catch...