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

Opening color picker or Sprite2D UV dialog hangs the editor #92804

Closed
anniryynanen opened this issue Jun 5, 2024 · 2 comments · Fixed by #92808
Closed

Opening color picker or Sprite2D UV dialog hangs the editor #92804

anniryynanen opened this issue Jun 5, 2024 · 2 comments · Fixed by #92808

Comments

@anniryynanen
Copy link
Contributor

Tested versions

I bisected it, first affected commit is 9fb9660.

System information

Windows 11, local dev build from master

Issue description

When I open a color picker anywhere in the editor, the editor hangs and has to be closed by force.

Steps to reproduce

Open a project in the editor and try to select a color anywhere using the color picker. I tested the inspector and project settings and both reproduce this.

Minimal reproduction project (MRP)

N/A

@wpbirney
Copy link

wpbirney commented Jun 5, 2024

Same here on void linux, reverting 9fb9660 fixes it for now

@aaronp64
Copy link
Contributor

aaronp64 commented Jun 5, 2024

I'm seeing the same on Windows 10/latest master. If I leave it running long enough, I get a bunch of the messages below printed out:

Failed method: CanvasItem::_redraw_callback. Message queue out of memory. Message queue out of memory. Try increasing 'memory/limits/message_queue/max_size_mb' in project settings.
Object was deleted while awaiting a callback.
Object was deleted while awaiting a callback.
Object was deleted while awaiting a callback.
Object was deleted while awaiting a callback.
Object was deleted while awaiting a callback.
...

Also saw EditorNode::_print_handler_impl instead of CanvasItem::_redraw_callback

@Calinou Calinou added this to the 4.3 milestone Jun 5, 2024
@Calinou Calinou moved this from Unassessed to Release Blocker in 4.x Release Blockers Jun 5, 2024
@bruvzg bruvzg self-assigned this Jun 5, 2024
@Calinou Calinou pinned this issue Jun 5, 2024
@Calinou Calinou changed the title Opening color picker hangs the editor Opening color picker or Sprite2D UV dialog hangs the editor Jun 5, 2024
@akien-mga akien-mga unpinned this issue Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Release Blocker
Development

Successfully merging a pull request may close this issue.

5 participants