From 7a2442809c7a831e5d5ed8b514938e50f4e8ff66 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 29 Jul 2023 13:27:54 -0700 Subject: [PATCH] known-issues: document Windows / Corsair iCue driver bug Signed-off-by: Stephen Gutekanst --- content/about/known-issues.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/about/known-issues.md b/content/about/known-issues.md index 4d2927d..1531b89 100644 --- a/content/about/known-issues.md +++ b/content/about/known-issues.md @@ -39,6 +39,14 @@ Windows does not have symlinks enabled, or Git is not configured to use them. Th This is a curl SSL CA issue, you may want to Google for proper solutions on your system. That said, you can `set CURL_INSECURE=true` and retry to disable SSL verification if you want to workaround the issue. +## Unresponsive white window + +You may be encountering [this issue](https://github.com/glfw/glfw/issues/1284): + +* Symptoms: unresponsive white window, Windows 11 +* Suspected cause: Corsair iCue, other bad system drivers +* Workaround: reboot Windows + ## Linux ### "Error: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER"