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
Hi, we are using Avanolia 11.0.10 on a Windows 10 Build 14393.
The Main Window is shown, but when showing an addition Window, the WIndow has no content.
The following Exception is occuring on an on:
[Visual]Exception when rendering: 'Avalonia.OpenGL.OpenGlException: Window 0 is invalid.
at Avalonia.OpenGL.Egl.EglDisplay.CreateWindowSurface(IntPtr window)
at Avalonia.OpenGL.Egl.EglGlPlatformSurface.RenderTarget.BeginDrawCore()
at Avalonia.Skia.GlRenderTarget.BeginRenderingSession()
at Avalonia.Skia.SkiaGpuRenderTarget.CreateDrawingContext()
at Avalonia.Rendering.Composition.Server.ServerCompositionTarget.Render()
at Avalonia.Rendering.Composition.Server.ServerCompositor.RenderCore()'(ServerCompositor #66009902)
To Reproduce
Use Windows 10 Build 14393.
Use Avanolia 11.0.10.
Use a NativeMenu inside you app.
Click on a NativeMenuItem and show another window.
Expected behavior
No error is occuring and the Window is shown correctly.
Avalonia version
11.0.10
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hi, we are using Avanolia 11.0.10 on a Windows 10 Build 14393.
The Main Window is shown, but when showing an addition Window, the WIndow has no content.
The following Exception is occuring on an on:
[Visual]Exception when rendering: 'Avalonia.OpenGL.OpenGlException: Window 0 is invalid.
at Avalonia.OpenGL.Egl.EglDisplay.CreateWindowSurface(IntPtr window)
at Avalonia.OpenGL.Egl.EglGlPlatformSurface.RenderTarget.BeginDrawCore()
at Avalonia.Skia.GlRenderTarget.BeginRenderingSession()
at Avalonia.Skia.SkiaGpuRenderTarget.CreateDrawingContext()
at Avalonia.Rendering.Composition.Server.ServerCompositionTarget.Render()
at Avalonia.Rendering.Composition.Server.ServerCompositor.RenderCore()'(ServerCompositor #66009902)
To Reproduce
Use Windows 10 Build 14393.
Use Avanolia 11.0.10.
Use a NativeMenu inside you app.
Click on a NativeMenuItem and show another window.
Expected behavior
No error is occuring and the Window is shown correctly.
Avalonia version
11.0.10
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: