Hi!
I’m working towards a final version of vvvv/vl software for a theatre show.
Moving from my Laptop (Win 10 Pro Build…10.01.18363)
to the PC used to run the show (Win 10 Pro Build…10.01.18362)
i get a uncaught exception error, see below.
The vl Window show a red cross, see attachment.
The application runs, but occasionally freezes (maybe unrelated)
I cannot edit the vl nodes on the Show-PC, which is bad,
and the error messages are not trust-inducing…
Can someone advise?
Many thanks!
(vvvv versions are the same,
both setup.exe identical and boxes green/checked)
Heres the error Message:
************** Exception Text **************
System.ArgumentNullException: Value cannot be null.
Parameter name: context
at SkiaSharp.SKSurface.Create(GRContext context, GRBackendRenderTarget renderTarget, GRSurfaceOrigin origin, SKColorType colorType, SKColorSpace colorspace, SKSurfaceProperties props)
at SkiaSharp.SKSurface.Create(GRContext context, GRBackendRenderTarget renderTarget, GRSurfaceOrigin origin, SKColorType colorType)
at SkiaSharp.Views.Desktop.SKGLControl.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.UserControl.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)