Ton

New Member
Joined
Jun 19, 2010
Messages
26
I built my pc a couple of days ago, and from the first day i ve been getting bsod with various errors like system service exception, page fault i nonpaged area, bad pool header, memory management. Internet explorer and firefox are crashing also and after that sometimes the bsod follows.
Here's a screenshot with the installed programs (firefox and nod32 were installed but then uninstalled)
i also attach the minidumps.

Operating System: Windows 7 x64 Professional
Processor: Amd phenom II x4 965 BE
Motherboard: GA-890GPA-UD3H (rev. 2.0)
Video Card: onboard
Memory: G.Skill F3-10666CL9D-4GBECO (2x2GB)
Hard Drive: Samsung Spinpoint F3 1TB (150+781 partition)
Network Adapter: Zyxel G-202 usb
 


Attachments

  • minidumps.rar
    minidumps.rar
    121.7 KB · Views: 245
  • Progs.webp
    Progs.webp
    74.4 KB · Views: 1,054
Last edited:
Solution
We're dealing with a mixture of a few problems.

First, there is this 0x24 error which is the first seen in the thread now:

Code:
Use !analyze -v to get detailed debugging information.

BugCheck 24, {1904fb, fffff88006d5fb58, fffff88006d5f3c0, fffff880012460fd}

Probably caused by : Ntfs.sys ( Ntfs!NtfsAcquireFcbWithPaging+12d )

Followup: MachineOwner
---------

That tells us that there is either a physical error with the hard drive itself (most likely), connection to it or damage to a storage driver. It actually in rare instances can be caused by antivirus, which leads me to your other errors, one of which has been a 0x3B stop. That is caused when video drivers pass bad data to the kernel code, and antivirus is usually responsible...
try system restore to the first possible date available this will help

Very doubtful, since the copy of Windows in use is a borked torrent one that has and always will cause problems. This is an example of what can happen when Windows has been downloaded from unofficial means...

Code:
spsys    spsys.sys    Mon May 11 13:20:58 2009

Notice the pre-RTM date of 5/11/09 when it really should be 7/13/09?

Code:
Use !analyze -v to get detailed debugging information.

BugCheck 19, {20, fffff8a006eeeaa0, fffff8a006eeeac0, 5020303}

Unable to load image \SystemRoot\system32\drivers\spsys.sys, Win32 error 0n2
*** WARNING: Unable to verify timestamp for spsys.sys
*** ERROR: Module load completed but symbols could not be loaded for spsys.sys
Probably caused by : spsys.sys ( spsys+28d50 )

Followup: MachineOwner

Advice: Obtain an authorized official version of Windows 7 and install.
 


I dont understand why you say its unofficial.. my windows 7 copy was downloaded from msdnaa and is official.
 


Precisely because of the spsys.sys date. On a system without activation tampering and authentic Windows running, that file would have a date of 7/13/09 and never cause a system to crash.

If it really is official as you say, then all I can say is to wipe the hard drive clean with a low level format because some type of malware has gotten on to the pc to change system files. Anything that powerful should be ensured to be gone with a low level format.
 


i dont know why that happens, maybe the msdn version was available to their servers before the retail date.
this is the version i have downloaded from msdn en_windows_7_professional_x64_dvd_X15-65805.iso
i checked the md5 ( 7b7af5fe3a01e9fd76de4dacb45a796b ) and its valid, also when i burned it i had verify selected. Is there another way to check if the dvd is fine?
 


Attachments

  • win.webp
    win.webp
    15.2 KB · Views: 628
So i used this f/w update for the samsung f3 drive Link Removed - Invalid URL
and i formated and reinstalled windows 7. Its not a surprise that on evening it is working, the real test is wether it will be working tomorrow.
Firefox has crashed one time though, (with firefox being the first/only prog installed after drivers)
I see some errors though in event viewer/custom views/administrative events

Error: InitializePrintProvider failed for provider inetpp.dll. This can occur because of system instability or a lack of system resources.

Error:Installation of the Proof of Purchase failed. 0xC004F050
Partial Pkey=BBBBB
ACID=?
Detailed Error[?]

Warning:The Windows Search Service is starting up and attempting to remove the old search index {Reason: Full Index Reset}.

Warning: Possible Memory Leak. Application (C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted) (PID: 976) has passed a non-NULL pointer to RPC for an [out] parameter marked [allocate(all_nodes)]. [allocate(all_nodes)] parameters are always reallocated; if the original pointer contained the address of valid memory, that memory will be leaked. The call originated on the interface with UUID ({3f31c91e-2545-4b7b-9311-9529e8bffef6}), Method number (20). User Action: Contact your application vendor for an updated version of the application.

Warning: Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.

DETAIL -
1 user registry handles leaked from \Registry\User\S-1-5-21-3366796762-2374716329-3205841823-1000:
Process 416 (\Device\HarddiskVolume2\Windows\System32\winlogon.exe) has opened key \REGISTRY\USER\S-1-5-21-3366796762-2374716329-3205841823-1000

Error: The JMB36X service is marked as an interactive service. However, the system is configured to not allow interactive services. This service may not function properly.

Warning: Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.

DETAIL -
1 user registry handles leaked from \Registry\User\S-1-5-21-3366796762-2374716329-3205841823-1000:
Process 2212 (\Device\HarddiskVolume2\Windows\System32\msiexec.exe) has opened key \REGISTRY\USER\S-1-5-21-3366796762-2374716329-3205841823-1000\Software\Microsoft\Windows\CurrentVersion\Explorer

I activated windows after seeing these, i dont know if that has anything to do with the second error.

Btw to be sure its not ide hdd or the zyxel driver causing the problem i have both disconnected and i m sing ethernet.
 


Last edited:
Back
Top