Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuse examples don't work #103

Open
iperov opened this issue Jul 23, 2023 · 1 comment
Open

Fuse examples don't work #103

iperov opened this issue Jul 23, 2023 · 1 comment

Comments

@iperov
Copy link

iperov commented Jul 23, 2023

uninstalled vvvv gamma 5.2
deleted all cache files, appdata/local files
installed vvvv gamma 5.2
nuget install VL.Fuse

open any example
result is error


        EmitException: "C:\Users\Professional\AppData\Local\vvvv\gamma\nugets\VL.Fuse.0.2.4\vl\Fuse.Common.Compute.vl.cs(3811,326): error CS8377: The type 'T' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'Buffer<T>'"
            StackTrace:
                VL.Lang.Packages.PackageCompiler+<CompileCoreAsync>d__31 { 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.Packages.PackageCompiler+<CompileAsync>d__29 { 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.Lang.Packages.PackageCompiler+<CompilePackagesAsync>d__28 { 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.Internal.Solution+<RestoreAsync>d__13 { 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.Internal.Solution+<LoadDocumentAsync>d__10 { 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.Solution+<LoadDocumentAsync>d__53 { 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.HDE.PatchEditor.NavigationMenuProvider+<DoOpenDocumentsAsync>d__50 { private virtual void MoveNext() { ... } } 

AggregateException: "One or more errors occurred. (C:\Users\Professional\AppData\Local\vvvv\gamma\nugets\VL.Fuse.0.2.4\vl\Fuse.Common.Compute.vl.cs(3811,326): error CS8377: The type 'T' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'Buffer<T>')"
    InnerExceptions: "1"
    StackTrace:
        VL.HDE.PatchEditor.NavigationMenuProvider+<DoOpenDocumentsAsync>d__50 { 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 { public void GetResult() { ... } } 
        VL.Model.VLSession+<>c__DisplayClass184_0+<<RunAndForget>b__0>d { private virtual void MoveNext() { ... } } 

@sebescudie
Copy link
Collaborator

Hey,

Current stable won't work with gamma 5.X.

Try nuget install VL.Fuse -pre instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants