A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Performance and Maintainance of Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Performance and Maintainance of Windows Vista A forum for performance and maintenance tasks in Windows Vista. (microsoft.public.windows.vista.performance_maintainance)

Vista x64 BSOD question



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old January 17th 09, 02:05 AM posted to microsoft.public.windows.vista.performance_maintenance
Mick[_4_]
external usenet poster
 
Posts: 24
Default Vista x64 BSOD question

Hello, i've put the finishing touches on a HTPC... with Vista 64. I'm
getting a BSOD... after about 5 minutes every time. Doesn't matter what
program i'm running, or if it's just doing nothing. I've run Memtest
overnight, nothing there. Updated the BIOS and every single driver. Done the
reinstall numerous times, put video cards in different slots, swapped the
RAM, formatted hard drives, check for viruses, and sacrificed a chicken to
the computer gods. I'm running the BIOS at fail safe settings, with no
anti-virus software installed or firewall. I've downloaded and installed all
important Vista upgrades. Not connected to the internet right now.

These are the two most recurring error messages:

IRQL_NOT_LESS_OR_EQUAL and SYSTEM_SERVICE_EXCEPTION


I've included the latest minidump files at this url...

http://www.datafilehost.com/download-8ce7413d.html


http://valid.canardpc.com/show_oc.php?id=485664


Any help is greatly appreciated, thanks



OS: Vista Ultimate 64
CPU: Intel Core Duo E8400 3.0 GHz
MB: Gigabyte EP45-UD3P
GPU: Sapphire 100249L Radeon HD 3850 1 GB 256-bit GDDR2 PCI-e 2.0
TV Turner Card: Hauppauge WinTV HVR-1800
RAM: Corsair 4GB (2X2GB) 240-Pin DDR SDRAM 800 (PC2 6400)
Hard Drives: (2) WD Caviar Green 1 TB SATA Model: WD10EADS
Optical Drive: LG 6X Blu-Ray DVD-ROM SATA(GGC-H2OL)
Power Supply: SeaSonic OB-S12 550W ATX12v / EPS12v SLI
Case: Siverstone LC14B-MC ATX HTPC


Mick Meyers


















  #2 (permalink)  
Old January 17th 09, 02:30 AM posted to microsoft.public.windows.vista.performance_maintenance
Mark Honzell[_2_]
external usenet poster
 
Posts: 2
Default Vista x64 BSOD question

System_Service_Exception
This error has been linked to excessive paged pool usage and may occur due
to user-mode graphics drivers crossing over and passing bad data to the
kernel code.

IRQL_Not_Less_Or_Equal
This indicates that Microsoft Windows or a kernel-mode driver accessed paged
memory at DISPATCH_LEVEL or above.
This bug check is issued if paged memory (or invalid memory) is accessed
when the IRQL is too high.
The error that generates this bug check usually occurs after the
installation of a faulty device driver, system service, or BIOS.
If you encounter bug check 0xA while upgrading to a later version of
Windows, this error might be caused by a device driver, a system service, a
virus scanner, or a backup tool that is incompatible with the new version.

Seems to pretty strongly indicate a bad driver. Most likely the video
driver.

Since we don't have details on your rig, I'll make a generalized comment:
1. If you have onboard video card:
a. Remove the slotted video card, reboot, enable the onboard video card
within the BIOS. Vista will install a generic driver. Does this work?
b. Disable the onboard video card at the BIOS level, re-install the
video card. Vista will install a generic driver. Download and install the
manufacturer's driver. (You may need to get this during step a, or from
another computer.)
2. No on-board video:
a. Download and install the manufacturer's driver. (You may need to get
this from another computer.)
b. Consider getting a cheap graphics card to make sure your current one
is not defective.
3. BIOS
a. Make sure the update you performed is not a beta.
4. Memory
a. If you have 4GB, try removing 2GB.
1) If that fixes the problem, change memory remap in BIOS and
reinstall to 4 GB
b. Is all your memory the same type?



