I was having some ideastorming going on and when i tried to simulate following, Flowcode just crashed...
Visual Studio just in time debugger tolds me that an unhandled win32 exeption happened...
Heres a whole debug session output dump when starting FC7 with VisualStudio Community 2015 debugger...
PDB file missing is okay, as im not the one making this code

Code: Select all
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\FlowcodeV7.exe'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\kernel32.dll'
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\setupapi.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winusb.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\ECIOAPI.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msimg32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\advapi32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32full.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winmm.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\user32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\opengl32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\glu32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\win32u.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winmmbase.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ddraw.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dciman32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shell32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\windows.storage.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winspool.drv'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbase.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcrypt.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\powrprof.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shlwapi.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel.appcore.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\SHCore.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\profapi.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.447_none_89c64d28dafea4b9\comctl32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleaut32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp_win.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ws2_32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oledlg.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\imm32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.14393.321_none_baab3cb4359688b4\GdiPlus.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\version.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\comdlg32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dbghelp.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wininet.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleacc.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dwmapi.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msctf.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\WindowsCodecs.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptsp.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rsaenh.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\languages\FlowENGB.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\scilexer.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\plugins\dll_dbg_icd.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\plugins\dll_models.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\CadExIGES.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\CadExSTEP.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\CadExCore.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKMath.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKG2d.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKernel.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKGeomAlgo.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKG3d.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKGeomBase.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKBRep.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKTopAlgo.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKXSBase.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKShHealing.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKIGES.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKSTEP.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKSTEPBase.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKLCAF.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKSTEPAttr.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKXDEIGES.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\CadExXDE.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\tbb.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKXDESTEP.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp120.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKMesh.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKPrim.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcr120.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKCDF.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wsock32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\tbbmalloc.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKBool.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKSTEP209.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKXCAF.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKCAF.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKBO.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKService.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKV3d.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKVCAF.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\freetype.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\FreeImage.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\TKHLR.dll'. Module was built without symbols.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\plugins\dll_upgrader.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Flowcode 7\plugins\dll_webhelp.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\IPHLPAPI.DLL'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\clbcatq.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DataExchange.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dcomp.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\d3d11.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dxgi.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\twinapi.appcore.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ieframe.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\netapi32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\iertutil.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\netutils.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wkscli.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\urlmon.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sxs.dll'. Cannot find or open the PDB file.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B46C.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B46C.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019A500.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019A500.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019A558.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019A558.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\d2d1.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\crypt32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msasn1.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DWrite.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ResourcePolicyClient.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\ResourcePolicyClient.dll'
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nv_dispiwu.inf_amd64_b67dc924fff8de6d\nvwgf2um.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nvspcap.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\psapi.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wtsapi32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winhttp.dll'. Cannot find or open the PDB file.
The thread 0x34a4 has exited with code 0 (0x0).
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nvapi.dll'. Cannot find or open the PDB file.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019A530.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019A530.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\devobj.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wintrust.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\OnDemandConnRouteHelper.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mswsock.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nsi.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winnsi.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dnsapi.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mshtml.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Agilent\IO Libraries Suite\LxiMdnsNsp.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Program Files (x86)\Bonjour\mdnsNSP.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'J:\Program Files (x86)\National Instruments\Shared\mDNS Responder\nimdnsNSP.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nimdnsResponder.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\vcruntime140.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rasadhlp.dll'. Cannot find or open the PDB file.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019AFA8.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019AFA8.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ExplorerFrame.dll'. Cannot find or open the PDB file.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019AFF0.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019AFF0.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B010.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B010.
The thread 0xf40 has exited with code 0 (0x0).
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\srpapi.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\secur32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mlang.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\propsys.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msimtf.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\jscript9.dll'. Cannot find or open the PDB file.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: Js::JavascriptExceptionObject at memory location 0x0019D2DC.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Macromed\Flash\Flash.ocx'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dsound.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mscms.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\UIAutomationCore.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\userenv.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dinput8.dll'. Cannot find or open the PDB file.
Vector smash protection is enabled.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\atlthunk.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\coml2.dll'. Cannot find or open the PDB file.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: Js::JavascriptExceptionObject at memory location 0x0019B74C.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: Js::JavascriptExceptionObject at memory location 0x0019BDDC.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\d3d10warp.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msls31.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\apphelp.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nvoglv32.dll'. Cannot find or open the PDB file.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntmarta.dll'. Cannot find or open the PDB file.
The thread 0x4adc has exited with code 0 (0x0).
The thread 0x3ea8 has exited with code 0 (0x0).
The thread 0x1878 has exited with code 0 (0x0).
The thread 0x2c08 has exited with code 0 (0x0).
The thread 0x2b64 has exited with code 0 (0x0).
The thread 0x362c has exited with code 0 (0x0).
********************** AT THIS POINT THE STARTUP PAGE SHOWS UP, AND I PRESS RECENT **********************
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B940.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B940.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B940.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B940.
'FlowcodeV7.exe' (Win32): Loaded 'C:\Windows\SysWOW64\UIAnimation.dll'. Cannot find or open the PDB file.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B8F8.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B8F8.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B940.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B940.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B798.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B798.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B6A8.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B6A8.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B6A8.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: COleException at memory location 0x0019B6A8.
The thread 0x4464 has exited with code 0 (0x0).
The thread 0x4ad4 has exited with code 0 (0x0).
The thread 0x3950 has exited with code 0 (0x0).
The thread 0x23d4 has exited with code 0 (0x0).
The thread 0x1988 has exited with code 0 (0x0).
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: Js::JavascriptExceptionObject at memory location 0x0019D2DC.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: Js::JavascriptExceptionObject at memory location 0x0019B74C.
Exception thrown at 0x76CAA832 in FlowcodeV7.exe: Microsoft C++ exception: Js::JavascriptExceptionObject at memory location 0x0019BDDC.
The thread 0x338 has exited with code 0 (0x0).
The thread 0xdcc has exited with code 0 (0x0).
The thread 0x4580 has exited with code 0 (0x0).
The thread 0x337c has exited with code 0 (0x0).
********************** AT THIS POINT PRESSED STEP ONE **********************
Exception thrown at 0x00000000 in FlowcodeV7.exe: 0xC0000005: Access violation executing location 0x00000000.