Starting 6.0-129 throws error on startup

Hey there,

As the title says, just installed latest 6.0-129, and when starting I’m greeted with this error :

Error


    UnauthorizedAccessException: "Access to the path 'C:\Program Files\vvvv\vvvv_gamma_6.0-0129-ge34c75d623\local' is denied."
        StackTrace:
            System.IO.FileSystem { public static void CreateDirectory(string fullPath, byte[] securityDescriptor) { ... } } 
            System.IO.Directory { public static System.IO.DirectoryInfo CreateDirectory(string path) { ... } } 
            Stride.Core.PlatformFolders { private static string GetApplicationLocalDirectory() { ... } } 
            

    TypeInitializationException: "The type initializer for 'Stride.Core.PlatformFolders' threw an exception."
        TypeName: "Stride.Core.PlatformFolders"
        StackTrace:
            Stride.Core.PlatformFolders { internal static void set_IsVirtualFileSystemInitialized(bool value) { ... } } 
            

    TypeInitializationException: "The type initializer for 'Stride.Core.IO.VirtualFileSystem' threw an exception."
        TypeName: "Stride.Core.IO.VirtualFileSystem"
        StackTrace:
            
            System.RuntimeType { internal object CreateInstanceOfT() { ... } } 

    TargetInvocationException: "Exception has been thrown by the target of an invocation."
        StackTrace:
            System.RuntimeType { internal object CreateInstanceOfT() { ... } } 
            System.Activator { public static T CreateInstance() { ... } } 
            

TypeInitializationException: "The type initializer for 'VL.Core.CompilerServices.AssemblyInitializer`1' threw an exception."
    TypeName: "VL.Core.CompilerServices.AssemblyInitializer`1"
    StackTrace:
        _VL_Stride_Runtime_.MZmd92n0x8tLLBfKYOnxOxInitializer { public virtual void CollectDependencies(VL.Core.CompilerServices.DependencyCollector collector) { ... } } 
        VL.Core.CompilerServices.DependencyCollector { public void AddDependency(VL.Core.CompilerServices.AssemblyInitializer dependency) { ... } } 
        _VL_Stride_HDE_.VDq9TVGGhYiNegoTop6MqhInitializer { public virtual void CollectDependencies(VL.Core.CompilerServices.DependencyCollector collector) { ... } } 
        VL.AppServices.AppHostBase { private void Scan(System.Reflection.Assembly assembly, bool runUserCode) { ... } } 
        VL.AppServices.AppHostBase { internal void SetScope(System.Collections.Generic.IEnumerable<System.Reflection.Assembly> entryAssemblies, bool runUserCode) { ... } } 
        VL.AppServices.NodeFactory.NodeFactoryRegistryImpl { internal static System.Collections.Immutable.ImmutableArray<VL.Core.IVLNodeDescriptionFactory> CollectFactories(VL.Core.AppHost appHost, System.Collections.Generic.IEnumerable<System.Reflection.Assembly> assemblies) { ... } } 
        VL.Lang.Platforms.Roslyn.CompiledSymbols { private System.Collections.Immutable.ImmutableArray<VL.Lang.Symbols.SymbolSourceReference> <get_References>g__Compute|31_0() { ... } } 
        VL.Lang.Platforms.Roslyn.CompiledSymbols { public virtual System.Collections.Immutable.ImmutableArray<VL.Lang.Symbols.SymbolSourceReference> get_References() { ... } } 
        VL.Lang.Symbols.PreCompilation { internal static void <get_CompiledPackages>g__Collect|85_1(VL.Lang.Symbols.ISymbolSource symbolSource, VL.Lang.Symbols.<>c__DisplayClass85_0& ) { ... } } 
        VL.Lang.Symbols.PreCompilation { private System.Collections.Immutable.ImmutableArray<VL.Lang.Platforms.Roslyn.CompiledSymbols> <get_CompiledPackages>g__Compute|85_0() { ... } } 
        VL.Lang.Symbols.PreCompilation { internal System.Collections.Immutable.ImmutableArray<VL.Lang.Platforms.Roslyn.CompiledSymbols> get_CompiledPackages() { ... } } 
        VL.Lang.Symbols.PreCompilation { public System.Collections.Generic.IEnumerable<VL.Lang.Symbols.ISymbolSource> get_DocumentsAndPackages() { ... } } 
        VL.UI.Forms.EditorRuntime { protected virtual System.Collections.Generic.IEnumerable<VL.Lang.Symbols.IProcessDefinitionSymbol> GetEntryPoints(VL.Lang.Symbols.ITargetCompilation targetCompilation) { ... } } 
        VL.Lang.Platforms.RuntimeHost { private void SharedStep() { ... } } 


    UnauthorizedAccessException: "Access to the path 'C:\Program Files\vvvv\vvvv_gamma_6.0-0129-ge34c75d623\local' is denied."
        StackTrace:
            System.IO.FileSystem { public static void CreateDirectory(string fullPath, byte[] securityDescriptor) { ... } } 
            System.IO.Directory { public static System.IO.DirectoryInfo CreateDirectory(string path) { ... } } 
            Stride.Core.PlatformFolders { private static string GetApplicationLocalDirectory() { ... } } 
            

    TypeInitializationException: "The type initializer for 'Stride.Core.PlatformFolders' threw an exception."
        TypeName: "Stride.Core.PlatformFolders"
        StackTrace:
            Stride.Core.PlatformFolders { internal static void set_IsVirtualFileSystemInitialized(bool value) { ... } } 
            

    TypeInitializationException: "The type initializer for 'Stride.Core.IO.VirtualFileSystem' threw an exception."
        TypeName: "Stride.Core.IO.VirtualFileSystem"
        StackTrace:
            
            System.RuntimeType { internal object CreateInstanceOfT() { ... } } 

    TargetInvocationException: "Exception has been thrown by the target of an invocation."
        StackTrace:
            System.RuntimeType { internal object CreateInstanceOfT() { ... } } 
            System.Activator { public static T CreateInstance() { ... } } 
            

