search for: nprogram

Displaying 4 results from an estimated 4 matches for "nprogram".

Did you mean: program
2004 Sep 20
1
Cannot disable the debugger
...TTYDRV_CreateWindow (0x10026): stub fixme:ttydrv:TTYDRV_CreateWindow (0x10027): stub fixme:ttydrv:TTYDRV_CreateWindow (0x10028): stub fixme:ttydrv:TTYDRV_CreateWindow (0x10029): stub fixme:ttydrv:TTYDRV_CreateWindow (0x1002a): stub fixme:win:SetWindowTextW cannot set text L"Debug Error!\n\nProgram: ...\\hw\\nvdiag\\testgen\\regress\\test\\fake_executable_assertion.exe\n\n\r\nThis application has requested the Runtime to terminate it in an unusual way.\nPlease contact the application's support team for more information.\r\n\n\n(Press Retry to debug the application)" of other process...
2007 Jan 06
1
ancient directx version support
...0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=7ea15ed0 0009:Ret winex11.drv.Beep() retval=00000000 ret=7ee5b4f1 0009:Ret user32.MessageBeep() retval=00000001 ret=0047d605 0009:Call user32.MessageBoxA(00010024,0032f11c "GFXCDSSurface::create: Failed to c reate a surface.\r\n\r\nProgram: CyberStorm\r\nVersion: 1.10A , Win95 Dec 13 1996\ r\nFile: graph\\gfx\\g_cds.c (#114)\r\n\r\n--------------------------------------- ---------------------------------------------------------------\r\nThis problem pr .... regards, Samium Gromoff
2004 Sep 20
0
Problems disabling the debugger
...TTYDRV_CreateWindow (0x10026): stub fixme:ttydrv:TTYDRV_CreateWindow (0x10027): stub fixme:ttydrv:TTYDRV_CreateWindow (0x10028): stub fixme:ttydrv:TTYDRV_CreateWindow (0x10029): stub fixme:ttydrv:TTYDRV_CreateWindow (0x1002a): stub fixme:win:SetWindowTextW cannot set text L"Debug Error!\n\nProgram: ...\\hw\\nvdiag\\testgen\\regress\\test\\fake_executable_assertion.exe\n \n\r\nThis application has requested the Runtime to terminate it in an unusual way.\nPlease contact the application's support team for more information.\r\n\n\n(Press Retry to debug the application)" of other process...
2016 Mar 18
0
Fwd: [Issue]: Regarding client socket getting closed from the server once the lxc container is started
...Incoming event comes in and since the its unable to find client->prog it bails out and closes the connection. Snaphost of the code, static int virNetClientCallDispatchMessage(virNetClientPtr client) { size_t i; virNetClientProgramPtr prog = NULL; for (i = 0; i < client->nprograms; i++) { if (virNetClientProgramMatches(client->programs[i], &client->msg)) { prog = client->programs[i]; break; } } if (!prog) { * VIR_DEBUG("No program found for event with prog...