heya devvvvs
just tried running latest beta39 preview (RC8) on a virtual amazon machine with the following specs:
OS: Windows Server 2016
CPU: E5-2686 v4 @2.3GHz
Nvidia Tesla M60
Throws an exception when launching vvvv.exe (see startuplog below) and then hangs on the splash image. 50beta38.1 runs fine on the same machine. Any idea?
dump of startup log:
[00:32:39.387] everything you know is wrong
[00:32:39.392] Adding lib\thirdparty\x64 to PATH.
[00:32:39.409] creating SplashScreen
[00:32:39.437] creating GClock
[00:32:39.442] creating GMainloop
[00:32:39.446] creating GLog
[00:32:39.450] creating GApplication
[00:32:39.454] creating GGlobals
[00:32:39.458] creating device listener
[00:32:39.462] creating HID device controller
[00:32:39.468] creating GNodeFactory
[00:32:39.472] creating Gex9Base
[00:32:39.498] Direct3D9 initialized.
[00:32:39.518] ExceptionDialog is enabled.
[00:32:39.549] enumeratig Game Devices…
[00:32:39.558] found Game Devices:
[00:32:39.563] enumerating Midi Input Ports…
[00:32:39.567] found Midi Input Ports:
[00:32:39.570] enumerating Midi Output Ports…
[00:32:39.574] found Midi Output Ports:
[00:32:39.579] enumeratig TAPI Devices…
[00:32:39.583] found TAPI devices:
[00:32:39.589] enumeratig Audio Renderer Devices…
[00:32:39.596] found Audio Renderer Devices: “Default DirectSound Device”,“Default WaveOut Device”
[00:32:39.599] enumeratig Midi Renderer Devices…
[00:32:39.604] found Midi Renderer Devices: “Default MidiOut Device”
[00:32:39.607] enumeratig External Renderer Devices…
[00:32:39.612] found External Renderer Devices:
[00:32:39.617] enumeratig Audio Input Devices…
[00:32:39.621] found Audio Input Devices:
[00:32:39.625] enumeratig Video Input Devices…
[00:32:39.629] found Video Input Devices:
[00:32:39.653] creating MainForm
[00:32:39.737] creating AddonHost
[00:32:41.057] vvvv caused error during startup: The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information.
- Method not found: ‘System.Collections.Generic.HashSet
1<!!0> System.Linq.Enumerable.ToHashSet(System.Collections.Generic.IEnumerable
1<!!0>)’.
Resulting in: An exception occurred while trying to create an instance of type ‘VVVV.VL.Factories.NodeFactory’.
Resulting in: Cannot activate part ‘VVVV.VL.Factories.NodeFactory’.
Element: VVVV.VL.Factories.NodeFactory → VVVV.VL.Factories.NodeFactory → AssemblyCatalog (Assembly=“VVVV.VLIntegration, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null”)
Resulting in: Cannot get export ‘VVVV.VL.Factories.NodeFactory (ContractName=“VVVV.PluginInterfaces.V2.IAddonFactory”)’ from part ‘VVVV.VL.Factories.NodeFactory’.
Element: VVVV.VL.Factories.NodeFactory (ContractName=“VVVV.PluginInterfaces.V2.IAddonFactory”) → VVVV.VL.Factories.NodeFactory → AssemblyCatalog (Assembly=“VVVV.VLIntegration, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null”)
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