TypeInitializationException: "The type initializer for 'VL.Core.CompilerServices.AssemblyInitializer`1' threw an exception."
    TypeName: "VL.Core.CompilerServices.AssemblyInitializer`1"
    StackTrace:
        _VL_Stride_Runtime_.MZmd92n0x8tLLBfKYOnxOxInitializer { public virtual void CollectDependencies(VL.Core.CompilerServices.DependencyCollector collector) { ... } } 
        VL.Core.CompilerServices.DependencyCollector { public void AddDependency(VL.Core.CompilerServices.AssemblyInitializer dependency) { ... } } 
        _VL_Stride_HDE_.VDq9TVGGhYiNegoTop6MqhInitializer { public virtual void CollectDependencies(VL.Core.CompilerServices.DependencyCollector collector) { ... } } 
        VL.AppServices.AppHostBase { private void Scan(System.Reflection.Assembly assembly, bool runUserCode) { ... } } 
        VL.AppServices.AppHostBase { internal void SetScope(System.Collections.Generic.IEnumerable<System.Reflection.Assembly> entryAssemblies, bool runUserCode) { ... } } 
        VL.AppServices.NodeFactory.NodeFactoryRegistryImpl { internal static System.Collections.Immutable.ImmutableArray<VL.Core.IVLNodeDescriptionFactory> CollectFactories(VL.Core.AppHost appHost, System.Collections.Generic.IEnumerable<System.Reflection.Assembly> assemblies) { ... } } 
        VL.Lang.Platforms.Roslyn.CompiledSymbols { private System.Collections.Immutable.ImmutableArray<VL.Lang.Symbols.SymbolSourceReference> <get_References>g__Compute|31_0() { ... } } 
        VL.Lang.Platforms.Roslyn.CompiledSymbols { public virtual System.Collections.Immutable.ImmutableArray<VL.Lang.Symbols.SymbolSourceReference> get_References() { ... } } 
        VL.Lang.Symbols.PreCompilation { internal static void <get_CompiledPackages>g__Collect|85_1(VL.Lang.Symbols.ISymbolSource symbolSource, VL.Lang.Symbols.<>c__DisplayClass85_0& ) { ... } } 
        VL.Lang.Symbols.PreCompilation { private System.Collections.Immutable.ImmutableArray<VL.Lang.Platforms.Roslyn.CompiledSymbols> <get_CompiledPackages>g__Compute|85_0() { ... } } 
        VL.Lang.Symbols.PreCompilation { internal System.Collections.Immutable.ImmutableArray<VL.Lang.Platforms.Roslyn.CompiledSymbols> get_CompiledPackages() { ... } } 
        VL.Lang.Symbols.PreCompilation { public System.Collections.Generic.IEnumerable<VL.Lang.Symbols.ISymbolSource> get_DocumentsAndPackages() { ... } } 
        VL.UI.Forms.EditorRuntime { protected virtual System.Collections.Generic.IEnumerable<VL.Lang.Symbols.IProcessDefinitionSymbol> GetEntryPoints(VL.Lang.Symbols.ITargetCompilation targetCompilation) { ... } } 
        VL.Lang.Platforms.RuntimeHost { private void SharedStep() { ... } } 


    UnauthorizedAccessException: "Access to the path 'C:\Program Files\vvvv\vvvv_gamma_6.0-0129-ge34c75d623\local' is denied."
        StackTrace:
            System.IO.FileSystem { public static void CreateDirectory(string fullPath, byte[] securityDescriptor) { ... } } 
            System.IO.Directory { public static System.IO.DirectoryInfo CreateDirectory(string path) { ... } } 
            Stride.Core.PlatformFolders { private static string GetApplicationLocalDirectory() { ... } } 
            

    TypeInitializationException: "The type initializer for 'Stride.Core.PlatformFolders' threw an exception."
        TypeName: "Stride.Core.PlatformFolders"
        StackTrace:
            Stride.Core.PlatformFolders { internal static void set_IsVirtualFileSystemInitialized(bool value) { ... } } 
            

    TypeInitializationException: "The type initializer for 'Stride.Core.IO.VirtualFileSystem' threw an exception."
        TypeName: "Stride.Core.IO.VirtualFileSystem"
        StackTrace:
            
            System.RuntimeType { internal object CreateInstanceOfT() { ... } } 

    TargetInvocationException: "Exception has been thrown by the target of an invocation."
        StackTrace:
            System.RuntimeType { internal object CreateInstanceOfT() { ... } } 
            System.Activator { public static T CreateInstance() { ... } } 
            

