fman-users / fman

Issue tracker for fman, a cross-platform file manager
https://fman.io
242 stars 3 forks source link

'Go To' error raised on launching fman #885

Closed calton1954 closed 4 months ago

calton1954 commented 4 months ago

Background is that I had 2 fman windows open (among other things) when my cat turned off my pc! After rebooting every time I launch fman I get this error. I'm running on a Windows 11 pc. I assume there's a corrupt file somewhere, but not in the fman folder itself as I've tried reinstalling and still get the error. Screen shot of error : image

calton1954 commented 4 months ago

Forgot to say, fman vers 1.7.3

seth-js commented 4 months ago

I just had this issue also. I wanted to test out something on another computer that I have, so I moved my SSD to the other computer. After I was finished testing it, I force shut it down out of laziness and moved the SSD back to my main PC. I then was getting this error message. It seems like Visited Paths.json gets corrupted if the computer unexpectedly shuts down while fman is open.

Delete this file:

C:\Users\[Username]\AppData\Roaming\fman\Plugins\User\Settings\Visited Paths (Windows).json

After that, everything should be back to normal. It will create a new file when the program opens. You will unfortunately lose your path history, but it's not a big deal.

calton1954 commented 4 months ago

Thanks so much Seth, that worked a treat!