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

(Probably linux only) Crash when losing focus with "Save when focus is lost" option activated #75851

Closed
Louis-Simon22 opened this issue Apr 9, 2023 · 2 comments

Comments

@Louis-Simon22
Copy link

Godot version

4.0.2.stable

System information

Ubuntu 22.10

Issue description

The "Save when focus is lost" option makes the engine crash on my system.

Here's the error

ERROR: Task 'save' already exists.
   at: add_task (editor/progress_dialog.cpp:177)
ERROR: Task 'save' already exists.
   at: add_task (editor/progress_dialog.cpp:177)
ERROR: Task 'save' already exists.
   at: add_task (editor/progress_dialog.cpp:177)
ERROR: Task 'save' already exists.
   at: add_task (editor/progress_dialog.cpp:177)
ERROR: Task 'save' already exists.
   at: add_task (editor/progress_dialog.cpp:177)
ERROR: Task 'save' already exists.
   at: add_task (editor/progress_dialog.cpp:177)
ERROR: Task 'save' already exists.

Steps to reproduce

  1. Create a new project
  2. Creat a scene (so there's something to save)
  3. Activate the "Save when focus is lost" setting in the Editor settings
  4. Alt-tab to some other application
    Engine crashes at this point

Minimal reproduction project

N/A

@Louis-Simon22 Louis-Simon22 changed the title Crash when losing focus with "Save when focus is lost" option activated (Probably linux only) Crash when losing focus with "Save when focus is lost" option activated Apr 9, 2023
@Rindbee
Copy link
Contributor

Rindbee commented Apr 29, 2023

It is a duplicate of #73765.

@Calinou
Copy link
Member

Calinou commented May 21, 2023

@Calinou Calinou closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2023
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

3 participants