HTML Texture Bug in alpha 31.7 x86

HTML Texture produces an exception on creation (red node for a second) and does not work (black screen). Reproducible with the HTML Texture Test patch.
Tested on 2 different machines.

Here’s the exception dump:

------------------------------------------------------------------------------
Exception log with detailed tech info. Generated on 14.03.2014 14:26:15.
You may send it to the application vendor, helping him to understand what had happened.
 Application title: ****
 Application file: C:\Program Files (x86)\vvvv_45alpha31.7_x86\vvvv.exe
------------------------------------------------------------------------------
Exception class: EClrException
Exception message: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
Exception address: 00000000
------------------------------------------------------------------------------
System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei VVVV.PluginInterfaces.V2.Pin`1..ctor(IIOFactory factory, IPluginIO pluginIO, MemoryIOStream`1 stream)
   bei VVVV.Hosting.Pins.Output.OutputPin`1..ctor(IIOFactory factory, IPluginOut pluginOut, MemoryIOStream`1 stream)
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei System.RuntimeMethodHandle.InvokeMethod(Object target, Object[]() arguments, Signature sig, Boolean constructor)
   bei System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[]() parameters, CultureInfo culture)
   bei System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[]() args, CultureInfo culture, Object[]() activationAttributes, StackCrawlMark& stackMark)
   bei System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[]() args, CultureInfo culture, Object[]() activationAttributes)
   bei System.Activator.CreateInstance(Type type, Object[]() args)
   bei VVVV.Hosting.IO.SpreadRegistry.<.ctor>b__8(IIOFactory factory, IOBuildContext`1 context)
   bei VVVV.Hosting.IO.IORegistryBase.CreateIOContainer(IIOFactory factory, IOBuildContext context)
   bei VVVV.Hosting.IO.IORegistryBase.CreateIOContainer(IIOFactory factory, IOBuildContext context)
   bei VVVV.Hosting.IO.IOFactory.CreateIOContainer(IOBuildContext context)
   bei VVVV.Hosting.IO.IOExportProvider.<>c**DisplayClass4.<GetExportsCore>b**1()
   bei System.ComponentModel.Composition.Primitives.Export.GetExportedValueCore()
   bei System.ComponentModel.Composition.Primitives.Export.get_Value()
   bei System.ComponentModel.Composition.ReflectionModel.ImportingItem.Cast(Type type, Export export)
   bei System.ComponentModel.Composition.ReflectionModel.ImportingItem.CastSingleExportToImportType(Type type, Export export)
   bei System.ComponentModel.Composition.ReflectionModel.ImportingItem.CastExportsToSingleImportType(Export[]() exports)
   bei System.ComponentModel.Composition.ReflectionModel.ImportingItem.CastExportsToImportType(Export[]() exports)
   bei System.ComponentModel.Composition.ReflectionModel.ReflectionComposablePart.SetImport(ImportingItem item, Export[]() exports)
   bei System.ComponentModel.Composition.ReflectionModel.ReflectionComposablePart.SetImport(ImportDefinition definition, IEnumerable`1 exports)
   bei System.ComponentModel.Composition.Hosting.ImportEngine.PartManager.TrySetImport(ImportDefinition import, IEnumerable`1 exports)
   bei System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportSubset(PartManager partManager, IEnumerable`1 imports, AtomicComposition atomicComposition)
   bei System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportsStateMachine(PartManager partManager, ComposablePart part)
   bei System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImports(PartManager partManager, ComposablePart part, Boolean shouldTrackImports)
   bei System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(ComposablePart part)
   bei System.ComponentModel.Composition.Hosting.CompositionServices.GetExportedValueFromComposedPart(ImportEngine engine, ComposablePart part, ExportDefinition definition)
   bei System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportedValue(CatalogPart part, ExportDefinition export, Boolean isSharedPart)
   bei System.ComponentModel.Composition.Hosting.CatalogExportProvider.CatalogExport.GetExportedValueCore()
   bei System.ComponentModel.Composition.Primitives.Export.get_Value()
   bei System.ComponentModel.Composition.ReflectionModel.ImportingItem.Cast(Type type, Export export)
   bei System.ComponentModel.Composition.ReflectionModel.ImportingItem.CastSingleExportToImportType(Type type, Export export)
   bei System.ComponentModel.Composition.ReflectionModel.ImportingItem.CastExportsToSingleImportType(Export[]() exports)
   bei System.ComponentModel.Composition.ReflectionModel.ImportingItem.CastExportsToImportType(Export[]() exports)
   bei System.ComponentModel.Composition.ReflectionModel.ReflectionComposablePart.SetImport(ImportingItem item, Export[]() exports)
   bei System.ComponentModel.Composition.ReflectionModel.ReflectionComposablePart.SetImport(ImportDefinition definition, IEnumerable`1 exports)
   bei System.ComponentModel.Composition.Hosting.ImportEngine.PartManager.TrySetImport(ImportDefinition import, IEnumerable`1 exports)
   bei System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportSubset(PartManager partManager, IEnumerable`1 imports, AtomicComposition atomicComposition)
   bei System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImportsStateMachine(PartManager partManager, ComposablePart part)
   bei System.ComponentModel.Composition.Hosting.ImportEngine.TrySatisfyImports(PartManager partManager, ComposablePart part, Boolean shouldTrackImports)
   bei System.ComponentModel.Composition.Hosting.ImportEngine.SatisfyImports(ComposablePart part)
   bei System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.<>c**DisplayClass2.<Compose>b**0()
   bei System.ComponentModel.Composition.Hosting.CompositionServices.TryInvoke(Action action)
   bei System.ComponentModel.Composition.Hosting.ComposablePartExportProvider.Compose(CompositionBatch batch)
   bei System.ComponentModel.Composition.Hosting.CompositionContainer.Compose(CompositionBatch batch)
   bei System.ComponentModel.Composition.AttributedModelServices.ComposeParts(CompositionContainer container, Object[]() attributedParts)
   bei VVVV.Hosting.IO.PluginContainer..ctor(IInternalPluginHost pluginHost, IIORegistry ioRegistry, CompositionContainer parentContainer, INodeInfoFactory nodeInfoFactory, DotNetPluginFactory pluginFactory, Type pluginType, INodeInfo nodeInfo)
   bei VVVV.Hosting.Factories.DotNetPluginFactory.CreatePlugin(INodeInfo nodeInfo, IPluginHost2 pluginHost)
   bei VVVV.Hosting.Factories.DotNetPluginFactory.CreateNode(INodeInfo nodeInfo, IInternalPluginHost pluginHost)
   bei VVVV.Hosting.Factories.AbstractFileFactory`1.Create(INodeInfo nodeInfo, INode host)
   bei VVVV.Hosting.HDEHost.CreateNode(INode node)
------------------------------------------------------------------------------
Main thread ID = 1128
Exception thread ID = 1128
------------------------------------------------------------------------------
Exception stack
Stack list, generated 14.03.2014 14:26:15
[006583E9](006583E9){vvvv.exe    } ClrUtils.ClrCheck (Line 1048, "ClrUtils.pas" + 2)
[0081305B](0081305B){vvvv.exe    } Factories.TMNodeFactory.CreateNode (Line 640, "Factories.pas" + 106)
[007977D1](007977D1){vvvv.exe    } PatchFactory.TMPatch.PerformNodeActions (Line 2491, "PatchFactory.pas" + 48)
[0079897C](0079897C){vvvv.exe    } PatchFactory.TMPatch.PerformAction (Line 2811, "PatchFactory.pas" + 10)
[007935D1](007935D1){vvvv.exe    } PatchFactory.TMPatchClass.PerformActionOnInstances (Line 953, "PatchFactory.pas" + 1)
[00793EA0](00793EA0){vvvv.exe    } PatchFactory.TMPatchClass.PerformAction (Line 1154, "PatchFactory.pas" + 156)
[0079279E](0079279E){vvvv.exe    } PatchFactory.TMPatchFactory.PerformAction (Line 575, "PatchFactory.pas" + 19)
[0079307F](0079307F){vvvv.exe    } PatchFactory.TMPatchFactory.PerformAction (Line 807, "PatchFactory.pas" + 1)
[007AE72A](007AE72A){vvvv.exe    } MainMenu.TMMainMenuFrame.CreateNode (Line 2156, "MainMenu.pas" + 115)
[0052860F](0052860F){vvvv.exe    } Vcl.Forms.TScreen.GetCustomForms (Line 8008, "Vcl.Forms.pas" + 1)
[005292B2](005292B2){vvvv.exe    } Vcl.Forms.AlignWork (Line 8619, "Vcl.Forms.pas" + 3)
[005292F8](005292F8){vvvv.exe    } Vcl.Forms.TScreen.AlignForms (Line 8626, "Vcl.Forms.pas" + 1)
[007AEE17](007AEE17){vvvv.exe    } MainMenu.TMMainMenuFrame.CreateNode (Line 2258, "MainMenu.pas" + 3)
[0077A14C](0077A14C){vvvv.exe    } NodeBrowser.TMNodeBrowser.CreateNode (Line 117, "NodeBrowser.pas" + 12)
[0049AF3F](0049AF3F){vvvv.exe    } Vcl.Controls.TWinControl.WndProc (Line 9976, "Vcl.Controls.pas" + 152)
[0052B737](0052B737){vvvv.exe    } Vcl.Forms.TApplication.ProcessMessage (Line 10164, "Vcl.Forms.pas" + 23)
[0052B77A](0052B77A){vvvv.exe    } Vcl.Forms.TApplication.HandleMessage (Line 10194, "Vcl.Forms.pas" + 1)
[0052BAB9](0052BAB9){vvvv.exe    } Vcl.Forms.TApplication.Run (Line 10332, "Vcl.Forms.pas" + 26)
[00A6240D](00A6240D){vvvv.exe    } vvvv.vvvv (Line 42, "" + 7)
------------------------------------------------------------------------------
Call stack for main thread
Stack list, generated 14.03.2014 14:26:15
[77A10C42](77A10C42){ntdll.dll   } ZwGetContextThread
------------------------------------------------------------------------------
System   : Windows 7 Professional, Version: 6.1, Build: 1DB1, "Service Pack 1"
Processor: Intel,       Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz, 2100 MHz MMX SSE SSE2 SSE3 SSSE3 64 bits DEP
Memory: 8091; free 4247
Display  : 1920x1080 pixels, 32 bpp
------------------------------------------------------------------------------
List of loaded modules:
[00400000](00400000) C:\Program Files (x86)\vvvv_45alpha31.7_x86\vvvv.exe
           31.7.166.0 - 31.7.166.0
           vvvv - a multipurpose toolkit
           Unit versioning information:
             JCL\source\common JclUnitVersioningProviders.pas 30b46b307c41c5832a4c12ebc44521872bc2145e 2011-09-02 22:07:50 +0000
[03580000](03580000) C:\PROGRA~2\VVVV_4~2.2_X\lib\THIRDP~1\x86\AddFlow5.ocx
<10000000> 5.4.0.19 - 5, 4, 0, 19
           AddFlow ActiveX Control
[04D80000](04D80000) C:\Windows\system32\igdumd32.dll
<10000000> 8.15.10.2712 - 8.15.10.2712
           LDDM User Mode Driver for Intel(R) Graphics Technology
[05470000](05470000) C:\Program Files (x86)\vvvv_45alpha31.7_x86\lib\thirdparty\x86\dxerr9.dll
<10000000> (no module version info)
[090B0000](090B0000) C:\Program Files (x86)\vvvv_45alpha31.7_x86\lib\core\SlimDX.dll
<10000000> (no module version info)
[10000000](10000000) C:\Program Files (x86)\vvvv_45alpha31.7_x86\lib\thirdparty\x86\ode.dll
           0.8.14.0 - 0, 8, 14, 0
           ODE Single Precision DLL for DelphiODE
[50990000](50990000) C:\Program Files (x86)\vvvv_45alpha31.7_x86\addonpack\lib\nodes\plugins\Dependencies\x86\CefGlue\icudt.dll
           4.6.0.0 - 4, 6, 0, 0
           ICU Data DLL
[51320000](51320000) C:\Program Files (x86)\vvvv_45alpha31.7_x86\addonpack\lib\nodes\plugins\Dependencies\x86\CefGlue\libcef.dll
           1.1364.1123.0 - 1.1364.1123
           Chromium Embedded Framework (CEF) Dynamic Link Library
[52BB0000](52BB0000) C:\Windows\assembly\NativeImages_v4.0.30319_32\Accessibility\87d1d4e49d3fd472b472fa97e492bd1e\Accessibility.ni.dll
           4.0.30319.17929 - 4.0.30319.17929 built by: FX45RTMREL
           .NET Framework
[52BC0000](52BC0000) C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\InkObj.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft Tablet PC-Freihandplattform-Komponente
[52D20000](52D20000) C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\rtscom.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft Tablet-PC: Echtzeit-Stylus-Plattformkomponente
[52F80000](52F80000) C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Runt19c51595#\b3139a7d21085f9d261a15b5cf58169a\System.Runtime.Caching.ni.dll
           4.0.30319.17929 - 4.0.30319.17929
           System.Runtime.Caching.dll
[53020000](53020000) C:\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.Ifcaec084#\b1856e201c830d7bf927fca94cd4dfc8\Microsoft.Internal.Tasks.Dataflow.ni.dll
           4.0.30319.17929 - 4.0.30319.17929 built by: FX45RTMREL
           .NET Framework
[53170000](53170000) C:\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.B83e9cb53#\14e051de6f932c6868c4d4698974fda8\Microsoft.Build.Utilities.v4.0.ni.dll
           4.0.30319.17929 - 4.0.30319.17929 built by: FX45RTMREL
           Microsoft.Build.Utilities.v4.0.dll
[53250000](53250000) C:\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.B3325a29b#\ee7e0b870bb348023e6dfe5db69424cd\Microsoft.Build.Framework.ni.dll
           4.0.30319.17929 - 4.0.30319.17929 built by: FX45RTMREL
           Microsoft.Build.Framework.dll
[532C0000](532C0000) C:\Windows\assembly\NativeImages_v4.0.30319_32\Microsoft.Build\9fdf4c824659cbc25390d3f406add5d0\Microsoft.Build.ni.dll
           4.0.30319.17929 - 4.0.30319.17929 built by: FX45RTMREL
           Microsoft.Build.dll
[537E0000](537E0000) C:\Windows\Microsoft.NET\Framework\v4.0.30319\diasymreader.dll
           11.0.50709.17929 - 11.0.50709.17929 built by: FX45RTMREL
           Dia based SymReader
[538C0000](538C0000) C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Xml.Linq\59e7896e1130fa9846b1b09aa707a204\System.Xml.Linq.ni.dll
           4.0.30319.17929 - 4.0.30319.17929 built by: FX45RTMREL
           .NET Framework
[54180000](54180000) C:\Windows\system32\d3dx9_38.dll
           9.23.949.2378 - 9.23.949.2378
[548A0000](548A0000) C:\Windows\system32\dsound.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           DirectSound
[56F90000](56F90000) C:\Windows\system32\MFC42.DLL
           6.6.8064.0 - 6.06.8063.0
           MFCDLL Shared Library - Retail Version
[570B0000](570B0000) C:\Windows\system32\tapi32.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft® Windows(TM) Telefonie-API-Client-DLL
[570F0000](570F0000) C:\Windows\system32\dinput8.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft DirectInput
[57130000](57130000) C:\Windows\system32\AVIFIL32.DLL
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft AVI-Dateiunterstützungs-Bibliothek
[57150000](57150000) C:\Windows\SysWOW64\devenum.dll
           6.6.7600.16385 - 6.6.7600.16385 (win7_rtm.090713-1255)
           Geräteenumeration
[5AE60000](5AE60000) C:\Windows\system32\Icmp.Dll
<5B890000> 6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           ICMP DLL
[5B990000](5B990000) C:\Windows\system32\msdmo.dll
           6.6.7601.17514 - 6.6.7601.17514 (win7sp1_rtm.101119-1850)
           DMO Runtime
[64D60000](64D60000) C:\Windows\system32\WindowsCodecs.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           Microsoft Windows Codecs Library
[65320000](65320000) C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Windows.Forms\8dbbd62caca2103cec7ddaeec4c9f618\System.Windows.Forms.ni.dll
           4.0.30319.18036 - 4.0.30319.18036 built by: FX45RTMGDR
           .NET Framework
[65F40000](65F40000) C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Drawing\003c06af327914e4ad317c4fbf1c37e2\System.Drawing.ni.dll
           4.0.30319.18021 - 4.0.30319.18021 built by: FX45RTMGDR
           .NET Framework
[66540000](66540000) C:\Windows\system32\msimg32.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           GDIEXT Client DLL
[67270000](67270000) C:\Windows\system32\security.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Security Support Provider Interface
[67290000](67290000) C:\Windows\system32\opengl32.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           OpenGL Client DLL
[67920000](67920000) C:\Windows\system32\RichEd20.DLL
           5.31.23.1230 - 5.31.23.1230
           Rich Text Edit Control, v3.1
[68060000](68060000) C:\Windows\system32\midimap.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft MIDI Mapper
[68070000](68070000) C:\Windows\system32\msacm32.drv
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft Soundmapper
[68080000](68080000) C:\Windows\system32\AUDIOSES.DLL
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Audiositzung
[680C0000](680C0000) C:\Windows\system32\AVRT.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Multimedia Realtime Runtime
[680D0000](680D0000) C:\Windows\system32\ksuser.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           User CSA Library
[680E0000](680E0000) C:\Windows\system32\wdmaud.drv
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Winmm-Audiosystemtreiber
[68110000](68110000) C:\Windows\system32\MMDevAPI.DLL
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           MMDevice-API
[6A150000](6A150000) C:\Windows\system32\ATL.DLL
           3.5.2284.0 - 3.05.2284
           ATL Module for Windows XP (Unicode)
[6AB10000](6AB10000) C:\Windows\system32\webio.dll
           6.1.7601.17725 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           API für Webtransferprotokolle
[6AB60000](6AB60000) C:\Windows\system32\WINHTTP.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Windows HTTP-Dienste
[6AD10000](6AD10000) C:\Windows\system32\odbcint.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           ODBC Resources
[6AF40000](6AF40000) C:\Windows\system32\ODBC32.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           ODBC Driver Manager
[6BBA0000](6BBA0000) C:\Windows\system32\POWRPROF.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Power Profile Helper DLL
[6BBD0000](6BBD0000) C:\Windows\system32\HID.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           HID-Benutzerbibliothek
[6C0B0000](6C0B0000) C:\Windows\system32\quartz.dll
           6.6.7601.17713 - 6.6.7600.16385 (win7_rtm.090713-1255)
           DirectShow-Laufzeitbibliothek
[6C250000](6C250000) C:\Windows\system32\MsVfW32.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           DLL für Microsoft Video für Windows
[6C280000](6C280000) C:\Windows\system32\SXS.DLL
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Fusion 2.5
[6C350000](6C350000) C:\Windows\system32\PROPSYS.dll
           7.0.7601.17514 - 7.00.7600.16385 (win7_rtm.090713-1255)
           Microsoft-Eigenschaftensystem
[6C770000](6C770000) C:\Windows\system32\bcrypt.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Windows Cryptographic Primitives Library (Wow64)
[6C7B0000](6C7B0000) C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_none_72d2e82386681b36\gdiplus.dll
           6.1.7601.18120 - 6.1.7601.18120 (win7sp1_gdr.130402-1532)
           Microsoft GDI+
[6C950000](6C950000) C:\Windows\system32\d3d9.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Direct3D 9 Runtime
[6CB20000](6CB20000) C:\Windows\system32\d3d8thk.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft Direct3D OS Thunk Layer
[6CB80000](6CB80000) C:\Windows\system32\DDRAW.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft DirectDraw
[6CC70000](6CC70000) C:\Windows\system32\DCIMAN32.dll
           6.1.7601.18177 - 6.1.7601.18177 (win7sp1_gdr.130605-1534)
           DCI Manager
[6CE50000](6CE50000) C:\Windows\system32\winspool.drv
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Windows-Spoolertreiber
[6CEB0000](6CEB0000) C:\Windows\system32\WINSTA.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Winstation Library
[6CF70000](6CF70000) C:\Windows\system32\msi.dll
           5.0.7601.17514 - 5.0.7601.17514
           Windows Installer
[6D2C0000](6D2C0000) C:\Windows\system32\wtsapi32.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Windows Remote Desktop Session Host Server SDK APIs
[6D2E0000](6D2E0000) C:\Windows\syswow64\dbghelp.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Windows Image Helper
[6D3D0000](6D3D0000) C:\Windows\system32\RpcRtRemote.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Remote RPC Extension
[6D420000](6D420000) C:\Windows\system32\dwmapi.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft Desktopfenster-Manager-API
[6D480000](6D480000) C:\Windows\system32\MSACM32.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft ACM-Audiofilter
[6D570000](6D570000) C:\Windows\system32\winmm.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           MCI API-DLL
[6D5B0000](6D5B0000) C:\Windows\system32\uxtheme.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft UxTheme-Bibliothek
[6D960000](6D960000) C:\Windows\system32\ntmarta.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Windows NT MARTA-Anbieter
[6D9F0000](6D9F0000) C:\Windows\system32\NLAapi.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Network Location Awareness 2
[6DA00000](6DA00000) C:\Windows\system32\wsock32.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Windows Socket 32-Bit DLL
[6E680000](6E680000) C:\Windows\system32\MSVCR100.dll
           10.0.40219.325 - 10.00.40219.325
           Microsoft® C Runtime Library
[6E740000](6E740000) C:\Windows\system32\MSVCP100.dll
           10.0.40219.325 - 10.00.40219.325
           Microsoft® C Runtime Library
[6FAC0000](6FAC0000) C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Core\6497e394eb0346d9f374976af5033e37\System.Core.ni.dll
           4.0.30319.17929 - 4.0.30319.17929 built by: FX45RTMREL
           .NET Framework
[70250000](70250000) C:\Windows\Microsoft.NET\Framework\v4.0.30319\nlssorting.dll
           4.0.30319.17929 - 4.0.30319.17929 built by: FX45RTMREL
           Microsoft Collation Support
[70270000](70270000) C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Xml\95a58c416cfe8803af6b325d952a374a\System.Xml.ni.dll
           4.0.30319.18060 - 4.0.30319.18060 built by: FX45RTMGDR
           .NET Framework
[70A00000](70A00000) C:\Windows\assembly\NativeImages_v4.0.30319_32\System.Configuration\853f7abd2d9a620ba57c7b4005fe1976\System.Configuration.ni.dll
           4.0.30319.18060 - 4.0.30319.18060 built by: FX45RTMGDR
           System.Configuration.dll
[70AF0000](70AF0000) C:\Windows\assembly\NativeImages_v4.0.30319_32\System\a369005c18456d7fd36347e36d63fe05\System.ni.dll
           4.0.30319.18021 - 4.0.30319.18021 built by: FX45RTMGDR
           .NET Framework
[71470000](71470000) C:\Windows\Microsoft.NET\Framework\v4.0.30319\clrjit.dll
           4.0.30319.18021 - 4.0.30319.18021 built by: FX45RTMGDR
           Microsoft .NET Runtime Just-In-Time Compiler
[714E0000](714E0000) C:\Windows\assembly\NativeImages_v4.0.30319_32\mscorlib\d12f4fda3d1bfabf888342e96983e9a7\mscorlib.ni.dll
           4.0.30319.18063 - 4.0.30319.18063 built by: FX45RTMGDR
           Microsoft Common Language Runtime Class Library
[724B0000](724B0000) C:\Windows\system32\MSVCR110_CLR0400.dll
           11.0.50709.17929 - 11.00.50709.17929 built by: FX45RTMREL
           Microsoft® C Runtime Library
[72590000](72590000) C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
           4.0.30319.18063 - 4.0.30319.18063 built by: FX45RTMGDR
           Microsoft .NET Runtime Common Language Runtime - WorkStation
[72C30000](72C30000) C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
           4.0.30319.17929 - 4.0.30319.17929 built by: FX45RTMREL
           Microsoft .NET Runtime Execution Engine
[72CB0000](72CB0000) C:\Windows\system32\mscoree.dll
           4.0.40305.0 - 4.0.40305.0 (Main.040305-0000)
           Microsoft .NET Runtime Execution Engine
[72D70000](72D70000) C:\Windows\system32\credssp.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Credential Delegation Security Package
[72D80000](72D80000) C:\Windows\system32\SECUR32.DLL
           6.1.7601.18270 - 6.1.7601.18270 (win7sp1_gdr.130924-1532)
           Security Support Provider Interface
[72D90000](72D90000) C:\Windows\system32\rsaenh.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft Enhanced Cryptographic Provider
[72E80000](72E80000) C:\Windows\system32\CRYPTSP.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Cryptographic Service Provider API
[72EA0000](72EA0000) C:\Windows\system32\dhcpcsvc6.DLL
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           DHCPv6-Client
[72EB0000](72EB0000) C:\Windows\system32\dhcpcsvc.DLL
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           DHCP Clientdienst
[72ED0000](72ED0000) C:\Windows\system32\WINNSI.DLL
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Network Store Information RPC interface
[72EE0000](72EE0000) C:\Windows\system32\iphlpapi.DLL
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           IP-Hilfs-API
[72F00000](72F00000) C:\Windows\System32\wshtcpip.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Winsock2-Hilfs-DLL (TL/IPv4)
[72F10000](72F10000) C:\Windows\System32\wship6.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Winsock2-Hilfs-DLL (TL/IPv6)
[72F20000](72F20000) C:\Windows\system32\mswsock.dll
           6.1.7601.18254 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft Windows Sockets 2.0-Dienstanbieter
[72F60000](72F60000) C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll
           6.10.7601.17514 - 6.10 (win7_rtm.090713-1255)
           Bibliothek für Steuerelemente
[73F00000](73F00000) C:\Windows\system32\GLU32.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           OpenGL Utility Library DLL
[74550000](74550000) C:\Windows\system32\olepro32.dll
           6.1.7601.17514 - 6.1.7601.17514
[752D0000](752D0000) C:\Windows\SysWOW64\nvinit.dll
           9.18.13.2619 - 9.18.13.2619
           NVIDIA shim initialization dll, Version 326.19 
[75330000](75330000) C:\Windows\system32\version.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Version Checking and File Installation Libraries
[75400000](75400000) C:\Windows\syswow64\CRYPTBASE.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Base cryptographic API DLL
[75410000](75410000) C:\Windows\syswow64\SspiCli.dll
           6.1.7601.18270 - 6.1.7601.18270 (win7sp1_gdr.130924-1532)
           Security Support Provider Interface
[75470000](75470000) C:\Windows\syswow64\LPK.dll
           6.1.7601.18177 - 6.1.7601.18177 (win7sp1_gdr.130605-1534)
           Language Pack
[754E0000](754E0000) C:\Windows\syswow64\USER32.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Multi-User Windows USER API Client DLL
[755E0000](755E0000) C:\Windows\syswow64\KERNELBASE.dll
           6.1.7601.18229 - 6.1.7601.17965 (win7sp1_gdr.121004-0333)
           Client-DLL für Windows NT-Basis-API
[75630000](75630000) C:\Windows\syswow64\msvcrt.dll
           7.0.7601.17744 - 7.0.7601.17744 (win7sp1_gdr.111215-1535)
           Windows NT CRT DLL
[756E0000](756E0000) C:\Windows\syswow64\USP10.dll
           1.626.7601.17514 - 1.0626.7601.17514 (win7sp1_rtm.101119-1850)
           Uniscribe Unicode script processor
[75780000](75780000) C:\Windows\syswow64\WININET.dll
           11.0.9600.16518 - 11.00.9600.16428 (winblue_gdr.131013-1700)
           Interneterweiterungen für Win32
[75950000](75950000) C:\Windows\syswow64\WS2_32.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Windows Socket 2.0-32-Bit-DLL
[75990000](75990000) C:\Windows\syswow64\MSCTF.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           MSCTF-Server-DLL
[75A60000](75A60000) C:\Windows\syswow64\WLDAP32.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Win32 LDAP-API-DLL
[75AB0000](75AB0000) C:\Windows\syswow64\iertutil.dll
           11.0.9600.16518 - 11.00.9600.16518 (winblue_gdr_escrow.140205-2123)
           Run time utility for Internet Explorer
[75CD0000](75CD0000) C:\Windows\system32\IMM32.DLL
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Multi-User Windows IMM32 API Client DLL
[75D30000](75D30000) C:\Windows\syswow64\RPCRT4.dll
           6.1.7601.18205 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Remoteprozeduraufruf-Laufzeitumgebung
[75E20000](75E20000) C:\Windows\syswow64\WINTRUST.dll
           6.1.7601.18205 - 6.1.7601.18205 (win7sp1_gdr.130708-1532)
           Microsoft Trust Verification APIs
[75E50000](75E50000) C:\Windows\syswow64\ole32.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Microsoft OLE für Windows
[75FB0000](75FB0000) C:\Windows\syswow64\ADVAPI32.dll
           6.1.7601.18247 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Erweiterte Windows 32 Base-API
[76050000](76050000) C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[76060000](76060000) C:\Windows\syswow64\oleaut32.dll
           6.1.7601.17676 - 6.1.7601.17676
[760F0000](760F0000) C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[76100000](76100000) C:\Windows\syswow64\CFGMGR32.dll
           6.1.7601.17621 - 6.1.7601.17621 (win7sp1_gdr.110523-2108)
           Configuration Manager DLL
[76130000](76130000) C:\Windows\syswow64\CLBCatQ.DLL
           2001.12.8530.16385 - 2001.12.8530.16385 (win7_rtm.090713-1255)
           COM+ Configuration Catalog
[76250000](76250000) C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[76260000](76260000) C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[76270000](76270000) C:\Windows\syswow64\imagehlp.dll
           6.1.7601.18288 - 6.1.7601.18288 (win7sp1_gdr.131018-1533)
           Windows NT Image Helper
[762A0000](762A0000) C:\Windows\syswow64\PSAPI.DLL
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Process Status Helper
[762B0000](762B0000) C:\Windows\syswow64\SetupApi.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Windows Setup-API
[76450000](76450000) C:\Windows\syswow64\DEVOBJ.dll
           6.1.7601.17621 - 6.1.7601.17621 (win7sp1_gdr.110523-2108)
           Device Information Set DLL
[76470000](76470000) C:\Windows\syswow64\normaliz.DLL
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Unicode Normalization DLL
[76480000](76480000) C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[76490000](76490000) C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
           6.2.9200.16492 - 6.2.9200.16492 (win8_gdr_oobssr.130113-0015)
           ApiSet Stub DLL
[764A0000](764A0000) C:\Windows\syswow64\GDI32.dll
           6.1.7601.18275 - 6.1.7601.18275 (win7sp1_gdr.131002-1533)
           GDI Client DLL
[76530000](76530000) C:\Windows\syswow64\urlmon.dll
           11.0.9600.16518 - 11.00.9600.16428 (winblue_gdr.131013-1700)
           OLE32-Erweiterung für Win32
[76660000](76660000) C:\Windows\syswow64\SHLWAPI.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Shell Light-weight-Dienstprogrammbibliothek
[766C0000](766C0000) C:\Windows\syswow64\MSASN1.dll
           6.1.7601.17514 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           ASN.1 Runtime APIs
[766D0000](766D0000) C:\Windows\SysWOW64\sechost.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           Host for SCM/SDDL/LSA Lookup APIs
[766F0000](766F0000) C:\Windows\syswow64\CRYPT32.dll
           6.1.7601.18277 - 6.1.7601.18277 (win7sp1_gdr.131005-0934)
           Krypto-API32
[76810000](76810000) C:\Windows\syswow64\comdlg32.dll
           6.1.7601.17514 - 6.1.7600.16385 (win7_rtm.090713-1255)
           DLL für gemeinsame Dialoge
[76890000](76890000) C:\Windows\syswow64\kernel32.dll
           6.1.7601.18229 - 6.1.7601.17965 (win7sp1_gdr.121004-0333)
           Client-DLL für Windows NT-Basis-API
[769A0000](769A0000) C:\Windows\syswow64\shell32.dll
           6.1.7601.18222 - 6.1.7601.17514 (win7sp1_rtm.101119-1850)
           Allgemeine Windows-Shell-DLL
[779C0000](779C0000) C:\Windows\syswow64\NSI.dll
           6.1.7600.16385 - 6.1.7600.16385 (win7_rtm.090713-1255)
           NSI User-mode interface DLL
[779F0000](779F0000) C:\Windows\SysWOW64\ntdll.dll
           6.1.7601.18247 - 6.1.7600.16385 (win7_rtm.090713-1255)
           DLL für NT-Layer
------------------------------------------------------------------------------
Active Controls hierarchy:
TMAddFlowWrapper "AddFlow"
TPanel "AddFlowPanel"
TMViewPatch "MViewPatch_0"
------------------------------------------------------------------------------

hello, we have a dedicated forum for alpha versions: forums-alpha