heartsurfer008
New Member
- Joined
- May 15, 2010
- Messages
- 60
- Thread Author
-
- #1
Well the same BLUE SCREEN probs, please please help me..!!!
I used to get them rarely earlier but now they come every hour or so..!!!
PC Config
Motherboard Gigabyte GA-MA78GM-S2H
Processor AMD Phenom 9550 Quad Core
minidump files
4shared - free file sharing and storage - share folder - minidump
I used to get them rarely earlier but now they come every hour or so..!!!
PC Config
Motherboard Gigabyte GA-MA78GM-S2H
Processor AMD Phenom 9550 Quad Core
minidump files
4shared - free file sharing and storage - share folder - minidump
Attachments
Last edited:
Solution
I spoke to soon I guess..!!!
Blue Screen Crashes started again..!!!
Please check the MINIDUMP file..!!!
Sorry I'm a bit late to the party as I only just noticed this thread
looking over your posts I doubt this is hardware and feel this is most likely to be a software issue ?
this latest .dmp file when run through windows debugger comes up with
*******************************************************************************
* *
* Bugcheck Analysis *
* *...
Super Sarge
New Member
- Joined
- Jun 4, 2009
- Messages
- 1,734
My thoughts are to disable the on board grahics and put in a new Graphic card. People more knowledgeable than me can recommend a good one for that board. I do not think your on board graphic card is a good fit tor W7 are you running 64 bit or 32 bit W7. I am personally a fan of Nvidia chip-set cards, many others here will tell you ATI is better. To me it 6 of one and half dozen of the other when it comes to Graphics cards.
- Joined
- Oct 16, 2009
- Messages
- 15,156
If you think it is the Video driver for your onboard system, you need to check if you have the latest. I am showing several revisions of your board, so only you can tell. You would need the Chipset/VGA/SATA drivers.
If Win 7 is replacing the ones you download, you might try to stop that. Once you decide which ones are best, you can use those.
I also noticed some of the bios updates affect the VGA settings. These would be F3 and F4, so you might want to check if you have those. But once again, this might be revision specific.
If Win 7 is replacing the ones you download, you might try to stop that. Once you decide which ones are best, you can use those.
I also noticed some of the bios updates affect the VGA settings. These would be F3 and F4, so you might want to check if you have those. But once again, this might be revision specific.
heartsurfer008
New Member
- Joined
- May 15, 2010
- Messages
- 60
- Thread Author
-
- #23
If you think it is the Video driver for your onboard system, you need to check if you have the latest. I am showing several revisions of your board, so only you can tell. You would need the Chipset/VGA/SATA drivers.
If Win 7 is replacing the ones you download, you might try to stop that. Once you decide which ones are best, you can use those.
I also noticed some of the bios updates affect the VGA settings. These would be F3 and F4, so you might want to check if you have those. But once again, this might be revision specific.
You mean to say is that I must not update driver from windows..???
heartsurfer008
New Member
- Joined
- May 15, 2010
- Messages
- 60
- Thread Author
-
- #24
Should I update my BIOS..???
Please also tell me if its risky & the procedure to do it..!!!
Please also tell me if its risky & the procedure to do it..!!!
kemical
Essential Member
- Joined
- Aug 28, 2007
- Messages
- 36,176
Follow these instructions and you should be fine..:
Link Removed
Your motherboard can be found here:
Link Removed
Notice in the screenshot I've arrowed the revision numbers: make sure you get the right board. You'll find the revision number on the actual motherboard so do check as it's extremely important. I'd flash with the most current bios for your board and do please follow the instructions to the letter. Using @Bios (link above) the process is pretty much automated so it easier than normal flashing..
Link Removed
Your motherboard can be found here:
Link Removed
Notice in the screenshot I've arrowed the revision numbers: make sure you get the right board. You'll find the revision number on the actual motherboard so do check as it's extremely important. I'd flash with the most current bios for your board and do please follow the instructions to the letter. Using @Bios (link above) the process is pretty much automated so it easier than normal flashing..
heartsurfer008
New Member
- Joined
- May 15, 2010
- Messages
- 60
- Thread Author
-
- #26
Follow these instructions and you should be fine..:
Link Removed
Your motherboard can be found here:
Link Removed
Notice in the screenshot I've arrowed the revision numbers: make sure you get the right board. You'll find the revision number on the actual motherboard so do check as it's extremely important. I'd flash with the most current bios for your board and do please follow the instructions to the letter. Using @Bios (link above) the process is pretty much automated so it easier than normal flashing..
Well I have the following updates for my BIOS, which of them do you think is really necessary..!!!
Link Removed
- Joined
- Oct 16, 2009
- Messages
- 15,156
What I am saying is bios update F4 and maybe F5 has VGA updates. If you have those or later, do not worry about it.
Micorsoft does not always supply the best driver. If your system is working, you may want to consider whether to allow Microsoft to update a driver. At least keep track of the drivers and be ready to roll back to a working driver in case Windows does give you a bad option.
Which bios are you currently running?
Micorsoft does not always supply the best driver. If your system is working, you may want to consider whether to allow Microsoft to update a driver. At least keep track of the drivers and be ready to roll back to a working driver in case Windows does give you a bad option.
Which bios are you currently running?
ickymay
New Member
- Joined
- Jan 12, 2009
- Messages
- 1,685
I spoke to soon I guess..!!!
Blue Screen Crashes started again..!!!
Please check the MINIDUMP file..!!!
Sorry I'm a bit late to the party as I only just noticed this thread
looking over your posts I doubt this is hardware and feel this is most likely to be a software issue ?
this latest .dmp file when run through windows debugger comes up with
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1E, {ffffffffc0000005, 401f6, 8, 401f6}
Probably caused by : ntkrnlmp.exe ( nt! ?? ::FNODOBFM::`string'+460da )
Followup: MachineOwner
---------
2: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
KMODE_EXCEPTION_NOT_HANDLED (1e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
when debugger states KMODE_EXCEPTION_NOT_HANDLED it's very likely a driver initiated by a process, which in this case was Chrome then references an illegal address and this crashes the NT kernel > ntkrnlmp.exe ?
(ntkrnlmp.exe = "NT KeRNeL, Multi-Processor version" (Windows) BSODs frequently get attributed to ntkrnlmp, purely because it was dealing with bad data ! )
the first steps to cure this is to find the offending driver and update it ?
these two drivers named in the crash are a year out of date
Rt64win7.sys fffff880`0406a000 fffff880`0409c000 0x00032000 0x49a65b0d 26/02/2009 10:04:13
atikmdag.sys fffff880`04697000 fffff880`04bb9000 0x00522000 0x49f199cd 24/04/2009 11:51:57
Rt64win7.sys is your realtek network card driver ?
atikmdag.sys is your ATI gfx card ?
install the latest version of BIOS available for your motherboard ?
also what antivirus and or third party firewall are you using ?
to help eliminate the possibility this could be hardware please test your memory, and I get consistent results by burning to CD (using an ISO burner) & running from boot Link Removed for at least 5 passes and moving the sticks between slots running them together and singly to verify motherboard ram slots work as well as each ram stick ?
there are more steps to take if this doesn't solve your problem as ideally we could do with a crash .dmp that names the offending driver , but for now update those old drivers and run memtest86 then let us know how it goes ?
Last edited:
heartsurfer008
New Member
- Joined
- May 15, 2010
- Messages
- 60
- Thread Author
-
- #29
Sorry I'm a bit late to the party as I only just noticed this thread
looking over your posts I doubt this is hardware and feel this is most likely to be a software issue ?
this latest .dmp file when run through windows debugger comes up with
when debugger states KMODE_EXCEPTION_NOT_HANDLED it's very likely a driver initiated by a process, which in this case was Chrome then references an illegal address and this crashes the NT kernel > ntkrnlmp.exe ?
(ntkrnlmp.exe = "NT KeRNeL, Multi-Processor version" (Windows) BSODs frequently get attributed to ntkrnlmp, purely because it was dealing with bad data ! )
the first steps to cure this is to find the offending driver and update it ?
these two drivers named in the crash are a year out of date
Rt64win7.sys is your realtek network card driver ?
atikmdag.sys is your ATI gfx card ?
install the latest version of BIOS available for your motherboard ?
also what antivirus and or third party firewall are you using ?
to help eliminate the possibility this could be hardware please test your memory, and I get consistent results by burning to CD (using an ISO burner) & running from boot Link Removed for at least 5 passes and moving the sticks between slots running them together and singly to verify motherboard ram slots work as well as each ram stick ?
there are more steps to take if this doesn't solve your problem as ideally we could do with a crash .dmp that names the offending driver , but for now update those old drivers and run memtest86 then let us know how it goes ?
Well I guess I was rite about CHROME then..!!!
I use NOD 32 64 bit Anti Virus..!!!
& yes RTL8168 is my network card..!!!
How do I get the info of the present version of BIOS.???
& can you suggest me which BIOS update is necessary for my hardware..???
I have 1 more doubt if the Blue Screen in my PC is caused by CHROME then why do I get it when I try to format my PC to WINDOWS 7..???
But I don't get that when I format it to XP..!!!
Last edited:
ickymay
New Member
- Joined
- Jan 12, 2009
- Messages
- 1,685
Well I guess I was rite about CHROME then..!!!
I use NOD 32 64 bit Anti Virus..!!!
& yes RTL8168 is my network card..!!!
How do I get the info of the present version of BIOS.???
& can you suggest me which BIOS update is necessary for my hardware..???
I have 1 more doubt if the Blue Screen in my PC is caused by CHROME then why do I get it when I try to format my PC to WINDOWS 7..???
But I don't get that when I format it to XP..!!!
chrome is not necessarily the cause here but more the catalyst in this analyzed crash .dmp only ?
follow what Link Removed said and install the newest BIOS offered specific to your motherboard and revision number ?
I would also unninstall NOD32 and replace with Link Removed due to 404 Error for debugging purposes
if your Realtek network card is the 8168 C then get your driver from here on Link Removed ?
Last edited:
kemical
Essential Member
- Joined
- Aug 28, 2007
- Messages
- 36,176
If you watch the screen closely when booting up then the first screen you see (the one with the HDD's listed) will have written somewhere near the top. Or try using this app found here: Link Removed due to 404 Error
See screenshot:
Oh and as to which bios to use.... The latest one is generally the best as it contains all the latest updates..
See screenshot:
Oh and as to which bios to use.... The latest one is generally the best as it contains all the latest updates..
Last edited:
heartsurfer008
New Member
- Joined
- May 15, 2010
- Messages
- 60
- Thread Author
-
- #32
Captain Jack
Former Moderator
- Joined
- Mar 6, 2010
- Messages
- 1,888
Hello !!
I was just going through the entire thread seems like each time it shows each problem. Most of the crashes happens by a rouge drivers what Windows some times catches it might is not recording in Minidump correctly. So what i would suggest is to delete all the MiniDumps from the folder then enable the Driver Verifier. Follow this thread and Enable Driver Verifier. Using Driver Verifier to identify issues with Drivers - Windows 7 Forums If its a software problem Driver Verifier would catch it. Also run this Tool Link Removed due to 404 Error
Note: Some Antivirus / Firewall are telling that SF Diagonstic Tool is Trogan its just a False postive becasue the publisher is unknown. Nothing to worry it won't harm your Computer
When you Run the Tool make sure you Right Click on the SF Diagnostic Tool.exe and Run as administrator. It might take around 2 to 3 mins to Generate the whole report
Once you Run the Tool it will Generate the Output under your Desktop under a Folder called "Seven Forum"
Right Click on "Seven Forum" Folder Send To > Compressed (zipped) Folder and upload it here
Hope this helps,
Captain
I was just going through the entire thread seems like each time it shows each problem. Most of the crashes happens by a rouge drivers what Windows some times catches it might is not recording in Minidump correctly. So what i would suggest is to delete all the MiniDumps from the folder then enable the Driver Verifier. Follow this thread and Enable Driver Verifier. Using Driver Verifier to identify issues with Drivers - Windows 7 Forums If its a software problem Driver Verifier would catch it. Also run this Tool Link Removed due to 404 Error
Note: Some Antivirus / Firewall are telling that SF Diagonstic Tool is Trogan its just a False postive becasue the publisher is unknown. Nothing to worry it won't harm your Computer
When you Run the Tool make sure you Right Click on the SF Diagnostic Tool.exe and Run as administrator. It might take around 2 to 3 mins to Generate the whole report
Once you Run the Tool it will Generate the Output under your Desktop under a Folder called "Seven Forum"
Right Click on "Seven Forum" Folder Send To > Compressed (zipped) Folder and upload it here
Hope this helps,
Captain
Last edited:
I spoke to soon I guess..!!!
Blue Screen Crashes started again..!!!
Please check the MINIDUMP file..!!!
Alright, let's see here.
Please uninstall TuneUp Utilities:
Code:
Please install the latest video card driver:
Code:
atikmdag atikmdag.sys Fri Apr 24 06:51:57 2009
Link Removed
Please install the latest Realtek lan driver for Win7 64 bit found at the next link:
Link Removed
Code:
Rt64win7 Rt64win7.sys Thu Feb 26 04:04:13 2009
Please post a new crash dump after doing these things, but I don't think it is going to be necessary. Enjoy...but we're here if it is.
heartsurfer008
New Member
- Joined
- May 15, 2010
- Messages
- 60
- Thread Author
-
- #36
Alright, let's see here.
Please uninstall TuneUp Utilities:
TuneUpUtilitiesDriver64 TuneUpUtilitiesDriver64.sys Thu Sep 17 07:54:52 2009
Please install the latest video card driver:
Link RemovedCode:atikmdag atikmdag.sys Fri Apr 24 06:51:57 2009
Please install the latest Realtek lan driver for Win7 64 bit found at the next link:
Link Removed
Please post a new crash dump after doing these things, but I don't think it is going to be necessary. Enjoy...but we're here if it is.Code:Rt64win7 Rt64win7.sys Thu Feb 26 04:04:13 2009
I will give it a try, thank you..!!!
heartsurfer008
New Member
- Joined
- May 15, 2010
- Messages
- 60
- Thread Author
-
- #37
If you check the screenshot you'll see where I've marked that you have a F3 Bios.
You can download the latest Bios here: Link Removed
Instructions for Bios flashing: Link Removed
There are loads of update on the page, which one's are necessary for me..???
Link Removed
Please help me cause I know nothin of BIOS..!!!
kemical
Essential Member
- Joined
- Aug 28, 2007
- Messages
- 36,176
There are loads of update on the page, which one's are necessary for me..???
Link Removed
Please help me cause I know nothin of BIOS..!!!
See attached screenshot:
heartsurfer008
New Member
- Joined
- May 15, 2010
- Messages
- 60
- Thread Author
-
- #39
See attached screenshot:
Sir but F12A is BETA BIOS..!!!
Is it fine if I install that..???
Sir but F12A is BETA BIOS..!!!
Is it fine if I install that..???
Yes, that shall be fine. Anyhow, have you made the changes that I and others have suggested about drivers/software? If so, how's it been going now?
Similar threads
- Article
- Replies
- 0
- Views
- 73
- Replies
- 0
- Views
- 35
- Featured
- Article
- Replies
- 0
- Views
- 410
- Featured
- Article
- Replies
- 0
- Views
- 180
- Featured
- Article
- Replies
- 0
- Views
- 229