Blue Screen Event 1003 Category 102

  • Thread starter Thread starter PIR_elli
  • Start date Start date
P

PIR_elli

Guest
When playing MMOs I am suffering Blue Screens. The detailed info is below

I have done a full memtest and reinstalled the graphics card with the latest
drivers.

I have XP Home, which is all uptodate and I hope someone can help me with
this or at least me give me some direction.

Many Thanks


Event Type: Error
Event Source: System Error
Event Category: (102)
Event ID: 1003
Date: 2/28/2008
Time: 7:56:02 PM
User: N/A
Computer: MURPHY
Description:
Error code 100000d1, parameter1 00000148, parameter2 00000002, parameter3
00000000, parameter4 a2c929e1.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 53 79 73 74 65 6d 20 45 System E
0008: 72 72 6f 72 20 20 45 72 rror Er
0010: 72 6f 72 20 63 6f 64 65 ror code
0018: 20 31 30 30 30 30 30 64 100000d
0020: 31 20 20 50 61 72 61 6d 1 Param
0028: 65 74 65 72 73 20 30 30 eters 00
0030: 30 30 30 31 34 38 2c 20 000148,
0038: 30 30 30 30 30 30 30 32 00000002
0040: 2c 20 30 30 30 30 30 30 , 000000
0048: 30 30 2c 20 61 32 63 39 00, a2c9
0050: 32 39 65 31 29e1
 
Re: Blue Screen Event 1003 Category 102

Background information on Stop Error message
http://msdn2.microsoft.com/en-us/library/ms795930.aspx

0x000000D1: DRIVER_IRQL_NOT_LESS_OR_EQUAL
The system attempted to access pageable memory using a kernel process
IRQL that was too high. The most typical cause is a bad device driver
(one that uses improper addresses). It can also be caused by caused by
faulty or mismatched RAM, or a damaged pagefile.
Source: http://aumha.org/a/stop.htm

http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

Are there any yellow question marks in Device Manager? Right click on
the My Computer icon on your Desktop and select Properties,
Hardware,Device Manager. If yes what is the Device Error code?

Try Start, Run, type "sigverif.exe" without quotes and hit OK. What
drivers are listed as unsigned? Disregard those which are not checked.

What particular MMO games are you playing when the problem occurs?


--



Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~

PIR_elli wrote:
> When playing MMOs I am suffering Blue Screens. The detailed info is
> below
>
> I have done a full memtest and reinstalled the graphics card with the
> latest drivers.
>
> I have XP Home, which is all uptodate and I hope someone can help me
> with this or at least me give me some direction.
>
> Many Thanks
>
>
> Event Type: Error
> Event Source: System Error
> Event Category: (102)
> Event ID: 1003
> Date: 2/28/2008
> Time: 7:56:02 PM
> User: N/A
> Computer: MURPHY
> Description:
> Error code 100000d1, parameter1 00000148, parameter2 00000002,
> parameter3 00000000, parameter4 a2c929e1.
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
> Data:
> 0000: 53 79 73 74 65 6d 20 45 System E
> 0008: 72 72 6f 72 20 20 45 72 rror Er
> 0010: 72 6f 72 20 63 6f 64 65 ror code
> 0018: 20 31 30 30 30 30 30 64 100000d
> 0020: 31 20 20 50 61 72 61 6d 1 Param
> 0028: 65 74 65 72 73 20 30 30 eters 00
> 0030: 30 30 30 31 34 38 2c 20 000148,
> 0038: 30 30 30 30 30 30 30 32 00000002
> 0040: 2c 20 30 30 30 30 30 30 , 000000
> 0048: 30 30 2c 20 61 32 63 39 00, a2c9
> 0050: 32 39 65 31 29e1
 
Re: Blue Screen Event 1003 Category 102

Hi Gerry,
The following are the unsigned drivers and Lord of the Rings Online is the
main problem at the moment. Here is the log of the sigverif.exe.

Log file generated on 01/03/2008 at 06:05
OS Platform: Windows 2000 (x86), Version: 5.1, Build: 2600, CSDVersion:
Service Pack 2
Scan Results: Total Files: 3287, Signed: 2206, Unsigned: 12, Not Scanned:
1069

File Modified Version Status
Catalog Signed By
------------------ ------------ ----------- ------------
----------- -------------------

