Skia EGL Surface Error

I quite often get this Skia EGL Surface Error again.
The Renderer ist still running, but the Editor and HelpBrowser are showing a red cross on white background.

vvvv gamma 2021.4.12 running on Windows11, nvidia Geforce RTX 3060 Laptop (Studio Driver 527,56)

http://vvvv.org


Exception: "Failed to make EGLSurface current"
    StackTrace:
        VL.Skia.Egl.EglContext { public void MakeCurrent(VL.Skia.Egl.EglSurface eglSurface) { ... } } 
        VL.Skia.SkiaGLControl { protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { ... } } 
        System.Windows.Forms.Control { private void PaintWithErrorHandling(System.Windows.Forms.PaintEventArgs e, short layer) { ... } } 
        System.Windows.Forms.Control { private void WmPaint(System.Windows.Forms.Message& m) { ... } } 
        System.Windows.Forms.Control { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        System.Windows.Forms.UserControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        VL.Skia.SkiaGLControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 



Exception: "Failed to make EGLSurface current"
    StackTrace:
        VL.Skia.Egl.EglContext { public void MakeCurrent(VL.Skia.Egl.EglSurface eglSurface) { ... } } 
        VL.Skia.SkiaGLControl { protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { ... } } 
        System.Windows.Forms.Control { private void PaintWithErrorHandling(System.Windows.Forms.PaintEventArgs e, short layer) { ... } } 
        System.Windows.Forms.Control { private void WmPaint(System.Windows.Forms.Message& m) { ... } } 
        System.Windows.Forms.Control { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        System.Windows.Forms.UserControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        VL.Skia.SkiaGLControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 



Exception: "Failed to make EGLSurface current"
    StackTrace:
        VL.Skia.Egl.EglContext { public void MakeCurrent(VL.Skia.Egl.EglSurface eglSurface) { ... } } 
        VL.Skia.SkiaGLControl { protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { ... } } 
        System.Windows.Forms.Control { private void PaintWithErrorHandling(System.Windows.Forms.PaintEventArgs e, short layer) { ... } } 
        System.Windows.Forms.Control { private void WmPaint(System.Windows.Forms.Message& m) { ... } } 
        System.Windows.Forms.Control { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        System.Windows.Forms.UserControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        VL.Skia.SkiaGLControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 


Exception: "Failed to make EGLSurface current"
    StackTrace:
        VL.Skia.Egl.EglContext { public void MakeCurrent(VL.Skia.Egl.EglSurface eglSurface) { ... } } 
        VL.Skia.SkiaGLControl { protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { ... } } 
        System.Windows.Forms.Control { private void PaintWithErrorHandling(System.Windows.Forms.PaintEventArgs e, short layer) { ... } } 
        System.Windows.Forms.Control { private void WmPaint(System.Windows.Forms.Message& m) { ... } } 
        System.Windows.Forms.Control { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        System.Windows.Forms.UserControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        VL.Skia.SkiaGLControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 


Exception: "Failed to create EGL surface"
    StackTrace:
        VL.Skia.Egl.EglContext { public VL.Skia.Egl.EglSurface CreatePlatformWindowSurface(System.IntPtr nativeWindow) { ... } } 
        VL.Skia.SkiaGLControl { protected virtual void OnHandleCreated(System.EventArgs e) { ... } } 
        System.Windows.Forms.Control { private void WmCreate(System.Windows.Forms.Message& m) { ... } } 
        System.Windows.Forms.Control { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        System.Windows.Forms.UserControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 
        VL.Skia.SkiaGLControl { protected virtual void WndProc(System.Windows.Forms.Message& m) { ... } } 




Maybe that helps troubleshooting : seen that one as well when my laptop was waking-up from sleep mode.

Is there any way you can reproduce this?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.