Hi,
I’m a game dev and have a user getting the following in his logs, which is leading to no input working (keyboard or joystick):
Initializing input.
Failed to register devices:
Overlapped I/O operation is in progress.
(Filename: Line: 982)
Input initialization failed.
desktop: 1920x1080 60Hz; virtual: 1920x1080 at 0,0
Initialized touch support.
Any thoughts on how to troubleshoot this? I’ve searched all over and don’t see a standard solution for this, and “Overlapped I/O operation is in progress.” seems like a generic Windows error.
He’s on Windows 7, I’m using Unity 5.6.1.f1 and using Rewired for input management, although those calls come after the lines I pasted. I’ve made sure everything is disabled in device manager except keyboard and still we get this error.
Thanks!