alcrmv.exe 31/07/2006 2.0.0.4 Not Signed
N/A
soundman.exe 17/11/2006 5.1.0.58 Not Signed
N/A
alsndmgr.cpl 17/11/2006 2.2.0.73 Not Signed
N/A
alsndmgr.wav 05/02/2002 None Not Signed
N/A
ctdlang.dat 17/08/2006 None Not Signed
N/A
ctdnlstr.dat 17/08/2006 None Not Signed
N/A
idecoi.dll 18/08/2005 1.0.0.1 Not Signed
N/A
rtlcpapi.dll 18/10/2006 1.0.1.4 Not Signed
N/A
rtlcpl.exe 08/12/2006 1.0.1.66 Not Signed
N/A
alcxwdm.sys 04/12/2006 5.10.0.6203 Not Signed
N/A
amdtools.sys 27/06/2006 1.5.0.0 Not Signed
N/A
nvata.sys 18/08/2005 5.10.2600.552 Not Signed
N/A



"Gerry" wrote:

> Background information on Stop Error message
> http://msdn2.microsoft.com/en-us/library/ms795930.aspx
>
> 0x000000D1: DRIVER_IRQL_NOT_LESS_OR_EQUAL
> The system attempted to access pageable memory using a kernel process
> IRQL that was too high. The most typical cause is a bad device driver
> (one that uses improper addresses). It can also be caused by caused by
> faulty or mismatched RAM, or a damaged pagefile.
> Source: http://aumha.org/a/stop.htm
>
> http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
>
> Are there any yellow question marks in Device Manager? Right click on
> the My Computer icon on your Desktop and select Properties,
> Hardware,Device Manager. If yes what is the Device Error code?
>
> Try Start, Run, type "sigverif.exe" without quotes and hit OK. What
> drivers are listed as unsigned? Disregard those which are not checked.
>
> What particular MMO games are you playing when the problem occurs?
>
>
> --
>
>
>
> Hope this helps.
>
> Gerry
> ~~~~
> FCA
> Stourport, England
> Enquire, plan and execute
> ~~~~~~~~~~~~~~~~~~~
>
> PIR_elli wrote:
> > When playing MMOs I am suffering Blue Screens. The detailed info is
> > below
> >
> > I have done a full memtest and reinstalled the graphics card with the
> > latest drivers.
> >
> > I have XP Home, which is all uptodate and I hope someone can help me
> > with this or at least me give me some direction.
> >
> > Many Thanks
> >
> >
> > Event Type: Error
> > Event Source: System Error
> > Event Category: (102)
> > Event ID: 1003
> > Date: 2/28/2008
> > Time: 7:56:02 PM
> > User: N/A
> > Computer: MURPHY
> > Description:
> > Error code 100000d1, parameter1 00000148, parameter2 00000002,
> > parameter3 00000000, parameter4 a2c929e1.
> >
> > For more information, see Help and Support Center at
> > http://go.microsoft.com/fwlink/events.asp.
> > Data:
> > 0000: 53 79 73 74 65 6d 20 45 System E
> > 0008: 72 72 6f 72 20 20 45 72 rror Er
> > 0010: 72 6f 72 20 63 6f 64 65 ror code
> > 0018: 20 31 30 30 30 30 30 64 100000d
> > 0020: 31 20 20 50 61 72 61 6d 1 Param
> > 0028: 65 74 65 72 73 20 30 30 eters 00
> > 0030: 30 30 30 31 34 38 2c 20 000148,
> > 0038: 30 30 30 30 30 30 30 32 00000002
> > 0040: 2c 20 30 30 30 30 30 30 , 000000
> > 0048: 30 30 2c 20 61 32 63 39 00, a2c9
> > 0050: 32 39 65 31 29e1

>
>
>
 
Re: Blue Screen Event 1003 Category 102

ANy further advice Gerry?

"PIR_elli" wrote:

