Corrupted "Visited Paths.json" on Windows #238
Comments
Sorry for the trouble and thank you for the detailed bug report. I'll check it out after finishing the current release of fman. |
Removing the '\' doesn't resolve the issue, despite what I wrote above. Please check the whole file attached when investigating. This is fman 0.6.9, naturally |
Will do, thanks. As a workaround you can delete |
I think I was able to find and fix the cause of the problem in version 0.7.2, which I just released. Unfortunately, it only prevents To be more precise, I believe the problem was caused by the file being concurrently written to by two instances of fman. The first would write |
At some point in the past, fman logged an invalid entry in the "Visited Paths.json". From then on, it displays the following error message on every directory change:
Here's the problematic line:
The trailing '\' causes the issue. Shouldn't the paths logged in this file be filtered for such issues beforehand?
Visited Paths (Windows).json.zip
The text was updated successfully, but these errors were encountered: