You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just downloaded your windows release but i've an error at startup
Could not connect Embedded Database File: %!w(*os.PathError=&{open C:\Users\xxx.geek-life\default.db 3})
FATAL ERROR: Exiting program! - Could not connect Embedded Database File
I'm using Windows 10 pro 64bits
The text was updated successfully, but these errors were encountered:
Seems like the application is failing to get your home directory.
Can you please try setting the Database path manually and let know if it works?
You'll find it in "Where is the data stored? Can I change the location?" section of the readme file.
@ryosama thanks for this
I had to go into Environment Variables in Windows and set the DB_FILE path like this
The app is unusable on Windows without doing this.
Hi,
I've just downloaded your windows release but i've an error at startup
Could not connect Embedded Database File: %!w(*os.PathError=&{open C:\Users\xxx.geek-life\default.db 3})
FATAL ERROR: Exiting program! - Could not connect Embedded Database File
I'm using Windows 10 pro 64bits
The text was updated successfully, but these errors were encountered: