First one I came to is:-
Faulting application DrvInst.exe, version 6.0.6000.16386, time stamp
0x4549ad51, faulting module ntdll.dll, version 6.0.6000.16386, time stamp
0x4549bdc9, exception code 0xc0000374, fault offset 0x000af1c9, process id
0x158c, application start time 0x01c7cc85828a1e8a.
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2007-07-22T17:27:33.000Z" />
<EventRecordID>15354</EventRecordID>
<Channel>Application</Channel>
<Computer>FamilyComp</Computer>
<Security />
</System>
- <EventData>
<Data>DrvInst.exe</Data>
<Data>6.0.6000.16386</Data>
<Data>4549ad51</Data>
<Data>ntdll.dll</Data>
<Data>6.0.6000.16386</Data>
<Data>4549bdc9</Data>
<Data>c0000374</Data>
<Data>000af1c9</Data>
<Data>158c</Data>
<Data>01c7cc85828a1e8a</Data>
</EventData>
</Event>
"Andrew McLaren" wrote:
> "Phil Adamson" <> wrote ...
> > Unfortunately this problem doesn't appear in the list but it also never
> > occurred at this logon.
>
> Hi Phil,
>
> Hmm, that's interesting in itself - suggests to me the error is appearing
> before you log in. Therefore the error record it not attached to a "current
> user" and doesn't appear in Control Panel.
>
> In this case, there may be a problem record in the Event Log. This Event Log
> is actually the older and more fundamental error tracking mechanism in NT -
> the Control Panel "Problems nd Solutions" is just a bit of eay-to-use
> flummery they put on top, as a convenience for end users.
>
> Go to Control Panel, Classic View, Administrative Tools, Event Viewer. The
> Event Viewer MMC snapin should appear.
>
> Expand "Windows Logs" in te left-hand pane.
>
> Right-click the "System Log" and choose "Filter Current log" from the
> context menu.
>
> Under Log Level, check Critical, Error, and Warning. Then hit okay.
>
> You're now lookingat a record of all the problems and warning generated by
> Windows. There may be hundreds, even on a "healthy" machine! You're looking
> for one with a Source of "Application Error" or "Application popup".
> Double-click the log entry to see the details.
>
> If you don't find anything in System Log, try looking in the Application log
> as well - use the same procedure to filter the log entries.
>
> Let us know if you find anything.
>
> (if you *don't* find anything, it's not necessarily theend of the line. But
> it will make it much harder to diagnose the problem remotely, via a
> newsgroup)
>
> Cheers,
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
>
|