gilnobrega/farmr

Cmd window crashes in windows 11

ksevin opened this issue · 2 comments

When cpu load is high, farmer.exe window (windows 11) gives below errors and crashes.
Is there any solution to correct this issue?

Unhandled exception :
SqliteException(5): database is locked <code 5>
#0 throwException package:sqlite3/src/impl/exception.dart:31

……….
#7 handleBlockchainReport file:///d:/a/farmr/farmr/farmr.dart:411

Had this issue and solved it by deleting the .sqlite file inside .farmr/cache/ folder.