TypeInitializationException: "The type initializer for 'VL.Core.CompilerServices.AssemblyInitializer`1' threw an exception."
    TypeName: "VL.Core.CompilerServices.AssemblyInitializer`1"
    StackTrace:
        _VL_Stride_Runtime_.MZmd92n0x8tLLBfKYOnxOxInitializer { public virtual void CollectDependencies(VL.Core.CompilerServices.DependencyCollector collector) { ... } } 
        VL.Core.CompilerServices.DependencyCollector { public void AddDependency(VL.Core.CompilerServices.AssemblyInitializer dependency) { ... } } 
        _VL_Stride_HDE_.VDq9TVGGhYiNegoTop6MqhInitializer { public virtual void CollectDependencies(VL.Core.CompilerServices.DependencyCollector collector) { ... } } 
        VL.AppServices.AppHostBase { private void Scan(System.Reflection.Assembly assembly, bool runUserCode) { ... } } 
        VL.AppServices.AppHostBase { internal void SetScope(System.Collections.Generic.IEnumerable<System.Reflection.Assembly> entryAssemblies, bool runUserCode) { ... } } 
        VL.AppServices.NodeFactory.NodeFactoryRegistryImpl { internal static System.Collections.Immutable.ImmutableArray<VL.Core.IVLNodeDescriptionFactory> CollectFactories(VL.Core.AppHost appHost, System.Collections.Generic.IEnumerable<System.Reflection.Assembly> assemblies) { ... } } 
        VL.Lang.Platforms.Roslyn.CompiledSymbols { private System.Collections.Immutable.ImmutableArray<VL.Lang.Symbols.SymbolSourceReference> <get_References>g__Compute|31_0() { ... } } 
        VL.Lang.Platforms.Roslyn.CompiledSymbols { public virtual System.Collections.Immutable.ImmutableArray<VL.Lang.Symbols.SymbolSourceReference> get_References() { ... } } 
        VL.Lang.Symbols.PreCompilation { internal static void <get_CompiledPackages>g__Collect|85_1(VL.Lang.Symbols.ISymbolSource symbolSource, VL.Lang.Symbols.<>c__DisplayClass85_0& ) { ... } } 
        VL.Lang.Symbols.PreCompilation { private System.Collections.Immutable.ImmutableArray<VL.Lang.Platforms.Roslyn.CompiledSymbols> <get_CompiledPackages>g__Compute|85_0() { ... } } 
        VL.Lang.Symbols.PreCompilation { internal System.Collections.Immutable.ImmutableArray<VL.Lang.Platforms.Roslyn.CompiledSymbols> get_CompiledPackages() { ... } } 
        VL.Lang.Symbols.PreCompilation { public System.Collections.Generic.IEnumerable<VL.Lang.Symbols.ISymbolSource> get_DocumentsAndPackages() { ... } } 
        VL.UI.Forms.UserRuntime { protected virtual System.Collections.Generic.IEnumerable<VL.Lang.Symbols.IProcessDefinitionSymbol> GetEntryPoints(VL.Lang.Symbols.ITargetCompilation compilation) { ... } } 
        VL.Lang.Platforms.RuntimeHost { private void SharedStep() { ... } } 


    UnauthorizedAccessException: "Access to the path 'C:\Program Files\vvvv\vvvv_gamma_6.0-0129-ge34c75d623\local' is denied."
        StackTrace:
            System.IO.FileSystem { public static void CreateDirectory(string fullPath, byte[] securityDescriptor) { ... } } 
            System.IO.Directory { public static System.IO.DirectoryInfo CreateDirectory(string path) { ... } } 
            Stride.Core.PlatformFolders { private static string GetApplicationLocalDirectory() { ... } } 
            

    TypeInitializationException: "The type initializer for 'Stride.Core.PlatformFolders' threw an exception."
        TypeName: "Stride.Core.PlatformFolders"
        StackTrace:
            Stride.Core.PlatformFolders { internal static void set_IsVirtualFileSystemInitialized(bool value) { ... } } 
            

    TypeInitializationException: "The type initializer for 'Stride.Core.IO.VirtualFileSystem' threw an exception."
        TypeName: "Stride.Core.IO.VirtualFileSystem"
        StackTrace:
            
            System.RuntimeType { internal object CreateInstanceOfT() { ... } } 

    TargetInvocationException: "Exception has been thrown by the target of an invocation."
        StackTrace:
            System.RuntimeType { internal object CreateInstanceOfT() { ... } } 
            System.Activator { public static T CreateInstance() { ... } } 
            

