Closed heimgreg closed 8 years ago
Thanks for your hint. We will close the bug in the next version
Fixed in 99f219e29e366101736003eed560b398b2e4fafc
I have this exact error on Windows 10. Unfortunately I am unable to find the data path. Any help?
Try creating the folder "C:/Users/USER/AppData/Local/Sync-my-L2P" by hand. This might fix the problem until the new version with the code fix is released.
I'm using Sync-my-L2P on Ubuntu 16.04. It apparently tries to save the datafile to
~/.local/share/Sync-my-L2P/Sync-my-L2P/data.xml
The folders were not created automatically so I always got the message "Kursinformationen nicht speicherbar." when closing, see l2pitemmodel.cpp.
Now, I created
~/.local/share/Sync-my-L2P/
manually and the datafile could be written.Maybe
QDir().mkdir(dataPath)
is only able to create one single instead of two nested folders. If this is the case, the path would have to be divided and the existence of the folders would have to be checked individually.