GammaLauncher patch does not open on latest preview

Hey there,

Was trying to work on GammaLauncher under latest preview (5.0 - 667). The patch opens but does not run, and this exception is logged to the console :

Unfold me
            ArgumentNullException: "Value cannot be null. (Parameter 'enumType')"
                ParamName: "enumType"
                StackTrace:
                    System.Enum { private static System.RuntimeType ValidateRuntimeType(System.Type enumType) { ... } } 
                    System.Enum { public static object ToObject(System.Type enumType, object value) { ... } } 
                    VL.Lang.Platforms.Roslyn.ImportedParameterPinDefinitionSymbol { private VL.Model.CompileTimeValue GetDefaultValue() { ... } } 
                    System.Lazy`1 { private void ViaFactory(System.Threading.LazyThreadSafetyMode mode) { ... } } 
                    System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
                    System.Lazy`1 { private T CreateValue() { ... } } 
                    VL.Lang.Platforms.Roslyn.ImportedParameterPinDefinitionSymbol { public virtual VL.Model.CompileTimeValue get_DefaultValue() { ... } } 
                    VL.Lang.Symbols.PatchedNodePinSymbol { public virtual VL.Model.CompileTimeValue get_Value() { ... } } 
                    VL.Lang.Platforms.Roslyn.PatchCompiler { private void GenerateNodeApplicationStatements(VL.Lang.Symbols.IPatchSymbol patch, VL.Lang.Symbols.INodeSymbol node, VL.Lang.Symbols.INodeSymbol region, VL.Lang.Platforms.Roslyn.PatchState state) { ... } } 
                    VL.Lang.Platforms.Roslyn.PatchCompiler { public void GeneratePatchStatements(VL.Lang.Symbols.IPatchSymbol patch, VL.Lang.Symbols.INodeSymbol currentRegion, VL.Lang.Platforms.Roslyn.PatchState state, bool annotate) { ... } } 
                    VL.Lang.Platforms.Roslyn.PatchCompiler { public void GeneratePatchStatements(VL.Lang.Symbols.IPatchSymbol patch, bool annotate) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_3 { internal void <CreateSyntaxTrees>g__GenerateOperationStatements|91(VL.Lang.Platforms.Roslyn.StatementBuilder statementBuilder, VL.Lang.Platforms.Roslyn.PatchState rootState, Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax tracerLocal, Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax selfLocal, VL.Lang.Platforms.Roslyn.<>c__DisplayClass62_21& , VL.Lang.Platforms.Roslyn.<>c__DisplayClass62_22& ) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_3 { internal Microsoft.CodeAnalysis.CSharp.Syntax.MethodDeclarationSyntax <CreateSyntaxTrees>g__GetMethod|89(VL.Lang.Symbols.IOperationDefinitionSymbol operation, VL.Lang.Symbols.IPatchSymbol patch, bool methodTracingEnabled, bool isTraceMethod, uint topLevelPatchId, bool createSubContexts, bool isOverride, VL.Lang.Platforms.Roslyn.<>c__DisplayClass62_21& ) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_3 { internal void <CreateSyntaxTrees>g__ProduceMethodPair|88(VL.Lang.Symbols.IOperationDefinitionSymbol operation, VL.Lang.Platforms.Roslyn.<>c__DisplayClass62_21& ) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_3+<<CreateSyntaxTrees>g__GenerateMembers|37>d { private virtual bool MoveNext() { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_20+<<CreateSyntaxTrees>g__GetMembers|87>d { private virtual bool MoveNext() { ... } } 
                    System.Linq.Enumerable { public static bool Any(System.Collections.Generic.IEnumerable<> source) { ... } } 
                    System.Collections.Generic.EnumerableExtensions { public static bool None(System.Collections.Generic.IEnumerable<> collection) { ... } } 
                    VL.Lang.Platforms.Roslyn.SyntaxFactoryUtils { private static bool IsNullOrEmpty(System.Collections.Generic.IEnumerable<> items) { ... } } 
                    VL.Lang.Platforms.Roslyn.SyntaxFactoryUtils { public static Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax ClassDeclaration(string name, System.Collections.Generic.IEnumerable<string> typeParameters, Microsoft.CodeAnalysis.Accessibility accessibility, Microsoft.CodeAnalysis.Editing.DeclarationModifiers modifiers, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax> baseTypes, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax> members, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributes, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> constraintClauses) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_3 { internal Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax <CreateSyntaxTrees>g__CreateStaticTypeDeclaration|33(VL.Lang.Symbols.IConcreteTypeSymbol type, int declIndent) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_1 { internal System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax> <CreateSyntaxTrees>g__GetNamespaceMembers|5(VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator nameGenerator, System.Collections.Generic.IEnumerable<VL.Lang.Platforms.Roslyn.DefinitionBuildRequest> definitions, int indent) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_2 { internal VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator <CreateSyntaxTrees>b__8(int i, System.Threading.Tasks.ParallelLoopState pls, VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator nameGenerator) { ... } } 
                    System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`1 { internal void <ForWorker>b__1(System.Threading.Tasks.RangeWorker& currentWorker, int timeout, System.Boolean& replicationDelegateYieldedBeforeCompletion) { ... } } 
                    System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
                    System.Runtime.ExceptionServices.ExceptionDispatchInfo { public static void Throw(System.Exception source) { ... } } 
                    System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`1 { internal void <ForWorker>b__1(System.Threading.Tasks.RangeWorker& currentWorker, int timeout, System.Boolean& replicationDelegateYieldedBeforeCompletion) { ... } } 
                    System.Threading.Tasks.TaskReplicator+Replica { public void Execute() { ... } } 

        AggregateException: "One or more errors occurred. (Value cannot be null. (Parameter 'enumType'))"
            InnerExceptions: "1"
            StackTrace:
                System.Threading.Tasks.TaskReplicator { public static void Run(System.Threading.Tasks.TaskReplicator.ReplicatableUserAction<> action, System.Threading.Tasks.ParallelOptions options, bool stopOnFirstFailure) { ... } } 
                System.Threading.Tasks.Parallel { private static System.Threading.Tasks.ParallelLoopResult ForWorker(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action<int> body, System.Action<int, System.Threading.Tasks.ParallelLoopState> bodyWithState, System.Func<, , , > bodyWithLocal, System.Func<> localInit, System.Action<> localFinally) { ... } } 
                System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
                System.Runtime.ExceptionServices.ExceptionDispatchInfo { public static void Throw(System.Exception source) { ... } } 
                System.Threading.Tasks.Parallel { private static void ThrowSingleCancellationExceptionOrOtherException(System.Collections.ICollection exceptions, System.Threading.CancellationToken cancelToken, System.Exception otherException) { ... } } 
                System.Threading.Tasks.Parallel { private static System.Threading.Tasks.ParallelLoopResult ForWorker(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action<int> body, System.Action<int, System.Threading.Tasks.ParallelLoopState> bodyWithState, System.Func<, , , > bodyWithLocal, System.Func<> localInit, System.Action<> localFinally) { ... } } 
                System.Threading.Tasks.Parallel { public static System.Threading.Tasks.ParallelLoopResult For(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func<> localInit, System.Func<, , , > body, System.Action<> localFinally) { ... } } 
                VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_1 { internal void <CreateSyntaxTrees>g__CreateDeclarations|4(System.Collections.Generic.List<Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax> decls) { ... } } 
                VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_0 { internal Microsoft.CodeAnalysis.SyntaxTree <CreateSyntaxTrees>g__GetSyntaxTree|2(VL.Lang.Platforms.Roslyn.DocumentBuildRequest buildRequest) { ... } } 
                VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_0 { internal void <CreateSyntaxTrees>b__0(int i) { ... } } 
                System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`1 { internal void <ForWorker>b__1(System.Threading.Tasks.RangeWorker& currentWorker, int timeout, System.Boolean& replicationDelegateYieldedBeforeCompletion) { ... } } 
                System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
                System.Runtime.ExceptionServices.ExceptionDispatchInfo { public static void Throw(System.Exception source) { ... } } 
                System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`1 { internal void <ForWorker>b__1(System.Threading.Tasks.RangeWorker& currentWorker, int timeout, System.Boolean& replicationDelegateYieldedBeforeCompletion) { ... } } 
                System.Threading.Tasks.TaskReplicator+Replica { public void Execute() { ... } } 

AggregateException: "One or more errors occurred. (One or more errors occurred. (Value cannot be null. (Parameter 'enumType')))"
    InnerExceptions: "1"
    StackTrace:
        System.Threading.Tasks.TaskReplicator { public static void Run(System.Threading.Tasks.TaskReplicator.ReplicatableUserAction<> action, System.Threading.Tasks.ParallelOptions options, bool stopOnFirstFailure) { ... } } 
        System.Threading.Tasks.Parallel { private static System.Threading.Tasks.ParallelLoopResult ForWorker(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action<int> body, System.Action<int, System.Threading.Tasks.ParallelLoopState> bodyWithState, System.Func<, , , > bodyWithLocal, System.Func<> localInit, System.Action<> localFinally) { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public static void Throw(System.Exception source) { ... } } 
        System.Threading.Tasks.Parallel { private static void ThrowSingleCancellationExceptionOrOtherException(System.Collections.ICollection exceptions, System.Threading.CancellationToken cancelToken, System.Exception otherException) { ... } } 
        System.Threading.Tasks.Parallel { private static System.Threading.Tasks.ParallelLoopResult ForWorker(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action<int> body, System.Action<int, System.Threading.Tasks.ParallelLoopState> bodyWithState, System.Func<, , , > bodyWithLocal, System.Func<> localInit, System.Action<> localFinally) { ... } } 
        System.Threading.Tasks.Parallel { public static System.Threading.Tasks.ParallelLoopResult For(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action<int> body) { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation { public static System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SyntaxTree> CreateSyntaxTrees(VL.Lang.Platforms.Roslyn.ProjectNameSyntaxGenerator projectNameGenerator, VL.Lang.Platforms.Roslyn.ProjectBuildRequest projectBuildRequest, System.Threading.CancellationToken token, VL.Lang.Platforms.Roslyn.VLObjectFlavour vlObjectFlavour, VL.Lang.Symbols.IProcessDefinitionSymbol appClient, VL.Lang.Symbols.IConcreteTypeSymbol appHost, string hash) { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass6_0 { internal System.ValueTuple<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, System.Collections.Generic.IReadOnlyDictionary<VL.Core.UniqueId, Microsoft.CodeAnalysis.SyntaxAnnotation>> <InitializeAsync>g__CreateCSharpCompilation|2(VL.Lang.Platforms.Roslyn.ProjectBuildRequest projectBuildRequest, bool normalizeWhitespaces) { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass6_0 { internal VL.Lang.Platforms.Roslyn.ProjectCompilation <InitializeAsync>g__Build|0(VL.Lang.Platforms.Roslyn.ProjectBuildRequest projectBuildRequest) { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass6_1+<<InitializeAsync>b__3>d { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { internal static void ValidateEnd(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<InitializeAsync>d__6 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<CreateAsync>d__4 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<WithCompilationAsync>d__45 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<VL-Lang-Symbols-ITargetCompilation-WithCompilationAsync>d__46 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Model.VLSession+<CreateTargetCompilationAsync>d__168 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Model.VLSession+<UpdateRuntimesAsync>d__167 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        VL.Model.VLSession+<UpdateCompilationAsync>d__190 { private virtual void MoveNext() { ... } } 


            ArgumentNullException: "Value cannot be null. (Parameter 'enumType')"
                ParamName: "enumType"
                StackTrace:
                    System.Enum { private static System.RuntimeType ValidateRuntimeType(System.Type enumType) { ... } } 
                    System.Enum { public static object ToObject(System.Type enumType, object value) { ... } } 
                    VL.Lang.Platforms.Roslyn.ImportedParameterPinDefinitionSymbol { private VL.Model.CompileTimeValue GetDefaultValue() { ... } } 
                    System.Lazy`1 { private void ViaFactory(System.Threading.LazyThreadSafetyMode mode) { ... } } 
                    System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
                    System.Lazy`1 { private T CreateValue() { ... } } 
                    VL.Lang.Platforms.Roslyn.ImportedParameterPinDefinitionSymbol { public virtual VL.Model.CompileTimeValue get_DefaultValue() { ... } } 
                    VL.Lang.Symbols.PatchedNodePinSymbol { public virtual VL.Model.CompileTimeValue get_Value() { ... } } 
                    VL.Lang.Platforms.Roslyn.PatchCompiler { private void GenerateNodeApplicationStatements(VL.Lang.Symbols.IPatchSymbol patch, VL.Lang.Symbols.INodeSymbol node, VL.Lang.Symbols.INodeSymbol region, VL.Lang.Platforms.Roslyn.PatchState state) { ... } } 
                    VL.Lang.Platforms.Roslyn.PatchCompiler { public void GeneratePatchStatements(VL.Lang.Symbols.IPatchSymbol patch, VL.Lang.Symbols.INodeSymbol currentRegion, VL.Lang.Platforms.Roslyn.PatchState state, bool annotate) { ... } } 
                    VL.Lang.Platforms.Roslyn.PatchCompiler { public void GeneratePatchStatements(VL.Lang.Symbols.IPatchSymbol patch, bool annotate) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_3 { internal void <CreateSyntaxTrees>g__GenerateOperationStatements|91(VL.Lang.Platforms.Roslyn.StatementBuilder statementBuilder, VL.Lang.Platforms.Roslyn.PatchState rootState, Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax tracerLocal, Microsoft.CodeAnalysis.CSharp.Syntax.ExpressionSyntax selfLocal, VL.Lang.Platforms.Roslyn.<>c__DisplayClass62_21& , VL.Lang.Platforms.Roslyn.<>c__DisplayClass62_22& ) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_3 { internal Microsoft.CodeAnalysis.CSharp.Syntax.MethodDeclarationSyntax <CreateSyntaxTrees>g__GetMethod|89(VL.Lang.Symbols.IOperationDefinitionSymbol operation, VL.Lang.Symbols.IPatchSymbol patch, bool methodTracingEnabled, bool isTraceMethod, uint topLevelPatchId, bool createSubContexts, bool isOverride, VL.Lang.Platforms.Roslyn.<>c__DisplayClass62_21& ) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_3 { internal void <CreateSyntaxTrees>g__ProduceMethodPair|88(VL.Lang.Symbols.IOperationDefinitionSymbol operation, VL.Lang.Platforms.Roslyn.<>c__DisplayClass62_21& ) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_3+<<CreateSyntaxTrees>g__GenerateMembers|37>d { private virtual bool MoveNext() { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_20+<<CreateSyntaxTrees>g__GetMembers|87>d { private virtual bool MoveNext() { ... } } 
                    System.Linq.Enumerable { public static bool Any(System.Collections.Generic.IEnumerable<> source) { ... } } 
                    System.Collections.Generic.EnumerableExtensions { public static bool None(System.Collections.Generic.IEnumerable<> collection) { ... } } 
                    VL.Lang.Platforms.Roslyn.SyntaxFactoryUtils { private static bool IsNullOrEmpty(System.Collections.Generic.IEnumerable<> items) { ... } } 
                    VL.Lang.Platforms.Roslyn.SyntaxFactoryUtils { public static Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax ClassDeclaration(string name, System.Collections.Generic.IEnumerable<string> typeParameters, Microsoft.CodeAnalysis.Accessibility accessibility, Microsoft.CodeAnalysis.Editing.DeclarationModifiers modifiers, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax> baseTypes, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax> members, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributes, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax> constraintClauses) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_3 { internal Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax <CreateSyntaxTrees>g__CreateStaticTypeDeclaration|33(VL.Lang.Symbols.IConcreteTypeSymbol type, int declIndent) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_1 { internal System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax> <CreateSyntaxTrees>g__GetNamespaceMembers|5(VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator nameGenerator, System.Collections.Generic.IEnumerable<VL.Lang.Platforms.Roslyn.DefinitionBuildRequest> definitions, int indent) { ... } } 
                    VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_2 { internal VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator <CreateSyntaxTrees>b__8(int i, System.Threading.Tasks.ParallelLoopState pls, VL.Lang.Platforms.Roslyn.ThreadNameSyntaxGenerator nameGenerator) { ... } } 
                    System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`1 { internal void <ForWorker>b__1(System.Threading.Tasks.RangeWorker& currentWorker, int timeout, System.Boolean& replicationDelegateYieldedBeforeCompletion) { ... } } 
                    System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
                    System.Runtime.ExceptionServices.ExceptionDispatchInfo { public static void Throw(System.Exception source) { ... } } 
                    System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`1 { internal void <ForWorker>b__1(System.Threading.Tasks.RangeWorker& currentWorker, int timeout, System.Boolean& replicationDelegateYieldedBeforeCompletion) { ... } } 
                    System.Threading.Tasks.TaskReplicator+Replica { public void Execute() { ... } } 

        AggregateException: "One or more errors occurred. (Value cannot be null. (Parameter 'enumType'))"
            InnerExceptions: "1"
            StackTrace:
                System.Threading.Tasks.TaskReplicator { public static void Run(System.Threading.Tasks.TaskReplicator.ReplicatableUserAction<> action, System.Threading.Tasks.ParallelOptions options, bool stopOnFirstFailure) { ... } } 
                System.Threading.Tasks.Parallel { private static System.Threading.Tasks.ParallelLoopResult ForWorker(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action<int> body, System.Action<int, System.Threading.Tasks.ParallelLoopState> bodyWithState, System.Func<, , , > bodyWithLocal, System.Func<> localInit, System.Action<> localFinally) { ... } } 
                System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
                System.Runtime.ExceptionServices.ExceptionDispatchInfo { public static void Throw(System.Exception source) { ... } } 
                System.Threading.Tasks.Parallel { private static void ThrowSingleCancellationExceptionOrOtherException(System.Collections.ICollection exceptions, System.Threading.CancellationToken cancelToken, System.Exception otherException) { ... } } 
                System.Threading.Tasks.Parallel { private static System.Threading.Tasks.ParallelLoopResult ForWorker(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action<int> body, System.Action<int, System.Threading.Tasks.ParallelLoopState> bodyWithState, System.Func<, , , > bodyWithLocal, System.Func<> localInit, System.Action<> localFinally) { ... } } 
                System.Threading.Tasks.Parallel { public static System.Threading.Tasks.ParallelLoopResult For(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func<> localInit, System.Func<, , , > body, System.Action<> localFinally) { ... } } 
                VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_1 { internal void <CreateSyntaxTrees>g__CreateDeclarations|4(System.Collections.Generic.List<Microsoft.CodeAnalysis.CSharp.Syntax.MemberDeclarationSyntax> decls) { ... } } 
                VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_0 { internal Microsoft.CodeAnalysis.SyntaxTree <CreateSyntaxTrees>g__GetSyntaxTree|2(VL.Lang.Platforms.Roslyn.DocumentBuildRequest buildRequest) { ... } } 
                VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass62_0 { internal void <CreateSyntaxTrees>b__0(int i) { ... } } 
                System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`1 { internal void <ForWorker>b__1(System.Threading.Tasks.RangeWorker& currentWorker, int timeout, System.Boolean& replicationDelegateYieldedBeforeCompletion) { ... } } 
                System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
                System.Runtime.ExceptionServices.ExceptionDispatchInfo { public static void Throw(System.Exception source) { ... } } 
                System.Threading.Tasks.Parallel+<>c__DisplayClass19_0`1 { internal void <ForWorker>b__1(System.Threading.Tasks.RangeWorker& currentWorker, int timeout, System.Boolean& replicationDelegateYieldedBeforeCompletion) { ... } } 
                System.Threading.Tasks.TaskReplicator+Replica { public void Execute() { ... } } 

AggregateException: "One or more errors occurred. (One or more errors occurred. (Value cannot be null. (Parameter 'enumType')))"
    InnerExceptions: "1"
    StackTrace:
        System.Threading.Tasks.TaskReplicator { public static void Run(System.Threading.Tasks.TaskReplicator.ReplicatableUserAction<> action, System.Threading.Tasks.ParallelOptions options, bool stopOnFirstFailure) { ... } } 
        System.Threading.Tasks.Parallel { private static System.Threading.Tasks.ParallelLoopResult ForWorker(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action<int> body, System.Action<int, System.Threading.Tasks.ParallelLoopState> bodyWithState, System.Func<, , , > bodyWithLocal, System.Func<> localInit, System.Action<> localFinally) { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public static void Throw(System.Exception source) { ... } } 
        System.Threading.Tasks.Parallel { private static void ThrowSingleCancellationExceptionOrOtherException(System.Collections.ICollection exceptions, System.Threading.CancellationToken cancelToken, System.Exception otherException) { ... } } 
        System.Threading.Tasks.Parallel { private static System.Threading.Tasks.ParallelLoopResult ForWorker(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action<int> body, System.Action<int, System.Threading.Tasks.ParallelLoopState> bodyWithState, System.Func<, , , > bodyWithLocal, System.Func<> localInit, System.Action<> localFinally) { ... } } 
        System.Threading.Tasks.Parallel { public static System.Threading.Tasks.ParallelLoopResult For(int fromInclusive, int toExclusive, System.Threading.Tasks.ParallelOptions parallelOptions, System.Action<int> body) { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation { public static System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SyntaxTree> CreateSyntaxTrees(VL.Lang.Platforms.Roslyn.ProjectNameSyntaxGenerator projectNameGenerator, VL.Lang.Platforms.Roslyn.ProjectBuildRequest projectBuildRequest, System.Threading.CancellationToken token, VL.Lang.Platforms.Roslyn.VLObjectFlavour vlObjectFlavour, VL.Lang.Symbols.IProcessDefinitionSymbol appClient, VL.Lang.Symbols.IConcreteTypeSymbol appHost, string hash) { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass6_0 { internal System.ValueTuple<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, System.Collections.Generic.IReadOnlyDictionary<VL.Core.UniqueId, Microsoft.CodeAnalysis.SyntaxAnnotation>> <InitializeAsync>g__CreateCSharpCompilation|2(VL.Lang.Platforms.Roslyn.ProjectBuildRequest projectBuildRequest, bool normalizeWhitespaces) { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass6_0 { internal VL.Lang.Platforms.Roslyn.ProjectCompilation <InitializeAsync>g__Build|0(VL.Lang.Platforms.Roslyn.ProjectBuildRequest projectBuildRequest) { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<>c__DisplayClass6_1+<<InitializeAsync>b__3>d { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { internal static void ValidateEnd(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<InitializeAsync>d__6 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<CreateAsync>d__4 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<WithCompilationAsync>d__45 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Lang.Platforms.Roslyn.TargetCompilation+<VL-Lang-Symbols-ITargetCompilation-WithCompilationAsync>d__46 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Model.VLSession+<CreateTargetCompilationAsync>d__168 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter`1 { public TResult GetResult() { ... } } 
        VL.Model.VLSession+<UpdateRuntimesAsync>d__167 { private virtual void MoveNext() { ... } } 
        System.Runtime.ExceptionServices.ExceptionDispatchInfo { public void Throw() { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void ThrowForNonSuccess(System.Threading.Tasks.Task task) { ... } } 
        System.Runtime.CompilerServices.TaskAwaiter { private static void HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task task) { ... } } 
        VL.Model.VLSession+<UpdateCompilationAsync>d__190 { private virtual void MoveNext() { ... } } 

Any hints?

To repro :

  • Checkout GammaLauncher to commit f4195311bb20e1c8a0f204cef9d53e4145f7f983
  • Start vvvv
  • Drag and drop the patch there

Thanks in advance!

After installing the latest 667 build, the Launcher started giving an exception. Before that, I clicked on install in the launcher and it failed to install. I think the problem is that the last two builds have the same numeration.

Details

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

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at GammaLauncher.Main.Utils.UpdatesTab.RetrieveLocalVVVV_St0xy0X1umbLhjDoajLVWu.Update(Path Directory_In, SpreadBuilder1 Mutable_Sorted_Dictionary_In) at _GammaLauncher_.Main.Runtime.LaunchTabRuntime_C.ScanLocalVvvvVersions() at _GammaLauncher_.Main.Runtime.ApplicationRuntime_C.__Create__(NodeContext Node_Context, Channel1 Application_Model_Channel_In, String Version_In)
at GammaLauncher.Main.Runtime.ApplicationRuntime_C.Create(NodeContext Node_Context, Channel1 Application_Model_Channel_In, String Version_In) at _GammaLauncher_.Main.App.App_C.__Create__(NodeContext Node_Context, String Version_In, Rectangle& Initial_Window_Bounds_Out) at _GammaLauncher_.Main.App.App_C.Create(NodeContext Node_Context, String Version_In, Rectangle& Initial_Window_Bounds_Out) at _GammaLauncher_.__auto.GammaLauncherApplication_OvsYGMYpBALLYRzDG73d7z.__Create__(NodeContext Node_Context) at _GammaLauncher_.__auto.GammaLauncherApplication_OvsYGMYpBALLYRzDG73d7z.Create(NodeContext Node_Context) at Program.<>c.<Main>b__0_0(NodeContext c) at VL.App.AppHost1.<>c__DisplayClass10_1.b__1(Object _)

I think this is related to version numbering changes in vvvv. Had the same issue and renaming the folder manually made it work again. This is of course not a solution, wanted to see if this was the issue or not. I’ll fix that this week.

1 Like

Ah, I see
You need to make a patch for Launcher? Change the regexp string?
изображение

Exactly.

1 Like

Sorry I misunderstood your initial question. I wonder if it’s some sort of package/assembly incompatibility. Can you rename %LocalAppData%\gamma-preview\nugets to something else, then re-install those few packages you actually need and see if that works? If yes, then it would be good if you could send us a list of what your original folder contained.

You’re right, it’s working now!

Here’s the list of packages that were in the nugets folder before, it has 259 entries

Old nugets
  • Algolia.Search.6.14.0
  • DirectShowLib.1.0.0
  • Downloader.2.3.3
  • Downloader.3.0.1
  • Downloader.3.0.3
  • EtherDream.Net.0.1.0
  • FFMpegCore.5.0.0
  • FftSharp.1.1.4
  • Fleck.1.2.0
  • GraphQL-Parser.8.1.0
  • GraphQL.7.1.1
  • HdbscanSharp.2.0.0
  • hidlibrary.3.2.46.0
  • Humanizer.Core.2.14.1
  • ImGui.NET.1.87.3
  • Instances.3.0.0
  • IpMatcher.1.0.4.3
  • Kadmium-sACN.2.0.2
  • Kadmium-Udp.1.0.1
  • LibreHardwareMonitorLibCore.1.0.3
  • M2MqttDotnetCore.1.0.8
  • Markdig.0.30.3
  • MathParser.org-mXparser.5.0.2
  • MediaInfo.Core.Native.21.9.1
  • MediaInfo.Wrapper.Core.21.9.3
  • Melanchall.DryWetMidi.6.1.4
  • Microsoft.AspNetCore.Authorization.6.0.11
  • Microsoft.AspNetCore.Components.6.0.11
  • Microsoft.AspNetCore.Components.Analyzers.6.0.11
  • Microsoft.AspNetCore.Components.Forms.6.0.11
  • Microsoft.AspNetCore.Components.Web.6.0.11
  • Microsoft.AspNetCore.Components.WebAssembly.6.0.11
  • Microsoft.AspNetCore.Metadata.6.0.11
  • Microsoft.Bcl.AsyncInterfaces.5.0.0
  • Microsoft.Bcl.AsyncInterfaces.6.0.0
  • Microsoft.Bcl.AsyncInterfaces.7.0.0
  • Microsoft.CodeAnalysis.Analyzers.3.3.3
  • Microsoft.CodeAnalysis.Common.4.4.0
  • Microsoft.CodeAnalysis.CSharp.4.4.0
  • Microsoft.CSharp.4.7.0
  • Microsoft.Diagnostics.NETCore.Client.0.2.61701
  • Microsoft.Diagnostics.Runtime.2.0.222201
  • Microsoft.Extensions.Configuration.6.0.0
  • Microsoft.Extensions.Configuration.Abstractions.6.0.0
  • Microsoft.Extensions.Configuration.Binder.6.0.0
  • Microsoft.Extensions.Configuration.FileExtensions.6.0.0
  • Microsoft.Extensions.Configuration.Json.6.0.0
  • Microsoft.Extensions.DependencyInjection.6.0.1
  • Microsoft.Extensions.DependencyInjection.Abstractions.6.0.0
  • Microsoft.Extensions.FileProviders.Abstractions.6.0.0
  • Microsoft.Extensions.FileProviders.Physical.6.0.0
  • Microsoft.Extensions.FileSystemGlobbing.6.0.0
  • Microsoft.Extensions.Logging.6.0.0
  • Microsoft.Extensions.Logging.Abstractions.6.0.2
  • Microsoft.Extensions.Logging.Abstractions.6.0.3
  • Microsoft.Extensions.Options.6.0.0
  • Microsoft.Extensions.Primitives.6.0.0
  • Microsoft.JSInterop.6.0.11
  • Microsoft.JSInterop.WebAssembly.6.0.11
  • Microsoft.ML.OnnxRuntime.1.11.0
  • Microsoft.ML.OnnxRuntime.Gpu.1.11.0
  • Microsoft.ML.OnnxRuntime.Managed.1.11.0
  • Microsoft.NETCore.Platforms.1.1.0
  • Microsoft.NETCore.Platforms.2.2.3
  • Microsoft.NETFramework.ReferenceAssemblies.1.0.0
  • Microsoft.NETFramework.ReferenceAssemblies.net48.1.0.0
  • Microsoft.OpenApi.1.2.3
  • Microsoft.OpenApi.Readers.1.2.3
  • Microsoft.Win32.Primitives.4.3.0
  • Microsoft.Win32.Registry.4.5.0
  • Microsoft.Win32.Registry.4.7.0
  • Mono.Posix.NETStandard.1.0.0
  • MouseKeyHook.5.6.0
  • NAudio.2.0.1
  • NAudio.Asio.2.0.0
  • NAudio.Core.2.0.0
  • NAudio.Midi.2.0.1
  • NAudio.Wasapi.2.0.0
  • NAudio.WinForms.2.0.1
  • NAudio.WinMM.2.0.1
  • NETStandard.Library.1.6.1
  • NETStandard.Library.2.0.0
  • NETStandard.Library.2.0.3
  • Newtonsoft.Json.12.0.2
  • Newtonsoft.Json.13.0.1
  • NLog.4.5.11
  • NLog.5.0.1
  • NvAPIWrapper.Net.0.8.1.101
  • obs-websocket-dotnet.4.9.1
  • obs-websocket-dotnet.5.0.0.3
  • OpenCvSharp4.4.5.3.20210725
  • OpenCvSharp4.runtime.win.4.5.3.20210725
  • PInvoke.Kernel32.0.7.104
  • PInvoke.User32.0.7.104
  • PInvoke.Windows.Core.0.7.104
  • PInvoke.Windows.ShellScalingApi.0.7.104
  • Polly.7.2.3
  • RCPSharp.0.2.21-alpha
  • RegexMatcher.1.0.7.1
  • RemoteNET.1.0.1.11
  • RestSharp.106.15.0
  • Semver.2.0.6
  • Sentry.3.20.0
  • Sentry.NLog.3.20.0
  • ServiceWire.5.3.4
  • SharpDX.4.0.1
  • SharpDX.4.2.0
  • SharpDX.Direct3D11.4.2.0
  • SharpDX.Direct3D9.4.0.1
  • SharpDX.Direct3D9.4.2.0
  • SharpDX.DXGI.4.0.1
  • SharpDX.DXGI.4.2.0
  • SharpDX.Mathematics.4.0.1
  • SharpDX.Mathematics.4.2.0
  • SharpDX.MediaFoundation.4.0.1
  • SharpDX.MediaFoundation.4.2.0
  • SharpHook.4.0.0
  • SharpYaml.1.6.5
  • SharpYaml.1.9.0
  • SixLabors.ImageSharp.2.1.1
  • SkiaSharp.2.80.3
  • SkiaSharp.NativeAssets.Linux.NoDependencies.2.80.3
  • Spectre.Console.0.43.0
  • SpotifyAPI.Web.7.0.0
  • SQLite.3.13.0
  • Stride.4.0.1.1428
  • Stride.Core.4.0.1.1428
  • Stride.Core.IO.4.0.1.1428
  • Stride.Core.Mathematics.4.0.1.1428
  • Stride.Core.MicroThreading.4.0.1.1428
  • Stride.Core.Serialization.4.0.1.1428
  • Stride.Games.4.0.1.1428
  • Stride.Graphics.4.0.1.1428
  • Stride.Native.4.0.1.1428
  • Stride.OpenTK.1.0.3
  • Stride.Rendering.4.0.1.1428
  • Stride.Shaders.4.0.1.1428
  • Stride.SharpFont.1.0.0
  • Supercluster.KDTree.1.0.4
  • System.Buffers.4.4.0
  • System.Buffers.4.5.1
  • System.Collections.Immutable.1.6.0
  • System.Collections.Immutable.1.7.1
  • System.Collections.Immutable.5.0.0
  • System.Collections.Immutable.6.0.0
  • System.Collections.NonGeneric.4.3.0
  • System.CommandLine.2.0.0-beta4.22272.1
  • System.ComponentModel.Annotations.4.7.0
  • System.Diagnostics.DiagnosticSource.6.0.0
  • System.Drawing.Common.4.7.0
  • System.Drawing.Common.5.0.2
  • System.IO.4.3.0
  • System.IO.FileSystem.AccessControl.5.0.0
  • System.IO.Pipelines.6.0.3
  • System.IO.Pipes.4.3.0
  • System.IO.Ports.4.5.0
  • System.Management.4.5.0
  • System.Memory.4.5.3
  • System.Memory.4.5.4
  • System.Memory.4.5.5
  • System.Net.NameResolution.4.3.0
  • System.Net.Security.4.3.2
  • System.Numerics.Vectors.4.4.0
  • System.Numerics.Vectors.4.5.0
  • System.Reactive.4.3.2
  • System.Reactive.5.0.0
  • System.Reflection.Emit.4.7.0
  • System.Reflection.Metadata.1.8.1
  • System.Reflection.Metadata.5.0.0
  • System.Runtime.4.3.0
  • System.Runtime.CompilerServices.Unsafe.4.4.0
  • System.Runtime.CompilerServices.Unsafe.4.5.2
  • System.Runtime.CompilerServices.Unsafe.4.5.3
  • System.Runtime.CompilerServices.Unsafe.4.7.1
  • System.Runtime.CompilerServices.Unsafe.5.0.0
  • System.Runtime.CompilerServices.Unsafe.6.0.0
  • System.Runtime.InteropServices.RuntimeInformation.4.3.0
  • System.Security.AccessControl.4.5.0
  • System.Security.AccessControl.4.7.0
  • System.Security.AccessControl.6.0.0
  • System.Security.Cryptography.Algorithms.4.3.0
  • System.Security.Cryptography.Algorithms.4.3.1
  • System.Security.Cryptography.Encoding.4.3.0
  • System.Security.Cryptography.Primitives.4.3.0
  • System.Security.Cryptography.X509Certificates.4.3.2
  • System.Security.Principal.Windows.4.5.0
  • System.Security.Principal.Windows.4.7.0
  • System.Security.Principal.Windows.5.0.0
  • System.Speech.6.0.0
  • System.Text.Encoding.CodePages.5.0.0
  • System.Text.Encoding.CodePages.6.0.0
  • System.Text.Encodings.Web.5.0.1
  • System.Text.Encodings.Web.6.0.0
  • System.Text.Encodings.Web.7.0.0
  • System.Text.Json.5.0.2
  • System.Text.Json.6.0.0
  • System.Text.Json.6.0.6
  • System.Text.Json.7.0.1
  • System.Threading.4.3.0
  • System.Threading.Channels.4.7.0
  • System.Threading.Tasks.Extensions.4.5.3
  • System.Threading.Tasks.Extensions.4.5.4
  • System.Threading.Thread.4.3.0
  • System.ValueTuple.4.5.0
  • Telegram.Bot.17.0.0
  • Thismaker.Anubis.3.0.0
  • Thismaker.Core.3.0.0
  • TxFileManager.1.5.0.1
  • UrlMatcher.1.0.0.2
  • Validation.2.4.15
  • VL.Addons.0.0.3
  • VL.AlchemX.1.0.0
  • VL.Alembic.0.0.5
  • VL.Audio.0.2.18-alpha
  • VL.Audio.0.6.2-alpha
  • VL.Audio.1.0.14
  • VL.Audio.1.0.3
  • VL.Audio.1.1.0-preview
  • VL.Audio.GPL.1.0.0
  • VL.Audio.GPL.1.1.1-preview
  • VL.BadMapper.0.0.15-alpha
  • VL.CEF.0.3.0
  • VL.CEF.0.3.4
  • VL.CEF.Core.0.3.0
  • VL.CEF.Core.0.3.4
  • VL.CEF.Renderer.0.3.0
  • VL.CEF.Renderer.0.3.4
  • VL.Devices.DeckLink.0.0.5-pre
  • VL.Elementa.5.0.12
  • VL.Elementa.5.1.0
  • VL.Elementa.5.1.1
  • VL.Elementa.Editor.0.5.3
  • VL.Fuse.0.1.5
  • VL.HapPlayer.2.5.1-advanced
  • VL.HardwareMonitor.1.0.0-preview01
  • VL.IO.HTTP.WebServer.0.1.12-alpha
  • VL.IO.M2MQTT.0.2.4-alpha
  • VL.IO.MouseKeyGlobal.2.0.0
  • VL.IO.NDI.0.4.0-alpha
  • VL.IO.NDI.0.4.1-alpha
  • VL.IO.RCP.0.4.10-alpha
  • VL.IO.WebSocket.0.3.1-alpha
  • VL.Kairos.1.0.0-preview03
  • VL.Kairos.Runtime.1.0.0-preview01
  • VL.LayerX.1.0.0
  • VL.NLog.1.0.0-preview03
  • VL.OpenCV.2.1.0
  • VL.Pipette.HDE.0.0.1
  • VL.SimpleHTTP.1.1.0
  • VL.SpoutMonitor.HDE.0.1.0
  • VL.Touchy.1.0.0-preview02
  • VL.Video.MediaFoundation.1.0.13-preview
  • VL.WinFormsUtils.1.0.9
  • Watson.4.2.2.3
  • WatsonWebsocket.2.3.2.1
  • Websocket.Client.4.4.43
  • WebSocketSharp-netstandard.1.0.1
  • YamlDotNet.11.2.1
  • Zeroconf.3.6.11

For reference, the new ones that were installed when re-starting the launcher

"New folder
  • Downloader.3.0.3
  • RestSharp.106.15.0
  • Semver.2.0.6
  • VL.WinFormsUtils.1.0.9

Thanks!

2 Likes

Perhaps I have something else?
I think my exception has nothing to do with the nugets.
When the latest build was installed, the exception started throwing. Renaiming has helped

изображение

Indeed, the issue you’re showing there is a different thing. Will report on that soon!

@Elias regarding the nuget issue, I managed to repro this Exception by re-installing Humanizer.Core. I think there’s still something fishy regarding what was discussed there :

Some context :

  • GammaLauncher.Proxies.vl uses a function from Humanizer.Core.
  • vvvv seems to already ship an older (2.2.0 from 2017) version of this dependency that does not seem to have the function I’m interested in. This version only offers a netstandard1.0 version, and referencing it does not show any of the expected nodes in the nodebrowser
  • Soon as I install the latest version of Humanizer.Core, I’m starting to get the exception that’s mentioned in my original post

So I assume the culprit package that makes vvvv throw up is still Humanizer.Core :)

PS : no idea how I got it working in between the last release of the launcher and now though. After you fixed it in the linked post, I managed to install and use it, but now this does not work anymore.

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