AlainCo
AlainCo
I propose this patch that seems to solve my problem, without too much impact out of the close() function : `if (!GetOverlappedResult(m_Handle, m_InputReportOverlapped, m_InputReportBytesRead, true/* wait */)) { if (GetLastError()...
nice. NB: I'm newbie on git, and I cannot push with confidence
I've tested, and the readfile sometime complete synchronously and fill Overlapped and byteread, but the getOverlappedResults give the same answer. The problem happens independently of Readfile synchronous or not (il...
I could make it work, but only by 1. CreateEvent with manualReset=false in the Overlapped 2. ResetEvent 3. ReadFile 4. as you propose only if IO PENDING -> GetOverlappedResult wait=true...
I was afraid the time inside the listener would make me lose some HID reports, but no... even with sleep(1000) inside the listener, with my trick all works. here is...
Here it is, I've added comments and commented traces. It's crazy, I've just removed the print, and now the bug reappears (probably a timing problem). 8( What corrected the bug...
I've tested using bigger buffers (8 times the 64bytes of usual blocks), but there is no change (byteread is always 64+1). I've tested flooding the ledger, and finally the Thread.sleep();...
Since few months, I have a similar problem. I mount the preferred volumes with secure desktop, and it is switching between the secure desktop and the passphrase typing, and the...
Thanks, I missed this release. I've installed version 1.26.10, with the MindShow USBDisplay MSDisplay_Windows_V2.0.1.7.3.exe driver/tray (no USB device plugged), and there is still the problem. Screen is switching between secure...