We have a software package running on thousands of Windows machines from XP onward. In 2 cases we have received a bug report that the users application fails to call AllocConsole with error code ERROR_GEN_FAILURE. This has been seen once on a Windows Server 2008 system and the second on a Windows Server 2012 system. In both cases the error was encountered while running as a Service.
The error message is "A device attached to the system is not functioning. (0x1f)"
Unfortunately we have not been able to reproduce this on any other systems. It happens 100% of the time of the failing system however.
I was able to find any documentation that shows this as a possible error.
Any thoughts on this would be appreciated.
We have a software package running on thousands of Windows machines from XP onward. In 2 cases we have received a bug report that the users application fails to call AllocConsole with error code ERROR_GEN_FAILURE. This has been seen once on a Windows Server 2008 system and the second on a Windows Server 2012 system. In both cases the error was encountered while running as a Service.
The error message is "A device attached to the system is not functioning. (0x1f)"
Unfortunately we have not been able to reproduce this on any other systems. It happens 100% of the time of the failing system however.
I was able to find any documentation that shows this as a possible error.
Any thoughts on this would be appreciated.