"Mick" wrote in message
...
Hello, i've put the finishing touches on a HTPC... with Vista 64. I'm
getting a BSOD... after about 5 minutes every time. Doesn't matter what
program i'm running, or if it's just doing nothing. I've run Memtest
overnight, nothing there. Updated the BIOS and every single driver. Done
the reinstall numerous times, put video cards in different slots, swapped
the RAM, formatted hard drives, check for viruses, and sacrificed a
chicken to the computer gods. I'm running the BIOS at fail safe settings,
with no anti-virus software installed or firewall. I've downloaded and
installed all important Vista upgrades. Not connected to the internet
right now.

These are the two most recurring error messages:

IRQL_NOT_LESS_OR_EQUAL and SYSTEM_SERVICE_EXCEPTION


I've included the latest minidump files at this url...

http://www.datafilehost.com/download-8ce7413d.html


http://valid.canardpc.com/show_oc.php?id=485664


Any help is greatly appreciated, thanks



OS: Vista Ultimate 64
CPU: Intel Core Duo E8400 3.0 GHz
MB: Gigabyte EP45-UD3P
GPU: Sapphire 100249L Radeon HD 3850 1 GB 256-bit GDDR2 PCI-e 2.0
TV Turner Card: Hauppauge WinTV HVR-1800
RAM: Corsair 4GB (2X2GB) 240-Pin DDR SDRAM 800 (PC2 6400)
Hard Drives: (2) WD Caviar Green 1 TB SATA Model: WD10EADS
Optical Drive: LG 6X Blu-Ray DVD-ROM SATA(GGC-H2OL)
Power Supply: SeaSonic OB-S12 550W ATX12v / EPS12v SLI
Case: Siverstone LC14B-MC ATX HTPC


Mick Meyers



















  #3 (permalink)  
Old January 17th 09, 02:40 AM posted to microsoft.public.windows.vista.performance_maintenance
Mark Honzell[_2_]
external usenet poster
 
Posts: 2
Default Vista x64 BSOD question

PS. My apology. I didn't read your config in the signature area.

"Mark Honzell" wrote in message
...
System_Service_Exception
This error has been linked to excessive paged pool usage and may occur due
to user-mode graphics drivers crossing over and passing bad data to the
kernel code.

IRQL_Not_Less_Or_Equal
This indicates that Microsoft Windows or a kernel-mode driver accessed
paged memory at DISPATCH_LEVEL or above.
This bug check is issued if paged memory (or invalid memory) is accessed
when the IRQL is too high.
The error that generates this bug check usually occurs after the
installation of a faulty device driver, system service, or BIOS.
If you encounter bug check 0xA while upgrading to a later version of
Windows, this error might be caused by a device driver, a system service,
a virus scanner, or a backup tool that is incompatible with the new
version.

Seems to pretty strongly indicate a bad driver. Most likely the video
driver.

Since we don't have details on your rig, I'll make a generalized comment:
1. If you have onboard video card:
a. Remove the slotted video card, reboot, enable the onboard video card
within the BIOS. Vista will install a generic driver. Does this work?
b. Disable the onboard video card at the BIOS level, re-install the
video card. Vista will install a generic driver. Download and install the
manufacturer's driver. (You may need to get this during step a, or from
another computer.)
2. No on-board video:
a. Download and install the manufacturer's driver. (You may need to get
this from another computer.)
b. Consider getting a cheap graphics card to make sure your current one
is not defective.
3. BIOS
a. Make sure the update you performed is not a beta.
4. Memory
a. If you have 4GB, try removing 2GB.
1) If that fixes the problem, change memory remap in BIOS and
reinstall to 4 GB
b. Is all your memory the same type?



