You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidOperationException($"Failed to get Wayland handles even after native window creation - Display: {waylandDisplay}, Surface: {waylandSurface}");
163
+
// As a last resort, try native window creation - but this may cause separation
164
+
Console.WriteLine("[DEBUG] Still no Wayland handles, reluctantly trying native window creation");
165
+
Console.WriteLine("[DEBUG] WARNING: This may cause the viewport to appear as a separate window");
thrownewInvalidOperationException($"Failed to get Wayland handles even after native window creation - Display: {waylandDisplay}, Surface: {waylandSurface}");
0 commit comments