Cmd window crashes in windows 11
ksevin opened this issue · 2 comments
ksevin commented
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
ksevin commented
epicalxyz commented
Had this issue and solved it by deleting the .sqlite file inside .farmr/cache/ folder.