"Mick" wrote in message
...
Hello, i've put the finishing touches on a HTPC... with Vista 64. I'm
getting a BSOD... after about 5 minutes every time. Doesn't matter what
program i'm running, or if it's just doing nothing. I've run Memtest
overnight, nothing there. Updated the BIOS and every single driver. Done
the reinstall numerous times, put video cards in different slots, swapped
the RAM, formatted hard drives, check for viruses, and sacrificed a
chicken to the computer gods. I'm running the BIOS at fail safe settings,
with no anti-virus software installed or firewall. I've downloaded and
installed all important Vista upgrades. Not connected to the internet
right now.

These are the two most recurring error messages:

IRQL_NOT_LESS_OR_EQUAL and SYSTEM_SERVICE_EXCEPTION


I've included the latest minidump files at this url...

http://www.datafilehost.com/download-8ce7413d.html


http://valid.canardpc.com/show_oc.php?id=485664


Any help is greatly appreciated, thanks



OS: Vista Ultimate 64
CPU: Intel Core Duo E8400 3.0 GHz
MB: Gigabyte EP45-UD3P
GPU: Sapphire 100249L Radeon HD 3850 1 GB 256-bit GDDR2 PCI-e 2.0
TV Turner Card: Hauppauge WinTV HVR-1800
RAM: Corsair 4GB (2X2GB) 240-Pin DDR SDRAM 800 (PC2 6400)
Hard Drives: (2) WD Caviar Green 1 TB SATA Model: WD10EADS
Optical Drive: LG 6X Blu-Ray DVD-ROM SATA(GGC-H2OL)
Power Supply: SeaSonic OB-S12 550W ATX12v / EPS12v SLI
Case: Siverstone LC14B-MC ATX HTPC


Mick Meyers




















  #4 (permalink)  
Old January 21st 09, 04:48 PM posted to microsoft.public.windows.vista.performance_maintenance
Kotuku
external usenet poster
 
Posts: 16
Default Vista x64 BSOD question

Mick wrote:
Hello, i've put the finishing touches on a HTPC... with Vista 64. I'm
getting a BSOD... after about 5 minutes every time. Doesn't matter what
program i'm running, or if it's just doing nothing. I've run Memtest
overnight, nothing there. Updated the BIOS and every single driver. Done
the reinstall numerous times, put video cards in different slots,
swapped the RAM, formatted hard drives, check for viruses, and
sacrificed a chicken to the computer gods. I'm running the BIOS at fail
safe settings, with no anti-virus software installed or firewall. I've
downloaded and installed all important Vista upgrades. Not connected to
the internet right now.

These are the two most recurring error messages:

IRQL_NOT_LESS_OR_EQUAL and SYSTEM_SERVICE_EXCEPTION


I've included the latest minidump files at this url...

http://www.datafilehost.com/download-8ce7413d.html


http://valid.canardpc.com/show_oc.php?id=485664


Any help is greatly appreciated, thanks



OS: Vista Ultimate 64
CPU: Intel Core Duo E8400 3.0 GHz
MB: Gigabyte EP45-UD3P
GPU: Sapphire 100249L Radeon HD 3850 1 GB 256-bit GDDR2 PCI-e 2.0
TV Turner Card: Hauppauge WinTV HVR-1800
RAM: Corsair 4GB (2X2GB) 240-Pin DDR SDRAM 800 (PC2 6400)
Hard Drives: (2) WD Caviar Green 1 TB SATA Model: WD10EADS
Optical Drive: LG 6X Blu-Ray DVD-ROM SATA(GGC-H2OL)
Power Supply: SeaSonic OB-S12 550W ATX12v / EPS12v SLI
Case: Siverstone LC14B-MC ATX HTPC


Mick Meyers

Have you tried removing (or try disabling) the TV Tuner Card There were
some problems with drivers for some TV Cards.

Which Driver are you running on the Radeon card?

Are you able to monitor the internal temperatures, there are lots of
free ones (Core Temp is good). Just to eliminate this as a cause

You seem to have built this yourself, so I guess you can't return to a
retailer?

Frenchy
  #5 (permalink)  
