GenTLCommon::ExceptionTyped<-1011>

Hello,
I am working with cvb 14.00.002 on win10 64.
In my application, I have lots of traces in Debug output in visual studio:

Exception thrown at 0x00007FFB88624F69 in TestInterfaceAcqGen.exe: Microsoft C++ exception: GenTLCommon::ExceptionTyped<-1011> at memory location 0x0000002CA7AFF430.
Exception thrown at 0x00007FFB88624F69 in TestInterfaceAcqGen.exe: Microsoft C++ exception: GenTLCommon::ExceptionTyped<-1011> at memory location 0x0000002CA7AFF570.
Exception thrown at 0x00007FFB88624F69 in TestInterfaceAcqGen.exe: Microsoft C++ exception: GenTLCommon::ExceptionTyped<-1011> at memory location 0x0000002CA7AFF430.
Exception thrown at 0x00007FFB88624F69 in TestInterfaceAcqGen.exe: Microsoft C++ exception: GenTLCommon::ExceptionTyped<-1011> at memory location 0x0000002CA7AFF570.
Exception thrown at 0x00007FFB88624F69 in TestInterfaceAcqGen.exe: Microsoft C++ exception: GenTLCommon::ExceptionTyped<-1011> at memory location 0x0000002CA7AFF430.
Exception thrown at 0x00007FFB88624F69 in TestInterfaceAcqGen.exe: Microsoft C++ exception: GenTLCommon::ExceptionTyped<-1011> at memory location 0x0000002CA7AFF570.

Do you know what is the reason of “GenTLCommon::ExceptionTyped<-1011>” ?

Thanks in advance,
Regards.
Mikael.

Hi @Mikael,

this is a timeout error code. Which is usually not critical.

Based on your information I cannot be sure but my guess would be that these are event timeouts because no events are fired.
Internally we poll on different event sources to reduce the number of threads running.

Regards

Andreas