Hello,
After Eikon upgraded itself call CreateAdxRtList throws an exception. This happens only in Visual Studio in both debug and release mode.
l_hr = m_EikonDesktopDataAPI->CreateAdxRtList((IUnknown**)&m_RtMgr);
Exception thrown at 0x767D4192 in DataCollector.exe: Microsoft C++ exception: pixl::trep::core::Exception at memory location 0x02D8D420. occurred
It's something related to the latest upgrade. Everything worked fine yesterday. Today when I started EIkon I noticed it took longer than usually. So I checked the version and it changed from 4.0.51 to 4.0.52.
Also, this is what I see in VS Output window:
[PIXL][INFO/ECRC.CONFIG] ENTER context::PIXLHookUp_Impl::initializeContext(a_applicationName=PowerLink, m_referenceCount=0, l_ThreadID=84680, CallerModule=C:\Program Files (x86)\Thomson Reuters\Eikon\Y\Bin\rtx.rtk.dll)
'DataCollector.exe' (Win32): Loaded 'C:\Program Files (x86)\Thomson Reuters\Eikon\Y\Bin\Apps\THOMSONREUTERS.REALTIME.PIXLALLPROTOCOLS\0.0.0.0\pixl52_psp120.dll'.
'DataCollector.exe' (Win32): Loaded 'C:\Program Files (x86)\Thomson Reuters\Eikon\Y\Bin\Apps\THOMSONREUTERS.REALTIME.PIXLALLPROTOCOLS\0.0.0.0\RFA8_Config120.dll'.
'DataCollector.exe' (Win32): Loaded 'C:\Program Files (x86)\Thomson Reuters\Eikon\Y\Bin\Apps\THOMSONREUTERS.REALTIME.PIXLALLPROTOCOLS\0.0.0.0\RFA8_Common120.dll'.
'DataCollector.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dbghelp.dll'.
'DataCollector.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dbghelp.dll'.
'DataCollector.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\dbghelp.dll'
Exception thrown at 0x767D4192 in DataCollector.exe: Microsoft C++ exception: pixl::trep::core::Exception at memory location 0x02DDD5B0.
I know there is not much information.. but is there anything I can try to do to fix it?
Thanks