nv icon indicating copy to clipboard operation
nv copied to clipboard

Unable to initialialize notes database...

Open simonng2 opened this issue 5 years ago • 8 comments

in ~/Library?Application Support/NotationalData because your account lacks permission to access this directory

When I try to choose another folder - nothing happens. Can nyone assist please? I am running Mojave 10.14.5 and my nvALT files are stored in a sub folder in Dropbox TIA

simonng2 avatar Jun 18 '19 08:06 simonng2

Same issue. Once I delete the preferences file, it'll open - but only once. Once I close the app, and reopen I get the same error. Seems like something is wrong with the preferences file.

blaw2422 avatar Jun 27 '19 19:06 blaw2422

Thanks - would be nice if someone could identify the issue and offer some sort of fix as an otherwise excellent application is rapidly becoming less excellent!!!! I too have tried the "delete preferences" route but it does not seem to FIX the issue on a permanent basis.

simonng2 avatar Jun 27 '19 19:06 simonng2

Also having this issue—any tips for recovering the database file? I've wiped the related folders in .../Application Support/ but I'm unable to re-open my notes to port them into another location.

mattpolicastro avatar Jul 10 '19 19:07 mattpolicastro

Same issue 😦

k4rtik avatar Jul 12 '19 19:07 k4rtik

Same issue. :(

colinmorrisdotnet avatar Nov 12 '19 05:11 colinmorrisdotnet

Same thing here. Something to do with an OS update?

BrianGon avatar Nov 30 '19 03:11 BrianGon

Same thing for me (But I am positive it worked fine a few days ago) but still ok with Notational Velocity...

01/07/2020 : NValt is fine today...

ghost avatar Jan 06 '20 23:01 ghost

I'm encountering this same issue. I think It may be related to an OS update as well (now running Monterey 12.6.6). Tried the following (my notes are saved in ~/Notes, users with the default installation may have to replace the last line with ~/Library/Application\ Support/Notational\ Data{,.bak}).

  1. Quit nvALT.
  2. Delete cache, preferences, and saved state; and backup the notes directory.
    rm -rf \
        ~/Library/Caches/net.elasticthreads.nv \
        ~/Library/Preferences/net.elasticthreads.nv.plist \
        ~/Library/Saved\ Application\ State/net.elasticthreads.nv.savedState
    mv ~/Notes{,.bak}
    
  3. Restart nvALT.

I expected to be able to change the folder setting at this point, but no file chooser opens upon selecting "Other..." from the "Notes > Read notes from folder" dropdown selector.

jaredsampson avatar May 30 '23 16:05 jaredsampson