Alpha does not start

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".

which build? i just tried with 52a8a7380a and it works for me.

this one: https://teamcity.vvvv.org/guestAuth/app/rest/builds/id:15688/artifacts/content/vvvv_50alpha34.107_x64.zip

and have you tried the latest?

no, there was nothing in the change log.

but be my guest, and hold while i reinstall

edit: Still same exception.
edit 2: last one working here was https://teamcity.vvvv.org/guestAuth/app/rest/builds/id:14604

It is in the core though, maybe one of its dependencies?

 Verzeichnis von C:\apps\code\vvvv_50alpha34.107_x64\lib\core

[.]                                              [..]
[ASCIITable]                                     CommandLine.dll
CommandLine.xml                                  FSharp.Core.dll
FSharp.Core.xml                                  ICSharpCode.NRefactory.dll
ICSharpCode.SharpDevelop.Dom.dll                 Microsoft.Practices.ServiceLocation.dll
Microsoft.Practices.ServiceLocation.xml          Microsoft.Practices.Unity.dll
Microsoft.Practices.Unity.xml                    Microsoft.Web.XmlTransform.dll
Nito.Async.dll                                   Nito.Async.xml
NuGet.Core.dll                                   NuGetAssemblyLoader.dll
Sanford.Multimedia.Midi.dll                      Sanford.Multimedia.Midi.xml
SlimDX.dll                                       SlimDX.xml
System.ComponentModel.Composition.CodePlex.dll   System.ComponentModel.Composition.CodePlex.xml
System.Reactive.Core.dll                         System.Reactive.Core.xml
System.Reactive.Interfaces.dll                   System.Reactive.Interfaces.xml
System.Reactive.Linq.dll                         System.Reactive.Linq.xml
System.Reactive.PlatformServices.dll             System.Reactive.PlatformServices.xml
System.Reflection.Context.CodePlex.dll           VVVV.Core.dll
VVVV.Hosting.dll                                 VVVV.Nodes.Generic.dll
VVVV.Nodes.Generic.XML                           VVVV.PluginInterfaces.dll
VVVV.PluginInterfaces.xml                        VVVV.Utils.dll
VVVV.Utils.dll.config                            VVVV.Utils.xml
VVVV.Utils3rdParty.dll                           VVVV.Utils3rdParty.xml
VVVV.UtilsIL.dll                                 VVVV.UtilsIL.xml
              43 Datei(en),     15.627.516 Bytes
               3 Verzeichnis(se), 169.545.351.168 Bytes frei

Does it help if you insert these lines to vvvv.exe.config

<configuration> <runtime> <loadFromRemoteSources enabled="true" /> </runtime> </configuration>

They seem to have vanished for some unknown reason…

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.

Do any of the hints given in the linked article of the exception you’re getting help? https://msdn.microsoft.com/en-us/library/dd409252(v=vs.110).aspx
Like telling windows that the exe/dlls are not downloaded from the web? It’s in the file properties.

Thing is the whole thing starts up just fine over here… :/

@Elias
this affects my home computer only, office computer is behaving as expected.

will investigate either tonight or the night after.

3 thoughts:

  • have you unzipped using 7-zip?
  • how about running it from \Desktop instead of C:\apps\code\
  • how about running beta34.2 on the same computer from C:\apps\code\

@joreg

  • yes
  • same
  • works

@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.

just checked and vvvv.exe.config is included with latest alpha downloads. hard to imagine that it was gone at some point… hmm…

my mistake. ms explorer is my default for zip. the file is hidden, and therefore never copied on selection. 7z shows it correctly.

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