Skip to content
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

Closed
KoBeWi opened this issue Jun 11, 2022 · 17 comments
Closed

Files disappear randomly from favorites #61937

KoBeWi opened this issue Jun 11, 2022 · 17 comments

Comments

@KoBeWi
Copy link
Member

KoBeWi commented Jun 11, 2022

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

  1. Right-click file and add it to favorites
  2. Wait a couple of days (?)
  3. The file is no longer there

Minimal reproduction project

No response

@tricheco
Copy link

Noticed this in v3.5.rc4.mono.official [e047c5006] Windows 11 64bit

I am using one editor at a time.

Anecdotal notes:

  • it doesn't affect folders
  • it doesn't happen when reopening a project (through "Quit to project list")
    • it only happens on reboots over here

@nion-ne
Copy link

nion-ne commented Aug 11, 2022

Have also noticed this on 3.5 stable (Windows 10 x64) and some prior release candidates.
Seems to only occur after a restart.

@cosmoddd
Copy link

noticed this in the 4.0 beta 1 as well

@pink-ink
Copy link

pink-ink commented Nov 17, 2022

Noticed this in version 3.5.1.
It's even worse here, as randomly all my favorites are empty suddenly.
I can close the editor and after reopening it all favorites are there, and sometimes I notice that they are all gone.
Using macOS.

@DamienKusters
Copy link

(Using the Steam version)
After opening a few of the included demo projects, and closing them with CTRL+SHIFT+Q to head back to the Project Manager, all my projects that where stored in a different location where gone from the list. This includes both favorited and non-favorited projects.

@Calinou
Copy link
Member

Calinou commented Dec 2, 2022

(Using the Steam version)
After opening a few of the included demo projects, and closing them with CTRL+SHIFT+Q to head back to the Project Manager, all my projects that where stored in a different location where gone from the list. This includes both favorited and non-favorited projects.

This is an unrelated issue, as favorite projects are stored differently: #40968

@hsandt
Copy link
Contributor

hsandt commented May 4, 2023

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.
Since favorites are stored locally on user machine I suppose, I don't see them on VCS so it takes me some time to realize that it happened, and I cannot describe a specific thing I did just before. I suppose I could temporarily track the favorite folders though, if I know its path.

@damvcoool
Copy link

It's also happening in 4.1.1.
I only had 1 favorite material, while I create a pipeline of assets, and the material keeps disappearing from Favorites.

@luislodosm
Copy link

I confirm that it happens in 4.1.1. After some app reboots, randomly. MacOS.

@passivestar
Copy link
Contributor

Facing this in Godot v4.1.1.stable - macOS 13.5.2

Doesn't seem to require app reboots.

My minimal reproduction steps:

  1. Create a new empty project
  2. Create a new script in the FileSystem dock and add it to favourites
  3. Create root node in your scene and save the scene
  4. The script is gone from favorites!

@hsandt
Copy link
Contributor

hsandt commented Oct 15, 2023

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).

@nikywilliams
Copy link

Confirmed as issue on v4.1.1. Been fighting with it for the last week or so since I started using the Favorites folder.
Windows 10

@passivestar
Copy link
Contributor

I no longer have this problem btw, shouldn't this be closed with #82537 ?

@akien-mga
Copy link
Member

It should, but @KoBeWi used "Solves" which is not one of GitHub's auto-closing keywords, so it was missed. 🙃

Fixed by #82537.

@akien-mga akien-mga modified the milestones: 4.3, 4.2 Feb 7, 2024
@KoBeWi
Copy link
Member Author

KoBeWi commented Feb 7, 2024

That's because I didn't intend to close this issue:

The issue seems older than that PR, so this probably doesn't solve the original problem.

I identified the bug I fixed as a regression from a PR newer than this issue. There's a chance it's still reproducible.

@akien-mga
Copy link
Member

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+?

@KoBeWi
Copy link
Member Author

KoBeWi commented Feb 7, 2024

Leave it closed. If someone runs into it again, they can comment here or open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests