Double trouble beta39

double nodes in nodebrowser coming from packs like dx11

how to reproduce: put vvvv into your project folder, register location with config, put packs inside.
might not happen the first time you open vvvv

couldn’t reproduce here, but this might have to do something with the nodelist.xml and should only happen for the dx11 pack.
as a quick workaround you can delete the nodelist.xml.

and if startup time is important, regenerate it with the packs installed:

vvvv.exe /nodelist SEARCH_PATH

I’ve also seen this behavior, but not exactly sure how to reproduce.

I was looking for a solution to the same problem.
I don’t remember if this had happened since the first install.
However, it was not fixed even after uninstalling all versions of vvvv.

I solved it in the following way.
vvvv_beta_39_x64/lib/nodes/nodelist.xml
edit and delete from line 4955 <NODE factory=“VVVV.Hosting.Factories.DotNetPluginFactory”…
to 24154 </NODE>
The cause is probably this sentence included.
filename="…\…\…\…\…\…\…\…\Users\buildserver\AppData\Local\vvvv\beta_x64\packs\dx11…

edited file
nodelist.7z (108.3 KB)

Thank you all for the detailed report. Should be fixed in upcoming buids (>= beta_39.1-4318).

2 Likes

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