TypeInitializationException: "The type initializer for 'VL.Core.CompilerServices.AssemblyInitializer`1' threw an exception."
    TypeName: "VL.Core.CompilerServices.AssemblyInitializer`1"
    StackTrace:
        _VL_Stride_Runtime_.MZmd92n0x8tLLBfKYOnxOxInitializer { public virtual void CollectDependencies(VL.Core.CompilerServices.DependencyCollector collector) { ... } } 
        VL.Core.CompilerServices.DependencyCollector { public void AddDependency(VL.Core.CompilerServices.AssemblyInitializer dependency) { ... } } 
        _VL_Stride_HDE_.VDq9TVGGhYiNegoTop6MqhInitializer { public virtual void CollectDependencies(VL.Core.CompilerServices.DependencyCollector collector) { ... } } 
        VL.AppServices.AppHostBase { private void Scan(System.Reflection.Assembly assembly, bool runUserCode) { ... } } 
        VL.AppServices.AppHostBase { internal void SetScope(System.Collections.Generic.IEnumerable<System.Reflection.Assembly> entryAssemblies, bool runUserCode) { ... } } 
        VL.AppServices.NodeFactory.NodeFactoryRegistryImpl { internal static System.Collections.Immutable.ImmutableArray<VL.Core.IVLNodeDescriptionFactory> CollectFactories(VL.Core.AppHost appHost, System.Collections.Generic.IEnumerable<System.Reflection.Assembly> assemblies) { ... } } 
        VL.Lang.Platforms.Roslyn.CompiledSymbols { private System.Collections.Immutable.ImmutableArray<VL.Lang.Symbols.SymbolSourceReference> <get_References>g__Compute|31_0() { ... } } 
        VL.Lang.Platforms.Roslyn.CompiledSymbols { public virtual System.Collections.Immutable.ImmutableArray<VL.Lang.Symbols.SymbolSourceReference> get_References() { ... } } 
        VL.Lang.Symbols.PreCompilation { internal static void <get_CompiledPackages>g__Collect|85_1(VL.Lang.Symbols.ISymbolSource symbolSource, VL.Lang.Symbols.<>c__DisplayClass85_0& ) { ... } } 
        VL.Lang.Symbols.PreCompilation { private System.Collections.Immutable.ImmutableArray<VL.Lang.Platforms.Roslyn.CompiledSymbols> <get_CompiledPackages>g__Compute|85_0() { ... } } 
        VL.Lang.Symbols.PreCompilation { internal System.Collections.Immutable.ImmutableArray<VL.Lang.Platforms.Roslyn.CompiledSymbols> get_CompiledPackages() { ... } } 
        VL.Lang.Symbols.PreCompilation { public System.Collections.Generic.IEnumerable<VL.Lang.Symbols.ISymbolSource> get_DocumentsAndPackages() { ... } } 
        VL.UI.Forms.EditorRuntime { protected virtual System.Collections.Generic.IEnumerable<VL.Lang.Symbols.IProcessDefinitionSymbol> GetEntryPoints(VL.Lang.Symbols.ITargetCompilation targetCompilation) { ... } } 
        VL.Lang.Platforms.RuntimeHost { private void SharedStep() { ... } } 

Happens when starting from the Launcher and “manually” by clicking vvvv.exe.

Thanks!

Edit : 6.0-125 does not show that behavior.

Confirmed, thanks. we’ve removed this build.

1 Like