godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.23k stars 21.04k forks source link

Gray squares - rectangles #76786

Open RANEWALLL opened 1 year ago

RANEWALLL commented 1 year ago

Godot version

4.0.2 stable

System information

Windows 11. i9 12900k Alder lake. RTX 3060,

Issue description

When I open Godot and press any button, Godot starts lagging and just shows gray squares - rectangles of instead settings, depending on the window I'm pointing to. I've been trying to fix this for 2 days now, but I can't get it fixed.

Steps to reproduce

Minimal reproduction project

N/A

MewPurPur commented 1 year ago

Could you show what this looks like?

RANEWALLL commented 1 year ago

Could you show what this looks like? GitHub

Calinou commented 1 year ago

Try starting the editor with the --single-window command line argument.

Do you have any third-party utilities that may overlay Vulkan applications?

Also, can you reproduce this after switching to the Compatibility rendering method in the top-right corner of the editor?

RANEWALLL commented 1 year ago

Try starting the editor with the --single-window command line argument.

Do you have any third-party utilities that may overlay Vulkan applications? Also, can you reproduce this after switching to the Compatibility rendering method in the top-right corner of the editor?

Thank you, method 3 helped.