-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files disappear randomly from favorites #61937
Comments
Noticed this in I am using one editor at a time. Anecdotal notes:
|
Have also noticed this on 3.5 stable (Windows 10 x64) and some prior release candidates. |
noticed this in the 4.0 beta 1 as well |
Noticed this in version 3.5.1. |
(Using the Steam version) |
This is an unrelated issue, as favorite projects are stored differently: #40968 |
Confirmed on Linux Ubuntu 22.04, so probably not OS-related. It happens to me every day or even during a day after project reopen. |
It's also happening in 4.1.1. |
I confirm that it happens in 4.1.1. After some app reboots, randomly. MacOS. |
Facing this in Godot v4.1.1.stable - macOS 13.5.2 Doesn't seem to require app reboots. My minimal reproduction steps:
|
Where are favorites stored? They must be outside project or we would have spot it with VCS diff (unless I inadvertently put them in .gitignore?). Once we get their location we can setup some diff tracking to stop the exact moment favorites are cleared. I see a PR is in the works but it also says it's not sure to fix the issue; diff tracking could also help see if the PR solves the issue (if repro is reliable). |
Confirmed as issue on v4.1.1. Been fighting with it for the last week or so since I started using the Favorites folder. |
I no longer have this problem btw, shouldn't this be closed with #82537 ? |
It should, but @KoBeWi used "Solves" which is not one of GitHub's auto-closing keywords, so it was missed. 🙃 Fixed by #82537. |
That's because I didn't intend to close this issue:
I identified the bug I fixed as a regression from a PR newer than this issue. There's a chance it's still reproducible. |
Ah indeed. Should we reopen, or assume the older bug might also have been fixed and see if it ever pops up again in 4.2+? |
Leave it closed. If someone runs into it again, they can comment here or open a new issue. |
Godot version
126e4d0
System information
Windows 10 x64
Issue description
When you add file to favorites, it will eventually disappear after opening the project few times. I don't know what is triggering it yet, might be related to opening the project in multiple editor instances at once.
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: