Solved BSOD playing utube music-read inside...

denden

New member
Local time
1:29 PM
Messages
37
Whenver i play utube music or w.e. it will freeze frequently and make noises because the video is playing. Then come back a bit later, but if i play a game it would much longer for that to even happen, but still freezes either way tho, but if u play utube, comes in faster, it's a 4+ yrs old computer, it's an all in one pc(ik it's lame =/) just want to know if it's my video card or what's causing the problem?

I mean i have stressed the video card for 30mins+ before, and nothing... Any ideas? I'll attach the logs, using SF diagnostic tool->grab all. I probably need to get a new computer, but if i somehow could fix this one, i could keep using it for a while longer at least. If you need more information, just reply to what i need to provide to you. Thanks.
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Sony Corp.
OS
Windows 7 Home Premium 64bit
CPU
Pentium(R) Dual-Core CPU E5400 @ 2.70ghz
Motherboard
VPCL111FX
Memory
4gb
Graphics Card(s)
NVIDIA GeForce G210M
Hard Drives
300gb HDD
Internet Speed
18mbs down, 2mbs up.
Antivirus
AVG/Malwarebytes
Browser
Chrome/Firefox
Code:
BugCheck D1, {[COLOR="red"]538[/COLOR], [COLOR="Blue"]2[/COLOR], 0, fffff880040a6836}

This bugcheck indicates a driver attempted to access a pageable memory address when the IRQL was too high (2), to access pageable memory the IRQL must be at 1 or below. In this case, even if the IRQL was below 2 it would still bugcheck, given that A page fault which is what occurs when invalid memory is referenced in pageable memory isn't allowed to happen about IRQL 1 and it's an invalid address, I believe the starting address for user mode is something like 0x00010000 anything below is reserved so accessing it is not allowed.

Code:
fffff880`02f21be8 fffff800`02c8c169 : 00000000`0000000a 00000000`00000538 00000000`00000002 00000000`00000000 : nt!KeBugCheckEx
fffff880`02f21bf0 fffff800`02c8ade0 : 00000000`00000000 fffffa80`045e7f50 fffff880`009e6180 00000000`00000087 : nt!KiBugCheckDispatch+0x69
fffff880`02f21d30 fffff880`040a6836 : fffff880`040a90f1 fffffa80`068db770 fffff880`040a39f3 fffffa80`05fa6ab7 : [COLOR="red"]nt!KiPageFault+0x260[/COLOR]
fffff880`02f21ec8 fffff880`040a90f1 : fffffa80`068db770 fffff880`040a39f3 fffffa80`05fa6ab7 00000000`00000087 : [COLOR="red"]athrx+0x59836[/COLOR]
fffff880`02f21ed0 fffffa80`068db770 : fffff880`040a39f3 fffffa80`05fa6ab7 00000000`00000087 fffffa80`05926470 : [COLOR="Red"]athrx+0x5c0f1[/COLOR]

Code:
1: kd> [COLOR="Green"]lmvm athrx[/COLOR]
start             end                 module name
fffff880`0404d000 fffff880`041ca000   athrx    T (no symbols)           
    Loaded symbol image file: athrx.sys
    Image path: \SystemRoot\system32\DRIVERS\athrx.sys
    Image name: athrx.sys
    Timestamp:        [COLOR="Red"]Mon Oct 05 17:33:57 2009[/COLOR] (4ACA1FF5)
    CheckSum:         0017C3B2
    ImageSize:        0017D000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

Your network driver is causing the problems, it's out of date, update it here.

Drivers for Atheros AR928X and Windows 7

   Information
This driver is for an Atheros AR928X wireless network card on Windows 7 64bit systems.


Code:
BugCheck 9F, {3, fffffa8003bd9060, fffff80000b9c4d8, [COLOR="Green"]fffffa800486cc10[/COLOR]}

Probably caused by : [COLOR="Blue"]pci.sys[/COLOR]

pci.sys is the driver located at the bottom of the PDO stack which is where the IRP is passed down to.

It's also blocking an IRP longer than it should.

Code:
0: kd> [COLOR="Green"]!irp fffffa800486cc10[/COLOR]
Irp is active with 5 stacks 3 is current (= 0xfffffa800486cd70)
 No Mdl: No System Buffer: Thread 00000000:  Irp stack trace.  
     cmd  flg cl Device   File     Completion-Context
 [  0, 0]   0  0 00000000 00000000 00000000-00000000    

			Args: 00000000 00000000 00000000 00000000
 [  0, 0]   0  0 00000000 00000000 00000000-00000000    

			Args: 00000000 00000000 00000000 00000000
>[ 16, 2]   0  0 fffffa8005144050 00000000 00000000-00000000    
	      Unable to load image \SystemRoot\system32\DRIVERS\athrx.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for athrx.sys
*** ERROR: Module load completed but symbols could not be loaded for [COLOR="Red"]athrx.sys[/COLOR]
 \Driver\athr
			Args: 00015500 00000000 00000005 00000003
 [ 16, 2]   0 e1 fffffa80052a3980 00000000 fffff80002f29210-fffffa80069b41f0 Success Error Cancel pending
	       \Driver\vwifibus	nt!PopSystemIrpCompletion
			Args: 00015500 00000000 00000005 00000003
 [  0, 0]   0  0 00000000 00000000 00000000-fffffa80069b41f0    

			Args: 00000000 00000000 00000000 00000000
 

My Computer My Computer

Computer type
PC/Desktop

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Sony Corp.
OS
Windows 7 Home Premium 64bit
CPU
Pentium(R) Dual-Core CPU E5400 @ 2.70ghz
Motherboard
VPCL111FX
Memory
4gb
Graphics Card(s)
NVIDIA GeForce G210M
Hard Drives
300gb HDD
Internet Speed
18mbs down, 2mbs up.
Antivirus
AVG/Malwarebytes
Browser
Chrome/Firefox
I can't say for certain but most likely as that appears to be the cause.
 

My Computer My Computer

Computer type
PC/Desktop
I can't say for certain but most likely as that appears to be the cause.

Thank you very much, after i updated the network driver, the random computer freezes, bsod have stopped for now, it's been a week now :D
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Sony Corp.
OS
Windows 7 Home Premium 64bit
CPU
Pentium(R) Dual-Core CPU E5400 @ 2.70ghz
Motherboard
VPCL111FX
Memory
4gb
Graphics Card(s)
NVIDIA GeForce G210M
Hard Drives
300gb HDD
Internet Speed
18mbs down, 2mbs up.
Antivirus
AVG/Malwarebytes
Browser
Chrome/Firefox
Back
Top