this happens immediately after starting vvvv.exe
after that, it seems to hang.
setup.exe looks fine.
------------------------------------------------------------------------------
Exception log with detailed tech info. Generated on 18.12.2016 21:02:32.
You may send it to the application vendor, helping him to understand what had happened.
Application title:
Application file: C:\apps\code\vvvv_50alpha34.107_x64\vvvv.exe
------------------------------------------------------------------------------
Exception class: EClrException
Exception message: Die Datei oder Assembly "file:///C:\apps\code\vvvv_50alpha34.107_x64\lib\core\VVVV.Hosting.dll" oder eine Abhängigkeit davon wurde nicht gefunden. Der Vorgang wird nicht unterstützt. (Ausnahme von HRESULT: 0x80131515).
Exception address: 000000000078CAC7
------------------------------------------------------------------------------
System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.IO.FileLoadException: Die Datei oder Assembly "file:///C:\apps\code\vvvv_50alpha34.107_x64\lib\core\VVVV.Hosting.dll" oder eine Abhängigkeit davon wurde nicht gefunden. Der Vorgang wird nicht unterstützt. (Ausnahme von HRESULT: 0x80131515) ---> System.NotSupportedException: Es wurde versucht, eine Assembly von einer Netzwerkadresse zu laden, was in früheren Versionen von .NET Framework zum Ausführen der Assembly als Sandkastenassembly geführt hätte. In dieser Version von .NET Framework wird die CAS-Richtlinie standardmäßig nicht aktiviert, dieser Ladevorgang kann daher gefährlich sein. Wenn Sie nicht beabsichtigen, durch diesen Ladevorgang eine Sandkastenassembly zu erstellen, aktivieren Sie den loadFromRemoteSources-Schalter. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkId=155569".
Sorry for the confusion, loadFromRemoteSources is still in there - file is strangely formatted couldn’t see it on first glance. So that can’t be the reason.
@Elias
The vvvv.exe.config was missing altogether!
I copied it over from version 34.2, just next to the vvvv.exe and the exception was gone. With it it starts up ok, but I get 2 exceptions like this.
------------------------------------------------------------------------------
Exception log with detailed tech info. Generated on 20.12.2016 20:23:35.
You may send it to the application vendor, helping him to understand what had happened.
Application title: §§§§
Application file: C:\apps\code\vvvv_50alpha34.107_x64\vvvv.exe
------------------------------------------------------------------------------
Exception class: EClrException
Exception message: Mindestens ein Fehler ist aufgetreten.
Exception address: 0000000000000000
------------------------------------------------------------------------------
System.AggregateException: Mindestens ein Fehler ist aufgetreten. ---> System.MissingMethodException: Methode nicht gefunden: "System.Collections.Immutable.ImmutableDictionary`2<UInt32,System.Collections.Generic.KeyValuePair`2<!0,UInt32>> ImmutableObjectGraph.IRecursiveParentWithLookupTable`1.get_LookupTable()".
bei VL.Model.Solution.Create(VLSession session, IEnumerable`1 libPaths)
bei VL.Model.VLSession..ctor() in C:\BuildAgent\work\95074898639d5736\vvvv50\VL.Lang\src\Session.SolutionManagement.cs:Zeile 202.
bei VVVV.VL.Hosting.Host..ctor(RuntimeHost runtimeHost) in C:\BuildAgent\work\95074898639d5736\vvvv50\VVVV.VLIntegration\src\Host.cs:Zeile 31.
bei VVVV.VL.Factories.NodeFactory.<>c__DisplayClass7_0.<OnImportsSatisfied>b__0() in C:\BuildAgent\work\95074898639d5736\vvvv50\VVVV.VLIntegration\src\NodeFactory.cs:Zeile 146.
bei System.Threading.Tasks.Task`1.InnerInvoke()
bei System.Threading.Tasks.Task.Execute()
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
bei VVVV.VL.Factories.NodeFactory.HandleWindowSelectionChanged(Object sender, WindowEventArgs args) in C:\BuildAgent\work\95074898639d5736\vvvv50\VVVV.VLIntegration\src\NodeFactory.cs:Zeile 306.
bei VVVV.PluginInterfaces.V2.WindowEventHandler.Invoke(Object sender, WindowEventArgs args)
bei VVVV.Hosting.HDEHost.OnWindowSelectionChanged(WindowEventArgs args)
---> (Interne Ausnahme #0) System.MissingMethodException: Methode nicht gefunden: "System.Collections.Immutable.ImmutableDictionary`2<UInt32,System.Collections.Generic.KeyValuePair`2<!0,UInt32>> ImmutableObjectGraph.IRecursiveParentWithLookupTable`1.get_LookupTable()".
bei VL.Model.Solution.Create(VLSession session, IEnumerable`1 libPaths)
bei VL.Model.VLSession..ctor() in C:\BuildAgent\work\95074898639d5736\vvvv50\VL.Lang\src\Session.SolutionManagement.cs:Zeile 202.
bei VVVV.VL.Hosting.Host..ctor(RuntimeHost runtimeHost) in C:\BuildAgent\work\95074898639d5736\vvvv50\VVVV.VLIntegration\src\Host.cs:Zeile 31.
bei VVVV.VL.Factories.NodeFactory.<>c__DisplayClass7_0.<OnImportsSatisfied>b__0() in C:\BuildAgent\work\95074898639d5736\vvvv50\VVVV.VLIntegration\src\NodeFactory.cs:Zeile 146.
bei System.Threading.Tasks.Task`1.InnerInvoke()
bei System.Threading.Tasks.Task.Execute()<---
After full start up it works fine again.
edit: Exactly same thing with most recent 34.108.
don’t see a vvvv.exe.config in the zip either.