> Hi Gerry,
> The following are the unsigned drivers and Lord of the Rings Online is the
> main problem at the moment. Here is the log of the sigverif.exe.
>
> Log file generated on 01/03/2008 at 06:05
> OS Platform: Windows 2000 (x86), Version: 5.1, Build: 2600, CSDVersion:
> Service Pack 2
> Scan Results: Total Files: 3287, Signed: 2206, Unsigned: 12, Not Scanned:
> 1069
>
> File Modified Version Status
> Catalog Signed By
> ------------------ ------------ ----------- ------------
> ----------- -------------------
>
> alcrmv.exe 31/07/2006 2.0.0.4 Not Signed
> N/A
> soundman.exe 17/11/2006 5.1.0.58 Not Signed
> N/A
> alsndmgr.cpl 17/11/2006 2.2.0.73 Not Signed
> N/A
> alsndmgr.wav 05/02/2002 None Not Signed
> N/A
> ctdlang.dat 17/08/2006 None Not Signed
> N/A
> ctdnlstr.dat 17/08/2006 None Not Signed
> N/A
> idecoi.dll 18/08/2005 1.0.0.1 Not Signed
> N/A
> rtlcpapi.dll 18/10/2006 1.0.1.4 Not Signed
> N/A
> rtlcpl.exe 08/12/2006 1.0.1.66 Not Signed
> N/A
> alcxwdm.sys 04/12/2006 5.10.0.6203 Not Signed
> N/A
> amdtools.sys 27/06/2006 1.5.0.0 Not Signed
> N/A
> nvata.sys 18/08/2005 5.10.2600.552 Not Signed
> N/A
>
>
>
> "Gerry" wrote:
>
> > Background information on Stop Error message
> > http://msdn2.microsoft.com/en-us/library/ms795930.aspx
> >
> > 0x000000D1: DRIVER_IRQL_NOT_LESS_OR_EQUAL
> > The system attempted to access pageable memory using a kernel process
> > IRQL that was too high. The most typical cause is a bad device driver
> > (one that uses improper addresses). It can also be caused by caused by
> > faulty or mismatched RAM, or a damaged pagefile.
> > Source: http://aumha.org/a/stop.htm
> >
> > http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
> >
> > Are there any yellow question marks in Device Manager? Right click on
> > the My Computer icon on your Desktop and select Properties,
> > Hardware,Device Manager. If yes what is the Device Error code?
> >
> > Try Start, Run, type "sigverif.exe" without quotes and hit OK. What
> > drivers are listed as unsigned? Disregard those which are not checked.
> >
> > What particular MMO games are you playing when the problem occurs?
> >
> >
> > --
> >
> >
> >
> > Hope this helps.
> >
> > Gerry
> > ~~~~
> > FCA
> > Stourport, England
> > Enquire, plan and execute
> > ~~~~~~~~~~~~~~~~~~~
> >
> > PIR_elli wrote:
> > > When playing MMOs I am suffering Blue Screens. The detailed info is
> > > below
> > >
> > > I have done a full memtest and reinstalled the graphics card with the
> > > latest drivers.
> > >
> > > I have XP Home, which is all uptodate and I hope someone can help me
> > > with this or at least me give me some direction.
> > >
> > > Many Thanks
> > >
> > >
> > > Event Type: Error
> > > Event Source: System Error
> > > Event Category: (102)
> > > Event ID: 1003
> > > Date: 2/28/2008
> > > Time: 7:56:02 PM
> > > User: N/A
> > > Computer: MURPHY
> > > Description:
> > > Error code 100000d1, parameter1 00000148, parameter2 00000002,
> > > parameter3 00000000, parameter4 a2c929e1.
> > >
> > > For more information, see Help and Support Center at
> > > http://go.microsoft.com/fwlink/events.asp.
> > > Data:
> > > 0000: 53 79 73 74 65 6d 20 45 System E
> > > 0008: 72 72 6f 72 20 20 45 72 rror Er
> > > 0010: 72 6f 72 20 63 6f 64 65 ror code
> > > 0018: 20 31 30 30 30 30 30 64 100000d
> > > 0020: 31 20 20 50 61 72 61 6d 1 Param
> > > 0028: 65 74 65 72 73 20 30 30 eters 00
> > > 0030: 30 30 30 31 34 38 2c 20 000148,
> > > 0038: 30 30 30 30 30 30 30 32 00000002
> > > 0040: 2c 20 30 30 30 30 30 30 , 000000
> > > 0048: 30 30 2c 20 61 32 63 39 00, a2c9
> > > 0050: 32 39 65 31 29e1

> >
> >
> >
 
Re: Blue Screen Event 1003 Category 102

Sorry I would responded earlier but a heavy cold has left me feeling
very lethargic.

Your original provided information regarding the BSOD from Event Viewer.
Can you please post a copy of the Stop Error as it could contain
information not in the Event Viewer Report.

Disable automatic restart on system failure. This should help by
allowing time to write down the STOP code properly. Right click on
the My Computer icon on the Desktop and select Properties, Advanced,
Start-Up and Recovery, System Failure and uncheck box before
Automatically Restart.

Do not re-enable automatic restart on system failure until you have
resolved the problem. Check for variants of the Stop Error message.

You seen to have a Nvidia graphics card. Please provide details. Have
you checked the Nvidia site for updated drivers?

