From: Don Burn on 18 Apr 2008 19:42 Change /nodebug to "/baudrate=115200 /debugport=com1" -- Don Burn (MVP, Windows DDK) Windows 2k/XP/2k3 Filesystem and Driver Consulting Website: http://www.windrvr.com Blog: http://msmvps.com/blogs/WinDrvr Remove StopSpam to reply "May" <May(a)discussions.microsoft.com> wrote in message news:A1A248E2-0C03-428F-A106-8BB6CB2C3E21(a)microsoft.com... > Don, > What switches, I don't understand. > > Thanks, > > Yaning > > "Don Burn" wrote: > >> Try putting the switches in the OsLoadOptions also. I normally do >> multple >> F8 presses to ensure the setup environment got it. >> >> >> -- >> Don Burn (MVP, Windows DDK) >> Windows 2k/XP/2k3 Filesystem and Driver Consulting >> Website: http://www.windrvr.com >> Blog: http://msmvps.com/blogs/WinDrvr >> Remove StopSpam to reply >> >> >> "May" <May(a)discussions.microsoft.com> wrote in message >> news:F60CB125-5A8B-4733-B5E5-BDD1387265BA(a)microsoft.com... >> > Don, >> > No matter how I try, it is still not working, what I do wrong? What >> > else >> > can >> > I try. >> > Should I press F8 two times or one time? I actually tried both, none of >> > them >> > working. >> > >> > Thanks, >> > >> > Yaning >> > >> > "Don Burn" wrote: >> > >> >> You can use the SetupDebugOptions then push F8 as you tried before, >> >> this >> >> should adjust things to use the settings you specify. >> >> >> >> >> >> -- >> >> Don Burn (MVP, Windows DDK) >> >> Windows 2k/XP/2k3 Filesystem and Driver Consulting >> >> Website: http://www.windrvr.com >> >> Blog: http://msmvps.com/blogs/WinDrvr >> >> Remove StopSpam to reply >> >> >> >> >> >> "May" <May(a)discussions.microsoft.com> wrote in message >> >> news:53054E8F-B757-49AC-83B2-13BF9D83CFDE(a)microsoft.com... >> >> > Don, >> >> > I have followed your instructions, run the winnt32.exe first, >> >> > d:\i386\WINNT32.exe /noreboot /debug4:install.log >> >> > When a windows appear, I choice update. >> >> > than modified txtsetup.sif in the directory c:\$WIN_NT$.~BT, >> >> > OsLoadOptions = "/noguiboot /fastdetect /debug /baudrate=115200 >> >> > /debugport=com1" >> >> > OsLoadOptionsVar = '/fastdetect /debug /baudrate=115200 >> >> > /debugport=com1" >> >> > reboot computer, but the Windbg is still not connect and setup hang >> >> > at >> >> > Windows logo. >> >> > I have tested two computers with HyperTerminal, the serial >> >> > connection >> >> > is >> >> > working on both HyperTerminal. Windbg was setup long time ago when I >> >> > connect >> >> > to other computer and develop other Windows Driver, so Windbg setup >> >> > on >> >> > develop computer has no problem. >> >> > So what you see is wrong here? Why my Windbg is still not ruining? >> >> > >> >> > I am trying to install Windows 2003 Server checked build, should I >> >> > use: >> >> > SetupDebugOptions="/fastdetect /debug /baudrate=115200 >> >> > /debugport=com1" >> >> > instead of OsLoadOptions and OsLoadOptionsVar? >> >> > >> >> > Thanks, >> >> > >> >> > Yaning >> >> > "Don Burn" wrote: >> >> > >> >> >> If you only have COM1 then you are going to use one of the other >> >> >> techniques >> >> >> from my article. I would recommend installing the free build, then >> >> >> doing >> >> >> a >> >> >> winnt32.exe based upgrade to the checked build and after winnt32 >> >> >> runs >> >> >> but >> >> >> before the reboot, modify txtsetup.sif to have the debug parameters >> >> >> you >> >> >> want. >> >> >> >> >> >> >> >> >> -- >> >> >> Don Burn (MVP, Windows DDK) >> >> >> Windows 2k/XP/2k3 Filesystem and Driver Consulting >> >> >> Website: http://www.windrvr.com >> >> >> Blog: http://msmvps.com/blogs/WinDrvr >> >> >> Remove StopSpam to reply >> >> >> >> >> >> >> >> >> "May" <May(a)discussions.microsoft.com> wrote in message >> >> >> news:CD0C3DF6-415E-4716-86BD-13EA8EB07CB4(a)microsoft.com... >> >> >> > Don, >> >> >> > 1. So far, I haven't connected to windbg since HP proviant has no >> >> >> > way >> >> >> > to >> >> >> > set >> >> >> > to COM2. (I set BIOS only enable COM2, but from device manager, I >> >> >> > only >> >> >> > see >> >> >> > COM1, strange!, I pressed F8 when I see F6, but it is not >> >> >> > working.). >> >> >> > Why >> >> >> > we >> >> >> > must set it to COM2 not COM1? Is there other way to get into >> >> >> > Windbg? >> >> >> > >> >> >> > 2. I was told that adpAHCI.sys is in driver.cab, but I still >> >> >> > couldn't >> >> >> > find >> >> >> > it. I even opened all the *.cab on install CD, I still couldn't >> >> >> > find >> >> >> > adpAHCI.sys file. Where it could be? >> >> >> > >> >> >> > Thanks, >> >> >> > >> >> >> > Yaning >> >> >> > >> >> >> > "Don Burn" wrote: >> >> >> > >> >> >> >> I have not encountered that one. Was this in the debugger, I >> >> >> >> find >> >> >> >> I >> >> >> >> can >> >> >> >> ride through the ASSERT's by continuing. >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> >> Don Burn (MVP, Windows DDK) >> >> >> >> Windows 2k/XP/2k3 Filesystem and Driver Consulting >> >> >> >> Website: http://www.windrvr.com >> >> >> >> Blog: http://msmvps.com/blogs/WinDrvr >> >> >> >> Remove StopSpam to reply >> >> >> >> >> >> >> >> "May" <May(a)discussions.microsoft.com> wrote in message >> >> >> >> news:6A621A2C-A2FC-4F20-A87F-5C8C09B62808(a)microsoft.com... >> >> >> >> > Don, >> >> >> >> > Thanks for the information. >> >> >> >> > I have other question: >> >> >> >> > When the setup stopped, I saw it was after copy "adpAHCI.sys". >> >> >> >> > I >> >> >> >> > was >> >> >> >> > thinking to delete or replace this driver, but I couldn't find >> >> >> >> > anything >> >> >> >> > called "adpA*.*" on Windows Server 2003 checked build disk or >> >> >> >> > setup >> >> >> >> > directory >> >> >> >> > on hard drive. Could you please tell me where is this file >> >> >> >> > hiding? >> >> >> >> > >> >> >> >> > Thanks, >> >> >> >> > >> >> >> >> > Yaning >> >> >> >> > >> >> >> >> > >> >> >> >> > "Don Burn" wrote: >> >> >> >> > >> >> >> >> >> The most likely cause is you are hitting an assert (there is >> >> >> >> >> one >> >> >> >> >> in >> >> >> >> >> ACPI.SYS >> >> >> >> >> that seems to go off for many systems). I wrote an article >> >> >> >> >> about >> >> >> >> >> debugging >> >> >> >> >> at install time, see >> >> >> >> >> http://www.osronline.com/article.cfm?id=264. >> >> >> >> >> The >> >> >> >> >> simplest technique to get around this is connect windbg to >> >> >> >> >> com2 >> >> >> >> >> of >> >> >> >> >> the >> >> >> >> >> Proliant and and on install press F8 when it says press F6 >> >> >> >> >> for >> >> >> >> >> adding >> >> >> >> >> storage drivers. This will cause the system to run as if the >> >> >> >> >> following >> >> >> >> >> were >> >> >> >> >> added to the boot.ini line: >> >> >> >> >> >> >> >> >> >> /debug /debugport=com2 /baudrate=19200 >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> >> >> Don Burn (MVP, Windows DDK) >> >> >> >> >> Windows 2k/XP/2k3 Filesystem and Driver Consulting >> >> >> >> >> Website: http://www.windrvr.com >> >> >> >> >> Blog: http://msmvps.com/blogs/WinDrvr >> >> >> >> >> Remove StopSpam to reply >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> "May" <May(a)discussions.microsoft.com> wrote in message >> >> >> >> >> news:C7734229-9067-4081-AABB-913FD697DBB8(a)microsoft.com... >> >> >> >> >> > Hi, >> >> >> >> >> > I don't know why I couldn't install Windows 2003 enterprise >> >> >> >> >> > checked >> >> >> >> >> > build >> >> >> >> >> > server on HP Proliant server computer? >> >> >> >> >> > There is no message, it hang at Windows Setup: >> >> >> >> >> > "Setup is starting Windows" >> >> >> >> >> > It is hang there fever. >> >> >> >> >> > >> >> >> >> >> > I have tried to disconnect network cable, it is not >> >> >> >> >> > working. >> >> >> >> >> > >> >> >> >> >> > Any idea? >> >> >> >> >> > >> >> >> >> >> > Thanks, >> >> >> >> >> > Yaning >> >> >> >> >> > >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >>
From: May on 21 Apr 2008 17:54 Don, I finally installed checked build Windows 2003 server on HP Proviant. When Windows start, in the WinDbg, I need to type several 's's or 'i's and several 'g's to boot the window as shown below. My questions are: 1. How can I get rid of those int 3, or Assertion failed? 2. The windows can not normally run, it hang here, I can not move mouse. What is this problem? How can I solve it? Thanks, May Microsoft (R) Windows Debugger Version 6.7.0005.1 Copyright (c) Microsoft Corporation. All rights reserved. Opened \\.\COM1 Waiting to reconnect... Connected to Windows Server 2003 3790 x86 compatible target, ptr64 FALSE Kernel Debugger connection established. Symbol search path is: C:\W03SrSym;C:\myProj\myDriver\drvTest\objchk_wnet_x86\i386;srv*C:\W03SrSym*http://msdl.microsoft.com/download/symbols;C:\myProj\myDriver\mysys\chkb Executable search path is: C:\myProj\myDriver\mysys\chkb;C:\myProj\myDriver\drvTest\objchk_wnet_x86\i386 Windows Server 2003 Kernel Version 3790 MP (1 procs) Checked x86 compatible Built by: 3790.srv03_sp1_rtm.050324-1447 Kernel base = 0x81000000 PsLoadedModuleList = 0x8125b528 System Uptime: not available Closing open log file ole3mc2.log Opened log file 'ole3mc2' MTRR feature disabled. KiInitializeMTRR: OS support for MTRRs disabled KiInitializeMTRR: OS support for MTRRs disabled STORMINI: Smart Array 5x and 6x Controllers Storport Driver HpCISSs.sys Version 5.11.0.32 Build 2 (x86) STORMINI: HpCISSs: (bit 0) 0x00 = Critical/Fatal errors = DPFLTR_ERROR_LEVEL = DEBUGPRINT Level 0. STORMINI: HpCISSs: (bit 1) 0x02 = Warnings = DPFLTR_WARNING_LEVEL = DEBUGPRINT Level 1. STORMINI: HpCISSs: (bit 2) 0x04 = Informational #1 = DPFLTR_TRACE_LEVEL = DEBUGPRINT Level 2. STORMINI: HpCISSs: (bit 3) 0x08 = Informational #2 = DPFLTR_INFO_LEVEL = DEBUGPRINT Level 3. STORMINI: HpCISSs: (bit 4) 0x10 = Function entry points = DEBUGPRINT Level 4. STORMINI: HpCISSs: (bit 5) 0x20 = Informational #3 = DEBUGPRINT Level 5. STORMINI: HpCISSs: ed Kd_IHVDRIVER_Mask 0x02 will print Critical/Fatal errors and Warnings. STORMINI: HpCISSs: ed Kd_IHVDRIVER_Mask 0x3E will print everything. STORMINI: HpCISSs: ed Kd_IHVDRIVER_Mask 0x06 recommended setting. STORMINI: HpCISSs: Symbols for nt module (ntkrnlmp) must be loaded to set driver debug level. STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, RaGetSrbExtensionSize (Adapter)) STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, line 2131 STOR: (B)reak, (S)kip (I)gnore (bsi)? i i STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, RaGetSrbExtensionSize (Adapter)) STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, line 2131 STOR: Ignored STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, RaGetSrbExtensionSize (Adapter)) STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, line 2131 STOR: Ignored STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, RaGetSrbExtensionSize (Adapter)) STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, line 2131 STOR: Ignored STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, RaGetSrbExtensionSize (Adapter)) STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, line 2131 STOR: Ignored STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, RaGetSrbExtensionSize (Adapter)) STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, line 2131 STOR: Ignored STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, RaGetSrbExtensionSize (Adapter)) STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, line 2131 STOR: Ignored STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, RaGetSrbExtensionSize (Adapter)) STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, line 2131 STOR: Ignored STORMINI: HpCISSs: SCSI Status = 2 (CHECK CONDITION). STORMINI: HpCISSs: Sense Info Length = 12. STORMINI: HpCISSs: Sense Key = 5 (ILLEGAL REQUEST). STORMINI: HpCISSs: Additional Sense Length = a. STORMINI: HpCISSs: ASC=24, ASCQ = 0. 21:07:34.453+89c9a3e0:0000+RDPDYN_Dispatch +0680+Unhandled PnP IRP with minor 00000018 8042: I8xPutBytePolled: exceeded number of retries 8042: I8xInitializeKeyboard: failed keyboard reset, status 0xc000009d 8042: I8xPutBytePolled: exceeded number of retries 8042: I8xInitializeMouse failed mouse reset, status 0xc00000b5 'xMP.SYS: '*** uhci detected a USB legacy BIOS *** 'xMP.SYS: 'EHCI Generic Controller Detected 'xMP.SYS: EHCI Legacy BIOS detected <EHCI TEST_TRAP> d:\srvrtm\drivers\wdm\usb\hcd\miniport\usbehci\usbehci.c, line 1527 Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 1: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 811507a8 cc int 3 0: kd> g 'xMP.SYS: >port[1] chirp 1000 'xMP.SYS: <no port chirp[1] 1000 'xMP.SYS: >port[2] chirp 1000 'xMP.SYS: <no port chirp[2] 1000 'xMP.SYS: >port[3] chirp 1000 'xMP.SYS: <no port chirp[3] 1000 'xMP.SYS: >port[4] chirp 1000 'xMP.SYS: <no port chirp[4] 1000 'xMP.SYS: >port[5] chirp 1000 'xMP.SYS: <no port chirp[5] 1000 'xMP.SYS: >port[6] chirp 1801 'xMP.SYS: <chirp port[6] disable 1001 'xMP.SYS: >port[7] chirp 1000 'xMP.SYS: <no port chirp[7] 1000 'xMP.SYS: >port[8] chirp 1000 'xMP.SYS: <no port chirp[8] 1000 VIDEOPRT: VpTranslateBusAddress failed VIDEOPRT: VpTranslateBusAddress failed VIDEOPRT: VpTranslateBusAddress failed VIDEOPRT: VpTranslateBusAddress failed 'HidParse.SYS: 'Top Level Collection 1 found 'HidParse.SYS: 'Top Level Collection 1 found Checking file system on C: The volume is clean. Windows has finished checking the disk. 'xMP.SYS: port[6] reset (1) 1101 'xMP.SYS: port[6] reset (3) 1005 'xMP.SYS: port[6] reset (4) 1005 'xMP.SYS: port[6] reset (1) 1101 'xMP.SYS: port[6] reset (3) 1005 'xMP.SYS: port[6] reset (4) 1005 'HidParse.SYS: 'Top Level Collection 1 found 'HidParse.SYS: 'Top Level Collection 1 found GDI: VerifierInitialization: failed to get info from ntoskrnl (s: 0 0x1e4.1e8 smss.exe) USRK-[Wrn] *** win32k: DBCS:[0] IME:[0] MiddleEast:[0] CTFIME:[0] Installed Installed GDI: DriverCapableOverride on \\.\DISPLAY1 is 0 GDI: DriverAccelerationLevel on \\.\DISPLAY1 is 5 GDI: DrvBuildDevmodeList: display driver not present GDI: DrvBuildDevmodeList: display driver not present Vga risc: Failed bInitializeModeFields Vga risc: DrvEnablePDEV - Failed bInitializeModeFields Vga risc: Failed DrvEnablePDEV GDI: PDEVOBJ::PDEVOBJ: Device failed DrvEnablePDEV FRAMEBUF: DrvEnablePDEV failed bInitPointer GDI DDML: Device 0, position 0, 0, 1024, 768, rotation 0 (s: 0 0x2bc.2c0 winlogon.exe) USRK-[Wrn] Waiting for grpdeskRitInput to be set ... (s: 0 0x2bc.2c0 winlogon.exe) USRK-[Wrn] RemoteDisconnect was issued during CreateDesktop("Winlogon"... (s: 0 0x264.2f0 csrss.exe) USRK-[Wrn] ProcessDeviceChanges: kbd pDevInfo E151B5C0 has bogus type/subtype=51/0 USERENV(2bc.2c0) 14:08:09:421 CUserProfile::CleanupUserProfile: Ref Count is not 0 USERENV(2bc.2c0) 14:08:09:421 CUserProfile::CleanupUserProfile: Ref Count is not 0 USERENV(2bc.2c0) 14:08:09:421 CUserProfile::CleanupUserProfile: Ref Count is not 0 BaseCheckRunApp: failed to connect to LPC port 0xc0000034 BaseCheckRunApp: failed to connect to LPC port 0xc0000034 [SC] 31c: ScCreateScManagerObject: ScReadSd failed 2 [SC] 31c: ScReadErrorControl: ScRegQueryValueExW of ErrorControl failed 2, BytesRequired 4 [SC] 31c: Ignored dac2w2k. No ErrorControl [SC] 31c: ScReadStartType: ScRegQueryValueExW of Start failed 2, BytesRequired 4 [SC] 31c: Ignored sacdrv. No StartType [NETLOGON] Cannot write to log file - file not open 820.824> SPM-Error: EfsServerInit - EFS Init Recovery Policy failed 0x2 BaseCheckRunApp: failed to connect to LPC port 0xc0000034 [SC] 31c: PNP_SetActiveService failed 0x25 for service Eventlog [ELF] 410: SetUpModules: Module Application exists in two log files. [ELF] 410: SetUpModules: Module Security exists in two log files. [ELF] 410: SetUpModules: Module System exists in two log files. PNP_GetInterfaceDeviceListSize caused an exception (1717) BaseCheckRunApp: failed to connect to LPC port 0xc0000034 [SC] 3ec: ROpenSCManagerW:ScAccessValidate Failed 5 [SC] 31c: PNP_SetActiveService failed 0x25 for service PlugPlay [MSV1_0.dll] [CRITICAL] SpAcceptCredentials: Collision from NlpFindActiveLogon for 0:0x3e4 BaseCheckRunApp: failed to connect to LPC port 0xc0000034 [MSV1_0.dll] [CRITICAL] SpAcceptCredentials: Collision from NlpFindActiveLogon for 0:0x3e4 BaseCheckRunApp: failed to connect to LPC port 0xc0000034 BaseCheckRunApp: failed to connect to LPC port 0xc0000034 Fail to read system\currentcontrolset\services\Lmhosts\Parameters\EnableDebug, error=2 GetWinStationUserToken: Error 1702 getting UserToken LogonId 0 BaseCheckRunApp: failed to connect to LPC port 0xc0000034 700.1540> AUTOENRL: RegisterAutoEnrollmentProcessing exiting with error: (0x80004004) 00000:Ageint(1):Couldn't turn CSC ON!!!!!!!!! 00000:Ageint(1):Couldn't turn CSC ON!!!!!!!!! WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before logged on [MSV1_0.dll] [CRITICAL] SpAcceptCredentials: Collision from NlpFindActiveLogon for 0:0x3e4 WIARPC:DLL_PROCESS_ATTACH in DllMain WIARPC:Exception 0x6ba calling WIA RPC server BaseCheckRunApp: failed to connect to LPC port 0xc0000034 WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before logged on BaseCheckRunApp: failed to connect to LPC port 0xc0000034 WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before logged on [MSV1_0.dll] [CRITICAL] SpAcceptCredentials: Collision from NlpFindActiveLogon for 0:0x3e4 [SENS] RegQueryValueEx(SENS_DEBUG_LEVEL) failed with 0x2 [SENS] [-3553937] Started successfully. WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before logged on *** [HKLM\SOFTWARE\Microsoft\BidInterface\Loader\"<NotFound>"] *** "BidLab.dll" *** "BidLab.dll" could not be loaded. WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before logged on (s: 0 0x778.7c4 winvnc4.exe) USRK-[Wrn=170] CloseDesktop: Desktop 0X89653520 still in use by thread 0XE15DCBA8 (s: 0 0x778.7c4 WinVNC4.exe) USER-[Wrn=1400] HMValidateHandle: Invalid:00000000 Type:0x1 Failed open regkey for global settings. 7dc: WORK_QUEUE: worker thread started...now 1 threads in pool 7e4: WORK_QUEUE: worker thread started...now 2 threads in pool WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before logged on TERMSRV : Not Personal Workstation MSXML !Trace: IMAGEHLP.DLL version mismatch (9 vs 6-8 (Header version: 9). WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before logged on WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before logged on LPC[ 5fc.628 ]: Refusing connection from 5fc.328 7e4: WORK_QUEUE: no work for 180000 ms: committing suicide... 7e4: WORK_QUEUE: worker thread exiting AutoAdminLogon = 0, IgnoreAutoAdminLogon = 0, bAutoLogon = 0 820.944> Kerb-Error: LogonUser returned c000005e, 0 (s: 0 0x2bc.2c0 winlogon.exe) USER-[Wrn=1400] HMValidateHandle: Invalid:00000000 Type:0x1 RegSAMUserConfig: SamQueryInformationUser returned NTSTATUS = 0x0 RegSAMUserConfig: UserParmInfo 0 UsrPropQueryUserConfig: UsrPropGetValue returned NTSTATUS = 0xc0000034 RegSAMUserConfig: RegGetUserConfigFromUserParameters returned NTSTATUS = 0xc0000034 W32WinStationDoConnect - Display resolution information for session 0 : ProtocolType : 0000 HRes : 0000 VRes : 0000 ColorDepth : 0000 KeyboardType : 0 KeyboardSubType : 0 KeyboardFunctionKey : 1454920 TermSrv : HelpAssistant protocol type not RDP TermSrv : HelpAssistant protocol type not RDP 700.1248> AUTOENRL: RegisterAutoEnrollmentProcessing exiting with error: (0x80004004) ScCertProp: Smart card certificate propagation started [Wlballoon] - Info: Logoff event name = Local\WlballoonLogoffNotification. WINMM(p700:t1376): ClientUpdatePnpInfo: WARNING: Could not OpenFileMapping WINMM(p700:t1376): Session state changed: CONSOLE (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: Invalid:00000000 Type:0x1 (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: Invalid:00000000 Type:0x1 (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: Invalid:00000000 Type:0x1 (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: Invalid:00000000 Type:0x1 (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: Invalid:00000000 Type:0x1 (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: Invalid:00000000 Type:0x1 (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: Invalid:00000000 Type:0x1 (s: 0 0x778.7c4 winvnc4.exe) USRK-[Wrn=1400] ValidateHwnd: Invalid hwnd (0X00010044) (s: 0 0x778.7c4 WinVNC4.exe) USER-[Wrn=1400] HMValidateHandle: Invalid:00000000 Type:0x1 1324.636p> Cairole: (0 == thread inits) Unbalanced call to CoUninitialize 1324.636p> Cairole: (0 == thread inits) Unbalanced call to CoUninitialize 1024.1072p> Cairole: StartService ImapiService failed, error = 0 "Don Burn" wrote: > Change /nodebug to "/baudrate=115200 /debugport=com1" > > > -- > Don Burn (MVP, Windows DDK) > Windows 2k/XP/2k3 Filesystem and Driver Consulting > Website: http://www.windrvr.com > Blog: http://msmvps.com/blogs/WinDrvr > Remove StopSpam to reply > > "May" <May(a)discussions.microsoft.com> wrote in message > news:A1A248E2-0C03-428F-A106-8BB6CB2C3E21(a)microsoft.com... > > Don, > > What switches, I don't understand. > > > > Thanks, > > > > Yaning > > >
From: Don Burn on 21 Apr 2008 18:22 May, Normally, there is no way to eliminate them. You could try replacing the HpCISSs.sys with one from the free build. I would have a way of recovering from this (recovery console or similar) before trying it. -- Don Burn (MVP, Windows DDK) Windows 2k/XP/2k3 Filesystem and Driver Consulting Website: http://www.windrvr.com Blog: http://msmvps.com/blogs/WinDrvr Remove StopSpam to reply "May" <May(a)discussions.microsoft.com> wrote in message news:0DB85C03-53DE-42B0-AD94-52ECD817BB8D(a)microsoft.com... > Don, > I finally installed checked build Windows 2003 server on HP Proviant. When > Windows start, in the WinDbg, I need to type several 's's or 'i's and > several > 'g's to boot the window as shown below. > My questions are: > 1. How can I get rid of those int 3, or Assertion failed? > 2. The windows can not normally run, it hang here, I can not move mouse. > What is this problem? How can I solve it? > > Thanks, > > May > > > Microsoft (R) Windows Debugger Version 6.7.0005.1 > Copyright (c) Microsoft Corporation. All rights reserved. > > Opened \\.\COM1 > Waiting to reconnect... > Connected to Windows Server 2003 3790 x86 compatible target, ptr64 FALSE > Kernel Debugger connection established. > Symbol search path is: > C:\W03SrSym;C:\myProj\myDriver\drvTest\objchk_wnet_x86\i386;srv*C:\W03SrSym*http://msdl.microsoft.com/download/symbols;C:\myProj\myDriver\mysys\chkb > Executable search path is: > C:\myProj\myDriver\mysys\chkb;C:\myProj\myDriver\drvTest\objchk_wnet_x86\i386 > Windows Server 2003 Kernel Version 3790 MP (1 procs) Checked x86 > compatible > Built by: 3790.srv03_sp1_rtm.050324-1447 > Kernel base = 0x81000000 PsLoadedModuleList = 0x8125b528 > System Uptime: not available > Closing open log file ole3mc2.log > Opened log file 'ole3mc2' > MTRR feature disabled. > KiInitializeMTRR: OS support for MTRRs disabled > KiInitializeMTRR: OS support for MTRRs disabled > STORMINI: > > Smart Array 5x and 6x Controllers Storport Driver HpCISSs.sys Version > 5.11.0.32 Build 2 (x86) > > STORMINI: HpCISSs: (bit 0) 0x00 = Critical/Fatal errors = > DPFLTR_ERROR_LEVEL = DEBUGPRINT Level 0. > STORMINI: HpCISSs: (bit 1) 0x02 = Warnings = DPFLTR_WARNING_LEVEL = > DEBUGPRINT Level 1. > STORMINI: HpCISSs: (bit 2) 0x04 = Informational #1 = > DPFLTR_TRACE_LEVEL > = DEBUGPRINT Level 2. > STORMINI: HpCISSs: (bit 3) 0x08 = Informational #2 = DPFLTR_INFO_LEVEL > = > DEBUGPRINT Level 3. > STORMINI: HpCISSs: (bit 4) 0x10 = Function entry points = DEBUGPRINT > Level 4. > STORMINI: HpCISSs: (bit 5) 0x20 = Informational #3 = DEBUGPRINT Level > 5. > > STORMINI: HpCISSs: ed Kd_IHVDRIVER_Mask 0x02 will print Critical/Fatal > errors and Warnings. > STORMINI: HpCISSs: ed Kd_IHVDRIVER_Mask 0x3E will print everything. > STORMINI: HpCISSs: ed Kd_IHVDRIVER_Mask 0x06 recommended setting. > > STORMINI: HpCISSs: Symbols for nt module (ntkrnlmp) must be loaded to > set driver debug level. > > STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, > RaGetSrbExtensionSize (Adapter)) > STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, > line > 2131 > > STOR: (B)reak, (S)kip (I)gnore (bsi)? i > i > STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, > RaGetSrbExtensionSize (Adapter)) > STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, > line > 2131 > > STOR: Ignored > STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, > RaGetSrbExtensionSize (Adapter)) > STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, > line > 2131 > > STOR: Ignored > STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, > RaGetSrbExtensionSize (Adapter)) > STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, > line > 2131 > > STOR: Ignored > STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, > RaGetSrbExtensionSize (Adapter)) > STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, > line > 2131 > > STOR: Ignored > STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, > RaGetSrbExtensionSize (Adapter)) > STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, > line > 2131 > > STOR: Ignored > STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, > RaGetSrbExtensionSize (Adapter)) > STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, > line > 2131 > > STOR: Ignored > STOR: *** Assertion failed: Srb == NULL || DbgValidateSrb (Srb, > RaGetSrbExtensionSize (Adapter)) > STOR: *** Source File: d:\srvrtm\drivers\storage\port\raid\port\port.c, > line > 2131 > > STOR: Ignored > STORMINI: HpCISSs: SCSI Status = 2 (CHECK CONDITION). > STORMINI: HpCISSs: Sense Info Length = 12. > STORMINI: HpCISSs: Sense Key = 5 (ILLEGAL REQUEST). > STORMINI: HpCISSs: Additional Sense Length = a. > STORMINI: HpCISSs: ASC=24, ASCQ = 0. > 21:07:34.453+89c9a3e0:0000+RDPDYN_Dispatch +0680+Unhandled PnP IRP > with minor 00000018 > 8042: I8xPutBytePolled: exceeded number of retries > 8042: I8xInitializeKeyboard: failed keyboard reset, status 0xc000009d > 8042: I8xPutBytePolled: exceeded number of retries > 8042: I8xInitializeMouse failed mouse reset, status 0xc00000b5 > 'xMP.SYS: '*** uhci detected a USB legacy BIOS *** > 'xMP.SYS: 'EHCI Generic Controller Detected > 'xMP.SYS: EHCI Legacy BIOS detected > <EHCI TEST_TRAP> d:\srvrtm\drivers\wdm\usb\hcd\miniport\usbehci\usbehci.c, > line 1527 > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 1: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > > *** DPC routine > 1 sec --- This is not a break in KeUpdateSystemTime > Break instruction exception - code 80000003 (first chance) > nt!DbgBreakPoint: > 811507a8 cc int 3 > 0: kd> g > 'xMP.SYS: >port[1] chirp 1000 > 'xMP.SYS: <no port chirp[1] 1000 > 'xMP.SYS: >port[2] chirp 1000 > 'xMP.SYS: <no port chirp[2] 1000 > 'xMP.SYS: >port[3] chirp 1000 > 'xMP.SYS: <no port chirp[3] 1000 > 'xMP.SYS: >port[4] chirp 1000 > 'xMP.SYS: <no port chirp[4] 1000 > 'xMP.SYS: >port[5] chirp 1000 > 'xMP.SYS: <no port chirp[5] 1000 > 'xMP.SYS: >port[6] chirp 1801 > 'xMP.SYS: <chirp port[6] disable 1001 > 'xMP.SYS: >port[7] chirp 1000 > 'xMP.SYS: <no port chirp[7] 1000 > 'xMP.SYS: >port[8] chirp 1000 > 'xMP.SYS: <no port chirp[8] 1000 > VIDEOPRT: VpTranslateBusAddress failed > VIDEOPRT: VpTranslateBusAddress failed > VIDEOPRT: VpTranslateBusAddress failed > VIDEOPRT: VpTranslateBusAddress failed > 'HidParse.SYS: 'Top Level Collection 1 found > 'HidParse.SYS: 'Top Level Collection 1 found > Checking file system on C: > The volume is clean. > Windows has finished checking the disk. > 'xMP.SYS: port[6] reset (1) 1101 > 'xMP.SYS: port[6] reset (3) 1005 > 'xMP.SYS: port[6] reset (4) 1005 > 'xMP.SYS: port[6] reset (1) 1101 > 'xMP.SYS: port[6] reset (3) 1005 > 'xMP.SYS: port[6] reset (4) 1005 > 'HidParse.SYS: 'Top Level Collection 1 found > 'HidParse.SYS: 'Top Level Collection 1 found > GDI: VerifierInitialization: failed to get info from ntoskrnl > > (s: 0 0x1e4.1e8 smss.exe) USRK-[Wrn] *** win32k: DBCS:[0] IME:[0] > MiddleEast:[0] CTFIME:[0] > Installed > Installed > GDI: DriverCapableOverride on \\.\DISPLAY1 is 0 > GDI: DriverAccelerationLevel on \\.\DISPLAY1 is 5 > GDI: DrvBuildDevmodeList: display driver not present > > GDI: DrvBuildDevmodeList: display driver not present > > Vga risc: Failed bInitializeModeFields > Vga risc: DrvEnablePDEV - Failed bInitializeModeFields > Vga risc: Failed DrvEnablePDEV > GDI: PDEVOBJ::PDEVOBJ: Device failed DrvEnablePDEV > > FRAMEBUF: DrvEnablePDEV failed bInitPointer > GDI DDML: Device 0, position 0, 0, 1024, 768, rotation 0 > (s: 0 0x2bc.2c0 winlogon.exe) USRK-[Wrn] Waiting for grpdeskRitInput to be > set ... > (s: 0 0x2bc.2c0 winlogon.exe) USRK-[Wrn] RemoteDisconnect was issued > during > CreateDesktop("Winlogon"... > (s: 0 0x264.2f0 csrss.exe) USRK-[Wrn] ProcessDeviceChanges: kbd pDevInfo > E151B5C0 has bogus type/subtype=51/0 > > USERENV(2bc.2c0) 14:08:09:421 CUserProfile::CleanupUserProfile: Ref Count > is > not 0 > USERENV(2bc.2c0) 14:08:09:421 CUserProfile::CleanupUserProfile: Ref Count > is > not 0 > USERENV(2bc.2c0) 14:08:09:421 CUserProfile::CleanupUserProfile: Ref Count > is > not 0 > BaseCheckRunApp: failed to connect to LPC port 0xc0000034 > BaseCheckRunApp: failed to connect to LPC port 0xc0000034 > [SC] 31c: ScCreateScManagerObject: ScReadSd failed 2 > [SC] 31c: ScReadErrorControl: ScRegQueryValueExW of ErrorControl failed 2, > BytesRequired 4 > [SC] 31c: Ignored dac2w2k. No ErrorControl > [SC] 31c: ScReadStartType: ScRegQueryValueExW of Start failed 2, > BytesRequired 4 > [SC] 31c: Ignored sacdrv. No StartType > [NETLOGON] Cannot write to log file - file not open > 820.824> SPM-Error: EfsServerInit - EFS Init Recovery Policy failed 0x2 > > BaseCheckRunApp: failed to connect to LPC port 0xc0000034 > [SC] 31c: PNP_SetActiveService failed 0x25 for service Eventlog > [ELF] 410: SetUpModules: Module Application exists in two log files. > [ELF] 410: SetUpModules: Module Security exists in two log files. > [ELF] 410: SetUpModules: Module System exists in two log files. > PNP_GetInterfaceDeviceListSize caused an exception (1717) > BaseCheckRunApp: failed to connect to LPC port 0xc0000034 > [SC] 3ec: ROpenSCManagerW:ScAccessValidate Failed 5 > [SC] 31c: PNP_SetActiveService failed 0x25 for service PlugPlay > [MSV1_0.dll] [CRITICAL] SpAcceptCredentials: Collision from > NlpFindActiveLogon for 0:0x3e4 > BaseCheckRunApp: failed to connect to LPC port 0xc0000034 > [MSV1_0.dll] [CRITICAL] SpAcceptCredentials: Collision from > NlpFindActiveLogon for 0:0x3e4 > BaseCheckRunApp: failed to connect to LPC port 0xc0000034 > BaseCheckRunApp: failed to connect to LPC port 0xc0000034 > Fail to read > system\currentcontrolset\services\Lmhosts\Parameters\EnableDebug, error=2 > GetWinStationUserToken: Error 1702 getting UserToken LogonId 0 > BaseCheckRunApp: failed to connect to LPC port 0xc0000034 > 700.1540> AUTOENRL: RegisterAutoEnrollmentProcessing exiting with error: > (0x80004004) > 00000:Ageint(1):Couldn't turn CSC ON!!!!!!!!! > 00000:Ageint(1):Couldn't turn CSC ON!!!!!!!!! > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > [MSV1_0.dll] [CRITICAL] SpAcceptCredentials: Collision from > NlpFindActiveLogon for 0:0x3e4 > WIARPC:DLL_PROCESS_ATTACH in DllMain > WIARPC:Exception 0x6ba calling WIA RPC server > BaseCheckRunApp: failed to connect to LPC port 0xc0000034 > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > BaseCheckRunApp: failed to connect to LPC port 0xc0000034 > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > [MSV1_0.dll] [CRITICAL] SpAcceptCredentials: Collision from > NlpFindActiveLogon for 0:0x3e4 > [SENS] RegQueryValueEx(SENS_DEBUG_LEVEL) failed with 0x2 > > [SENS] [-3553937] Started successfully. > > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > *** [HKLM\SOFTWARE\Microsoft\BidInterface\Loader\"<NotFound>"] > *** "BidLab.dll" > *** "BidLab.dll" could not be loaded. > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > (s: 0 0x778.7c4 winvnc4.exe) USRK-[Wrn=170] CloseDesktop: Desktop > 0X89653520 > still in use by thread 0XE15DCBA8 > (s: 0 0x778.7c4 WinVNC4.exe) USER-[Wrn=1400] HMValidateHandle: > Invalid:00000000 Type:0x1 > Failed open regkey for global settings. > 7dc: WORK_QUEUE: worker thread started...now 1 threads in pool > 7e4: WORK_QUEUE: worker thread started...now 2 threads in pool > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > TERMSRV : Not Personal Workstation > MSXML !Trace: IMAGEHLP.DLL version mismatch (9 vs 6-8 (Header version: 9). > WINMM(p700:t704): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > WINMM(p700:t732): ClientUpdatePnpInfo: warning: called in winlogon before > logged on > LPC[ 5fc.628 ]: Refusing connection from 5fc.328 > 7e4: WORK_QUEUE: no work for 180000 ms: committing suicide... > 7e4: WORK_QUEUE: worker thread exiting > AutoAdminLogon = 0, IgnoreAutoAdminLogon = 0, bAutoLogon = 0 > 820.944> Kerb-Error: LogonUser returned c000005e, 0 > (s: 0 0x2bc.2c0 winlogon.exe) USER-[Wrn=1400] HMValidateHandle: > Invalid:00000000 Type:0x1 > RegSAMUserConfig: SamQueryInformationUser returned NTSTATUS = 0x0 > RegSAMUserConfig: UserParmInfo 0 > UsrPropQueryUserConfig: UsrPropGetValue returned NTSTATUS = 0xc0000034 > RegSAMUserConfig: RegGetUserConfigFromUserParameters returned NTSTATUS = > 0xc0000034 > W32WinStationDoConnect - Display resolution information for session 0 : > ProtocolType : 0000 > HRes : 0000 > VRes : 0000 > ColorDepth : 0000 > KeyboardType : 0 > KeyboardSubType : 0 > KeyboardFunctionKey : 1454920 > TermSrv : HelpAssistant protocol type not RDP > TermSrv : HelpAssistant protocol type not RDP > > 700.1248> AUTOENRL: RegisterAutoEnrollmentProcessing exiting with error: > (0x80004004) > ScCertProp: Smart card certificate propagation started > [Wlballoon] - Info: Logoff event name = Local\WlballoonLogoffNotification. > WINMM(p700:t1376): ClientUpdatePnpInfo: WARNING: Could not OpenFileMapping > WINMM(p700:t1376): Session state changed: CONSOLE > (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: > Invalid:00000000 Type:0x1 > (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: > Invalid:00000000 Type:0x1 > (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: > Invalid:00000000 Type:0x1 > (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: > Invalid:00000000 Type:0x1 > (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: > Invalid:00000000 Type:0x1 > (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: > Invalid:00000000 Type:0x1 > (s: 0 0x120.6a0 Explorer.EXE) USER-[Wrn=1400] HMValidateHandle: > Invalid:00000000 Type:0x1 > (s: 0 0x778.7c4 winvnc4.exe) USRK-[Wrn=1400] ValidateHwnd: Invalid hwnd > (0X00010044) > (s: 0 0x778.7c4 WinVNC4.exe) USER-[Wrn=1400] HMValidateHandle: > Invalid:00000000 Type:0x1 > 1324.636p> Cairole: (0 == thread inits) Unbalanced call to CoUninitialize > 1324.636p> Cairole: (0 == thread inits) Unbalanced call to CoUninitialize > 1024.1072p> Cairole: StartService ImapiService failed, error = 0 > > > "Don Burn" wrote: > >> Change /nodebug to "/baudrate=115200 /debugport=com1" >> >> >> -- >> Don Burn (MVP, Windows DDK) >> Windows 2k/XP/2k3 Filesystem and Driver Consulting >> Website: http://www.windrvr.com >> Blog: http://msmvps.com/blogs/WinDrvr >> Remove StopSpam to reply >> >> "May" <May(a)discussions.microsoft.com> wrote in message >> news:A1A248E2-0C03-428F-A106-8BB6CB2C3E21(a)microsoft.com... >> > Don, >> > What switches, I don't understand. >> > >> > Thanks, >> > >> > Yaning >> > >>
First
|
Prev
|
Pages: 1 2 3 Prev: AsyncUI sample in Vista WDK Next: Synchronization on multiple USB read/writes |