Can the other users who find RTD crashing confirm this? Please restart RTD and see if it works on restart.
I could replicate that error today.
@Tracerbullet,
Can you make anything out of this error?
Unhandled exception at 0x7c812afb in RTDMan.exe: Microsoft C++ exception: std:
ut_of_range at memory location 0x0012f8a0..
RTDMan.exe!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::erase(unsigned int _Off, unsigned int _Count) Line 1112 C++
RTDMan.exe!Worker:: processRTDData(const std::map<long,ATL::CComVariant,std::less<long>,std::allocator<std:
air<long const ,ATL::CComVariant> > > * data) Line 225 C++
RTDMan.exe!Worker:: poll() Line 162 C++
RTDMan.exe!wmain(int argc, wchar_t * * argv) Line 48 C++
RTDMan.exe!__tmainCRTStartup() Line 552 + 0x19 bytes C
RTDMan.exe!wmainCRTStartup() Line 371 C
kernel32.dll!7c817077()
RTDMan.exe!Worker:: poll() Line 162 is this- delete data;
RTDMan.exe!Worker:: processRTDData Line 225 is this - settings.bar_period == 60000 ? newdata.ltt.erase(4) : newdata.ltt.erase(4,1);