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

Permanent black rectangle #37322

Closed
Tracked by #37734
KoBeWi opened this issue Mar 26, 2020 · 1 comment · Fixed by #37519
Closed
Tracked by #37734

Permanent black rectangle #37322

KoBeWi opened this issue Mar 26, 2020 · 1 comment · Fixed by #37519

Comments

@KoBeWi
Copy link
Member

KoBeWi commented Mar 26, 2020

Godot version:
5f1107a

OS/device including version:
Windows 10

Steps to reproduce:

  1. Run any project

image
This is likely a leftover from loading popup.

EDIT:
Here's a gif from another (duplicate) issue:
image

@Anutrix
Copy link
Contributor

Anutrix commented Mar 30, 2020

It is from the Saving Scene window. Ctrl+S a few times to reproduce it.
I found 2 ways to get rid of it.
One is clicking on any part of the editor and pressing Ctrl+S again.
Another way is running the scene which will save the scene.

ERROR: Condition "!windows.has(p_window)" is true.
   at: window_resize (drivers\vulkan\vulkan_context.cpp:722)
ERROR: Task 'save' already exists.
   at: (editor\progress_dialog.cpp:166)
ERROR: Condition "!tasks.has(p_task)" is true. returned: cancelled
   at: task_step (editor\progress_dialog.cpp:196)
ERROR: Condition "!tasks.has(p_task)" is true. returned: cancelled
   at: task_step (editor\progress_dialog.cpp:196)
ERROR: Condition "!tasks.has(p_task)" is true. returned: cancelled
   at: task_step (editor\progress_dialog.cpp:196)
ERROR: Condition "!tasks.has(p_task)" is true. returned: cancelled
   at: task_step (editor\progress_dialog.cpp:196)
ERROR: Condition "!tasks.has(p_task)" is true. returned: cancelled
   at: task_step (editor\progress_dialog.cpp:196)
ERROR: Condition "!tasks.has(p_task)" is true.
   at: end_task (editor\progress_dialog.cpp:222)

is seen in terminal when using the shortcut.

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

Successfully merging a pull request may close this issue.

2 participants