Export app on 5.2 / 5.3-450 / 6.x works, but fails at runtime

Hi, I am looking for a way to continue a project, but I have the following limitation to start…
I need to: Use Fuse + ImGui + SpoutOut , and I need to be able to build a .exe
So far I found a problem with ImGui , in 5.2 I can not run the binary, the error message its the same and pressing continue does nothing.

in 5.3-450 and 6.x I can run it, but I get the same err … after pressing continue twice, it “works”
image

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: The directory name 'C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.IO.Mastonet' does not exist. (Parameter 'path')
   at System.IO.FileSystemWatcher.CheckPathValidity(String path)
   at System.IO.FileSystemWatcher..ctor(String path, String filter)
   at VL.Core.FileSystemUtils.<>c__DisplayClass0_0.<WatchDir>b__1()
   at System.Reactive.Linq.ObservableImpl.Using`2._.Run(Using`2 parent)
--- End of stack trace from previous location ---
   at System.Reactive.PlatformServices.ExceptionServicesImpl.Rethrow(Exception exception)
   at System.Reactive.ExceptionHelpers.Throw(Exception exception)
   at System.Reactive.Stubs.<>c.<.cctor>b__2_1(Exception ex)
   at System.Reactive.AnonymousSafeObserver`1.OnError(Exception error)
   at System.Reactive.Sink`1.ForwardOnError(Exception error)
   at System.Reactive.Sink`2.OnError(Exception error)
   at System.Reactive.Sink`1.ForwardOnError(Exception error)
   at System.Reactive.Linq.ObservableImpl.Merge`1.Observables._.InnerObserver.OnError(Exception error)
   at System.Reactive.Sink`1.ForwardOnError(Exception error)
   at System.Reactive.Sink`2.OnError(Exception error)
   at System.Reactive.Sink`1.ForwardOnError(Exception error)
   at System.Reactive.Sink`2.OnError(Exception error)
   at System.Reactive.Subjects.Subject`1.OnError(Exception error)
   at System.Reactive.Sink`1.ForwardOnError(Exception error)
   at System.Reactive.Sink`2.OnError(Exception error)
   at System.Reactive.Sink`1.ForwardOnError(Exception error)
   at System.Reactive.Sink`2.OnError(Exception error)
   at System.Reactive.Linq.ObservableImpl.ThrowImmediate`1.Run(IObserver`1 observer)
   at System.Reactive.BasicProducer`1.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard)
   at System.ObservableExtensions.SubscribeSafe[T](IObservable`1 source, IObserver`1 observer)
   at System.Reactive.Sink`2.Run(IObservable`1 source)
   at System.Reactive.Linq.ObservableImpl.Using`2._.Run(Using`2 parent)
   at System.Reactive.Linq.ObservableImpl.Using`2.Run(_ sink)
   at System.Reactive.Producer`2.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard)
   at System.ObservableExtensions.SubscribeSafe[T](IObservable`1 source, IObserver`1 observer)
   at System.Reactive.Sink`2.Run(IObservable`1 source)
   at System.Reactive.Linq.ObservableImpl.AsObservable`1.Run(_ sink)
   at System.Reactive.Producer`2.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard)
   at System.ObservableExtensions.SubscribeSafe[T](IObservable`1 source, IObserver`1 observer)
   at System.Reactive.Subjects.ConnectableObservable`2.Connect()
   at System.Reactive.Linq.ObservableImpl.RefCount`1.Eager._.Run()
   at System.Reactive.Linq.ObservableImpl.RefCount`1.Eager.Run(_ sink)
   at System.Reactive.Producer`2.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard)
   at System.ObservableExtensions.SubscribeSafe[T](IObservable`1 source, IObserver`1 observer)
   at System.Reactive.Sink`2.Run(IObservable`1 source)
   at System.Reactive.Linq.ObservableImpl.Where`1.Predicate.Run(_ sink)
   at System.Reactive.Producer`2.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard)
   at System.ObservableExtensions.SubscribeSafe[T](IObservable`1 source, IObserver`1 observer)
   at System.Reactive.Linq.ObservableImpl.Merge`1.Observables._.OnNext(IObservable`1 value)
   at System.Reactive.Sink`1.ForwardOnNext(TTarget value)
   at System.Reactive.Linq.ObservableImpl.ToObservableRecursive`1._.LoopRec(IScheduler scheduler)
   at System.Reactive.Linq.ObservableImpl.ToObservableRecursive`1._.<>c.<Run>b__3_0(IScheduler innerScheduler, _ this)
   at System.Reactive.Concurrency.ImmediateScheduler.Schedule[TState](TState state, Func`3 action)
   at System.Reactive.Linq.ObservableImpl.ToObservableRecursive`1._.Run(IEnumerable`1 source, IScheduler scheduler)
   at System.Reactive.Linq.ObservableImpl.ToObservableRecursive`1.Run(_ sink)
   at System.Reactive.Producer`2.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard)
   at System.ObservableExtensions.SubscribeSafe[T](IObservable`1 source, IObserver`1 observer)
   at System.Reactive.Sink`2.Run(IObservable`1 source)
   at System.Reactive.Linq.ObservableImpl.Merge`1.Observables.Run(_ sink)
   at System.Reactive.Producer`2.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard)
   at System.ObservableExtensions.SubscribeSafe[T](IObservable`1 source, IObserver`1 observer)
   at System.Reactive.Sink`2.Run(IObservable`1 source)
   at System.Reactive.Linq.ObservableImpl.Take`1.Count.Run(_ sink)
   at System.Reactive.Producer`2.<>c.<SubscribeRaw>b__1_0(ValueTuple`2 tuple)
   at System.Reactive.Concurrency.Scheduler.<>c__75`1.<ScheduleAction>b__75_0(IScheduler _, ValueTuple`2 tuple)
   at System.Reactive.Concurrency.CurrentThreadScheduler.Schedule[TState](TState state, TimeSpan dueTime, Func`3 action)
   at System.Reactive.Concurrency.LocalScheduler.Schedule[TState](TState state, Func`3 action)
   at System.Reactive.Concurrency.Scheduler.ScheduleAction[TState](IScheduler scheduler, TState state, Action`1 action)
   at System.Reactive.Producer`2.SubscribeRaw(IObserver`1 observer, Boolean enableSafeguard)
   at System.Reactive.Producer`2.Subscribe(IObserver`1 observer)
   at System.ObservableExtensions.Subscribe[T](IObservable`1 source, Action`1 onNext)
   at VL.AppServices.NodeFactory.NodeFactoryCacheImpl.CachedNodeFactory.EnsureToBeSubscribed()
   at VL.AppServices.NodeFactory.NodeFactoryCacheImpl.CachedNodeFactory.get_NodeDescriptions()
   at VL.Core.NodeFactoryRegistry.GetNodeDescription(String name, String category)
   at VL.Core.NodeFactoryRegistry.CreateNode(NodeContext context, String name, String category)
   at VL.AppServices.CompilationHelper.CreateNodeById(NodeContext context, String name, String category)
   at _VL_ImGui_.ReGui.ImmediateModeNode_C.__Create__(NodeContext Node_Context_In)
   at _VL_ImGui_.ReGui.ImmediateModeNode_C.Create(NodeContext Node_Context_In)
   at _VL_ImGui_Skia_.Graphics.Skia.Layer.ImGui_Pb0jmhYedzLP452JM5MUGn.__Create__(NodeContext Node_Context)
   at _VL_ImGui_Skia_.Graphics.Skia.Layer.ImGui_Pb0jmhYedzLP452JM5MUGn.Create(NodeContext Node_Context)
   at _HowTo_Draw_Static_Buffers_err_.__auto.HowTo_Draw_Static_Buffers_errApplication_LEC7llMwbvWMcRsdzAQdzt.__Create__(NodeContext Node_Context)
   at _HowTo_Draw_Static_Buffers_err_.__auto.HowTo_Draw_Static_Buffers_errApplication_LEC7llMwbvWMcRsdzAQdzt.Create(NodeContext Node_Context)
   at Program.<>c.<Main>b__0_0(NodeContext c)
   at VL.AppServices.ExportedAppHost.<>c__DisplayClass22_1.<RunCoreAsync>b__1(Object _)


************** Loaded Assemblies **************
System.Private.CoreLib
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Private.CoreLib.dll
----------------------------------------
HowTo Draw Static Buffers err
    Assembly Version: 1.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\HowTo Draw Static Buffers err.dll
----------------------------------------
System.Runtime
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Runtime.dll
----------------------------------------
Stride.Core
    Assembly Version: 4.2.0.1
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.dll
----------------------------------------
System.Collections
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Collections.dll
----------------------------------------
System.Threading
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Threading.dll
----------------------------------------
System.Private.Uri
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Private.Uri.dll
----------------------------------------
ServiceWire
    Assembly Version: 5.5.4.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\ServiceWire.dll
----------------------------------------
netstandard
    Assembly Version: 2.1.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\netstandard.dll
----------------------------------------
VL.Core
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Core.dll
----------------------------------------
Stride.Core.Mathematics
    Assembly Version: 4.2.0.1
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.Mathematics.dll
----------------------------------------
System.Linq
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Linq.dll
----------------------------------------
VL.Stride.Runtime
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Stride.Runtime.dll
----------------------------------------
Stride.Shaders
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Shaders.dll
----------------------------------------
Stride
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.dll
----------------------------------------
Stride.Core.Serialization
    Assembly Version: 4.2.0.1
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.Serialization.dll
----------------------------------------
Stride.Graphics
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Graphics.dll
----------------------------------------
SharpDX.Direct3D11
    Assembly Version: 4.2.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SharpDX.Direct3D11.dll
----------------------------------------
Stride.Engine
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Engine.dll
----------------------------------------
Stride.Rendering
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Rendering.dll
----------------------------------------
Stride.Native
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Native.dll
----------------------------------------
Stride.Audio
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Audio.dll
----------------------------------------
Stride.VirtualReality
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.VirtualReality.dll
----------------------------------------
Stride.Input
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Input.dll
----------------------------------------
System.Diagnostics.DiagnosticSource
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Diagnostics.DiagnosticSource.dll
----------------------------------------
Stride.Core.Shaders
    Assembly Version: 4.2.0.1
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.Shaders.dll
----------------------------------------
Stride.Shaders.Parser
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Shaders.Parser.dll
----------------------------------------
Stride.Physics
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Physics.dll
----------------------------------------
BulletSharp.NetStandard
    Assembly Version: 1.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\BulletSharp.NetStandard.dll
----------------------------------------
System.Runtime.InteropServices
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Runtime.InteropServices.dll
----------------------------------------
System.Diagnostics.Process
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Diagnostics.Process.dll
----------------------------------------
System.ComponentModel.Primitives
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.ComponentModel.Primitives.dll
----------------------------------------
Stride.Particles
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Particles.dll
----------------------------------------
Stride.UI
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.UI.dll
----------------------------------------
Stride.Navigation
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Navigation.dll
----------------------------------------
Stride.Video
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Video.dll
----------------------------------------
VL.CoreLib
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.CoreLib.dll
----------------------------------------
vvvv.geometry3Sharp
    Assembly Version: 1.0.20.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\vvvv.geometry3Sharp.dll
----------------------------------------
Fuse
    Assembly Version: 1.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Fuse.dll
----------------------------------------
VL.Stride
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Stride.dll
----------------------------------------
VL.Stride.Windows
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Stride.Windows.dll
----------------------------------------
Stride.Core.BuildEngine.Common
    Assembly Version: 4.2.0.1
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.BuildEngine.Common.dll
----------------------------------------
Stride.Core.Design
    Assembly Version: 4.2.0.1
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.Design.dll
----------------------------------------
Stride.Core.Yaml
    Assembly Version: 4.2.0.1
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.Yaml.dll
----------------------------------------
Stride.Core.Reflection
    Assembly Version: 4.2.0.1
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.Reflection.dll
----------------------------------------
System.ComponentModel.TypeConverter
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.ComponentModel.TypeConverter.dll
----------------------------------------
System.ObjectModel
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.ObjectModel.dll
----------------------------------------
Stride.Core.Assets
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.Assets.dll
----------------------------------------
System.Collections.Concurrent
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Collections.Concurrent.dll
----------------------------------------
Stride.Core.Packages
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.Packages.dll
----------------------------------------
Stride.Assets
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Assets.dll
----------------------------------------
Stride.Core.ProjectTemplating
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.ProjectTemplating.dll
----------------------------------------
System.Text.RegularExpressions
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Text.RegularExpressions.dll
----------------------------------------
System.Memory
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Memory.dll
----------------------------------------
Stride.Assets.Models
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Assets.Models.dll
----------------------------------------
Stride.Importer.Common
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Importer.Common.dll
----------------------------------------
Stride.Importer.Assimp
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Importer.Assimp.dll
----------------------------------------
VL.Stride.DefaultAssets
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Stride.DefaultAssets.dll
----------------------------------------
VL.Stride.TextureFX
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Stride.TextureFX.dll
----------------------------------------
VL.App.WindowsForms
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.App.WindowsForms.dll
----------------------------------------
VL.AppServices
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.AppServices.dll
----------------------------------------
Microsoft.Extensions.Configuration.Abstractions
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.Configuration.Abstractions.dll
----------------------------------------
Microsoft.Extensions.Logging.Abstractions
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.Logging.Abstractions.dll
----------------------------------------
System.Reactive
    Assembly Version: 6.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\System.Reactive.dll
----------------------------------------
System.Collections.Immutable
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Collections.Immutable.dll
----------------------------------------
ImGui.NET
    Assembly Version: 1.90.0.1
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\ImGui.NET.dll
----------------------------------------
VL.Core.Skia
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Core.Skia.dll
----------------------------------------
System.Resources.ResourceManager
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Resources.ResourceManager.dll
----------------------------------------
System.Runtime.Loader
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Runtime.Loader.dll
----------------------------------------
Irony
    Assembly Version: 1.1.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Irony.dll
----------------------------------------
System.ComponentModel
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.ComponentModel.dll
----------------------------------------
System.Drawing.Primitives
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Drawing.Primitives.dll
----------------------------------------
System.Threading.Thread
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Threading.Thread.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.1\System.Windows.Forms.dll
----------------------------------------
System.Drawing.Common
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.1\System.Drawing.Common.dll
----------------------------------------
System.Windows.Forms.Primitives
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.1\System.Windows.Forms.Primitives.dll
----------------------------------------
System.Diagnostics.TraceSource
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Diagnostics.TraceSource.dll
----------------------------------------
System.Collections.Specialized
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Collections.Specialized.dll
----------------------------------------
System.ComponentModel.EventBasedAsync
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.ComponentModel.EventBasedAsync.dll
----------------------------------------
Microsoft.Win32.Primitives
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\Microsoft.Win32.Primitives.dll
----------------------------------------
System.Numerics.Vectors
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Numerics.Vectors.dll
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.1\Accessibility.dll
----------------------------------------
Microsoft.VisualStudio.Threading
    Assembly Version: 17.7.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.VisualStudio.Threading.dll
----------------------------------------
System.Reflection.Emit.Lightweight
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Reflection.Emit.Lightweight.dll
----------------------------------------
System.Reflection.Emit.ILGeneration
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Reflection.Emit.ILGeneration.dll
----------------------------------------
System.Reflection.Primitives
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Reflection.Primitives.dll
----------------------------------------
VL.Fuse.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Fuse.vl.dll
----------------------------------------
VL.CoreLib.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.CoreLib.vl.dll
----------------------------------------
CommunityToolkit.HighPerformance
    Assembly Version: 8.2.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\CommunityToolkit.HighPerformance.dll
----------------------------------------
System.Interactive
    Assembly Version: 6.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\System.Interactive.dll
----------------------------------------
System.Net.Sockets
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Net.Sockets.dll
----------------------------------------
System.Net.Primitives
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Net.Primitives.dll
----------------------------------------
System.IO.Ports
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\System.IO.Ports.dll
----------------------------------------
System.Net.NetworkInformation
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Net.NetworkInformation.dll
----------------------------------------
System.Net.Ping
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Net.Ping.dll
----------------------------------------
System.Net.Requests
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Net.Requests.dll
----------------------------------------
System.Xml.XDocument
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Xml.XDocument.dll
----------------------------------------
System.Private.Xml.Linq
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Private.Xml.Linq.dll
----------------------------------------
System.Private.Xml
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Private.Xml.dll
----------------------------------------
System.Management
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\System.Management.dll
----------------------------------------
System.Console
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Console.dll
----------------------------------------
VL.Stride.Runtime.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Stride.Runtime.vl.dll
----------------------------------------
SkiaSharp
    Assembly Version: 2.88.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SkiaSharp.dll
----------------------------------------
SharpDX.DXGI
    Assembly Version: 4.2.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SharpDX.DXGI.dll
----------------------------------------
SharpDX
    Assembly Version: 4.2.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SharpDX.dll
----------------------------------------
Stride.Games
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Games.dll
----------------------------------------
Stride.Core.IO
    Assembly Version: 4.2.0.1
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.IO.dll
----------------------------------------
VL.UI.PatchEditor.Utils
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.UI.PatchEditor.Utils.dll
----------------------------------------
VL.Stride.TextureFX.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Stride.TextureFX.vl.dll
----------------------------------------
VL.ImGui.Skia.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.ImGui.Skia.vl.dll
----------------------------------------
VL.ImGui
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.ImGui.dll
----------------------------------------
VL.Skia.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Skia.vl.dll
----------------------------------------
VL.Skia
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Skia.dll
----------------------------------------
VL.Stride.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Stride.vl.dll
----------------------------------------
VL.ImGui.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.ImGui.vl.dll
----------------------------------------
SixLabors.Fonts
    Assembly Version: 1.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SixLabors.Fonts.dll
----------------------------------------
VL.Stride.Windows.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Stride.Windows.vl.dll
----------------------------------------
SimMetricsCore
    Assembly Version: 2.1.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SimMetricsCore.dll
----------------------------------------
SkiaSharp.Extended.Svg
    Assembly Version: 1.60.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SkiaSharp.Extended.Svg.dll
----------------------------------------
VL.ImGui.Skia
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.ImGui.Skia.dll
----------------------------------------
Gma.System.MouseKeyHook
    Assembly Version: 5.6.130.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Gma.System.MouseKeyHook.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Core.dll
----------------------------------------
mscorlib
    Assembly Version: 4.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\mscorlib.dll
----------------------------------------
Mastonet
    Assembly Version: 2.2.1.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Mastonet.dll
----------------------------------------
SharpClipboard
    Assembly Version: 3.5.2.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SharpClipboard.dll
----------------------------------------
VL.CoreLib.Windows
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.CoreLib.Windows.dll
----------------------------------------
VL.CoreLib.Windows.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.CoreLib.Windows.vl.dll
----------------------------------------
VL.EditingFramework.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.EditingFramework.vl.dll
----------------------------------------
VL.FuzzySearch.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.FuzzySearch.vl.dll
----------------------------------------
VL.HDE.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.HDE.vl.dll
----------------------------------------
WindowsBase
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.1\WindowsBase.dll
----------------------------------------
System.Xaml
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.1\System.Xaml.dll
----------------------------------------
VL.Lang
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Lang.dll
----------------------------------------
ImmutableObjectGraph
    Assembly Version: 1.2.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\ImmutableObjectGraph.dll
----------------------------------------
VL.UI.Core
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.UI.Core.dll
----------------------------------------
Microsoft.Extensions.Configuration
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.Configuration.dll
----------------------------------------
Microsoft.Extensions.Primitives
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.Primitives.dll
----------------------------------------
VL.LogView.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.LogView.vl.dll
----------------------------------------
VL.Serialization.Raw.vl
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Serialization.Raw.vl.dll
----------------------------------------
SkiaSharp.SceneGraph
    Assembly Version: 2.88.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SkiaSharp.SceneGraph.dll
----------------------------------------
SkiaSharp.Skottie
    Assembly Version: 2.88.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SkiaSharp.Skottie.dll
----------------------------------------
PresentationCore
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.1\PresentationCore.dll
----------------------------------------
NuGet.Versioning
    Assembly Version: 6.8.0.131
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\NuGet.Versioning.dll
----------------------------------------
VL.Serialization.Raw
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Serialization.Raw.dll
----------------------------------------
Microsoft.Extensions.Logging
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.Logging.dll
----------------------------------------
Microsoft.Extensions.DependencyInjection.Abstractions
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.DependencyInjection.Abstractions.dll
----------------------------------------
Microsoft.Extensions.DependencyInjection
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.DependencyInjection.dll
----------------------------------------
Microsoft.Extensions.Options
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.Options.dll
----------------------------------------
System.Diagnostics.Tracing
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Diagnostics.Tracing.dll
----------------------------------------
Microsoft.Extensions.Options.ConfigurationExtensions
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.Options.ConfigurationExtensions.dll
----------------------------------------
Microsoft.Extensions.Configuration.Binder
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.Configuration.Binder.dll
----------------------------------------
System.Text.Encoding.Extensions
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Text.Encoding.Extensions.dll
----------------------------------------
System.Reflection
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Reflection.dll
----------------------------------------
Stride.Shaders.Compiler
    Assembly Version: 4.2.0.2067
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Shaders.Compiler.dll
----------------------------------------
System.Threading.ThreadPool
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Threading.ThreadPool.dll
----------------------------------------
Microsoft.Extensions.ObjectPool
    Assembly Version: 8.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.ObjectPool.dll
----------------------------------------
Silk.NET.SDL
    Assembly Version: 2.17.1.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Silk.NET.SDL.dll
----------------------------------------
Silk.NET.Core
    Assembly Version: 2.17.1.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Silk.NET.Core.dll
----------------------------------------
Stride.Core.MicroThreading
    Assembly Version: 4.2.0.1
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Core.MicroThreading.dll
----------------------------------------
System.Threading.Channels
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Threading.Channels.dll
----------------------------------------
Microsoft.Build.Locator
    Assembly Version: 1.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Build.Locator.dll
----------------------------------------
System.Runtime.Extensions
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Runtime.Extensions.dll
----------------------------------------
System.IO.FileSystem
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.IO.FileSystem.dll
----------------------------------------
Microsoft.Build
    Assembly Version: 15.1.0.0
    Location: C:\Program Files\dotnet\sdk\8.0.101\Microsoft.Build.dll
----------------------------------------
Microsoft.Build.Framework
    Assembly Version: 15.1.0.0
    Location: C:\Program Files\dotnet\sdk\8.0.101\Microsoft.Build.Framework.dll
----------------------------------------
System.Collections.NonGeneric
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Collections.NonGeneric.dll
----------------------------------------
Microsoft.DotNet.PlatformAbstractions
    Assembly Version: 3.1.6.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.DotNet.PlatformAbstractions.dll
----------------------------------------
Microsoft.Extensions.DependencyModel
    Assembly Version: 7.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Microsoft.Extensions.DependencyModel.dll
----------------------------------------
System.Text.Json
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Text.Json.dll
----------------------------------------
System.Runtime.InteropServices.RuntimeInformation
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Runtime.InteropServices.RuntimeInformation.dll
----------------------------------------
System.Runtime.CompilerServices.Unsafe
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Runtime.CompilerServices.Unsafe.dll
----------------------------------------
System.IO.Compression
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.IO.Compression.dll
----------------------------------------
K4os.Compression.LZ4
    Assembly Version: 1.2.16.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\K4os.Compression.LZ4.dll
----------------------------------------
Silk.NET.Maths
    Assembly Version: 2.17.1.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Silk.NET.Maths.dll
----------------------------------------
SharpFont
    Assembly Version: 3.1.0.200
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SharpFont.dll
----------------------------------------
System.Linq.Expressions
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Linq.Expressions.dll
----------------------------------------
Microsoft.CSharp
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\Microsoft.CSharp.dll
----------------------------------------
Stride.Irony
    Assembly Version: 0.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\Stride.Irony.dll
----------------------------------------
CppNet
    Assembly Version: 1.0.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\CppNet.dll
----------------------------------------
System.IO
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.IO.dll
----------------------------------------
System.Globalization
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Globalization.dll
----------------------------------------
System.IO.FileSystem.Watcher
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.IO.FileSystem.Watcher.dll
----------------------------------------
System.Threading.Overlapped
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Threading.Overlapped.dll
----------------------------------------
SharpDX.D3DCompiler
    Assembly Version: 4.2.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\SharpDX.D3DCompiler.dll
----------------------------------------
System.Net.WebClient
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Net.WebClient.dll
----------------------------------------
VL.Core.Skia.Windows
    Assembly Version: 2024.6.0.0
    Location: C:\Users\Plantium\Documents\vvvv\gamma-preview\Exports\HowTo Draw Static Buffers err\VL.Core.Skia.Windows.dll
----------------------------------------
System.Resources.Extensions
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.1\System.Resources.Extensions.dll
----------------------------------------
System.Drawing
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.1\System.Drawing.dll
----------------------------------------
Microsoft.Win32.SystemEvents
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App\8.0.1\Microsoft.Win32.SystemEvents.dll
----------------------------------------
System.IO.Compression.Brotli
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.IO.Compression.Brotli.dll
----------------------------------------
System.Diagnostics.StackTrace
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Diagnostics.StackTrace.dll
----------------------------------------
System.Reflection.Metadata
    Assembly Version: 8.0.0.0
    Location: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.1\System.Reflection.Metadata.dll
----------------------------------------

************** JIT Debugging **************



But after 2 continues, it runs, in a weird way…
everything works, but


insted of 2 windows I have 6

this is the test patch.
Its the fuse example with a spout node and a ImGui nodes.

Maybe this is not possible at the moment, and that’s totally fine, I am posting this just to be sure that there is nothing else wrong from my side, or maybe there is a workarround to meet what I am looking for

HowTo Draw Static Buffers err.vl (47.9 KB)

I

Without looking at your patch - this looks like some sort of wrong reference sneaked into your main document or one of its dependencies. Or are you making use of Mastonet?

Hey Elias how are you!
I was thinking the same, but I this is the way to replicate the issue, I just did it on 6.0-0001

Open Fuse How to Displace Lines ( I can export and run this patch without any problem )
Open How to layout from ImGui ( I can also build an run this example without problem )

Pase the ImGui patch inside the Fuse patch

Save it, and try to build and compile
I got the same error, no external files used

I can confirm this behavior on another computer with a fresh install
but I was able to get out the error message by making the requested directories manualy
on the exported folder I made this dirs and the error message disapear

/Component
/vl/Component
/vl/Layout
/vl/Widget
/VL.IO.Mastonet
/Widget

Hm, indeed it’s reproducible on our end. However the issue seems to be on the Fuse side, internally it references VL.HDE which it shouldn’t. Why the error only comes up in that particular combination and not with the plain Fuse patch alone, I can’t say. But we definitely need to get rid of those references inside the Fuse universe, no library should ever have a reference on our editor except for editor extensions.

We’ll have to talk to the Fuse team about this and come back to you.

1 Like

Here is a PR which should address this issue. Let’s see what the Fuse team has to say.

1 Like

I have adjusted this according to Elias PR but next release will take some time I still have some other things to fix

1 Like