How to fix fixme: thread: NtQueryInformationThread info class 16 is not supported yet?

I am using OpenSUSE, I have installed wine and .net 4.0 on it using wine tricks. I have ported a Windows Forms application to linux. My app is used to connect to devices. For this we use device drivers. I got an exception "fixme: thread: NtQueryInformationThread info class 16 not supported yet?" Someone please help me.

+3


source to share


1 answer


The only way to fix this is to implement the ThreadIsIoPending class. Also note that "fixme" is not an exception, but a diagnostic message, which does not mean that something critically bad has happened. In your case, this most likely comes directly from the .NET runtime or some support library.



+1


source







All Articles