Old January 21st 09, 06:10 PM posted to microsoft.public.windows.vista.performance_maintenance
nicke
external usenet poster
 
Posts: 3
Default Vista x64 BSOD question

Kotuku skrev:
Mick wrote:
Hello, i've put the finishing touches on a HTPC... with Vista 64. I'm
getting a BSOD... after about 5 minutes every time. Doesn't matter
what program i'm running, or if it's just doing nothing. I've run
Memtest overnight, nothing there. Updated the BIOS and every single
driver. Done the reinstall numerous times, put video cards in
different slots, swapped the RAM, formatted hard drives, check for
viruses, and sacrificed a chicken to the computer gods. I'm running
the BIOS at fail safe settings, with no anti-virus software installed
or firewall. I've downloaded and installed all important Vista
upgrades. Not connected to the internet right now.

These are the two most recurring error messages:

IRQL_NOT_LESS_OR_EQUAL and SYSTEM_SERVICE_EXCEPTION


I've included the latest minidump files at this url...

http://www.datafilehost.com/download-8ce7413d.html


http://valid.canardpc.com/show_oc.php?id=485664


Any help is greatly appreciated, thanks



OS: Vista Ultimate 64
CPU: Intel Core Duo E8400 3.0 GHz
MB: Gigabyte EP45-UD3P
GPU: Sapphire 100249L Radeon HD 3850 1 GB 256-bit GDDR2 PCI-e 2.0
TV Turner Card: Hauppauge WinTV HVR-1800
RAM: Corsair 4GB (2X2GB) 240-Pin DDR SDRAM 800 (PC2 6400)
Hard Drives: (2) WD Caviar Green 1 TB SATA Model: WD10EADS
Optical Drive: LG 6X Blu-Ray DVD-ROM SATA(GGC-H2OL)
Power Supply: SeaSonic OB-S12 550W ATX12v / EPS12v SLI
Case: Siverstone LC14B-MC ATX HTPC


Mick Meyers

Have you tried removing (or try disabling) the TV Tuner Card There were
some problems with drivers for some TV Cards.

Which Driver are you running on the Radeon card?

Are you able to monitor the internal temperatures, there are lots of
free ones (Core Temp is good). Just to eliminate this as a cause

You seem to have built this yourself, so I guess you can't return to a
retailer?

Frenchy

I guesing that ther may be some wrong thiw your memory. Try run the
computer wiht only one modul at the time. Only if you have two or more
of course.
  #6 (permalink)  
Old January 23rd 09, 04:12 PM posted to microsoft.public.windows.vista.performance_maintenance
methyl
external usenet poster
 
Posts: 1
Default Vista x64 BSOD question


Hello Guys,
Could you help me.
I have Vista x64 Business SP1.
My machine is AMD X2 4850e, Gigabyte GA-MA78GM-S2H rev.1.1,
I have 2*2048 Kingston DDR2 800 Mhz module, and 2*512 Kingmax DDR2 800
MHz module....
They have been tested .... I used that in my previous computer, and I
have tested twice 7hours ,and in one case 4 hours....in memtest86+ 2.11
without errors.

My problem is the following..
When I run bittorrent.exe (BitTorrent 6.1.2), and I am browsing on the
net and hearing music... sometimes a BSOD crashes my system.
with the following message:
IRQL_NOT_LESS_OR_EQUAL (a)
with bittorrent.exe and rtlh64.sys error

or

SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
with tcpip.sys and tdx.sys error

My NIC (RTL8111c) driver is the freshest. But I tried earlier versions
too, the error is exist sometimes also.

I attached some bugreport from Debugger Tool,

I have no idea what can I do to prevent this BSOD????
It is a little bit make me angry sometimes.... It is a new machine.


+-------------------------------------------------------------------+
|Filename: bugreport_2009_01_22.txt |
|Download: http://www.vistax64.com/attachment.p...achmentid=9724 |
+-------------------------------------------------------------------+

--
methyl
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:06 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.