I’m getting an error when loading VVVV
I’ve tried git pull upstream master | git checkout HEAD but that doesn’t clear it (note, it pulls / checks out without errors)
here’s the error:
(it comes up in a message box during the splash screen
There was an error during the execution of this program.
The application might become unstable and even useless.
It’s recommended that you save your work and close this application.The composition produced a single composition error, with 4 root causes. The root causes are provided below. Review the CompositionException.Errors property for more detailed information.
- Cannot compose part ‘VVVV.Hosting.HDEHost’ because a cycle exists in the dependencies between the exports being composed. To break this cycle, consider changing some imports from constructor to property injection.
Element: VVVV.Hosting.HDEHost --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot get export ‘VVVV.Hosting.HDEHost.Container (ContractName=“System.ComponentModel.Composition.Hosting.CompositionContainer”)’ from part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost.Container (ContractName=“System.ComponentModel.Composition.Hosting.CompositionContainer”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.Hosting.Factories.DotNetPluginFactory…ctor (Parameter=“parentContainer”, ContractName=“System.ComponentModel.Composition.Hosting.CompositionContainer”)’ on part ‘VVVV.Hosting.Factories.DotNetPluginFactory’.
Element: VVVV.Hosting.Factories.DotNetPluginFactory…ctor (Parameter=“parentContainer”, ContractName=“System.ComponentModel.Composition.Hosting.CompositionContainer”) --> VVVV.Hosting.Factories.DotNetPluginFactory --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot get export ‘VVVV.Hosting.Factories.DotNetPluginFactory (ContractName=“VVVV.PluginInterfaces.V2.IAddonFactory”)’ from part ‘VVVV.Hosting.Factories.DotNetPluginFactory’.
Element: VVVV.Hosting.Factories.DotNetPluginFactory (ContractName=“VVVV.PluginInterfaces.V2.IAddonFactory”) --> VVVV.Hosting.Factories.DotNetPluginFactory --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.Hosting.HDEHost.AddonFactories (ContractName=“VVVV.PluginInterfaces.V2.IAddonFactory”)’ on part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost.AddonFactories (ContractName=“VVVV.PluginInterfaces.V2.IAddonFactory”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot get export ‘VVVV.Hosting.HDEHost.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”)’ from part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.Hosting.Factories.EditorFactory.FNodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”)’ on part ‘VVVV.Hosting.Factories.EditorFactory’.
Element: VVVV.Hosting.Factories.EditorFactory.FNodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”) --> VVVV.Hosting.Factories.EditorFactory
- Cannot compose part ‘VVVV.Hosting.HDEHost’ because a cycle exists in the dependencies between the exports being composed. To break this cycle, consider changing some imports from constructor to property injection.
Element: VVVV.Hosting.HDEHost --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot get export ‘VVVV.Hosting.HDEHost.Container (ContractName=“System.ComponentModel.Composition.Hosting.CompositionContainer”)’ from part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost.Container (ContractName=“System.ComponentModel.Composition.Hosting.CompositionContainer”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.Hosting.Factories.DotNetPluginFactory…ctor (Parameter=“parentContainer”, ContractName=“System.ComponentModel.Composition.Hosting.CompositionContainer”)’ on part ‘VVVV.Hosting.Factories.DotNetPluginFactory’.
Element: VVVV.Hosting.Factories.DotNetPluginFactory…ctor (Parameter=“parentContainer”, ContractName=“System.ComponentModel.Composition.Hosting.CompositionContainer”) --> VVVV.Hosting.Factories.DotNetPluginFactory --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot get export ‘VVVV.Hosting.Factories.DotNetPluginFactory (ContractName=“VVVV.Hosting.Factories.DotNetPluginFactory”)’ from part ‘VVVV.Hosting.Factories.DotNetPluginFactory’.
Element: VVVV.Hosting.Factories.DotNetPluginFactory (ContractName=“VVVV.Hosting.Factories.DotNetPluginFactory”) --> VVVV.Hosting.Factories.DotNetPluginFactory --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.Hosting.HDEHost.PluginFactory (ContractName=“VVVV.Hosting.Factories.DotNetPluginFactory”)’ on part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost.PluginFactory (ContractName=“VVVV.Hosting.Factories.DotNetPluginFactory”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot get export ‘VVVV.Hosting.HDEHost.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”)’ from part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.Hosting.Factories.EditorFactory.FNodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”)’ on part ‘VVVV.Hosting.Factories.EditorFactory’.
Element: VVVV.Hosting.Factories.EditorFactory.FNodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”) --> VVVV.Hosting.Factories.EditorFactory
- This property has already been set and cannot be modified.
Resulting in: An exception occurred while trying to create an instance of type ‘VVVV.Hosting.HDEHost’.
Resulting in: Cannot get export ‘VVVV.Hosting.HDEHost (ContractName=“VVVV.PluginInterfaces.V2.IHDEHost”)’ from part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost (ContractName=“VVVV.PluginInterfaces.V2.IHDEHost”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.PluginInterfaces.V2.NodeCollection.HDEHost (ContractName=“VVVV.PluginInterfaces.V2.IHDEHost”)’ on part ‘VVVV.PluginInterfaces.V2.NodeCollection’.
Element: VVVV.PluginInterfaces.V2.NodeCollection.HDEHost (ContractName=“VVVV.PluginInterfaces.V2.IHDEHost”) --> VVVV.PluginInterfaces.V2.NodeCollection --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot get export ‘VVVV.PluginInterfaces.V2.NodeCollection (ContractName=“VVVV.PluginInterfaces.V2.NodeCollection”)’ from part ‘VVVV.PluginInterfaces.V2.NodeCollection’.
Element: VVVV.PluginInterfaces.V2.NodeCollection (ContractName=“VVVV.PluginInterfaces.V2.NodeCollection”) --> VVVV.PluginInterfaces.V2.NodeCollection --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.Hosting.HDEHost.NodeCollection (ContractName=“VVVV.PluginInterfaces.V2.NodeCollection”)’ on part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost.NodeCollection (ContractName=“VVVV.PluginInterfaces.V2.NodeCollection”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot get export ‘VVVV.Hosting.HDEHost.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”)’ from part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.Hosting.Factories.EditorFactory.FNodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”)’ on part ‘VVVV.Hosting.Factories.EditorFactory’.
Element: VVVV.Hosting.Factories.EditorFactory.FNodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”) --> VVVV.Hosting.Factories.EditorFactory
- This property has already been set and cannot be modified.
Resulting in: An exception occurred while trying to create an instance of type ‘VVVV.Hosting.HDEHost’.
Resulting in: Cannot get export ‘VVVV.Hosting.HDEHost.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”)’ from part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.PluginInterfaces.V2.NodeCollection.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”)’ on part ‘VVVV.PluginInterfaces.V2.NodeCollection’.
Element: VVVV.PluginInterfaces.V2.NodeCollection.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”) --> VVVV.PluginInterfaces.V2.NodeCollection --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot get export ‘VVVV.PluginInterfaces.V2.NodeCollection (ContractName=“VVVV.PluginInterfaces.V2.NodeCollection”)’ from part ‘VVVV.PluginInterfaces.V2.NodeCollection’.
Element: VVVV.PluginInterfaces.V2.NodeCollection (ContractName=“VVVV.PluginInterfaces.V2.NodeCollection”) --> VVVV.PluginInterfaces.V2.NodeCollection --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.Hosting.HDEHost.NodeCollection (ContractName=“VVVV.PluginInterfaces.V2.NodeCollection”)’ on part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost.NodeCollection (ContractName=“VVVV.PluginInterfaces.V2.NodeCollection”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot get export ‘VVVV.Hosting.HDEHost.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”)’ from part ‘VVVV.Hosting.HDEHost’.
Element: VVVV.Hosting.HDEHost.NodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”) --> VVVV.Hosting.HDEHost --> DirectoryCatalog (Path=“C:\kimchiandchips\VVVV.Research\vvvv-sdk\vvvv45\lib\nodes\editors”)Resulting in: Cannot set import ‘VVVV.Hosting.Factories.EditorFactory.FNodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”)’ on part ‘VVVV.Hosting.Factories.EditorFactory’.
Element: VVVV.Hosting.Factories.EditorFactory.FNodeInfoFactory (ContractName=“VVVV.PluginInterfaces.V2.INodeInfoFactory”) --> VVVV.Hosting.Factories.EditorFactory
.
also i still have issues with MyPlugins