Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Godot crashes when I click "Show in FileSystem" #2

Closed
Driannn opened this issue May 12, 2024 · 3 comments
Closed

Godot crashes when I click "Show in FileSystem" #2

Driannn opened this issue May 12, 2024 · 3 comments

Comments

@Driannn
Copy link

Driannn commented May 12, 2024

On the script tap, Godot crashes when I click "Show file on Explorer"

image

@jakobbouchard
Copy link
Owner

Hmmm, I might need to make a PR to Godot for this to not crash.

When you click on "Show in FileSystem" it calls the following function:

https://github.com/godotengine/godot/blob/bdc0316217940a8ccc80ce536547d42e6477adf4/editor/filesystem_dock.cpp#L770-L776

I'm pretty sure that it crashes when trying to focus the dock, but I can't confirm right now, I'd need to build the engine from source. I'll try to do so when I have time!

@jakobbouchard jakobbouchard pinned this issue May 13, 2024
@jakobbouchard jakobbouchard changed the title Godot crashes when I click "Show file on explorer" Godot crashes when I click "Show in FileSystem" May 14, 2024
@jakobbouchard
Copy link
Owner

After a bit of research, this won't be super useful after 4.3 releases, so I won't do a PR in Godot and will probably retire the plugin after 4.3 releases.

See the following PR:
godotengine/godot#86765

@Driannn
Copy link
Author

Driannn commented Jul 20, 2024

Thank you for your work :)

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

No branches or pull requests

2 participants