Problem with fuse version

I’ve been trying the whole day to make it work and I dont know what more to do…

I have a performance tomorrow and my patch stopped working. there are many red nodes and I cant fix them.

I think it’s the version of vvvv or the version of fuse. I’m using now 5.2. my patch is from 2024.

maybe with the screenshot someone could find the right version, by the raymarch number of pins.

i’m also uploading the main project. the problem is on the geleiras_noise, raymarch and neve subpatches.
please someone help or i’ll have to cancel my performance…

degelo_3_21.vl (489.3 KB)

when you open your patch it shows which versions of packs it is missing:

so try:

nuget install vl.fuse -version 0.2.4

hope this helps!

I tried to install this version but it didnt work. Do you know which version works with fuse 0.2.4?

Seems you have newer versions of the nugets installed. Try to recreate the original vvvv+fuse version combo.
Get the vvvv version the patch was created with. Empty the nuget folder, then start your patch and go through the dependencies and “install exact referenced”.

Thanks guys.

I found out that the only combination that works for my patch is vvvv 4.9 and fuse 0.2.4.

Now it works!!!

right, forgot to mention that you can also see which vvvversion your document was last saved with here:

Thanks, jored. Next time I’ll check this out.