--



Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
PIR_elli wrote:
> ANy further advice Gerry?
>
> "PIR_elli" wrote:
>
>> Hi Gerry,
>> The following are the unsigned drivers and Lord of the Rings Online
>> is the main problem at the moment. Here is the log of the
>> sigverif.exe.
>>
>> Log file generated on 01/03/2008 at 06:05
>> OS Platform: Windows 2000 (x86), Version: 5.1, Build: 2600,
>> CSDVersion: Service Pack 2
>> Scan Results: Total Files: 3287, Signed: 2206, Unsigned: 12, Not
>> Scanned: 1069
>>
>> File Modified Version Status
>> Catalog Signed By
>> ------------------ ------------ -----------
>> ------------
>> ----------- -------------------
>>
>> alcrmv.exe 31/07/2006 2.0.0.4 Not
>> Signed N/A
>> soundman.exe 17/11/2006 5.1.0.58 Not
>> Signed N/A
>> alsndmgr.cpl 17/11/2006 2.2.0.73 Not
>> Signed N/A
>> alsndmgr.wav 05/02/2002 None Not
>> Signed N/A
>> ctdlang.dat 17/08/2006 None Not
>> Signed N/A
>> ctdnlstr.dat 17/08/2006 None Not
>> Signed N/A
>> idecoi.dll 18/08/2005 1.0.0.1 Not
>> Signed N/A
>> rtlcpapi.dll 18/10/2006 1.0.1.4 Not
>> Signed N/A
>> rtlcpl.exe 08/12/2006 1.0.1.66 Not
>> Signed N/A
>> alcxwdm.sys 04/12/2006 5.10.0.6203 Not
>> Signed N/A
>> amdtools.sys 27/06/2006 1.5.0.0 Not
>> Signed N/A
>> nvata.sys 18/08/2005 5.10.2600.552 Not
>> Signed N/A
>>
>>
>>
>> "Gerry" wrote:
>>
>>> Background information on Stop Error message
>>> http://msdn2.microsoft.com/en-us/library/ms795930.aspx
>>>
>>> 0x000000D1: DRIVER_IRQL_NOT_LESS_OR_EQUAL
>>> The system attempted to access pageable memory using a kernel
>>> process IRQL that was too high. The most typical cause is a bad
>>> device driver (one that uses improper addresses). It can also be
>>> caused by caused by faulty or mismatched RAM, or a damaged pagefile.
>>> Source: http://aumha.org/a/stop.htm
>>>
>>> http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
>>>
>>> Are there any yellow question marks in Device Manager? Right click
>>> on the My Computer icon on your Desktop and select Properties,
>>> Hardware,Device Manager. If yes what is the Device Error code?
>>>
>>> Try Start, Run, type "sigverif.exe" without quotes and hit OK. What
>>> drivers are listed as unsigned? Disregard those which are not
>>> checked.
>>>
>>> What particular MMO games are you playing when the problem occurs?
>>>
>>>
>>> --
>>>
>>>
>>>
>>> Hope this helps.
>>>
>>> Gerry
>>> ~~~~
>>> FCA
>>> Stourport, England
>>> Enquire, plan and execute
>>> ~~~~~~~~~~~~~~~~~~~
>>>
>>> PIR_elli wrote:
>>>> When playing MMOs I am suffering Blue Screens. The detailed info is
>>>> below
>>>>
>>>> I have done a full memtest and reinstalled the graphics card with
>>>> the latest drivers.
>>>>
>>>> I have XP Home, which is all uptodate and I hope someone can help
>>>> me with this or at least me give me some direction.
>>>>
>>>> Many Thanks
>>>>
>>>>
>>>> Event Type: Error
>>>> Event Source: System Error
>>>> Event Category: (102)
>>>> Event ID: 1003
>>>> Date: 2/28/2008
>>>> Time: 7:56:02 PM
>>>> User: N/A
>>>> Computer: MURPHY
>>>> Description:
>>>> Error code 100000d1, parameter1 00000148, parameter2 00000002,
>>>> parameter3 00000000, parameter4 a2c929e1.
>>>>
>>>> For more information, see Help and Support Center at
>>>> http://go.microsoft.com/fwlink/events.asp.
>>>> Data:
>>>> 0000: 53 79 73 74 65 6d 20 45 System E
>>>> 0008: 72 72 6f 72 20 20 45 72 rror Er
>>>> 0010: 72 6f 72 20 63 6f 64 65 ror code
>>>> 0018: 20 31 30 30 30 30 30 64 100000d
>>>> 0020: 31 20 20 50 61 72 61 6d 1 Param
>>>> 0028: 65 74 65 72 73 20 30 30 eters 00
>>>> 0030: 30 30 30 31 34 38 2c 20 000148,
>>>> 0038: 30 30 30 30 30 30 30 32 00000002
>>>> 0040: 2c 20 30 30 30 30 30 30 , 000000
>>>> 0048: 30 30 2c 20 61 32 63 39 00, a2c9
>>>> 0050: 32 39 65 31 29e1
 
Back
Top