wine@frotz.org wrote:
000a: get_console_input_info( handle=(nil) )
[snip]
if (!console && !geterror()) set_error(STATUS_INVALID_PARAMETER);
is directly responsible for the error.
the error is more that the handle passed to get_console_input_info in the server is nil, so server cannot find the object for that
the point is to know why you get a nil value for stdinput handle
could you compare the two server traces before and after the trace ? TIA