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

Editor stuck in re-import loop when it can't import textures #90980

Closed
passivestar opened this issue Apr 21, 2024 · 5 comments
Closed

Editor stuck in re-import loop when it can't import textures #90980

passivestar opened this issue Apr 21, 2024 · 5 comments

Comments

@passivestar
Copy link
Contributor

Tested versions

v4.3.dev.custom_build [4a01602]

System information

Godot v4.3.dev (4a01602) - macOS 14.4.0 - Vulkan (Forward+) - integrated Apple M1 Max - Apple M1 Max (10 Threads)

Issue description

More aftermath of #76991. Stops when the "Import Resources When Unfocused" is disabled

Screen.Recording.mp4

P.S I'm also wondering why those textures fail to load in the first place, they are perfectly fine jpegs

Steps to reproduce

MRP

Minimal reproduction project (MRP)

MRP_reimport_loop.zip

@passivestar
Copy link
Contributor Author

P.S I'm also wondering why those textures fail to load in the first place, they are perfectly fine jpegs

Opened an issue for that: #91600

@ttencate
Copy link
Contributor

It's not specific to textures: the same thing also happens if Godot fails to import Blender files (#80049, #82888) and FBX files (#85402). And I don't think it's a new problem either.

As far as I can tell, this happens because the editor re-tries the import as soon as the progress dialog closes and the main editor window gains focus again.

@DanielKinsman
Copy link
Contributor

Easy step to reproduce, remove write permisson to the .godot directory, open the editor, watch the chaos. I did this accidentally while doing docker things and it became owned by the root user.

@vnen
Copy link
Member

vnen commented Jul 24, 2024

I have a problem like this on a project with 4.2.2, but it only happens on macOS.

Edit: The textures do not seem to fail to import, but it tries to load a theme before importing the images which gives a bunch of errors. I also get the errors on Linux but everything imports just fine so they don't happen after restarting the editor.

@akien-mga
Copy link
Member

Duplicate of #62271, fixed in 4.3.

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

6 participants