Sublime Forum

[CLOSED] ST3 and crawldb

#1

Hi there,

I have this problem on my console when i launch ST3: “error: unable to open crawldb, indexing is unavailable”.
F12 does not working anymore :frowning:
What can i do?

I’m working on Ubuntu 12.04/Gnome 3.

Thanks
NerOcrO

0 Likes

#2

Ensure there aren’t any existing Sublime Text processes running, which would have a lock on the crawldb.

Failing that, delete the ~/.config/sublime-text-3/Index directory while Sublime Text is closed.

0 Likes

#3

Awesome, it’s working!
Thank you jps :smile:

0 Likes

#4

For people coming from Google:
The root cause is in my case was when I used Sublime Text as root and that caused the Index folder to be created with root as owner.
When I after that tried to use Sublime Text as my regular user it couldn’t use that folder of course.

So deleting the folder as described above works. But this will happen again if you open ST as root.
Another string to get Google to point here: “indexing: crawldb not available, indexing abandoned”

Sorry for the bump :slightly_smiling:

1 Like

#5

And for Mac OS the command is:

     rm -fr ~/Library/Application\ Support/Sublime\ Text\ 3/Index/
2 Likes