To reproduce:
- Install VL.CEF.Skia
- Open JavaScript patch under CEF in Help Browser
I check in gamma stable and in 7.0-0164-gff1c9921da. It worked fine in these two.
To reproduce:
I check in gamma stable and in 7.0-0164-gff1c9921da. It worked fine in these two.
I have further narrowed it down. The bug has started happening because of the changes done in 2025.7.0-256+6c316c2178
Thanks. Should work again in upcoming builds.
Hi @Elias. Thanks for solving this issue quickly!
Seems like there’s still a bug remaining in v7.0-0285. I’m attaching a minimal repro:
egl-bug.zip (24.1 KB)
To reproduce:
You would see an error regarding EGL.
If I delete the IOBox preview, restart vvvv and open the patch and then redo the steps, I do not see the error.
I’m attaching the error for quick reference:
ObjectDisposedException: "Cannot access a disposed object.
Object name: 'VL.Skia.Egl.EglDisplay'."
ObjectName: "VL.Skia.Egl.EglDisplay"
StackTrace:
System.ThrowHelper { internal static void ThrowObjectDisposedException(object instance) { ... } }
VL.Skia.Egl.EglResource { public System.IntPtr get_NativePointer() { ... } }
VL.Skia.Egl.EglContext+Scope { public virtual void Dispose() { ... } }
VL.Skia.RenderContext { public static VL.Skia.RenderContext New(VL.Skia.Egl.EglDisplay display, int sampleCount, VL.Skia.Egl.EglContext shareContext) { ... } }
VL.Skia.RenderContext+<>c__DisplayClass2_0 { internal VL.Skia.RenderContext <ForCurrentApp>b__0(System.IServiceProvider s) { ... } }
VL.Core.ServiceRegistry+<>c__DisplayClass15_0`1 { internal object <CreateRegistration>b__0() { ... } }
System.Lazy`1 { private void ViaFactory(System.Threading.LazyThreadSafetyMode mode) { ... } }
System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } }
System.Lazy`1 { private T CreateValue() { ... } }
VL.Core.ServiceRegistry { public T GetOrAddService(System.Func<, > serviceFactory, bool allowToAskParent) { ... } }
_VL_Skia_.Graphics.Skia.Renderer_OffScreen_P { public _VL_Skia_.Graphics.Skia.Renderer_OffScreen_P __Create__(VL.Core.NodeContext Node_Context) { ... } }
_VL_Skia_.Graphics.Skia.Renderer_OffScreen_P { public static _VL_Skia_.Graphics.Skia.Renderer_OffScreen_P Create(VL.Core.NodeContext Node_Context) { ... } }
_HDE_WidgetsAndViewers_.HDE.TooltipWidgets.LayerWidget_Stateful_R`1 { public _HDE_WidgetsAndViewers_.HDE.TooltipWidgets.LayerWidget_Stateful_R<> __Create__(VL.Core.NodeContext Node_Context) { ... } }
_HDE_WidgetsAndViewers_.HDE.TooltipWidgets.LayerWidget_Stateful_R`1 { public static _HDE_WidgetsAndViewers_.HDE.TooltipWidgets.LayerWidget_Stateful_R<> Create(VL.Core.NodeContext Node_Context) { ... } }
_HDE_WidgetsAndViewers_.HDE.Viewers.LayerViewer_C { public _HDE_WidgetsAndViewers_.HDE.Viewers.LayerViewer_C __Create__(VL.Core.NodeContext Node_Context) { ... } }
_HDE_WidgetsAndViewers_.HDE.Viewers.LayerViewer_C { public static _HDE_WidgetsAndViewers_.HDE.Viewers.LayerViewer_C Create(VL.Core.NodeContext Node_Context) { ... } }
_HDE_WidgetsAndViewers_.HDE._Operations_+<>c__DisplayClass0_0 { internal VL.UI.IValueViewer<VL.Skia.ILayer> <RegisterServices_H>b__18() { ... } }
VL.UI.ViewerFactoryHelpers+<>c__DisplayClass2_0`1 { internal object <RegisterViewer>b__1(object v) { ... } }
VL.Core.VLFactoryExtensions { public static bool TryCreateService(VL.Core.IVLFactory factory, object value, System.Type forType, TService defaultService, VL.Core.TService& service) { ... } }
_HDE_WidgetsAndViewers_.HDE.Viewers.TwoStepAdaptiveViewer_C { public _HDE_WidgetsAndViewers_.HDE.Viewers.TwoStepAdaptiveViewer_C TouchBase(object Value_In, VL.UI.ViewerContext Context_In, bool Recreate_In) { ... } }
_HDE_ElementViewers_.HDE.ElementViewers.AddLiveValue_P+<>c__DisplayClass3_0 { internal void <Update>b__4(object stateInput_17, System.Collections.Generic.IReadOnlyList<object> inputs_18, System.Collections.Generic.IReadOnlyList<object> incomingLinks_19, System.Object& stateOutput_20, VL.Lib.Collections.Spread<>& outputs_21) { ... } }
_CoreLibBasics_.Control.Try_P+<>c__DisplayClass3_0 { internal System.Tuple<VL.Lib.Collections.Spread<object>, bool, string> <Update>b__0() { ... } }
VL.Lib.Control.TryCatchUtils { public static TOutput TryCatch(System.Func<> try, System.Func<, > catch) { ... } }