Biicode "ERROR: Unable to properly cleanup the project DB:" or "ERROR: database of unexpected exceptions is locked"

I played with bicode, but I ran into this problem. I don’t know exactly how I got it (I probably called the bii cpp: build command several times several times), but I want to fix my project:

bii cpp:build
INFO: Processing changes...
ERROR: Unexpected Exception
 database is locked
ERROR: Error executing command.
    Check the documentation in http://docs.biicode.com
    or ask in the forum http://forum.biicode.com

and when I try to clean things up, I get the following:

bii clean
ERROR: Unable to properly clean project DB:
database is locked

The project is really simple, nothing complicated, so I think that it makes no sense to explain. I did not find any important information about the document in the forum. I did not find any process still building it (my ideal, nor my terminal) Any idea to make it work?

Thanks so much for your answers!

PS: whahou now available :)

+4
2

"bii.db" , .biicode, , :

yourproject/bii/.hive.db

. :

 yourproject$ bii init

. :

$ bii clean
$ bii cpp:build

. : biicode.conf, CMakeLists.txt, .

+5

Sqlite, , , . , .

The file is located in your home directory in the .biicode folder and its name bii.db If you use linux / osx on ~ / .biicode / bii.bd

Hope it works!

+2
source

Source: https://habr.com/ru/post/1570454/


All Articles