Welcome Guest ( Log In | Register )

5 Pages  1 2 3 > » Bottom

Outline · [ Standard ] · Linear+

 [FAQ] PC auto restart/Blue Screen (BSOD), All questions go here please.

views
     
TSAsenDURE
post Sep 27 2006, 06:05 PM, updated 19y ago

je suis desole. je n'y crois pas a ces conneries!!
Group Icon
VIP
2,496 posts

Joined: Jan 2003
From: LowYatDotNet Status:Agast
All questions for PC/Laptop automatically restarting goes here.


First step on PC restart/restart loop diagnostics is to turn off auto restart when an error occurs.
    right click My Computer | Properties | Advanced | Startup and Recovery | Settings | untick Automatically Restart

    user posted image

    for BSOD errors please go here for self-diagnostic or post up your minidump files here. If it's not BSOD errors go here.
I run the debugger and found the culprit in the line probably caused by:. I don't know what that file is. what should I do? Additional Reading

This post has been edited by synz: Sep 26 2007, 10:17 PM
lighter
post Sep 28 2006, 09:07 AM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



Troubleshooting Windows XP install BSODs

Constant Blue screen errors while attempting to install Windows XP are generally caused by hardware or media problems. The most common hardware-related installation issue is faulty memory chips, which can cause havoc to any XP installation. Overheating or a dying or defective hard disk are other common causes. A severely scratched or otherwise faulty XP install CD may also cause stop errors.

First, check your CD and clean or replace it as necessary. Your next step should be to test your system memory for errors with a diagnostic program.

To do this obtain the Windows Memory Diagnostic, Memtest86, or Memtest86+ memory diagnostic programs on floppy or CD we mentioned earlier, and use it to boot your system and test the memory. If either of these programs shows any errors in your memory, you have likely found the source of your troubles.

Chances are you will need to purchase new memory. For more information on faulty memory and memory diagnostics, see PCstats Guide to diagnosing bad memory .

Now it's time to test the hard drive for errors. Visit the website of your hard drive's manufacturer and download their drive diagnostic utility software. Every major hard drive company makes a utility like this freely available. An example is Maxtor's PowerMax software available here . Follow the included instructions to install the software and test your drive(s) for errors.

If no errors were found in memory or with the hard disk, you need to ensure that your processor is not overheating. Make sure the fan on the heatsink is in working order and reboot the computer, pressing DEL repeatedly on startup to go into the BIOS setup screen.

Let your PC run on this screen for an hour or so, checking back to make sure it has not crashed. If a PC crashes on the BIOS screen, it generally means the processor is overheating for one reason or another.

As a final measure, you can remove all unnecessary hardware from your system before attempting to install Windows XP again. Power off the computer, remove the case and remove all hardware except:

Mouse & keyboard
Hard drive
CD-Drive
Video card
Memory
(And obviously the processor and power supply must still be connected also)

Attempt to install XP again. If it works correctly, you can troubleshoot the remaining devices from within Windows.

===================================================


Basic troubleshooting for all BSOD errors

First off, note down all relevant information when you see a BSOD flash across the screen. This includes the error number and friendly name from the 'bugcheck' section of the stop error (see above), and any file names specified in the 'driver information' section.
If the BSOD comes up on the screen for a split-second before the PC restarts and wipes all the useful information away, we need to change some settings within WinXP. In most cases, it should be possible to stop your PC from automatically restarting when it develops a major error, allowing you enough time to jot down the BSOD error message. If you are using WindowsXP, right click on my computer > Properties > Select the 'Advanced' tab > and under 'startup and recovery' click the 'settings' button. This will open a new window, and under the 'System Failure' heading, uncheck 'Automatically restart.'

Continuing on, attempt to restart the computer normally into Windows. If the BSOD occurred while booting Windows, you may be taken to a troubleshooting menu and will have to select 'attempt to start Windows normally.' If your computer starts correctly, continue using it and store the error information for later reference. If the BSOD reoccurs at random or irregular periods, see Section D below on troubleshooting intermittent stop errors.

If your system does not start correctly or the stop message happens again, reboot the system. When the POST (memory checking) screen comes up, press F8 repeatedly. This will bring you to the Windows advanced options menu.

In the Windows advanced options menu choose 'safe mode' to attempt to boot into Windows Safe mode. Safe mode loads Windows XP with a minimal set of drivers and no automatically loaded software. If faulty software or drivers are causing your BSOD problem, safe mode should load correctly. If safe mode loads correctly, refer to Section A below on 'troubleshooting software stop messages.'

If safe mode does not load correctly, and/or you get the same stop message upon attempting safe mode, it's time to try the 'restore last known good configuration' option in the advanced options menu.

Restart your computer, pressing 'F8' again to load the advanced options menu and select 'last known good configuration (your most recent settings that worked).' This uses Windows XP's built in system restore utility to restore the most recent save point, which should be the last time you installed any drivers or other software. If your system boots normally after this operation, hopefully your problem has been fixed.

If you are still receiving a Blue Screen Of Death after the above procedures, or if system restore was disabled on your system, note down any new information on the error and start thinking. Did you install any new hardware or software just before this problem occurred? The driver information section of the BSOD may help with this.

If you did install new hardware or software, and you think you know what it might be that is causing the problem, this gives you a big boost in resolving the situation.

Otherwise, proceed to the advanced troubleshooting sections below. Chances are your error is hardware or system file based and will require more effort to repair.

===================================================
For more information please click here

This post has been edited by synz: May 29 2007, 08:16 PM
lighter
post Sep 28 2006, 09:18 AM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



Common BSODs in Windows XP

Now that you have a good idea of how to dissect a BSOD and pull out the relevant pieces of information from all the gibberish on the screen, let's look at some of the more common BSODs in Windows XP. I'll only cover just a few of the BSOD conditions, but there are lots of possible Stop errors. For each BSOD I discuss, I'll provide a link to an article on the Microsoft Knowledge Base that covers that particular Stop error. (Since more than one article might address a Stop error, you may want to search the Knowledge Base if you discover that you need more information.)

[b]STOP: 0x0000000A
IRQL_NOT_LESS_OR_EQUAL

This Stop error, which can be caused by either software or hardware, indicates that a kernel-mode process or driver attempted to access a memory location it did not have permission to access or a memory location that exists at a kernel interrupt request level (IRQL) that was too high. A kernel-mode process can access other only processes that have an IRQL that's equal to or lower than its own.
Troubleshooting a Stop 0x0000000A error in Windows XP

STOP: 0x0000001E
KMODE_EXCEPTION_NOT_HANDLED

This Stop error indicates that indicates that the Windows XP kernel detected an illegal or unknown processor instruction. The problems that cause this Stop error can be either software or hardware related and result from invalid memory and access violations, which are intercepted by Windows' default error handler if error-handling routines are not present in the code itself.
Possible Resolutions to STOP 0x0A, 0x01E, and 0x50 Errors

STOP: 0x00000050
PAGE_FAULT_IN_NONPAGED_AREA

This Stop error indicates that requested data was not in memory. The system generates an exception error when using a reference to an invalid system memory address. Defective memory (including main memory, L2 RAM cache, video RAM) or incompatible software (including remote control and antivirus software) might cause this Stop error.
Possible Resolutions to STOP 0x0A, 0x01E, and 0x50 Errors

STOP: 0x0000007B
INACCESSIBLE_BOOT_DEVICE

This Stop error indicates that Windows XP has lost access to the system partition or boot volume during the startup process. Installing incorrect device drivers when installing or upgrading storage adapter hardware typically causes this Stop error. This error could also indicate a possible virus infection.
Troubleshooting Stop 0x0000007B or "0x4,0,0,0" Error

STOP: 0x0000007F
UNEXPECTED_KERNEL_MODE_TRAP

This Stop error indicates a hardware problem resulting from mismatched memory, defective memory, a malfunctioning CPU, or a fan failure that's causing overheating.
General causes of "STOP 0x0000007F" errors

STOP: 0x0000009F
DRIVER_POWER_STATE_FAILURE

This Stop error indicates that a driver is in an inconsistent or invalid power state. This Stop error typically occurs during events that involve power state transitions, such as shutting down, or moving in or out of standby or hibernate mode.
Troubleshooting a Stop 0x9F Error in Windows XP

STOP: 0x000000D1
DRIVER_IRQL_NOT_LESS_OR_EQUAL

This Stop error indicates that 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 faulty or mismatched RAM or a damaged pagefile.
Error Message with RAM Problems or Damaged Virtual Memory Manager

STOP: 0x000000EA
THREAD_STUCK_IN_DEVICE_DRIVER

This Stop error indicates that a device driver problem is causing the system to pause indefinitely. Typically, this problem is caused by a display driver waiting for the video hardware to enter an idle state. This might indicate a hardware problem with the video adapter or a faulty video driver.
Error message: STOP 0x000000EA THREAD_STUCK_IN_DEVICE_DRIVER

STOP: 0x00000024
NTFS_FILE_SYSTEM

This Stop error indicates that a problem occurred within Ntfs.sys, the driver file that allows the system to read and write to drives formatted with the NTFS file system. (A similar Stop message, 0x00000023, exists for the file allocation table [FAT16 or FAT32)] file systems.)
Troubleshooting Stop 0x24 or NTFS_FILE_SYSTEM Error Messages

STOP: 0xC0000218
UNKNOWN_HARD_ERROR

This Stop error indicates that a necessary registry hive file could not be loaded. The file may be corrupt or missing. The registry file may have been corrupted due to hard disk corruption or some other hardware problem. A driver may have corrupted the registry data while loading into memory or the memory where the registry is loading may have a parity error.
How to Troubleshoot a Stop 0xC0000218 Error Message

STOP: 0xC0000221
STATUS_IMAGE_CHECKSUM_MISMATCH

This Stop message indicates driver, system file, or disk corruption problems (such as a damaged paging file). Faulty memory hardware can also cause this Stop message to appear.
"STOP: C0000221 unknown hard error" or "STOP: C0000221 STATUS_IMAGE_CHECKSUM_MISMATCH" error message occurs

==============================================================

Reference
More info here

Additional BSODs references
http://www.pcsupportsource.com/xp_stop_messages.htm
http://www.5starsupport.com/info/stop_error.htm
http://www.updatexp.com/stop-messages.html
http://www.computerdr.com.au/technical/stopmsgs.htm

I do not know how to troubleshoot! What should I do? icon_question.gif
Please post your minidump files with .ZIP and attach it here.
Minidump files are located in C:\Windows\Minidump
You can go Start > Run > type %systemroot%\minidump > Hit enter

This post has been edited by synz: Sep 26 2007, 09:22 PM
Darren
post Oct 1 2006, 12:58 AM

Regular
******
Senior Member
1,324 posts

Joined: Jan 2003
From: Kepong



Microsoft ® Windows Debugger Version 6.3.0017.0
Copyright © Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINDOWS\Minidump\Mini093006-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntoskrnl.exe -
Windows XP Kernel Version 2600 (Service Pack 1) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp1.020828-1920
Kernel base = 0x804d4000 PsLoadedModuleList = 0x8054be30
Debug session time: Mon Sep 25 20:27:58 2006
System Uptime: 1 days 1:52:56.173
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntoskrnl.exe -
Loading Kernel Symbols
.........................................................................................................................
Loading unloaded module list
......................................
Loading User Symbols
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck A, {468d0002, 2, 1, 804e27e7}

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

Probably caused by : ntoskrnl.exe ( nt!KeRevertToUserAffinityThread+12e )

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

kd> .reload
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntoskrnl.exe -
Loading Kernel Symbols
.........................................................................................................................
Loading unloaded module list
......................................
Loading User Symbols




hi........
aft i run windg,i get this result
can i know wat the problem n how 2 solve???
already face tis bluescrreen problem 4 quite some time

lighter
post Oct 2 2006, 11:19 AM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



Please attach your minidump files with .ZIP here. biggrin.gif


Darkmage12
post Oct 8 2006, 03:22 PM

shhhhhhhhh come i tell you something hehe
********
All Stars
17,053 posts

Joined: Jan 2003

hey..... that day my windows cant boot up it say the 1 file ntfs.sys is missing .... issit same as STOP: 0x00000024
NTFS_FILE_SYSTEM
This Stop error indicates that a problem occurred within Ntfs.sys, the driver file that allows the system to read and write to drives formatted with the NTFS file system. (A similar Stop message, 0x00000023, exists for the file allocation table [FAT16 or FAT32)] file systems.)
Troubleshooting Stop 0x24 or NTFS_FILE_SYSTEM Error Messages


this?
btw after i reinstall it a blue screen of death appear when i first rebooted my pc but that screen just flashes for a sec couldnt see whats that then it will reboot again and the page whereby it asked if i wanted to start windows normally or use the last known working configuration..... this also happen when i first installed windows 2 weeks ago..... whats wrong?
TSAsenDURE
post Oct 9 2006, 10:54 AM

je suis desole. je n'y crois pas a ces conneries!!
Group Icon
VIP
2,496 posts

Joined: Jan 2003
From: LowYatDotNet Status:Agast
^
possible causes for ntfs.sys corruption are a corrupted file ntfs.sys file. (which we can rule out with a fresh installation of Windows from a clean Windows CD and newly partitioned drive) or hardware problems. possible hardware problems include incompatible or failing memory (ie. bad RAMs - very likely), failing hard drive (likely) or failing CD-ROM/damage CD media (not as likely).

on a more specific chance, it could corruption caused by a bad IDE cable or if you are using a RAID / SATA / SCSI setup, the third party drivers you are providing (or not providing for that matter) may not be fully compatible with Windows or damaged. try getting the latest drivers from the manufacturer.


"Missing or corrupt Ntfs.sys" error message when you restart Windows XP after you convert your hard disk to the NTFS file system
http://support.microsoft.com/kb/822800

"Windows could not start because the following file is missing: \system32\drivers\ntfs.sys" error message in Windows XP Service Pack 2
http://support.microsoft.com/kb/887675/en-us

more KB articles sad.gif
http://support.microsoft.com/search/defaul...=0&y=0&srch=sup

@Darren
are you using another version of winOS to check another version of WinOS dump file? eg. winxp analyzing win2k minidump.

futher places to look for error is in your event log viewer. Right-click My Computer | Manage | expand Event Viewer | check Application, System

user posted image

This post has been edited by AsenDURE: Oct 9 2006, 11:06 AM
Darkmage12
post Oct 9 2006, 02:39 PM

shhhhhhhhh come i tell you something hehe
********
All Stars
17,053 posts

Joined: Jan 2003

clean cd? newly burn 1 can?
btw after that problem occur i cant even do formating on my harddisk
@rissband
post Oct 10 2006, 07:54 PM

Enthusiast
*****
Senior Member
886 posts

Joined: Apr 2005
my pc also having the same problem, it keep on restarting after certain amount of time.. i check with the event viewer n there is so many error, i dunno what is happen..

user posted image

lighter
post Oct 10 2006, 09:58 PM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



@rissband

Obviously it was caused by Application Error. If you can attach your minidump files with .ZIP files here would be easier for us to rectify your problem.
williamlee_1985
post Oct 10 2006, 10:48 PM

The Red Devils wear Nike
*******
Senior Member
2,006 posts

Joined: Jan 2005
From: KLANG


QUOTE(AsenDURE @ Sep 27 2006, 06:05 PM)
All questions for PC/Laptop automatically restarting goes here.



user posted image
Just a question..if error does occurs and since we have unticked the automatic restart button.. then wat will happen?

the pc will display error msg but still can use or what else? rclxub.gif
lighter
post Oct 11 2006, 12:02 AM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



QUOTE(williamlee_1985 @ Oct 10 2006, 10:48 PM)
Just a question..if error does occurs and since we have unticked the automatic restart button.. then wat will happen?

the pc will display error msg but still can use or what else? rclxub.gif
*
BSoD screen will appear.. that's all.. if the automatic restart has checked then it will restart immediately after half or 1 second when BSoD appear.
syyang85
post Oct 11 2006, 01:59 AM

Enthusiast
*****
Senior Member
982 posts

Joined: May 2005
QUOTE
Microsoft ® Windows Debugger  Version 6.3.0017.0
Copyright © Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINDOWS\Minidump\Mini101106-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp.060411-1541
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805534a0
Debug session time: Wed Oct 11 01:21:10 2006
System Uptime: 0 days 0:51:52.218
Loading Kernel Symbols
................................................................................................................................
Loading unloaded module list
.........
Loading User Symbols
*******************************************************************************
*                                                                            *
*                        Bugcheck Analysis                                    *
*                                                                            *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 9C, {4, 805462f0, b2000000, 70f0f}

*** WARNING: Unable to verify timestamp for hal.dll
*** ERROR: Module load completed but symbols could not be loaded for hal.dll
Probably caused by : hardware

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

kd> !analyze -v
*******************************************************************************
*                                                                            *
*                        Bugcheck Analysis                                    *
*                                                                            *
*******************************************************************************

MACHINE_CHECK_EXCEPTION (9c)
A fatal Machine Check Exception has occurred.
KeBugCheckEx parameters;
    x86 Processors
        If the processor has ONLY MCE feature available (For example Intel
        Pentium), the parameters are:
        1 - Low  32 bits of P5_MC_TYPE MSR
        2 - Address of MCA_EXCEPTION structure
        3 - High 32 bits of P5_MC_ADDR MSR
        4 - Low  32 bits of P5_MC_ADDR MSR
        If the processor also has MCA feature available (For example Intel
        Pentium Pro), the parameters are:
        1 - Bank number
        2 - Address of MCA_EXCEPTION structure
        3 - High 32 bits of MCi_STATUS MSR for the MCA bank that had the error
        4 - Low  32 bits of MCi_STATUS MSR for the MCA bank that had the error
    IA64 Processors
        1 - Bugcheck Type
            1 - MCA_ASSERT
            2 - MCA_GET_STATEINFO
                SAL returned an error for SAL_GET_STATEINFO while processing MCA.
            3 - MCA_CLEAR_STATEINFO
                SAL returned an error for SAL_CLEAR_STATEINFO while processing MCA.
            4 - MCA_FATAL
                FW reported a fatal MCA.
            5 - MCA_NONFATAL
                SAL reported a recoverable MCA and we don't support currently
                support recovery or SAL generated an MCA and then couldn't
                produce an error record.
            0xB - INIT_ASSERT
            0xC - INIT_GET_STATEINFO
                  SAL returned an error for SAL_GET_STATEINFO while processing INIT event.
            0xD - INIT_CLEAR_STATEINFO
                  SAL returned an error for SAL_CLEAR_STATEINFO while processing INIT event.
            0xE - INIT_FATAL
                  Not used.
        2 - Address of log
        3 - Size of log
        4 - Error code in the case of x_GET_STATEINFO or x_CLEAR_STATEINFO
Arguments:
Arg1: 00000004
Arg2: 805462f0
Arg3: b2000000
Arg4: 00070f0f

Debugging Details:
------------------


BUGCHECK_STR:  0x9C_IA32_AuthenticAMD

MODULE_NAME:  hardware

IMAGE_NAME:  hardware

DEBUG_FLR_IMAGE_TIMESTAMP:  0

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  DRIVER_FAULT

LAST_CONTROL_TRANSFER:  from 806d38d7 to 804f8c07

STACK_TEXT: 
805462c8 806d38d7 0000009c 00000004 805462f0 nt!KeBugCheckEx+0x1b
WARNING: Stack unwind information not available. Following frames may be wrong.
805463f4 806cec2e 80042000 00000000 00000000 hal+0x58d7
00000000 00000000 00000000 00000000 00000000 hal+0xc2e


FOLLOWUP_NAME:  MachineOwner

STACK_COMMAND:  kb

BUCKET_ID:  0x9C_IA32_AuthenticAMD

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



What is wrong?
TSAsenDURE
post Oct 11 2006, 11:01 AM

je suis desole. je n'y crois pas a ces conneries!!
Group Icon
VIP
2,496 posts

Joined: Jan 2003
From: LowYatDotNet Status:Agast
QUOTE(@rissband @ Oct 10 2006, 07:54 PM)
my pc also having the same problem, it keep on restarting after certain amount of time.. i check with the event viewer n there is so many error, i dunno what is happen..
http://www.google.com/search?client=opera&...=utf-8&oe=utf-8

next time crop your image. my eyesight is not as good as it used to be...
you can also double click on the error to see the properties page.

QUOTE(syyang85 @ Oct 11 2006, 01:59 AM)
What is wrong?
hardware error. looks like the CPU (or RAM?).

bugcheck 9c is a machine check error.

http://support.microsoft.com/?kbid=329284&sd=RMVP

try isolating ...
http://forum.lowyat.net/index.php?showtopic=347156
...and doing stress/heat test.

This post has been edited by AsenDURE: Oct 11 2006, 11:02 AM
@rissband
post Oct 11 2006, 04:16 PM

Enthusiast
*****
Senior Member
886 posts

Joined: Apr 2005
QUOTE(lighter @ Oct 10 2006, 09:58 PM)
@rissband

Obviously it was caused by Application Error. If you can attach your minidump files with .ZIP files here would be easier for us to rectify your problem.
*
here goes my minidump.zip..


Attached File(s)
Attached File  Minidump.zip ( 24.23k ) Number of downloads: 274
TSAsenDURE
post Oct 11 2006, 05:18 PM

je suis desole. je n'y crois pas a ces conneries!!
Group Icon
VIP
2,496 posts

Joined: Jan 2003
From: LowYatDotNet Status:Agast
@rissband

» Click to show Spoiler - click again to hide... «


winarp.sys is Routing and Remote Access core service in windows.
http://www.file.net/process/wanarp.sys.html

you can see alot of tcp/ip and winarp problem. you get this BSOD when you try to connect to internet?

try updating your network/modem drivers.
@rissband
post Oct 11 2006, 09:43 PM

Enthusiast
*****
Senior Member
886 posts

Joined: Apr 2005
QUOTE(AsenDURE @ Oct 11 2006, 05:18 PM)
@rissband

» Click to show Spoiler - click again to hide... «


winarp.sys is Routing and Remote Access core service in windows.
http://www.file.net/process/wanarp.sys.html

you can see alot of tcp/ip and winarp problem. you get this BSOD when you try to connect to internet?

try updating your network/modem drivers.
*
sorry if this seems like a noob question.. but can you assist me how to do it? thanks..
syyang85
post Oct 12 2006, 12:07 AM

Enthusiast
*****
Senior Member
982 posts

Joined: May 2005
I took my hardisk and brought it to my frens house to copy some movies.
After that, i came back installed my harddisk back to my computer.
And i get an error x9c BSOD.

Then i took out the problematic harddisk and install it into my housemates computer. Amazingly, it can be read and there was no BSOD, but only the old files i previously had in my harddisk. The new files that had been copied cannot be read.

How do i solve this?
I'm using western digital 80gig HD
kornelius
post Oct 12 2006, 10:00 PM

All Star Player
*****
Senior Member
781 posts

Joined: Jan 2003
From: with your mom


My desktop now days keep coming out blue screen and giving me lot of reason. i was wondering what is the problem... i never go plug out any hardware and this jus happen lately.... what step should i take first? how to detect the error?
lighter
post Oct 12 2006, 10:05 PM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



QUOTE(syyang85 @ Oct 12 2006, 12:07 AM)
I took my hardisk and brought it to my frens house to copy some movies.
After that, i came back installed my harddisk back to my computer.
And i get an error x9c BSOD.

Then i took out the problematic harddisk and install it into my housemates computer. Amazingly, it can be read and there was no BSOD, but only the old files i previously had in my harddisk. The new files that had been copied cannot be read.

How do i solve this?
I'm using western digital 80gig HD
*
Can you please state your PC & your friend's PC specification here? Include Operating system....


QUOTE(kornelius @ Oct 12 2006, 10:00 PM)
My desktop now days keep coming out blue screen and giving me lot of reason. i was wondering what is the problem... i never go plug out any hardware and this jus happen lately.... what step should i take first? how to detect the error?
*
I do not know how to troubleshoot! What should I do?
Please post your minidump files with .ZIP and attach it here.
Minidump files are located in C:\Windows\Minidump
You can go Start > Run > type %systemroot%\minidump > Hit Enter

kornelius
post Oct 13 2006, 08:29 PM

All Star Player
*****
Senior Member
781 posts

Joined: Jan 2003
From: with your mom


there are 3 diff file hope sifu here can help me out find out the prob... really need ur help... thnx

most of the time the error restart come out when i half way watching media file

Can i make a bootable disk memory test tool called MEMTEST86 using Pendrive?
nkkhong84
post Oct 14 2006, 03:52 AM

Getting Started
**
Junior Member
164 posts

Joined: Oct 2006


pls help me cry.gif
i donnu how to settle with tis problem sad.gif
the blue screen come out during i playing "dota" in a server icon_question.gif
the debugger show:

Microsoft ® Windows Debugger Version 6.3.0017.0
Copyright © Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINDOWS\Minidump\Mini101406-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_gdr.050301-1519
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805624a0
Debug session time: Sat Oct 14 03:14:55 2006
System Uptime: 0 days 0:26:49.609
Loading Kernel Symbols
...................................................................................................................
Loading unloaded module list
.........
Loading User Symbols
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c0000005, bfb05a98, b93b1acc, 0}

Unable to load image nv4_disp.dll, Win32 error 2
*** WARNING: Unable to verify timestamp for nv4_disp.dll
*** ERROR: Module load completed but symbols could not be loaded for nv4_disp.dll
Probably caused by : nv4_disp.dll ( nv4_disp+131a98 )

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

1: kd> .reload
Loading Kernel Symbols
..........................................................................................................Unable to load image nv4_disp.dll, Win32 error 2
*** WARNING: Unable to verify timestamp for nv4_disp.dll
*** ERROR: Module load completed but symbols could not be loaded for nv4_disp.dll
.........
Loading unloaded module list
.........
Loading User Symbols
1: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c0000005, bfb05a98, b93b1acc, 0}

Probably caused by : nv4_disp.dll ( nv4_disp+131a98 )

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


This post has been edited by nkkhong84: Oct 14 2006, 04:45 AM


Attached File(s)
Attached File  Mini101406_01.zip ( 20.66k ) Number of downloads: 90
lighter
post Oct 15 2006, 12:44 AM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



QUOTE(kornelius @ Oct 13 2006, 08:29 PM)
there are 3 diff file hope sifu here can help me out find out the prob... really need ur help... thnx

most of the time the error restart come out when i half way watching media file

Can i make a bootable disk memory test tool called MEMTEST86 using Pendrive?
*
I couldn't find out what caused your system get BSoD. I believe it not caused by driver or softwares.. It might be hardware problem.. First please check your RAM first..


QUOTE(nkkhong84 @ Oct 14 2006, 03:52 AM)
pls help me cry.gif
i donnu how to settle with tis problem sad.gif
the blue screen come out during i playing "dota" in a server icon_question.gif
the debugger show:

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c0000005, bfb05a98, b93b1acc, 0}

Probably caused by : nv4_disp.dll ( nv4_disp+131a98 )

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

*
Clean uninstall nVidia Graphic Card Driver

- Prepare a nVidia CD come file your GC

- Download DriverCleaner and install it
http://www.drivercleaner.net/professional.php

- Restart PC boot into SafeMode by pressing F8 before windows loading screen appear

- Go Start > Run > appwiz.cpl > Uninstall your nVidia Graphic Card Driver

- After uninstall nVidia GC Driver > Run DriverCleaner > Clean all nVidia Drivers

- Restart and boot into Normal Mode

- Insert nVidia CD and install the drivers

If you still having the same problem please come back here. Good luck!
kornelius
post Oct 15 2006, 10:28 AM

All Star Player
*****
Senior Member
781 posts

Joined: Jan 2003
From: with your mom


i suspect my RAM also and mayb conflict with virtual memory... but after set to no virtual memory and set back default so far now everything ok... weird...
prem182
post Oct 15 2006, 11:56 PM

Casual
***
Junior Member
461 posts

Joined: Oct 2005
From: Klang | HP


what does this error means?

"TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts."
lighter
post Oct 16 2006, 08:08 AM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



QUOTE(prem182 @ Oct 15 2006, 11:56 PM)
what does this error means?

"TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts."
*
Windows XP Pro & 2K (not server version) are only allow 10 concurrent TCP connections. Which means it can only allow 10 PCs to connect into your PC in a time. This is nothing to do with BSoD.

This post has been edited by lighter: Oct 16 2006, 08:08 AM
nexus-
post Oct 16 2006, 01:26 PM

The intrepid coward
Group Icon
VIP
3,744 posts

Joined: Jan 2003
From: Sydney, Australia



QUOTE(lighter @ Oct 16 2006, 10:08 AM)
Windows XP Pro & 2K (not server version) are only allow 10 concurrent TCP connections. Which means it can only allow 10 PCs to connect into your PC in a time. This is nothing to do with BSoD.
*
Not true, SP2 introduced a limit of 10 half-open connections (meaning not fully established connections). This means that if something (e.g. BT client) is trying to make alot of connections at the same time this limit might be reached.

http://www.google.com.au/search?hs=bwz&hl=...nG=Search&meta=
Oblivon
post Oct 16 2006, 09:51 PM

Getting Started
**
Junior Member
138 posts

Joined: May 2006

Attached minidump..

This is my problem anyway, i got this DRIVER_IRQL_NOT_LESS_OR_EQUAL and is about NDIS.sys which causes it.


Attached File(s)
Attached File  minidump.zip ( 1.01mb ) Number of downloads: 116
TSAsenDURE
post Oct 17 2006, 04:41 PM

je suis desole. je n'y crois pas a ces conneries!!
Group Icon
VIP
2,496 posts

Joined: Jan 2003
From: LowYatDotNet Status:Agast
QUOTE(Oblivon @ Oct 16 2006, 09:51 PM)
Attached minidump..

This is my problem anyway, i got this DRIVER_IRQL_NOT_LESS_OR_EQUAL and is about NDIS.sys which causes it.
32 minidump files. random check.

Mini101606-32.dmp
Mini101606-31.dmp
Mini101606-30.dmp
Mini101606-29.dmp
Probably caused by : Rtnicxp.sys ( Rtnicxp+1053f )

Realtek Network Driver – 5.635.0923.2005
http://www.rm.com/_RMVirtual/Media/Downloads/18Y-895.pdf


Mini101506-02.dmp
Mini101606-05.dmp
Mini101606-14.dmp
Mini101606-15.dmp
Mini101606-22.dmp
Mini101606-24.dmp
Probably caused by : RTL8139.SYS ( RTL8139!CardCopyDownPacket+1f )
http://www.google.com/search?hs=U8O&hl=en&...SYS&btnG=Search

Mini101506-03.dmp
Probably caused by : ndiswan.sys ( ndiswan!NdisWanIndicateLoopbackPacket+13c )
http://www.google.com/search?hl=en&lr=&cli...sys&btnG=Search

Mini101506-01.dmp
Probably caused by : ntkrpamp.exe ( nt!KiTrap0E+d0 )
http://www.google.com/search?client=opera&...=utf-8&oe=utf-8

you need to update your realtek network drivers.

seriously dude, ur pc produces dump files per hour more than i close threads...shocking.gif

user posted image

This post has been edited by AsenDURE: Oct 17 2006, 04:59 PM
Oblivon
post Oct 17 2006, 08:35 PM

Getting Started
**
Junior Member
138 posts

Joined: May 2006

QUOTE(AsenDURE @ Oct 17 2006, 04:41 PM)
32 minidump files. random check.

Mini101606-32.dmp
Mini101606-31.dmp
Mini101606-30.dmp
Mini101606-29.dmp
Probably caused by : Rtnicxp.sys ( Rtnicxp+1053f )

Realtek Network Driver - 5.635.0923.2005
http://www.rm.com/_RMVirtual/Media/Downloads/18Y-895.pdf
Mini101506-02.dmp
Mini101606-05.dmp
Mini101606-14.dmp
Mini101606-15.dmp
Mini101606-22.dmp
Mini101606-24.dmp
Probably caused by : RTL8139.SYS ( RTL8139!CardCopyDownPacket+1f )
http://www.google.com/search?hs=U8O&hl=en&...SYS&btnG=Search

Mini101506-03.dmp
Probably caused by : ndiswan.sys ( ndiswan!NdisWanIndicateLoopbackPacket+13c )
http://www.google.com/search?hl=en&lr=&cli...sys&btnG=Search

Mini101506-01.dmp
Probably caused by : ntkrpamp.exe ( nt!KiTrap0E+d0 )
http://www.google.com/search?client=opera&...=utf-8&oe=utf-8

you need to update your realtek network drivers.

seriously dude, ur pc produces dump files per hour more than i close threads...shocking.gif

user posted image
*
Thanks for the heads up. It is because it will auto restart when i am using my pc and tried update realtek nic doesnt help too sad.gif
johnnyc2pi
post Oct 22 2006, 06:52 PM

New Member
*
Junior Member
22 posts

Joined: Aug 2006


Hi all the sifu,

My BSOD error message is Driver_IRQL_NOT_LESS_OR_EQUAL.
First of all I thought it was my graphic card driver but after installed the old ver of driver the problem still occur.

Here is my minidump file. Can any1 take a look and tell me what to do?

Many thanks. Sorry for any inconvenience caused.
lighter
post Oct 22 2006, 09:12 PM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



QUOTE(johnnyc2pi @ Oct 22 2006, 06:52 PM)
Hi all the sifu,

My BSOD error message is Driver_IRQL_NOT_LESS_OR_EQUAL.
First of all I thought it was my graphic card driver but after installed the old ver of driver the problem still occur.

Here is my minidump file. Can any1 take a look and tell me what to do?

Many thanks. Sorry for any inconvenience caused.
*
======================================
*** WARNING: Unable to verify timestamp for kl1.sys
*** ERROR: Module load completed but symbols could not be loaded for kl1.sys
Probably caused by : kl1.sys ( kl1+1128 )
======================================

Are you using Kaspersky AV? Try to full uninstall and reinstall it again.

http://forum.kaspersky.com/lofiversion/index.php/t1344.html
johnnyc2pi
post Oct 23 2006, 12:10 AM

New Member
*
Junior Member
22 posts

Joined: Aug 2006


QUOTE(lighter @ Oct 22 2006, 09:12 PM)
======================================
*** WARNING: Unable to verify timestamp for kl1.sys
*** ERROR: Module load completed but symbols could not be loaded for kl1.sys
Probably caused by : kl1.sys ( kl1+1128 )
======================================

Are you using Kaspersky AV? Try to full uninstall and reinstall it again.

http://forum.kaspersky.com/lofiversion/index.php/t1344.html
*
Thx for your reply. Yes, I'm using Kaspersky AV 6.0.0.303.
I will try to uninstall and reinstall it again. Will be update you later.
Thanks.
johnnyc2pi
post Oct 23 2006, 04:07 PM

New Member
*
Junior Member
22 posts

Joined: Aug 2006


Hi lighter,

After I uninstalled and reinstalled, I'm still facing the same BSOD.
Was it the same problem again? If so then I don't want to use this AV.
Thanks.
leonlusm
post Oct 23 2006, 06:47 PM

New Member
*
Junior Member
18 posts

Joined: Sep 2006

how 2 hard reset computer??i mean without format it...
lighter
post Oct 23 2006, 07:26 PM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



QUOTE(leonlusm @ Oct 23 2006, 06:47 PM)
how 2 hard reset computer??i mean without format it...
*
There are no such thing in computer. Normally notebook has built-in recovery tools which is for you to restore your system to fresh windows.
ericmaxman
post Oct 23 2006, 09:37 PM

-
*******
Senior Member
7,951 posts

Joined: Sep 2005
hey there.. i could not find the .dmp file.. can i attch an image??
johnnyc2pi
post Oct 26 2006, 10:06 PM

New Member
*
Junior Member
22 posts

Joined: Aug 2006


Hi all the sifu,

Sorry to disturb u guys again, can any sifu help me to check this dump file again?
I still have the problem with BSOD. I've no idea what is the error msg.

I try to use the windbg but duno why it always stop after the "Symbol search path is: SRV*downstream_store*http://msdl.microsoft.com/download/symbols"
Then I check under the menu it said Debuggee not connected. Can any 1 teach me?

Thanks a lot.
deric88
post Oct 28 2006, 06:31 PM

Spam Ranking
******
Senior Member
1,464 posts

Joined: Dec 2004
help me check my dmp file.....
my error goes something like KERNEL_INPAGE_STACK_ERROR


Attached File(s)
Attached File  minidump.zip ( 5.48k ) Number of downloads: 66
3536837
post Oct 30 2006, 06:48 AM

Regular
******
Senior Member
1,602 posts

Joined: Aug 2005


senior-senior here.....i need help here T.T

My PC cannot go to Safe Mode now....

i just start my pc and then press f8 and choose safe mode , after that...it will load xxxxx/xxxxxx/xxxxxx/xxxxx.sys then blue screens come out

A problem has been detected and windows has been shut down to prevent damage to your computer

IRQL_NOT_LESS_OR_EQUAL

If this the first time you've seen this stop error screen , restart your computer.If this screen have appears again , follow these steps:

Check to make sure any new hardware or software is properly installed.If this is a new installed , ask your hardware and software manufacturer for any windows updates you might need.

If problem continue , disable or remove any newly installed hardware or software.Disable BIOS memory options such as caching or shadowing.If you need to use safemode to remove or disable components , restart your computer , press f8 select Advanced Start-up options , and select safemode.

Technical Information:

*** STOP : 0x000000A (0XF8A51354,0x000000FF,0x00000001,0X80E2E41)

but i still can load to normally windows with fine w/o hang/auto restart

This post has been edited by 3536837: Oct 30 2006, 06:49 AM


Attached File(s)
Attached File  Mini102806_01.zip ( 22.75k ) Number of downloads: 68
KiLLer^Boy
post Nov 2 2006, 07:32 PM

X-10
****
Senior Member
599 posts

Joined: Jan 2003
From: Kuala lumpur


lighter

can help me to check out what wrong with my computer....
i already attach the minidump....



Attached File(s)
Attached File  minidump.zip ( 761.25k ) Number of downloads: 203
lighter
post Nov 2 2006, 08:46 PM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



Hi guyz.. sorry for the late reply.. recently very busy...

QUOTE(johnnyc2pi @ Oct 26 2006, 10:06 PM)
Hi all the sifu,

Sorry to disturb u guys again, can any sifu help me to check this dump file again?
I still have the problem with BSOD. I've no idea what is the error msg.

I try to use the windbg but duno why it always stop after the "Symbol search path is: SRV*downstream_store*http://msdl.microsoft.com/download/symbols"
Then I check under the menu it said Debuggee not connected. Can any 1 teach me?

Thanks a lot.
*
Please make sure that you're using Service Pack 2 and your windows is up to date.


QUOTE(deric88 @ Oct 28 2006, 06:31 PM)
help me check my dmp file.....
my error goes something like KERNEL_INPAGE_STACK_ERROR
*
*** ERROR: Module load completed but symbols could not be loaded for mssmbios.sys

I can't rectify your problem.. Please try to your BIOS.



QUOTE(3536837 @ Oct 30 2006, 06:48 AM)
senior-senior here.....i need help here T.T

My PC cannot go to Safe Mode now....

i just start my pc and then press f8 and choose safe mode , after that...it will load xxxxx/xxxxxx/xxxxxx/xxxxx.sys then blue screens come out

A problem has been detected and windows has been shut down to prevent damage to your computer

IRQL_NOT_LESS_OR_EQUAL

If this the first time you've seen this stop error screen , restart your computer.If this screen have appears again , follow these steps:

Check to make sure any new hardware or software is properly installed.If this is a new installed , ask your hardware and software manufacturer for any windows updates you might need.

If problem continue , disable or remove any newly installed hardware or software.Disable BIOS memory options such as caching or shadowing.If you need to use safemode to remove or disable components , restart your computer , press f8 select Advanced Start-up options , and select safemode.

Technical Information:

*** STOP : 0x000000A (0XF8A51354,0x000000FF,0x00000001,0X80E2E41)

but i still can load to normally windows with fine w/o hang/auto restart
*
ah... you 3536837 you make me headache.. sweat.gif
since you can't even go into safe mode hopefully its not cause by bad capacitor...
read this
http://forum.lowyat.net/index.php?showtopic=347156


QUOTE(KiLLer^Boy @ Nov 2 2006, 07:32 PM)
lighter

can help me to check out what wrong with my computer....
i already attach the minidump....
*
Most of the BSoD caused by e10kx2k.sys
It was probably caused by your sound card driver.
Please refer here the URL below. If you can't solve your problem by following the instruction with the url that given, try to download the latest update of your driver and install it. Please get back here if the problem still persists. Good luck
» Click to show Spoiler - click again to hide... «


This post has been edited by lighter: Nov 2 2006, 08:47 PM
KiLLer^Boy
post Nov 3 2006, 08:57 AM

X-10
****
Senior Member
599 posts

Joined: Jan 2003
From: Kuala lumpur


thanks lighter... i will try it out...
noobianz
post Nov 4 2006, 02:43 AM

Casual
***
Junior Member
479 posts

Joined: Sep 2006
From: Planet Earth


Can u figured out wut happen to my system?


Attached File(s)
Attached File  Mini091706_01.zip ( 16.03k ) Number of downloads: 85
wormyx
post Nov 5 2006, 11:14 PM

Casual
***
Junior Member
306 posts

Joined: Oct 2006
From: Kuala Lumpur



BCOD my mini dump file.was playing game during this hit.
Byakuya
post Nov 6 2006, 03:46 PM

Getting Started
**
Junior Member
94 posts

Joined: Oct 2006


Can anyone help me to view my identify my problem??

I'm using Win2k, recently Windows will auto jump to BSOD in 2++ hours after i opened it.

Scan Disk has been ran stating my hardisk no problem. Neither new software or hardware were installed recently.

i ran Windows debugger and attached is the run log.

So please help me! This problem has been bothering me since last week.

This post has been edited by Byakuya: Nov 6 2006, 03:47 PM


Attached File(s)
Attached File  help_me_pls.txt ( 5.25k ) Number of downloads: 88
binks
post Nov 6 2006, 05:19 PM

I'm BINKS ...
*****
Senior Member
761 posts

Joined: Jan 2003
From: Kuala Lumpur


hie there, just wanna check wit your guyz. ..

i recently change my PSU fan form iCUTE to a cap ayam (due to spoil edi) ...
aftre changing that thing my Computer alwis seems to be havign this auto restard issues ..
izzit happen bcuz of the PSU overheated issues?

3536837
post Nov 7 2006, 10:38 AM

Regular
******
Senior Member
1,602 posts

Joined: Aug 2005


QUOTE
ah... you 3536837 you make me headache.. 
since you can't even go into safe mode hopefully its not cause by bad capacitor...
read this
http://forum.lowyat.net/index.php?showtopic=347156


.........i think it not bad capacitor fault , cos i still can load to normal windows with 24/7 =.=!! just wanna go safe mode only , then the blue screen come out cry.gif

This post has been edited by 3536837: Nov 7 2006, 10:39 AM
haya5h1
post Nov 7 2006, 11:22 PM

New Member
*
Junior Member
28 posts

Joined: Nov 2006
I just built a new PC with brand new parts (most from the same shop in Low Yat). Ever since I built it about 2 weeks ago it has been randomly restarting by itself. Sometimes it will run a whole day w/o restarting, but I notice it will restart mostly when I'm doing something graphics-intensive, like watching media files or working with Photoshop.

this is what's in it
Processor: Intel Pentium 4 D 925 3.0GHz 800MHzFSB 2x2 MB L2 Cache
RAM: 1GB 533 DDR-2 Kingston SDRAM
Motherboard: Elitegroup P4M800PRO-M2
VGA: NVIDIA GEForce MX4000 AGP
Boot HDD: Seagate 160GB SATA
The only PCI card I have is a USB 2.0 controller.
and running Windows XP Home SP2 (genuine oem) on a single partition.

Solutions I found on the Internet and have already tried:
1. first thing I did, reformat the HDD and reinstalled Windows. no effect.

2. unchecked Automatic Restart in Control Panel > System > Advanced > Startup and Recovery to force the BSoD, but it still auto-restarts. When I send the error report to M$, they always say it's probably a hardware problem.

3. searched the BIOS setup to see if there is some kind of "restart on failure" option to disable but I can't find anything like that.

4. ran Speedfan to make sure it's not overheating. see jpg.
» Click to show Spoiler - click again to hide... «


5. uninstalled and reinstalled the video drivers and USB drivers in case there was any conflict. it still randomly restarts.

6. checked RAM to make sure it's properly seated. (this is the second stick of RAM, I exchanged it for new one at the shop when I thought it was a problem.) still got restart.

7. ran Memtest for 12 hours to check the RAM. no problems detected.

8. ran chkdsk and scandisk on the SATA. no problems detected. no bad sectors.

9. ran virus scan (Norton antivirus 2006). no viruses detected.

Windows always auto-restarts beautifully and works fine otherwise, but it inevitably crashes again. Since it only happens when I'm doing graphics stuff/watching movies, I dunno how to test with only memory and processor hooked up. Tonight I lost an art piece I had been working on for 1 hour - when windows restarted the file was corrupted and PS couldn't read it! cry.gif I have attached the minidump below. hope someone can help me!! TIA!

:edit: it restarted by itself today while I was watching something on RealPlayer... then five minutes after it restarted, when it was just showing the desktop and I wasn't doing ANYTHING, it restarted itself again. Help!

This post has been edited by haya5h1: Nov 8 2006, 04:08 PM


Attached File(s)
Attached File  mMinidump.zip ( 467.17k ) Number of downloads: 282
E-J@1
post Nov 7 2006, 11:43 PM

Capital E™
*******
Senior Member
2,603 posts

Joined: Sep 2006
can anyone help with my pc, it sometimes restart by itself, when i sent the Windows Error Report, it states that the problem came from a device driver. Here's my rig:

Conroe E6600
Gigabyte 945P-S3
MSI 6600GT
512mbx2 Corsair 667
160GB WD Caviar SE
Pioneer DVR-110D
CoolerMaster ExtremePower 430W

This post has been edited by E-J@1: Nov 8 2006, 01:38 AM
avengers88
post Nov 11 2006, 08:54 PM

Whatever man
******
Senior Member
1,615 posts

Joined: May 2005



guys ..
please help ..
i just change my mobo ..
then i format system drive ..
and then install the drivers ..
then my pc keep restarting ..
giviming me all type of blue screens ..

i love my pc very much . please help me !!


Attached File(s)
Attached File  Mini111106_01.zip ( 76.77k ) Number of downloads: 79
Attached File  Mini111106_02.zip ( 17.49k ) Number of downloads: 56
Attached File  Mini111106_03.zip ( 40.9k ) Number of downloads: 54
Attached File  Mini111106_04.zip ( 236bytes ) Number of downloads: 60
Attached File  Mini111106_05.zip ( 12.52k ) Number of downloads: 62
Attached File  Mini111106_06.zip ( 13.51k ) Number of downloads: 62
hahaha85
post Nov 12 2006, 09:20 PM

Getting Started
**
Junior Member
162 posts

Joined: Nov 2006
I have use the debugger to chk. This the report: Is it complete.. I hv followed all the step. Please do correct me if got anything wrong. What is the problem can help me?
QUOTE
Microsoft (R) Windows Debugger  Version 6.3.0017.0
Copyright (C) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINDOWS\Minidump\Mini111006-02.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Unable to load image ntoskrnl.exe, Win32 error 2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805644a0
Debug session time: Fri Nov 10 14:22:50 2006
System Uptime: 0 days 0:01:44.109
Unable to load image ntoskrnl.exe, Win32 error 2
*** WARNING: Unable to verify timestamp for ntoskrnl.exe
*** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
Loading Kernel Symbols
.......................................................................................................
Loading unloaded module list
........
Loading User Symbols
*******************************************************************************
*                                                                            *
*                        Bugcheck Analysis                                    *
*                                                                            *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c0000005, bfa72f5d, a23b32ec, 0}

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

Unable to load image ati3duag.dll, Win32 error 2
*** WARNING: Unable to verify timestamp for ati3duag.dll
*** ERROR: Module load completed but symbols could not be loaded for ati3duag.dll
*** WARNING: Unable to verify timestamp for ati2dvag.dll
*** ERROR: Module load completed but symbols could not be loaded for ati2dvag.dll
Unable to load image win32k.sys, Win32 error 2
*** WARNING: Unable to verify timestamp for win32k.sys
*** ERROR: Module load completed but symbols could not be loaded for win32k.sys

This post has been edited by hahaha85: Nov 12 2006, 09:22 PM


Attached File(s)
Attached File  1.zip ( 12.8k ) Number of downloads: 59
EroS
post Nov 13 2006, 10:12 PM

Look at all my stars!!
*******
Senior Member
2,902 posts

Joined: May 2005
From: Somewhere over the rainbow
help.. dunno wat happen.. sad.gif
kayly
post Nov 17 2006, 12:54 AM

Getting Started
**
Junior Member
68 posts

Joined: Nov 2006
hi all...could somebody help me..I've problem with my pc whereby it will restart suddenly if i try download file over the internet or if i try using command prompt to check disk/ping to other website..this matter really annoy me as i can't make full use of internet. Currently i'm using xp pro..The problem had happened for the past 2 weeks. Really appreciate in advance for ur assistance guys..

This post has been edited by kayly: Nov 17 2006, 12:56 AM
kingmax
post Nov 18 2006, 09:55 PM

Enthusiast
*****
Senior Member
751 posts

Joined: Oct 2006


Does anyone have any website that teach us how to read minidump file beside microsoft ?
SHOfrE3zE
post Nov 26 2006, 02:50 PM

Drop It Like It's Hot
******
Senior Member
1,895 posts

Joined: Jan 2003
From: Shah Alam


Can any1 please tell me what's the problem with this debug? :

Microsoft ® Windows Debugger Version 6.3.0017.0
Copyright © Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINDOWS\Minidump\Mini112406-02.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_gdr.050301-1519
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805531a0
Debug session time: Fri Nov 24 17:11:40 2006
System Uptime: 0 days 0:01:36.891
Loading Kernel Symbols
............................................................................................................................................
Loading unloaded module list
..........
Loading User Symbols
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 100000D1, {a6d60484, 2, 0, f78d0c8b}

Probably caused by : PCIIDEX.SYS ( PCIIDEX!BmFlush+23 )

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

kd> .reload
Loading Kernel Symbols
............................................................................................................................................
Loading unloaded module list
..........
Loading User Symbols
kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: a6d60484, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: f78d0c8b, address which referenced memory

Debugging Details:
------------------


READ_ADDRESS: a6d60484

CURRENT_IRQL: 2

FAULTING_IP:
PCIIDEX!BmFlush+23
f78d0c8b ff37 push dword ptr [edi]

CUSTOMER_CRASH_COUNT: 2

DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0xD1

LAST_CONTROL_TRANSFER: from f73aaa05 to f78d0c8b

STACK_TEXT:
80548dbc f73aaa05 86d603f0 80551b80 80551920 PCIIDEX!BmFlush+0x23
80548e2c 80540d5d 86d3c0a4 86d3c030 00000000 atapi!IdePortCompletionDpc+0x75
80548e40 80551920 ffdffc50 00000000 00000000 nt!KiRetireDpcList+0x46
80548e50 80540cd6 00000000 0000000e 00000000 nt!KiIdleThread0


FOLLOWUP_IP:
PCIIDEX!BmFlush+23
f78d0c8b ff37 push dword ptr [edi]

SYMBOL_STACK_INDEX: 0

FOLLOWUP_NAME: MachineOwner

SYMBOL_NAME: PCIIDEX!BmFlush+23

MODULE_NAME: PCIIDEX

IMAGE_NAME: PCIIDEX.SYS

DEBUG_FLR_IMAGE_TIMESTAMP: 41107b4c

STACK_COMMAND: kb

BUCKET_ID: 0xD1_PCIIDEX!BmFlush+23

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


sometimes it will be DRIVER_IRQL_NOT_LESS_OR_EQUAL (a)
kanethesun
post Nov 27 2006, 12:18 AM

Regular
******
Senior Member
1,426 posts

Joined: Jan 2005
From: Jln Sg Besi, Taiping


got BSOD recently :'(
here is the minidump, anyone can help?


Attached File(s)
Attached File  Minidump.zip ( 44.65k ) Number of downloads: 67
chickenducksoup
post Nov 27 2006, 09:00 AM

I'm so GAY
******
Senior Member
1,298 posts

Joined: Jan 2003
From: utopia
hi this is my problem pls help thank


Attached File(s)
Attached File  Mini112206_01.zip ( 8k ) Number of downloads: 60
Attached File  Mini112406_01.zip ( 15.99k ) Number of downloads: 53
Attached File  Mini112706_01.zip ( 11.55k ) Number of downloads: 54
darkearth
post Nov 28 2006, 02:20 PM

Getting Started
**
Junior Member
258 posts

Joined: Jan 2003
From: PJ


My dumpfiles shows something from with NTFS. Can it be helped? The PC doesnt reboot / BSOD under safe mode thou.....

This post has been edited by darkearth: Nov 28 2006, 02:22 PM


Attached File(s)
Attached File  Mini112706_44.zip ( 29.52k ) Number of downloads: 54
cyc85
post Nov 30 2006, 09:28 PM

sob~sob~
******
Senior Member
1,202 posts

Joined: Nov 2006
From: Kuching->Cyberjaya->KL->Kuching



This is my most recent dump file.
My computer always restart w[hen i play game. Seldom happen wen i no play game....

This post has been edited by cyc85: Dec 2 2006, 04:45 AM


Attached File(s)
Attached File  Mini120206_01.zip ( 15.68k ) Number of downloads: 63
cyc85
post Dec 2 2006, 04:46 AM

sob~sob~
******
Senior Member
1,202 posts

Joined: Nov 2006
From: Kuching->Cyberjaya->KL->Kuching



lighter not here???
kingmax
post Dec 3 2006, 02:52 PM

Enthusiast
*****
Senior Member
751 posts

Joined: Oct 2006


My computer auto restart just now , when after restart , enter the window , all also hang , can't move the mouse also.I need to turn off the cpu switch to restart.
where can i find the minidump ?

This post has been edited by kingmax: Dec 3 2006, 02:58 PM
cyc85
post Dec 3 2006, 03:15 PM

sob~sob~
******
Senior Member
1,202 posts

Joined: Nov 2006
From: Kuching->Cyberjaya->KL->Kuching



QUOTE(kingmax @ Dec 3 2006, 02:52 PM)
My computer auto restart just now , when after restart , enter the window , all also hang , can't move the mouse also.I need to turn off the cpu switch to restart.
where can i find the minidump ?
*
C:\windows\minidump
nofear0720
post Dec 3 2006, 07:11 PM

Getting Started
**
Junior Member
128 posts

Joined: Dec 2006
From: root@nofear0720$
QUOTE
My computer auto restart just now , when after restart , enter the window , all also hang , can't move the mouse also.I need to turn off the cpu switch to restart.
where can i find the minidump ?
*


there are a few possible causes:
1. your RAM maybe be corrupated when some programmes may read to a "damaged" memory address
2. your pc is overheated
3. and this reason is possible unwanted by most of the people, your processor/motherboard may have some problems.

for solutiions:
1. try to check your RAM for errors using memtest.
2. try to clear the dust on the cpu's fan(s) to reduce the heat of your cpu.
3. find the manufacuter of your motherboard, and sometimes it'll provide a diagnoistic tool for checking motherboard faulty.

if the problem still persist, try to post your dump file, maybe some experts here can help you to solve your problem.

regards,

nofear0720
kingmax
post Dec 4 2006, 03:53 AM

Enthusiast
*****
Senior Member
751 posts

Joined: Oct 2006


the memtest , i had download , how do I use ? .I went to the website i totally don't understand what it said.
How do i use ?
nofear0720
post Dec 4 2006, 12:31 PM

Getting Started
**
Junior Member
128 posts

Joined: Dec 2006
From: root@nofear0720$
QUOTE(kingmax @ Dec 4 2006, 03:53 AM)
the memtest , i had download , how do I use ? .I went to the website i totally don't understand what it said.
How do i use ?
*
there are a few options there:

1. memtest bootable ISO image for CD-Rom ( Download - Memtest86 v3.1a ISO image (zip) ).
2. memtest bootable DOS for floppy (Download - Pre-Compiled Memtest86 v3.1a installable from Windows and DOS).

for case 1, you can burn the iso image to an empty CD, then you can run the memtest once your restart your pc.

for case 2, you can just copy the downloaded files ( the files inside the "memetest86" ) to your empty floopy disk ( if i'm not mistaken and correct me if i'm wrong blush.gif ).

what you need to do next is let the application check the errors for you, if you got error message, try to replace a new RAM.

hope it helps .. laugh.gif
-ArChAng3L-
post Dec 6 2006, 02:31 AM

On my way
****
Junior Member
525 posts

Joined: Jan 2003


once in a while my computer would suddenly have the BSOD and restarts automatically,
just the other day i was browsing this thread and finally found out bout the minidump thingy

well, here's my minidump file and i would really like to know what's happening to my com

thanks! smile.gif

This post has been edited by -ArChAng3L-: Dec 6 2006, 02:31 AM


Attached File(s)
Attached File  Mini120506_01.zip ( 16.66k ) Number of downloads: 39
LY123
post Dec 6 2006, 05:16 PM

Getting Started
**
Junior Member
53 posts

Joined: Sep 2006
Help please. Thanks in advance.Attached File  Mini120306_01.zip ( 162.24k ) Number of downloads: 51

cyc85
post Dec 6 2006, 11:06 PM

sob~sob~
******
Senior Member
1,202 posts

Joined: Nov 2006
From: Kuching->Cyberjaya->KL->Kuching



somebody help 2 read my dump file. I'm getting sick wen my computer always restart without notice...... sad.gif
kanethesun
post Dec 7 2006, 12:02 AM

Regular
******
Senior Member
1,426 posts

Joined: Jan 2005
From: Jln Sg Besi, Taiping


My PC got a weird problem, it cause BSOD when I use pair of my ram which is 2x512mb.
But when I use memtest, it doesn't have single error for 7 hours.
And when I use only one of the stick, it wont face any BSOD.
So you guys think is it my RAM problem? or?
Anyone face this problem before mind to share their solution?
nofear0720
post Dec 9 2006, 02:40 PM

Getting Started
**
Junior Member
128 posts

Joined: Dec 2006
From: root@nofear0720$
QUOTE(-ArChAng3L- @ Dec 6 2006, 02:31 AM)
once in a while my computer would suddenly have the BSOD and restarts automatically,
just the other day i was browsing this thread and finally found out bout the minidump thingy

well, here's my minidump file and i would really like to know what's happening to my com

thanks! smile.gif
*
i have no idea about the "snppro.sys", but after searching around google, it is probably some device driver corrupted.

Do you have "vsnppro.exe" running in your system ??? If you have no idea you can check it using task manager or hijackthis application. "vsnppro.exe" is a program from Sonix PC Camera Monitor MFC Application and it is not important for your system process. It should be terminated if it causes your system crashes.

regards,

nofear0720
nofear0720
post Dec 9 2006, 03:46 PM

Getting Started
**
Junior Member
128 posts

Joined: Dec 2006
From: root@nofear0720$
QUOTE(LY123 @ Dec 6 2006, 05:16 PM)
Help please. Thanks in advance.Attached File  Mini120306_01.zip ( 162.24k ) Number of downloads: 51

*
Please check your event viewer, they might be some application problems. I saw 3 of your latest dump files, the first 2 errors is cause by your realplay.exe and the third one is from your zonealarm personal firewall (vsmon.exe). Try to check this out.

According to your dump files there is an exception bug check error 0x9c, you can search around from google, there are plenty of solutions there.

regards,

nofear0720
-ArChAng3L-
post Dec 9 2006, 07:14 PM

On my way
****
Junior Member
525 posts

Joined: Jan 2003


QUOTE(nofear0720 @ Dec 9 2006, 02:40 PM)
i have no idea about the "snppro.sys", but after searching around google, it is probably some device driver corrupted.

Do you have "vsnppro.exe" running in your system ??? If you have no idea you can check it using task manager or hijackthis application. "vsnppro.exe" is a program from Sonix PC Camera Monitor MFC Application and it is not important for your system process. It should be terminated if it causes your system crashes.

regards,

nofear0720
*
yeah, there is such a program running in my system
disabled it already, hopefully it works unsure.gif

thanks a lot ! notworthy.gif
wo0p
post Dec 10 2006, 02:34 PM

Getting Started
**
Junior Member
138 posts

Joined: Oct 2005


QUOTE(-ArChAng3L- @ Dec 9 2006, 07:14 PM)
yeah, there is such a program running in my system
disabled it already, hopefully it works unsure.gif

thanks a lot ! notworthy.gif
*
HELPP ME? i'm not sure my problem same as yours , my pc suddenly automatic reset when i'm using about 2-3 hours, Damnn I hate it,

I had try playing games nfs carbonm it's run okay,
I have check my pc with norton anti-virus 2006, no virus detected
but sometimes i let pc just let in on, after 1-2 hours i came back using it , playing mp3, downloading from bittorent, using msn, internet everything suddenly pc my reset.. No blue sreen came out, no warning.
I change my sata cable , still the problem came again, Everyting i have tried including upgrade the new bios & change my ram and put another slot
the problem still same
My friend said my pc got that problem because of heat problem, but my pc run usually 39-46 degrees.

I'm looking for your advise

E6300 Core2
Gigabyte GA-965P-DS3 <--- still new , why my pc is going weird
Cooler Master Xtreme psU 430Watt
Ram 675ddr2 hyperx
Wester Digital Sata 160GB

This post has been edited by wo0p: Dec 10 2006, 02:36 PM
wo0p
post Dec 10 2006, 03:31 PM

Getting Started
**
Junior Member
138 posts

Joined: Oct 2005


This is my latest about my pc in debug file

Loading User Symbols
Loading unloaded module list
.......................
Unable to load image gdrv.sys, Win32 error 2
*** ERROR: Module load completed but symbols could not be loaded for gdrv.sys
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c0000005, f7af76cb, b9ed5b98, 0}

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!_KPRCB ***
*** ***
*************************************************************************
Probably caused by : gdrv.sys ( gdrv+6cb )

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

0: kd> .reload
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrpamp.exe -
Loading Kernel Symbols
....................................................................................................................
Loading User Symbols
Loading unloaded module list
.......................
0: kd> "!analyze -v
^ Syntax error in '"!analyze -v'
0: kd> "!analyze -v
^ Syntax error in '"!analyze -v'
Unable to load image gdrv.sys, Win32 error 2
*** ERROR: Module load completed but symbols could not be loaded for gdrv.sys
LY123
post Dec 10 2006, 07:43 PM

Getting Started
**
Junior Member
53 posts

Joined: Sep 2006
QUOTE(nofear0720 @ Dec 9 2006, 03:46 PM)
Please check your event viewer, they might be some application problems. I saw 3 of your latest dump files, the first 2 errors is cause by your realplay.exe and the third one is from your zonealarm personal firewall (vsmon.exe). Try to check this out.

According to your dump files there is an exception bug check error 0x9c, you can search around from google, there are plenty of solutions there.

regards,

nofear0720
*
QUOTE
A problem has been detected and windows has been shut down to prevent damage to your computer

IRQL_NOT_LESS_OR_EQUAL

If this the first time you've seen this stop error screen , restart your computer.If this screen have appears again , follow these steps:

Check to make sure any new hardware or software is properly installed.If this is a new installed , ask your hardware and software manufacturer for any windows updates you might need.

If problem continue , disable or remove any newly installed hardware or software.Disable BIOS memory options such as caching or shadowing.If you need to use safemode to remove or disable components , restart your computer , press f8 select Advanced Start-up options , and select safemode.
Thanks ya.. I was trying to reformat and reinstall windows. At first few attempt, I failed to reinstall windows. However at last I succeeded to reinstall the windows.But now the blue screen as I hv quoted above always appear. Even when I was trying to reinstall windows. Sometimes blue screen as above was shown, but it wrote different sentences than above's.I feel like my pc's condition is similar to 3536837's .
nofear0720
post Dec 10 2006, 11:19 PM

Getting Started
**
Junior Member
128 posts

Joined: Dec 2006
From: root@nofear0720$
QUOTE(wo0p @ Dec 10 2006, 02:34 PM)
HELPP ME? i'm not sure my problem same as yours , my pc suddenly automatic reset when i'm using about 2-3 hours, Damnn I hate it,

I had try playing games nfs carbonm it's run okay,
I have check my pc with norton anti-virus 2006, no virus detected
but sometimes i let pc just let in on, after 1-2 hours i came back using it , playing mp3, downloading from bittorent, using msn, internet everything suddenly pc my reset.. No blue sreen came out, no warning.
I change my sata cable , still the problem  came again, Everyting i have tried including upgrade the new bios & change my ram and put another slot
the problem still same
My friend said my pc  got that problem because of heat problem, but my pc run usually 39-46 degrees.

I'm looking for your advise

E6300 Core2
Gigabyte GA-965P-DS3 <--- still new , why my pc is going weird
Cooler Master Xtreme psU 430Watt
Ram 675ddr2 hyperx
Wester Digital Sata 160GB
*
please correctly set your symbol file, following the instruction here.

then run the windows debugger again, you may find some useful information there that can help you to troubleshoot your problem.

alternatively, you can post your minidump file, someone here might help you out if you are not able to analyze the debugging information.

regards,

nofear0720
nofear0720
post Dec 10 2006, 11:38 PM

Getting Started
**
Junior Member
128 posts

Joined: Dec 2006
From: root@nofear0720$
QUOTE(LY123 @ Dec 10 2006, 07:43 PM)
Thanks ya.. I was trying to reformat and reinstall windows. At first few attempt, I failed to reinstall windows. However at last I succeeded to reinstall the windows.But now the blue screen as I hv quoted above always appear. Even when I was trying to reinstall windows. Sometimes blue screen as above was shown, but it wrote different sentences than above's.I feel like my pc's condition is similar to 3536837's .
*
The problem that you describe is quite ambiguous since you have other than exceptions that you quoted blink.gif

If i were you, i will go intot he BIOS immediately i got the error message and check the cpu temperature. If it's higher than usual, then try to clean the dirt on the fan.

If the problem still persist, then i will go further investigating the ram. Perhaps using memtest, the error is found, try to replace another ram that you believe it's perfectly working and test your pc ( remember to remove the one currently in you pc ).

you can provide a complete BSOD message for us to better understanding your problem.

regards,

nofear0720
kanethesun
post Dec 11 2006, 10:00 AM

Regular
******
Senior Member
1,426 posts

Joined: Jan 2005
From: Jln Sg Besi, Taiping


anyone there could help me? sad.gif
BSOD keep looking for me when I use pair of my ram,
but whenever I check with memtest for 7 hours ++, its error free.


Attached File(s)
Attached File  Minidumpp.zip ( 79.34k ) Number of downloads: 59
-ArChAng3L-
post Dec 11 2006, 11:34 AM

On my way
****
Junior Member
525 posts

Joined: Jan 2003


sigh, one BSOD after another sad.gif

thanks in advance !


Attached File(s)
Attached File  Mini121106_01.zip ( 19.7k ) Number of downloads: 21
darkearth
post Dec 14 2006, 12:07 AM

Getting Started
**
Junior Member
258 posts

Joined: Jan 2003
From: PJ


Can anyone help to see my minidump? It's in page 3. Thanks
tthm
post Dec 14 2006, 09:00 AM

Death of Blue Screen
Group Icon
VIP
1,342 posts

Joined: Jun 2005


QUOTE(kanethesun @ Dec 11 2006, 10:00 AM)
anyone there could help me? sad.gif
BSOD keep looking for me when I use pair of my ram,
but whenever I check with memtest for 7 hours ++, its error free.
*
It seems like memory related problem more than motherboard problem. Anyhow, have you tried to use single/double channel RAM configuration and changing your RAM timing from 1T to 2T?

Refer to your motherboard manual for RAM configuration.

Memtest sometimes failed to detect error proper especially related to power fluctuation under normal use.

Oh ya, your Windows need to be updated to the latest service packs and patches.

Hopes it'll help...

QUOTE(-ArChAng3L- @ Dec 11 2006, 11:34 AM)
sigh, one BSOD after another sad.gif

thanks in advance !
*
Few questions,

1. How many devices you have connected to your USB port as it seems snppro.sys caused your system USB device driver to crash?

2. Your system crashes only when you're using the webcam?

3. Can list out your system spec?

Hopes it'll help...

QUOTE(darkearth @ Nov 28 2006, 02:20 PM)
My dumpfiles shows something from with NTFS. Can it be helped? The PC doesnt reboot / BSOD under safe mode thou.....
*
From just one minidump file, it could be mostly hardware related problem. It's best to attach around 5 or 6 of your latest minidump files for better analysis.

Is it possible to list out your system spec as I saw some pretty old driver still running in your system.

Hopes it'll help...

This post has been edited by tthm: Dec 14 2006, 09:11 AM
-ArChAng3L-
post Dec 14 2006, 10:59 AM

On my way
****
Junior Member
525 posts

Joined: Jan 2003


QUOTE(tthm @ Dec 14 2006, 09:17 AM)
Few questions,

1. How many devices you have connected to your USB port as it seems snppro.sys caused your system USB device driver to crash?

2. Your system crashes only when you're using the webcam?

3. Can list out your system spec?

Hopes it'll help...
*
erm i don't have many devices plugged in and yes, my webcam is plugged in but rarely used..
kanethesun
post Dec 14 2006, 11:36 PM

Regular
******
Senior Member
1,426 posts

Joined: Jan 2005
From: Jln Sg Besi, Taiping


QUOTE(tthm @ Dec 14 2006, 09:00 AM)
It seems like memory related problem more than motherboard problem. Anyhow, have you tried to use single/double channel RAM configuration and changing your RAM timing from 1T to 2T?

Refer to your motherboard manual for RAM configuration.

Memtest sometimes failed to detect error proper especially related to power fluctuation under normal use.

Oh ya, your Windows need to be updated to the latest service packs and patches.

Hopes it'll help...
*
when I use only 1 stick, its fine.
havent try 2T yet.
could it be over-burning problem?
I mean overclocking with too much volt? because previous I was running it with 2.9v 24/7, recently use back 2.8. but still I'm unsure ...
so most probably I'll have to RMA it lo? =|
tthm
post Dec 15 2006, 12:24 PM

Death of Blue Screen
Group Icon
VIP
1,342 posts

Joined: Jun 2005


QUOTE(-ArChAng3L- @ Dec 14 2006, 10:59 AM)
erm i don't have many devices plugged in and yes, my webcam is plugged in but rarely used..
*
Try to unplug unnecessary devices from your USB especially your webcam as your system crash was caused by the webcam driver.

Then you'll need to monitor the situation for some time.

QUOTE(kanethesun @ Dec 14 2006, 11:36 PM)
when I use only 1 stick, its fine.
havent try 2T yet.
could it be over-burning problem?
I mean overclocking with too much volt? because previous I was running it with 2.9v 24/7, recently use back 2.8. but still I'm unsure ...
so most probably I'll have to RMA it lo? =|
*
You could try to use single or double channel RAM configuration to test.

Overvoltage or undervoltage are able to cause such error as well. Try to play around your RAM timing, it might help.

Hopes it'll help...
-ArChAng3L-
post Dec 15 2006, 05:22 PM

On my way
****
Junior Member
525 posts

Joined: Jan 2003


thanks a lot smile.gif
kanethesun
post Dec 16 2006, 01:10 AM

Regular
******
Senior Member
1,426 posts

Joined: Jan 2005
From: Jln Sg Besi, Taiping


will try it wink.gif
thanks for the info,
and the worse condition is I might need to RMA my ram right? biggrin.gif
b0bba
post Dec 16 2006, 11:40 PM

Getting Started
**
Junior Member
146 posts

Joined: Jan 2003
From: La La Land
sorry noob here. im having this problem too. but i cant locate my minidump files. ive d/l win debugger but cant open minidump files. i searched for it already but it says that it cant locate the file.

C:\Windows\Minidump --- still cant locate it !
run --- %SystemRoot%\Minidump ---- still the same !

so how am i going to attach my minidump file ??

This post has been edited by b0bba: Dec 16 2006, 11:43 PM
Kay
post Dec 21 2006, 08:45 PM

New Member
*
Junior Member
30 posts

Joined: Jan 2003


Can anyone help me pls??
Attached here is the minidump file.

Link here is my history: http://forum.lowyat.net/topic/383847


Thanks for your attention notworthy.gif


Attached File(s)
Attached File  minidump.zip ( 161.07k ) Number of downloads: 34
GameFr3ak
post Dec 27 2006, 05:34 PM

Look at all my stars!!
*******
Senior Member
3,849 posts

Joined: Oct 2006
From: Your Location


STOP: 0x0000008E (0x00000092, 0XB1BEE946, 0XF78A2E1C, 0X00000000)

sorry guys i have no idea how to do all those testing =.= and i got frustrated, can u guys help me instead ? thnx alot
oicicic
post Dec 28 2006, 03:48 PM

Don't Live a Little, Live an Oic.
******
Senior Member
1,536 posts

Joined: Jan 2003
From: Member No.: 9870



DELL laptop M65 having BSOD randomly.

Error Log File:

Server=watson.microsoft.com
UI LCID=1033
Flags=1696082
Brand=WINDOWS
TitleName=Microsoft Windows
DigPidRegPath=HKLM\Software\Microsoft\Windows NT\CurrentVersion\DigitalProductId
ErrorText=A log of this error has been created.
HeaderText=The system has recovered from a serious error.
Stage2URL=
Stage2URL=/dw/bluetwo.asp?BCCode=100000d1&BCP1=0A736E61&BCP2=00000002&BCP3=00000008&BCP4=0A736E61&OSVer=5_1_2600&SP=2_0&Product=256_1
DataFiles=c:\temp\WER732f.dir00\Mini122606-01.dmp|c:\temp\WER732f.dir00\sysdata.xml
ErrorSubPath=blue
DirectoryDelete=c:\temp\WER732f.dir00


what could cause the problem?

This post has been edited by oicicic: Dec 28 2006, 03:50 PM


Attached File(s)
Attached File  Mini122606_01.zip ( 19.08k ) Number of downloads: 17
Kamloong
post Dec 28 2006, 08:30 PM

Getting Started
**
Junior Member
147 posts

Joined: Feb 2006
From: Kuala Lumpur


my computer keep restarting and i dun get any window error... anyone know what is my problem.. ?
samliang
post Dec 29 2006, 12:04 AM

❤❤❤❤❤
****
Senior Member
649 posts

Joined: Dec 2004
From: Selangor,Puchong



this is my bsod screen any clue ?

http://aycu15.webshots.com/image/8854/2001...90328673_rs.jpg

This post has been edited by samliang: Dec 29 2006, 12:21 AM
LY123
post Dec 29 2006, 02:38 PM

Getting Started
**
Junior Member
53 posts

Joined: Sep 2006
Here is a small story of mine,
Over past few months ago, my computer keep on restarting and sometimes, shut down.My seniors, friends, myself have been reformatted it, but same problem still remain unsolved. Then I sent to the shop(ATT:This shop is notorious with bad computer service one!!!) where I had bought it, claiming for warranty. The technician said that it was not reformatted properly, then the shop charge me RM 30 for reformatting. However the same problem reoccurred again after 2 weeks. Then I sent it to a computer shop with good reputation for hardware troubleshooting. The result came out, the RAM is OK, but both mainboard and hard disk got error. After paying RM 10 for service charge, I sent my CPU back to the shop where I had bought the CPU, claiming warranty for second time.Then the technician said that it was because of not properly reformatted again.... sleep.gif" However, when I called to the shop, asking the shop to check properly, then the technician changed his statement, claiming that my mainboard got error and had been sent for warranty. Then I ask him whether my hard disk got problem or not. He said " Saya rasa hard disk tak ada masalah" translated ( I THINK your hard disk doesnt has any problem) He claimed that it might not has any problem without even checking it!!!! Then I requested has my hard disk checked. Then he told me my hard disk doesn't has any problem... I feel like the shop is not reliable. How should I do? Anyone can help me? Trouble shoot my hard disk myself?? icon_question.gif
Ryusei
post Jan 2 2007, 04:13 AM

New Member
*
Junior Member
13 posts

Joined: Aug 2005



I've been having these BSODs recently and was wonder what was wrong and how could I rectify the problem. Please advice.


Attached File(s)
Attached File  Minidump.zip ( 267.05k ) Number of downloads: 29
AzureSkies
post Jan 4 2007, 10:11 PM

Getting Started
**
Junior Member
147 posts

Joined: Jun 2005


Also having problems with BSOD. If anyone would be so kind to help me solve this problem, I'll love you long time. blush.gif






Attached File(s)
Attached File  minidump.zip ( 167.88k ) Number of downloads: 26
phamtom X
post Jan 5 2007, 11:46 PM

Getting Started
**
Junior Member
54 posts

Joined: Apr 2006


help, my pc now have the problem
page_fault_in_nonpaged_area
stop: 0x00000050 (0xC57E38D, 0x00000001, 0xF756E94C, 0x00000000)
and found out that there are 2 file which is classpnp.sys and partmgr.sys got problems.
right now i still facing this kind of problem
thx in advance
shortiesphreaks
post Jan 6 2007, 01:46 AM

Casual
***
Junior Member
335 posts

Joined: Dec 2004
From: Kondo Rakyat



DOUBLE POST! --> taken from my post in thread "BSOD in Shutdown"

COMPAQ V3133AU --> my lappy is a new one.. and i like to hibernate instead of shuting down d whole system.. suddenly one day.. i switch on d lappy and the system cant startup.. cry.gif

usually after switch on the computer that in hibernate mode.. Windows would actually resuming the system.. but after 100% resuming... then BSOD popuped (stated that BAD_POOL_CALLER) and restarting.. unsure.gif

then i have to choose 2 option either to delete the restoration file and start the Windows or continue restart the sytem (means that resuming again).. hmm.gif then system wil start normally after i chuz to delete the restoration file... but my lappy keep fail to restart in hibernation mode.. sad.gif

at first i'm afraid that my hardware facing some problems.. but i'm sure that they're still new and working perfectly.. so then i try to restore my system using Windows System Restore.. and taaaddaaaa!! the problems solved! now i can hibernate and restart perfectly.. thumbup.gif (then i realize in Event Viewer.. i got alots of Error for my AMDK8.. izzit related to the driver?)

user posted image

but what's plays on my mind is.. how could the BSOD with error message of BAD_POOL_CALLER come out? hmm.gif (can some expert explain bout this problem)
vNistelrooy
post Jan 6 2007, 01:54 AM

Not Relevant
*******
Senior Member
2,511 posts

Joined: Jan 2003
From: Earth


QUOTE(LY123 @ Dec 29 2006, 02:38 PM)
Here is a small story of mine,
Over past few months ago, my computer keep on restarting and sometimes, shut down.My seniors, friends, myself have been reformatted it, but same problem still remain unsolved. Then I sent to the shop(ATT:This shop is notorious with bad computer service one!!!) where I had bought it, claiming for warranty. The technician said that it was not reformatted properly, then the shop charge me RM 30  for reformatting. However the same problem reoccurred again after 2 weeks. Then I sent it to a computer shop with good reputation for hardware troubleshooting. The result came out, the RAM is OK, but both mainboard and hard disk got error. After paying RM 10 for service charge, I sent my CPU back to the shop where I had bought the CPU, claiming warranty for second time.Then the technician said that it was because of not properly reformatted again.... sleep.gif" However, when I called to the shop, asking the shop to check properly, then the technician changed his statement, claiming that my mainboard got error and had been sent for warranty. Then I ask him whether my hard disk got problem or not. He said " Saya rasa hard disk tak ada masalah" translated ( I THINK your hard disk doesnt has any problem) He claimed that it might not has any problem without even checking it!!!! Then I requested has my hard disk checked. Then he told me my hard disk doesn't has any problem... I feel like the shop is not reliable. How should I do? Anyone can help me? Trouble shoot my hard disk myself?? icon_question.gif
*
my fren, that is a typical cheat method used..one time my friend who knows nothing about pc got charged rm150 for replacing a faulty fdd (something got stuck inside)..enuf of the swindling technicians.

if u r interested in conforming ur hdd is not the problem, kindly pm me

vNistelrooy
post Jan 6 2007, 02:02 AM

Not Relevant
*******
Senior Member
2,511 posts

Joined: Jan 2003
From: Earth


QUOTE(kanethesun @ Dec 16 2006, 01:10 AM)
will try it wink.gif
thanks for the info,
and the worse condition is I might need to RMA my ram right? biggrin.gif
*
kanethesun, last time when i had faulty ram sticks, i cannot defrag my hdd..the dfragmentation wont finish..when i stick in new rams, the system immediately corrected many errors in my hdd during boot-up

QUOTE(samliang @ Dec 29 2006, 12:04 AM)
samliang, i think u should try uninstall ur built-in sound card, and disable it in bios..

all-in-all, google is always ur best fren.. biggrin.gif

azrko
post Jan 6 2007, 02:13 AM

Getting Started
**
Junior Member
282 posts

Joined: Jan 2003
From: Puchong



QUOTE(phamtom X @ Jan 6 2007, 12:46 AM)
help, my pc now have the problem
page_fault_in_nonpaged_area
stop: 0x00000050 (0xC57E38D, 0x00000001, 0xF756E94C, 0x00000000)
and found out that there are 2 file which is classpnp.sys and partmgr.sys got problems.
right now i still facing this kind of problem
thx in advance
*
same goes to me.. i also got this problem before.. how to know why this happen?
lighter
post Jan 6 2007, 11:41 AM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



page_fault_in_nonpaged_area high possibility is HDD problem. Try to scan your HDD or check IDE cable.. or it might be IDE Contorller problem which is motherboard problem.
vNistelrooy
post Jan 7 2007, 08:05 PM

Not Relevant
*******
Senior Member
2,511 posts

Joined: Jan 2003
From: Earth


in the case of bsods, 1st we need to determine it is not caused by software..in my case last time i got "page_fault_in_nonpaged_area" it was caused by a software "folder lock" each time when perfectdisk is trying to defrag my pc..

samliang, maybe u would like to check here: http://www.raxco.com/support/windows/kb_details.cfm?kbid=494

maybe u use perfectdisk with zonealarm, which can cause "cmaudio.sys" to pop-up in the bsod..
cspoh43
post Jan 8 2007, 08:35 PM

New Member
*
Newbie
4 posts

Joined: Aug 2005


here's my minidump

pls help me analysis...

thx a lot in advance

This post has been edited by cspoh43: Jan 9 2007, 08:28 AM


Attached File(s)
Attached File  Minidump_cspoh.zip ( 887.27k ) Number of downloads: 4
Byakuya
post Jan 9 2007, 10:57 AM

Getting Started
**
Junior Member
94 posts

Joined: Oct 2006


FYI, i am using windows 2000, this morning when i open my PC, it failed at logging into the windows and turned to BSOD which give me this:

0x0000006B (0xc0000018, 0x00000005, 0x00000000,
0x00000000) PROCESS1_INITIALIZATION_FAILED

after that i try to boot into safe mode and it can be done! Then i try to log into windows but BSOD again! Then i try to use 'last known good configuration' and it successfully boot into windows. but then once i restarted it, the problem come again! This mean that i only can login to windows only when i use the 'last known good configuration' thingy.

what should i do in my next step?
cspoh43
post Jan 9 2007, 05:29 PM

New Member
*
Newbie
4 posts

Joined: Aug 2005


is there anyone still helping ppl to analysis the problem of BSoD?


btw, i've uncheck the automatically restart features as mentioned in the first post of thread starter. But, once BSoD appear, my comp will still restart by itself

=( can someone help me out here?

This post has been edited by cspoh43: Jan 9 2007, 05:31 PM
adrianocy
post Jan 11 2007, 10:47 AM

Enthusiast
*****
Senior Member
907 posts

Joined: Jan 2003
From: Somewhere I Belong
can i post windows2k server error here? wil attach the minidump later
evil_cutie
post Jan 11 2007, 11:06 PM

Casual
***
Junior Member
321 posts

Joined: Apr 2006
From: Penang


QUOTE(cspoh43 @ Jan 9 2007, 05:29 PM)
is there anyone still helping ppl to analysis the problem of BSoD?
btw, i've uncheck the automatically restart features as mentioned in the first post of thread starter. But, once BSoD appear, my comp will still restart by itself

=( can someone help me out here?
*
well, i face prob jz like u laz few days ... jz reformat my pc recently ...when it automatic restart , i run using safe mode n restore 2 an earlier time ...it works .. bt d prob occured again d next time i on my pc .... mad.gif so , i restore again and again ..... finally........... i cant even run in safe mode(it automatic restart oso after i choose safe mode) ....annoying....tat cause me 2 reformat it !!!!!
and now , prob solved ,i think ...
phamtom X
post Jan 12 2007, 09:15 AM

Getting Started
**
Junior Member
54 posts

Joined: Apr 2006


hi my pc also restart itself again
luckly the minidump manage to create and i will post it here
i also check the system event log and found out that the error was cause by USB driver or something
pls help me and thx in advance


Attached File(s)
Attached File  Mini011107_01.zip ( 43.79k ) Number of downloads: 16
Attached File  Mini011107_02.zip ( 14.3k ) Number of downloads: 14
Hunz
post Jan 13 2007, 12:43 PM

znuh
******
Senior Member
1,238 posts

Joined: Nov 2004
From: Penang


My restart too.
Here is my minidump.They also say about system.xml



Attached File(s)
Attached File  Mini011307_01.zip ( 29.74k ) Number of downloads: 21
mix-chan
post Jan 13 2007, 07:51 PM

Getting Started
**
Junior Member
76 posts

Joined: Oct 2004
From: Malaysia


my laptop keep restart when i am connecting using wireless but this problem is gone when i connect using LAN like streaymx!

WHY
awang
post Jan 15 2007, 01:41 AM

Casual
***
Junior Member
478 posts

Joined: Jan 2003
From: Seremban/ Kuching



where are the mods ?
jasjas
post Jan 16 2007, 01:10 PM

Getting Started
**
Junior Member
221 posts

Joined: Nov 2006


er i tried with the guide but the result:


Microsoft ® Windows Debugger Version 6.6.0007.5
Copyright © Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINDOWS\Minidump\Mini081006-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrnlmp.exe -
Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_gdr.050301-1519
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805624a0
Debug session time: Thu Aug 10 01:10:30.125 2006 (GMT+8)
System Uptime: 0 days 5:09:53.726
*** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrnlmp.exe -
Loading Kernel Symbols
..........................................................................................................................................
Loading User Symbols
Loading unloaded module list
..........................
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c0000005, f42d9941, f15ed80c, 0}

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

***** Kernel symbols are WRONG. Please fix symbols to do analysis.

*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!_KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!KPRCB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!_KPRCB ***
*** ***
*************************************************************************
*** WARNING: Unable to verify timestamp for SYMTDI.SYS
*** ERROR: Module load completed but symbols could not be loaded for SYMTDI.SYS
Probably caused by : SYMTDI.SYS ( SYMTDI+4e26 )

maybe someone can help me check pls...thanks


Attached File(s)
Attached File  Mini011607_02.zip ( 18.69k ) Number of downloads: 18
squidy84
post Jan 16 2007, 05:51 PM

Getting Started
**
Junior Member
101 posts

Joined: Oct 2005
From: Seremban


i think this is not a hardware problem...
many of my frez facing it(all same problem)....
thinks some kind of virus or trojan....
hope all mod can help....
jasjas
post Jan 17 2007, 12:32 AM

Getting Started
**
Junior Member
221 posts

Joined: Nov 2006


er mods where are u need help sad.gif
abnerx
post Jan 18 2007, 12:38 AM

Getting Started
**
Junior Member
61 posts

Joined: Feb 2005
are the mods stil offering help?
here is my minidump. I hope some one helps me out with this BSOD.

thank you in advance.

This post has been edited by abnerx: Jan 18 2007, 12:37 PM


Attached File(s)
Attached File  Mini011707_12.zip ( 14.41k ) Number of downloads: 31
cspoh43
post Jan 19 2007, 12:59 PM

New Member
*
Newbie
4 posts

Joined: Aug 2005


does anyone know wat's the meaning of 'Machine_Check_Exception' ??
where are the mods T_T
aj4hippy
post Jan 20 2007, 01:55 PM

New Member
*
Junior Member
30 posts

Joined: Dec 2006
i keep on getting the blue screen recently...PAGE_FAULT_IN_NONPAGED_AREA
and previously my pc keep on restarted without any reason rclxub.gif
here is my minidump.zip...
plz help and thx in advance


Attached File(s)
Attached File  minidump.zip ( 109.78k ) Number of downloads: 58
StratOS
post Jan 20 2007, 09:12 PM

Berries~ Mmmm~
*********
All Stars
20,901 posts

Joined: Jan 2003
From: Miri, Sarawak



i wanna know.... i juz reformated my computer, sned it to computer shop to do.. when i take it back.. when ever i load a cd or juz open up 3-4 apps the whole comp goes lag and bluescreen appears.. 1 day can BS 5-6 times ler.. help me pls..
haya5h1
post Jan 25 2007, 01:50 PM

New Member
*
Junior Member
28 posts

Joined: Nov 2006
it's happening again... cry.gif
I thought things were OK after I replaced pretty much all the hardware and reinstalled Windows (I've done this so many times that now I have to call Microsoft for a product key), but my PC has started rebooting itself again. And this time it happens when no programs are running (except Windows) and I'm not doing anything. (One time I was awakened at 6am by the sound of rebooting.^^; )

Attached are the minidumps for the past 5 occurrences. Can someone please help?

:edit: I got windbg from microsoft.com, and followed the instructions someone wrote here to decipher the crash minidumps; according to the analysis, if I'm reading it correctly, the Pentium D processor has a documented flaw. Is there anybody who can read this and confirm? What do I do next? Contact Intel? This is already my second processor from the shop (they replaced the first one).
» Click to show Spoiler - click again to hide... «


This post has been edited by haya5h1: Jan 30 2007, 10:51 AM


Attached File(s)
Attached File  Mini012407_01.zip ( 90.38k ) Number of downloads: 22
didie
post Jan 29 2007, 04:34 PM

New Member
*
Junior Member
10 posts

Joined: Jan 2007
hi guys,

i encounter this problem this morning
error msg :
"r is missing"

than i cannot press F8 to go safe mode..

so i really bengang than install fresh ori OS (win Xp Pro) and make new partition after everything ready than i shutdown my pc than wait around 10sec hope its can work sweat.gif .than suddently the PC keep restarting again and again..
pc can only show the win xp logo than keep restarting again!! sad.gif
what should i do now?? icon_question.gif icon_question.gif icon_question.gif

anyone can help to solve my problem??
thanks in advance wink.gif

Warmest Regards,
didie



Musta1987
post Jan 30 2007, 03:36 PM

New Member
*
Junior Member
7 posts

Joined: Jan 2007
i've been facing this problem for about 2weeks now and still dont even know what the F*ck did it
This thing popups from nowhere and i have to restart my pc :

A problem has been detected and windows has been shut down to prevent damage to your computer

If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow there steps.

Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.

If problems continue, disable or remove any newly installed hardware or software, Disable BIOS memory options such as Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options and then select Safe Mode .

*** STOP: 0x00000050 (0xE2EBB000, 0x00000000, 0x8053A98F, 0X00000001)

Beginning dump of physical memory
Physical memory dump complete.



i didnt even installed any new hardware/software or update,HELP ME, WHATS WRONG!!!!!




Attached File(s)
Attached File  Mini101205_01.zip ( 19.87k ) Number of downloads: 20
nazerry
post Jan 31 2007, 01:12 AM

Getting Started
**
Junior Member
274 posts

Joined: Jan 2007
From: johor/klang


yeah.. bsod prob.. i always got win32k prob and page fault prob. my pc hanged almost everytime i transfer a big size file, and played videos.. is it my ram?

nway, hope u can help..
abnerx
post Jan 31 2007, 12:41 PM

Getting Started
**
Junior Member
61 posts

Joined: Feb 2005
dear all, i have attached my dumpfile below cn anyone help me out?thank you.


Attached File(s)
Attached File  sklee.zip ( 24.29k ) Number of downloads: 22
karom
post Feb 1 2007, 01:50 PM

Hello everybody
******
Senior Member
1,262 posts

Joined: Aug 2006
From: Butterworth, Penang


I have a problem regarding the SLI setting. Sometime when i change the SLI setup, the OS cannot be loaded.

And one more thing, i also face PC freezed and i have to restart the PC after that. This happen when i sue Nvidia Dirver 93.71 and above. Im am confuse why is it happen because on the old driver, such thing as tecture problem error and else did not occur.
The Silent Killer
post Feb 2 2007, 01:33 PM

On my way
****
Senior Member
657 posts

Joined: May 2006
i have the same prob with Musta1987
can any1 plssss help??

This post has been edited by The Silent Killer: Feb 2 2007, 01:35 PM
kel_jink
post Feb 2 2007, 03:27 PM

Casual
***
Junior Member
411 posts

Joined: Dec 2006
From: Malaysia


One day i boot up my laptop, and it comes up something like this...

"STOP: c000021a {Fatal System Error}
The session Manager Initialization system process terminated unexpectedly with a status of 0xc000026c (0x00000000 0x00000000).
The system has been shut down."

I've tried reboot it again and again, but was in vain. I couldn't get into safe mode or Last known good config either.
Is there any method that doesnt require another pc? Coz i hv only a laptop with me...

karom
post Feb 3 2007, 02:22 AM

Hello everybody
******
Senior Member
1,262 posts

Joined: Aug 2006
From: Butterworth, Penang


already at stable stage now after installing previous 93.31 nvidia driver. But it is a bit slower in term of performance.
minde
post Feb 3 2007, 04:23 PM

dreamt a king, woke up still king
*******
Senior Member
2,911 posts

Joined: Jun 2005
From: KL



Help me pls. I got 3 Dump files. The BSOD happen each time i eject my Ipod or USB device(camera). Need help pls.

This post has been edited by minde: Feb 3 2007, 04:23 PM


Attached File(s)
Attached File  Mini020307_02.zip ( 24.43k ) Number of downloads: 16
Musta1987
post Feb 3 2007, 11:12 PM

New Member
*
Junior Member
7 posts

Joined: Jan 2007
QUOTE(Musta1987 @ Jan 30 2007, 03:36 PM)
i've been facing this problem for about 2weeks now and still dont even know what the F*ck did it
This thing popups from nowhere and i have to restart my pc :

A problem has been detected and windows has been shut down to prevent damage to your computer

If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow there steps.

Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.

If problems continue, disable or remove any newly installed hardware or software, Disable BIOS memory options such as Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options and then select Safe Mode .

*** STOP: 0x00000050 (0xE2EBB000, 0x00000000, 0x8053A98F, 0X00000001)

Beginning dump of physical memory
Physical memory dump complete.

i didnt even installed any new hardware/software or update,HELP ME, WHATS WRONG!!!!!
*
y any1 not helping us 1?i so sad cry.gif cry.gif cry.gif

@rissband
post Feb 4 2007, 07:45 PM

Enthusiast
*****
Senior Member
886 posts

Joined: Apr 2005
how to debug if i encountered PAGE_FAULT_IN_NONPAGED_AREA error?
mars85
post Feb 4 2007, 11:31 PM

Blur2 jor..........
******
Senior Member
1,175 posts

Joined: Sep 2006
From: Mercury Planet!!



Hey can somebody help me........

I open a computer and checking a stabilization and realise that my computer will get hang after i open it around 6-7 hours.....before my computer were get hang....the CPU is coming out a sound "tick" once and when i move my mouse, i can't be moved any more......when i go to check at the System tools it said that i was restart the computer but i didn't ......My com is already used for 4 years but my others friends com wouldn't facing such this situation before as their computer were using longer than mine.....Can somebody tell me or suggest to me what is the problem and wat should i do....... plzplz
this is urgent........
nazerry
post Feb 5 2007, 02:26 AM

Getting Started
**
Junior Member
274 posts

Joined: Jan 2007
From: johor/klang


QUOTE(Musta1987 @ Feb 3 2007, 11:12 PM)
y any1 not helping us 1?i so sad cry.gif  cry.gif  cry.gif
*
yea.. maybe they got the same probs.. haha! hey hey! help me too! i need my pc running 24/7!
karom
post Feb 5 2007, 02:08 PM

Hello everybody
******
Senior Member
1,262 posts

Joined: Aug 2006
From: Butterworth, Penang


Well...do you ever done a scan disk?
It should be try and error here and there. There are amny things that might cause BSOD. But both either because of Hardware or Software issue,
nazerry
post Feb 5 2007, 05:02 PM

Getting Started
**
Junior Member
274 posts

Joined: Jan 2007
From: johor/klang


QUOTE(karom @ Feb 5 2007, 02:08 PM)
Well...do you ever done a scan disk?
It should be try and error here and there. There are amny things that might cause BSOD. But both either because of Hardware or Software issue,
*
yea.. i ran scandisk once a week.. sometimes got errors and fixed this and that. still got the same prob tho.. the blue screen of doom! haha! tongue.gif
ff7yta
post Feb 6 2007, 08:36 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE
QUOTE(minde @ Feb 3 2007, 04:23 PM)
Help me pls. I got 3 Dump files. The BSOD happen each time i  eject my Ipod or USB device(camera). Need help pls.
*
Minidump020107-04.dmp
Probably caused by : ntkrnlpa.exe ( nt+104c59 )

Minidump020307-01.dmp
Probably caused by : ntkrnlpa.exe ( nt+104c59 )

Minidump020307-02.dmp
Probably caused by : ntkrnlpa.exe ( nt+104c59 )

ntkrnlpa.exe - ntkrnlpa - Process Information

Process File: ntkrnlpa.exe or ntkrnlpa
Process Name: NT Kernel & System

Click Here to Run a Free Scan for ntkrnlpa.exe Related Errors

Description:
ntkrnlpa.exe is a process associated with Microsoft(R) Windows(R) Operating System from Microsoft Corporation.
Click Here to Scan Your PC including ntkrnlpa.exe to Detect any Security Threat

Recommendation for ntkrnlpa.exe:
ntkrnlpa.exe is not a critical component, but see the information above before disabling it. It is highly recommended to Run a Free Performance Scan to automatically optimize memory, CPU and Internet settings.

Information taken from here. Solution is here too.


QUOTE
QUOTE(Musta1987 @ Jan 30 2007, 03:36 PM)
i've been facing this problem for about 2weeks now and still dont even know what the F*ck did it
This thing popups from nowhere and i have to restart my pc :

A problem has been detected and windows has been shut down to prevent damage to your computer

If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow there steps.

Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.

If problems continue, disable or remove any newly installed hardware or software, Disable BIOS memory options such as Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options and then select Safe Mode .

*** STOP: 0x00000050 (0xE2EBB000, 0x00000000, 0x8053A98F, 0X00000001)

Beginning dump of physical memory
Physical memory dump complete.

i didnt even installed any new hardware/software or update,HELP ME, WHATS WRONG!!!!!
*
QUOTE(The Silent Killer @ Feb 2 2007, 01:33 PM)
i have the same prob with Musta1987
can any1 plssss help??
*
Mini020107-01.dmp
Probably caused by : hardware ( avg7core+b7d00 )

Mini020207-01.dmp
Probably caused by : hardware ( avg7core+b7d00 )

Solution for avg7core... Reinstall.

Mini020207-02.dmp
Probably caused by : ALCXSENS.SYS ( ALCXSENS+2873d )
The process Sensaura WDM 3D Audio Driver belongs to the software unknown by Sensaura Ltd.

Description: File alcxsens.sys is located in the folder C:\Windows\System32\drivers. Known file sizes on Windows XP are 400384 bytes (51% of all occurrence), 404736 bytes, 391424 bytes, 391680 bytes, 403968 bytes, 401152 bytes, 401408 bytes.
The driver can be started or stopped from Services in the Control Panel or by other programs. The file is a file without information about the maker of this file. The program has no visible window. The service has no detailed description. It is not a Windows system file. alcxsens.sys is a trustworthy file from Microsoft. alcxsens.sys seems to be a compressed file. Therefore the technical security rating is 25% dangerous.

Taken from here. Solution here. Lazy to click?


Hope this helps!

Well, u can help your self by downloading WinDBG from the microsoft website. Run it and open the minidump file. After it tells u what is causing the problem, enter it into google and the solution is all there thumbup.gif

This post has been edited by ff7yta: Feb 6 2007, 08:48 PM
grace.lin
post Feb 8 2007, 10:20 AM

New Member
*
Junior Member
18 posts

Joined: Apr 2006
From: Penang
can someone help me with this

QUOTE
An exception OE has occured at 0028:C18F1BF9 in VxD--- This was called from 0028:C001C0D4 in VxD---. IT may be possible to continue normally.
wengsing86
post Feb 8 2007, 03:28 PM

New Member
*
Validating
2 posts

Joined: May 2006
From: Kuala Lumpur


I have a problem,

I on computer, it loads bios. And then it restarts after complete loading bios. Over and over again, continuously restarting. Is it Power Supply issue? Or Hardware

Please Help cry.gif
ff7yta
post Feb 8 2007, 08:56 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(grace.lin @ Feb 8 2007, 10:20 AM)
can someone help me with this
*
The solution for the above problem is over here
QUOTE(wengsing86 @ Feb 8 2007, 03:28 PM)
I have a problem,

I on computer, it loads bios. And then it restarts after complete loading bios. Over and over again, continuously restarting. Is it Power Supply issue? Or Hardware

Please Help  cry.gif
*
Oh, great explanation.
cristiano7mu
post Feb 8 2007, 10:41 PM

Look at all my stars!!
*******
Senior Member
2,588 posts

Joined: Nov 2005


alrite, my prob is when i turn on the cpu switch, it goes into BIOS, then i choose to exit then hang. tats all, turn off n on many times still d same.

wonder is my mono spoil or some other things.
grace.lin
post Feb 9 2007, 12:21 AM

New Member
*
Junior Member
18 posts

Joined: Apr 2006
From: Penang
QUOTE(ff7yta @ Feb 8 2007, 08:56 PM)
thanks... icon_rolleyes.gif
violet world
post Feb 12 2007, 10:36 PM

New Member
*
Junior Member
6 posts

Joined: Dec 2006
From: Kuala Lumpur


I'm using Compaq Presario V2313. Lately, my laptop will shutdown automatically for don't know what reason. It usually happen when my laptop is switched on for more than 2 hour or undergoing some heavy works. Anyone can help me? Urgent help needed, thanks.
SUSRaikkonen
post Feb 13 2007, 03:14 PM

I'll be your ♡ ☁ ☼ ☂
*******
Senior Member
8,635 posts

Joined: Jun 2006
From: Jeonju/Jeollabuk-do



My PC restart each time I download using Mozilla Firefox doh.gif

Now, loading game such as Battlefield 2142 took forever.
Graphics also choppy.

My CMOS battery chechsum error...kong...need to buy a new one.
That's one of the cause?

Also, when shutting down PC...took long time.

lsass.exe
smss.exe

Need to end it then PC shuts down faster.
Weird though because before this no problem.

Is it the nearly kong CMOS battery?
feizaiII
post Feb 14 2007, 06:26 PM

***** Genuine? *****
*******
Senior Member
3,310 posts

Joined: Apr 2005
cham lo,my pc last time always hang,auto restart,thn take to pc shop,they said my motherboard kong and graphic card kong. So,i had buy a new motherboard and display claim a new one from supplier. But....this morning my pc bluescreen,without words,nothing,jus blue..

how la...i had truning and turning and turning because of this pc..

Can help me mah?

This post has been edited by feizaiII: Feb 14 2007, 06:27 PM


Attached File(s)
Attached File  Mini021407_01.zip ( 41.65k ) Number of downloads: 25
DEz012
post Feb 19 2007, 11:01 PM

On my way
****
Senior Member
574 posts

Joined: Oct 2006


Can anyone help me??? Kinda noob at this probelm, Pc keep getting BSOD about kernel fault & driver not equal or less. Minidump attach below. Thanks.

[attachmentid=195710]
azuan_az
post Feb 21 2007, 12:45 PM

Getting Started
**
Junior Member
154 posts

Joined: Feb 2007


Hello Experts..happy new year to all...

I got this problem..auto randomr restatrt, then i turn off the auto restart and comes the famous BSOD with IRQL_NOT_LESS_OR_EQUAL message.

My initial newbie investigation suspected that its heat problem as my CPU is inside a cabinet. Motherboard Monitor 5 gives me an average temperature of 70degrees celcius and 83 degrees when i run my flight simulator. Quite high is it? Even BIOS temperature showinf 70.

My specs..i mean my PC specs:

P4 - 3.0Mhz
MSI Neo 3 Mobo
Nvidia GForce GC
512mb RAM

Anyway here are the mini dump dumps. Need to make sure whats the cause of this problem.

Thanks~!

This post has been edited by azuan_az: Feb 21 2007, 12:57 PM


Attached File(s)
Attached File  Minidump.zip ( 772.39k ) Number of downloads: 15
LightEnchanter
post Feb 21 2007, 02:41 PM

Casual
***
Junior Member
336 posts

Joined: Oct 2005


hi , my laptop auto restart when i turns it into standby mode, can someone plz help me to check ? thanks a million!



0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
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.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: aa58d3b8, The address that the exception occurred at
Arg3: f76bd0ac, Trap Frame
Arg4: 00000000

Debugging Details:
------------------


EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

FAULTING_IP:
HSX_CNXT+a43b8
aa58d3b8 c780ebfc010003000000 mov dword ptr [eax+1FCEBh],3

TRAP_FRAME: f76bd0ac -- (.trap fffffffff76bd0ac)
ErrCode = 00000002
eax=00000000 ebx=861a452c ecx=8644b810 edx=00000000 esi=861a4450 edi=8644b8c8
eip=aa58d3b8 esp=f76bd120 ebp=f76bd12c iopl=0 nv up ei ng nz na po nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010282
HSX_CNXT+0xa43b8:
aa58d3b8 c780ebfc010003000000 mov dword ptr [eax+1FCEBh],3 ds:0023:0001fceb=????????
Resetting default scope

CUSTOMER_CRASH_COUNT: 7

DEFAULT_BUCKET_ID: COMMON_SYSTEM_FAULT

BUGCHECK_STR: 0x8E

PROCESS_NAME: winlogon.exe

LAST_CONTROL_TRANSFER: from aa58d710 to aa58d3b8

STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
f76bd12c aa58d710 8644b810 861a4450 80562248 HSX_CNXT+0xa43b8
f76bd154 804eeeb1 8644b810 8644b030 861a452c HSX_CNXT+0xa4710
f76bd164 80525b9b 861a452c 861a4450 00000000 nt!IopfCallDriver+0x31
f76bd178 805260b5 861a452c 861a4450 861a4548 nt!PopPresentIrp+0x57
f76bd198 f78ff587 8644b810 8644bfd0 80562248 nt!PoCallDriver+0x195
f76bd1b8 804eeeb1 8644b438 861a4450 861a4550 Modem!ModemPower+0xb1
f76bd1c8 80525b9b 861a4550 861a4450 00000000 nt!IopfCallDriver+0x31
f76bd1dc 805260b5 861a4550 861a4450 861a4574 nt!PopPresentIrp+0x57
f76bd1fc 80526225 8644b438 8644b7a0 8644b8c8 nt!PoCallDriver+0x195
f76bd218 aa53de2d 862edb98 00000002 00000004 nt!PoRequestPowerIrp+0x129
f76bd244 804f13e2 8644b810 86286c90 00000004 HSX_CNXT+0x54e2d
f76bd274 f71746a4 00000000 f76bd28c f71763dc nt!IopfCompleteRequest+0xa2
f76bd280 f71763dc 00000000 f76bd2a8 f717315b HDAudBus+0x116a4
f76bd28c f717315b f76bd2dc c00000bb f76bd2dc HDAudBus+0x133dc
f76bd2a8 f7177d8d f76bd2dc 80562248 f76bd2dc HDAudBus+0x1015b
f76bd2bc f716ce75 8645cc38 f76bd2dc 8647d030 HDAudBus+0x14d8d
f76bd2d0 804eeeb1 862edb98 86286c90 86286d48 HDAudBus+0x9e75
f76bd2e0 80525b9b 86286d48 86286c90 00000000 nt!IopfCallDriver+0x31
f76bd2f4 805260b5 86286d48 86286c90 8644c668 nt!PopPresentIrp+0x57
f76bd314 aa6a14a0 862edb98 862edc50 86286c90 nt!PoCallDriver+0x195
f76bd32c aa6af1b2 86286c90 86286c90 8644c668 HSXHWAZL+0x14a0
f76bd364 aa6ae49a 86286c90 80562248 86303d30 HSXHWAZL+0xf1b2
f76bd384 aa6a10ef 02286c90 f76bd3b4 804eeeb1 HSXHWAZL+0xe49a
f76bd390 804eeeb1 8644c578 86286c90 86286d48 HSXHWAZL+0x10ef
f76bd3a0 80525b9b 86286d48 86286c90 00000000 nt!IopfCallDriver+0x31
f76bd3b4 805260b5 86286d48 86286c90 86286d64 nt!PopPresentIrp+0x57
f76bd3d4 aa59e36f 8644c578 8644c630 86286c90 nt!PoCallDriver+0x195
f76bd3f0 aa5a4d74 86286c90 86286c90 8644c238 HSX_DPV+0x136f
f76bd428 aa5a405c 86286c90 80562248 8632c238 HSX_DPV+0x7d74
f76bd448 aa59e0cf 02286c90 f76bd478 804eeeb1 HSX_DPV+0x705c
f76bd454 804eeeb1 8644b030 86286c90 86286d6c HSX_DPV+0x10cf
f76bd464 80525b9b 86286d6c 86286c90 00000000 nt!IopfCallDriver+0x31
f76bd478 805260b5 86286d6c 86286c90 86286d88 nt!PopPresentIrp+0x57
f76bd498 aa53dc1e 8644b030 8644b0e8 86286dac nt!PoCallDriver+0x195
f76bd4ac aa53deed 8644b8c8 8644b030 86286c90 HSX_CNXT+0x54c1e
f76bd4c8 aa58d821 8644b8c8 00000004 80562248 HSX_CNXT+0x54eed
f76bd4f0 804eeeb1 8644b810 00000004 86286d90 HSX_CNXT+0xa4821
f76bd500 80525b9b 86286d90 86286c90 00000000 nt!IopfCallDriver+0x31
f76bd514 805260b5 86286d90 86286c90 8644b438 nt!PopPresentIrp+0x57
f76bd534 f78ff541 8644b810 8644bfd0 80562248 nt!PoCallDriver+0x195
f76bd554 804eeeb1 8644b438 86286c90 86286d90 Modem!ModemPower+0x6b
f76bd564 80525b9b 86286d90 86286c90 00000000 nt!IopfCallDriver+0x31
f76bd578 805260b5 86286d90 86286c90 864c32d0 nt!PopPresentIrp+0x57
f76bd598 80651ffa 8644b438 8644b7a0 864c3464 nt!PoCallDriver+0x195
f76bd5b8 806520bb 8055a45c 864fbd50 00000005 nt!PopNotifyDevice+0x1ac
f76bd5d4 806523bf 864c32d0 864c3464 00000000 nt!PopSleepDeviceList+0xb5
f76bd5fc 8065124c 00000000 f76bd6e4 f76bd768 nt!PopSetDevicesSystemState+0x1a1
f76bd6d0 8054060c 00000002 00000004 20000003 nt!NtSetSystemPowerState+0x426
f76bd6d0 80500385 00000002 00000004 20000003 nt!KiFastCallEntry+0xfc
f76bd754 80650e8b 00000002 00000004 20000003 nt!ZwSetSystemPowerState+0x11
f76bd830 8054060c 00000002 00000004 20000003 nt!NtSetSystemPowerState+0x65
f76bd830 7c90eb94 00000002 00000004 20000003 nt!KiFastCallEntry+0xfc
0006f2a0 00000000 00000000 00000000 00000000 0x7c90eb94


STACK_COMMAND: kb

FOLLOWUP_IP:
HSX_CNXT+a43b8
aa58d3b8 c780ebfc010003000000 mov dword ptr [eax+1FCEBh],3

SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: HSX_CNXT+a43b8

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: HSX_CNXT

IMAGE_NAME: HSX_CNXT.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 45366d81

FAILURE_BUCKET_ID: 0x8E_HSX_CNXT+a43b8

BUCKET_ID: 0x8E_HSX_CNXT+a43b8

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


This post has been edited by LightEnchanter: Feb 21 2007, 02:53 PM


Attached File(s)
Attached File  Mini022107_07.zip ( 19.43k ) Number of downloads: 16
xeonsam
post Feb 25 2007, 10:27 PM

New Member
*
Junior Member
46 posts

Joined: Aug 2006
From: Kulim


Can anyone help me? my pc getting BSOD everytime playing game or run some software that heavy usage on processor.

This post has been edited by xeonsam: Feb 25 2007, 10:29 PM
JinBeng
post Feb 25 2007, 11:57 PM

Getting Started
**
Junior Member
170 posts

Joined: Dec 2005
From: SP, Kedah and Penang Island


Can i get help on my vista Blue screen error here?
Dennos
post Feb 26 2007, 12:07 AM

Look at all my stars!!
*******
Senior Member
2,736 posts

Joined: Dec 2006



ur ram problem, change with another one.
karom
post Feb 27 2007, 03:27 PM

Hello everybody
******
Senior Member
1,262 posts

Joined: Aug 2006
From: Butterworth, Penang


there are some possible reason why PC restart or BSOD.

1. RAM setting either:
i. The timing not fully supported
ii. its frequency
--> refer to manuafacturrer recommendation setting for ur mobo

2. Other hardware error.
i. Mobo driver clash
ii. Or some hardware cannot run simultaneously with certain hardware.
-->check and uninstall the hardware

3. OS file corrupt due to improper shutdown---> do scan disk and next boot

Restart problem:
If it able to boot up to windows after restart, it might caused of software issue.



nightzstar
post Feb 28 2007, 09:33 PM

Col. Samantha Carter
*******
Senior Member
2,702 posts

Joined: Dec 2004
From: P8X-86A


My problem is when i play nfs carbon it came out bsod. Here is the info.
0x00000001 (0x00000000, 0x 00000002, 0x0000000, 0xF71539BE) cmuda.sys- address F71539BE base at F70B500, datestamp 4282f5d2. What is the prob actually? hmm.gif

Another problem is when i play dota or warcraft half way, it crashes and come out this
user posted image

what is happening to my pc? Laat time no such problem le hmm.gif

This post has been edited by nightzstar: Feb 28 2007, 09:50 PM
ff7yta
post Mar 1 2007, 09:47 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(azuan_az @ Feb 21 2007, 12:45 PM)
Hello Experts..happy new year to all...

I got this problem..auto randomr restatrt, then i turn off the auto restart and comes the famous BSOD with IRQL_NOT_LESS_OR_EQUAL message.

My initial newbie investigation suspected that its heat problem as my CPU is inside a cabinet. Motherboard Monitor 5 gives me an average temperature of 70degrees celcius and 83 degrees when i run my flight simulator. Quite high is it? Even BIOS temperature showinf 70.

My specs..i mean my PC specs:

P4 - 3.0Mhz
MSI Neo 3 Mobo
Nvidia GForce GC
512mb RAM

Anyway here are the mini dump dumps. Need to make sure whats the cause of this problem.

Thanks~!
*
[attachmentid=198972]
Holy heck... So many dump files.

Mini112306-01.dmp]
Probably caused by : HTTP.sys ( HTTP+d444 )

Mini120506-01.dmp
Probably caused by : ntoskrnl.exe ( nt+2b01a )

Mini122005-01.dmp
Probably caused by : SPBBCDrv.sys ( SPBBCDrv+7af7 )

Sorry too random. Cannot tell u what is the problem. Send to shop la, pay for the service.


Added on March 1, 2007, 9:49 pm
QUOTE(feizaiII @ Feb 14 2007, 06:26 PM)
cham lo,my pc last time always hang,auto restart,thn take to pc shop,they said my motherboard kong and graphic card kong. So,i had buy a new motherboard and display claim a new one from supplier. But....this morning my pc bluescreen,without words,nothing,jus blue..

how la...i had truning and turning and turning because of this pc..

Can help me mah?
*
Problem caused by : ntoskrnl.exe ( nt+fd06 )
The solution for the above problem is here.


Added on March 1, 2007, 9:50 pm
QUOTE(DEz012 @ Feb 19 2007, 11:01 PM)
Can anyone help me??? Kinda noob at this probelm, Pc keep getting BSOD about kernel fault & driver not equal or less. Minidump attach below. Thanks.

[attachmentid=195710]
*
Mini012107-01.dmp
Probably caused by : pgfilter.sys ( pgfilter+1032 )
Mini013007-01.dmp
Probably caused by : pgfilter.sys ( pgfilter+1032 )
Search somewhere in this topic for the solution.

Mini021107-01.dmp
Invalid dump file.

Mini021907-01.dmp
Probably caused by : ntoskrnl.exe ( nt+2c1bb )
Mini021907-02.dmp
Probably caused by : ntoskrnl.exe ( nt+2c1bb )
Mini100406-01.dmp
Probably caused by : ntoskrnl.exe ( nt+2c1bb )
Search somewhere in this topic for the solution.

Mini101906-01.dmp
Probably caused by : SSI.SYS ( SSI+bc33 )
Mini103006-01.dmp
Probably caused by : SSI.SYS ( SSI+bc33 )
Solution for SSI.SYS

Seems like a repeatitive error. laugh.gif


Added on March 1, 2007, 9:52 pm
QUOTE(LightEnchanter @ Feb 21 2007, 02:41 PM)
hi , my laptop auto restart when i turns it into standby mode, can someone plz help me to check ? thanks a million!
» Click to show Spoiler - click again to hide... «

Put inside a spoiler la. Dont make your post unnecessarily long.

Mini022107-07.dmp
Probably caused by : HSX_CNXT.sys ( HSX_CNXT+a43b8 )
Wireless problem. Thats all I can say. Cant search for a decent solution on the net.
So sorry


Added on March 1, 2007, 9:52 pm
QUOTE(JinBeng @ Feb 25 2007, 11:57 PM)
Can i get help on my vista Blue screen error here?
*
Sorry friend, havent touch vista yet even!


Added on March 1, 2007, 9:54 pm
QUOTE(xeonsam @ Feb 25 2007, 10:27 PM)
Can anyone help me? my pc getting BSOD everytime playing game or run some software that heavy usage on processor.
*
Mini022507-02.dmp
Probably caused by : nv4_disp.dll ( nv4_disp+f695b )

Update your NVIDIA Graphic Card Drivers Please. Easy Solution.

This post has been edited by ff7yta: Mar 1 2007, 09:54 PM
nightzstar
post Mar 2 2007, 10:53 AM

Col. Samantha Carter
*******
Senior Member
2,702 posts

Joined: Dec 2004
From: P8X-86A


No one help me?
ff7yta
post Mar 2 2007, 03:10 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(nightzstar @ Mar 2 2007, 10:53 AM)
No one help me?
*
I cant help you because there is nothing to analyze...
It says memory could not be read. RAM problem? Run memtest? laugh.gif I'm hopeless

This post has been edited by ff7yta: Mar 2 2007, 03:16 PM
nightzstar
post Mar 2 2007, 10:41 PM

Col. Samantha Carter
*******
Senior Member
2,702 posts

Joined: Dec 2004
From: P8X-86A


where to find the minidump files?
ff7yta
post Mar 3 2007, 07:18 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(nightzstar @ Mar 2 2007, 10:41 PM)
where to find the minidump files?
*
Here you go:
C:\Windows\Minidump
nightzstar
post Mar 3 2007, 09:13 PM

Col. Samantha Carter
*******
Senior Member
2,702 posts

Joined: Dec 2004
From: P8X-86A


i cant attach my minidump files. It said file extension not allowed.? rclxub.gif

This post has been edited by nightzstar: Mar 3 2007, 09:20 PM
ff7yta
post Mar 4 2007, 11:34 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(nightzstar @ Mar 3 2007, 09:13 PM)
i cant attach my minidump files. It said file extension not allowed.? rclxub.gif
*
mad.gif U have to zip the files before u can upload it here.

Please read the first page la

This post has been edited by ff7yta: Mar 4 2007, 11:34 PM
nightzstar
post Mar 6 2007, 10:34 PM

Col. Samantha Carter
*******
Senior Member
2,702 posts

Joined: Dec 2004
From: P8X-86A


Here is my minidump files. Can help me> blush.gif


Attached File(s)
Attached File  Mini022507_01.zip ( 22.97k ) Number of downloads: 20
yanio9
post Mar 8 2007, 09:09 PM

Getting Started
**
Junior Member
77 posts

Joined: Feb 2007


QUOTE(Musta1987 @ Jan 30 2007, 03:36 PM)
i've been facing this problem for about 2weeks now and still dont even know what the F*ck did it
This thing popups from nowhere and i have to restart my pc :

A problem has been detected and windows has been shut down to prevent damage to your computer

If this is the first time you've seen this stop error screen, restart your computer. If this screen appears again, follow there steps.

Check to make sure any new hardware or software is properly installed. If this is a new installation, ask your hardware or software manufacturer for any windows updates you might need.

If problems continue, disable or remove any newly installed hardware or software, Disable BIOS memory options such as Safe Mode to remove or disable components, restart your computer, press F8 to select Advanced Startup Options and then select Safe Mode .

*** STOP: 0x00000050 (0xE2EBB000, 0x00000000, 0x8053A98F, 0X00000001)

Beginning dump of physical memory
Physical memory dump complete.

i didnt even installed any new hardware/software or update,HELP ME, WHATS WRONG!!!!!
*
ya me also got thi problem but how to solve it ..... i cannt understand the way to solve it ......
SUSlight
post Mar 10 2007, 12:44 PM

New Member
*
Junior Member
31 posts

Joined: Mar 2006
i have same problem!!!!

WHEN I PUT A NEW HARD DISC N START THE PC,THE PC WILL RESTART AFTER LOADING THE WINDOWS..........

AFTER LOADING WINDOWS,IT SHOW A BLUE SCREEN AROUND 0.5 SEC N RESTART AGAIN.....


WAT THE PROBLEM?
ff7yta
post Mar 10 2007, 08:07 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(nightzstar @ Mar 6 2007, 10:34 PM)
Here is my minidump files. Can help me> blush.gif
*
Mini022507-01.dmp
Probably caused by : cmuda.sys ( cmuda+9edab )
Just one minidump file? Well, google shows that cmuda.sys is a driver file for your audio hardware. Updating the driver will normally solve this problem.

Website 1
Update Site 1
Update Site 2


Added on March 10, 2007, 8:07 pm
QUOTE(light @ Mar 10 2007, 12:44 PM)
i have same problem!!!!

WHEN I PUT A NEW HARD DISC N START THE PC,THE PC WILL RESTART AFTER LOADING THE WINDOWS..........

AFTER LOADING WINDOWS,IT SHOW A BLUE SCREEN AROUND 0.5 SEC N RESTART AGAIN.....
WAT THE PROBLEM?
*
vmad.gif WHATS THE CAPS FOR?


Added on March 10, 2007, 8:07 pm
QUOTE(yanio9 @ Mar 8 2007, 09:09 PM)
ya me also got thi problem but how to solve it ..... i cannt understand the way to solve it ......
*
In your case, it may be due to CPU overheat.

This post has been edited by ff7yta: Mar 10 2007, 08:08 PM
kalakatu
post Mar 10 2007, 09:05 PM

Insanely Addictive
*******
Senior Member
2,323 posts

Joined: Apr 2006
From: Somewhere I Belong



i got bsod when i transfer the songs to my md..any idea whats goin on?
here is the details -> http://forum.lowyat.net/index.php?showtopic=424722
nightzstar
post Mar 10 2007, 10:46 PM

Col. Samantha Carter
*******
Senior Member
2,702 posts

Joined: Dec 2004
From: P8X-86A


Apart from that cmuda.sys, i encountered restart problem when i play CS:CZ and other games. What have caused this?
babyzie
post Mar 11 2007, 07:33 PM

New Member
*
Newbie
3 posts

Joined: Mar 2007
From: Ampang


hello,

my laptop recently got this BSOD.. i'm not really sure why. i can boot, but at some amount of time the screen will appear.. this happen everytime i turn on the laptop.

please help..
attached is my minidump files

Attached File  minidump.zip ( 16.04k ) Number of downloads: 17

ff7yta
post Mar 11 2007, 08:36 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(nightzstar @ Mar 10 2007, 10:46 PM)
Apart from that cmuda.sys, i encountered restart problem when i play CS:CZ and other games. What have caused this?
*
Counterstike generates sound. Sound uses cmuda.sys because its an audio driver.


Added on March 11, 2007, 8:39 pm
QUOTE(babyzie @ Mar 11 2007, 07:33 PM)
hello,

my laptop recently got this BSOD.. i'm not really sure why. i can boot, but at some amount of time the screen will appear.. this happen everytime i turn on the laptop.

please help..
attached is my minidump files

Attached File  minidump.zip ( 16.04k ) Number of downloads: 17

*
Mini030607-01.dmp
Probably caused by : ntkrnlpa.exe ( nt+68853 )
Mini031107-01.dmp
Probably caused by : USBPORT.SYS ( USBPORT+1afdf )

Erm... Give me some time for this.

This post has been edited by ff7yta: Mar 11 2007, 08:39 PM
babyzie
post Mar 12 2007, 04:12 PM

New Member
*
Newbie
3 posts

Joined: Mar 2007
From: Ampang


thanks for trying to find out the probs notworthy.gif I've been reading a bit about both probable cause that u stated, but its a different type of error.. so i still dont understand the cause wacko.gif is my laptop overheated or my external drive that cause this problem. btw, i do have an external drive (Maxtor 80GB).. I would be glad to upgrade any driver that needed upgrade but then.. which one?? sad.gif

This post has been edited by babyzie: Mar 12 2007, 04:14 PM
ff7yta
post Mar 12 2007, 05:02 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(babyzie @ Mar 12 2007, 04:12 PM)
thanks for trying to find out the probs notworthy.gif I've been reading a bit about both probable cause that u stated, but its a different type of error.. so i still dont understand the cause wacko.gif is my laptop overheated or my external drive that cause this problem. btw, i do have an external drive (Maxtor 80GB).. I would be glad to upgrade any driver that needed upgrade but then.. which one?? sad.gif
*
I roughly guess that your external HD is causing the problem. Your CPU shouldnt be overheating but u should also put your keen eye onto your CPU temp.

I am not sure how to solve this problem. But maybe having this few steps "might" work.
Updating USB drivers. Anyone in the red box below, depending on where u plug your HD into.
[attachmentid=203562]
Well, a problem normally faced when updating USB is, we do not know the manufacturer of the hardware before we update it. Sad case here.

If u know your USB hardware manufacturer, go to their website and download the latest USB drivers. If u see the keyword enhanced, then your USB is v2.0.

A word of warning, installing the wrong driver will result in your USB to be lagging like 'BAD'... And sometimes even after uninstalling the wrong driver will not remove the bad lag problem.

This post has been edited by ff7yta: Mar 12 2007, 05:05 PM
xeonsam
post Mar 13 2007, 10:56 PM

New Member
*
Junior Member
46 posts

Joined: Aug 2006
From: Kulim


ahhhh, my head going to blow shakehead.gif
still getting the same BSOD.
Help pls.
9ty5
post Mar 14 2007, 01:34 AM

Getting Started
**
Junior Member
89 posts

Joined: Jan 2003
Sigh. Smooth all the while till I installed a new maxtor sata hard disk.




Attached File(s)
Attached File  Mini031407_01.zip ( 16.27k ) Number of downloads: 11
babyzie
post Mar 14 2007, 06:08 PM

New Member
*
Newbie
3 posts

Joined: Mar 2007
From: Ampang


QUOTE(ff7yta @ Mar 12 2007, 05:02 PM)
I roughly guess that your external HD is causing the problem. Your CPU shouldnt be overheating but u should also put your keen eye onto your CPU temp.
*
thanks for the advise, i'll look up to these matter rite away icon_rolleyes.gif

QUOTE(ff7yta @ Mar 12 2007, 05:02 PM)
I am not sure how to solve this problem. But maybe having this few steps "might" work.
Updating USB drivers.
*
thanks for trying to help notworthy.gif
WaCKy-Angel
post Mar 17 2007, 10:19 AM

PeACe~~
*********
All Stars
21,962 posts

Joined: Dec 2004
From: KL



Just some stop messages meaning taken from website..
Resources taken from http://www.updatexp.com/stop-messages.html


QUOTE
Stop 0x0000000A or IRQL_NOT_LESS_OR_EQUAL



The Stop 0xA message indicates that a kernel-mode process or driver attempted to access a memory location to which it did not have permission, or at a kernel interrupt request level (IRQL) that was too high. A kernel-mode process can access only other processes that have an IRQL lower than, or equal to, its own. This Stop message is typically due to faulty or incompatible hardware or software.

Possible Resolutions:

A Stop 0xA message might occur after installing a faulty device driver, system service, or firmware. If a Stop message lists a driver by name, disable, remove, or roll back the driver to correct the problem. If disabling or removing drivers resolves the issues, contact the manufacturer about a possible update. Using updated software is especially important for multimedia applications, antivirus scanners, and CD mastering tools.
 
A Stop 0xA message might also be due to failing or defective hardware. If a Stop message points to a category of devices (video or disk adapters, for example), try removing or replacing the hardware to determine if it is causing the problem.
 
If you encounter a Stop 0xA message while upgrading to Windows XPl, the problem might be due to an incompatible driver, system service, virus scanner, or backup. To avoid problems while upgrading, simplify your hardware configuration and remove all third-party device drivers and system services (including virus scanners) prior to running setup. After you have successfully installed Windows XP, contact the hardware manufacturer to obtain compatible updates.




lighter
post Mar 17 2007, 07:18 PM

Recommended Seller
*******
Senior Member
2,478 posts

Joined: Jan 2003



QUOTE(WaCKy-Angel @ Mar 17 2007, 10:19 AM)
Just some stop messages meaning taken from website..
Resources taken from http://www.updatexp.com/stop-messages.html
*
nice one!
karchis
post Mar 18 2007, 09:03 AM

Getting Started
**
Junior Member
216 posts

Joined: Mar 2007
From: behind you..
urm i got a prob with stop 0x000000007E..how about that??before this i got a prob with 0x0000000050,but after i install the driver and save in my pendrive,it's running ok. another problem comes,with setupdd.sys..i made change in bios boot..then prob with 0x++++7E occur..
so how ??

my hdd 250gig and ram ddr2 pc5400


urm how to setup as a new bios.in another word reset the bios,if possible..i'm a newbie..so i don't know mobo or bios should be reset..i think my problem can be solve by reset,becouse it can run partition setup in 1st time i run the installation of os.

thank you for your help.


This post has been edited by karchis: Mar 18 2007, 09:42 AM
Froggy78
post Mar 18 2007, 09:39 AM

New Member
*
Junior Member
8 posts

Joined: Mar 2007


sad.gif I have sent my pc for repair just last week. The main reason for technician support was BSOD kept popping up. 2 days ago i got back my pc with a brand new OS installed in a brand new hard disk (the technician told me that my previous BSOD was due to my faulty hard disk). Somehow when i installed my first Norton Antivirus 2006, the BSOD popped up again. i am truly helpless because i am not an expert in those errors. I have ran the window debugger but no idea where to start looking for a solution. Therefore i have attached my minidump zip file and i hope someone will be able to guide and provide some effective solutions. doh.gif

Here is my system informations:
AMD Athlon ™ XP 2000+ 1.67GHZ
512 MB DDR RAM (PC3200 + PC 2700)
80GB Western Digital and 60GB Maxtor (this one only for data storage)
NVIDIA GeForce MX440
Creative SB Live 1.5
Win XP Professional Version 2002 SP2

P/s: Currently i am not able to run full scan of any antivirus or spyware softwares.........cause if i do...BSOD STRIKES AGAIN!!!!!!

Thanks!!

This post has been edited by Froggy78: Mar 18 2007, 10:09 AM


Attached File(s)
Attached File  Minidump.zip ( 143.92k ) Number of downloads: 13
afosz
post Mar 18 2007, 02:10 PM

Justice, My Foot!
******
Senior Member
1,413 posts

Joined: Jun 2006
From: Shah Alam
Need help regarding this BSoD in Vista. My bro recently installed Windows Vista Ultimate with these specs and nothing seems to be any problem ..

Specs:
AMD Athlon 64 3500+ 2.2GHz AM2
Gigabyte S3
Kingston DDR2 667 512MB
Gigabyte 7300GT 128MB
WesternD SATAII 80GB
Windows Vista Ultimate

no problem for the 1st time use. Then he added another Kingston DDR2 667 1GB with a total now of 1.5GB RAM. Then it can't load into windows. After complete startup, it'll crash. After reformat windows, it still occurs but this time is lesser than before. For the mean time, the windows can't even last for an hour. Can anyone help?
nightzstar
post Mar 18 2007, 09:38 PM

Col. Samantha Carter
*******
Senior Member
2,702 posts

Joined: Dec 2004
From: P8X-86A


Here is my another dump files regarding the crash when i play CS:CZ and MetalHeart. I suspect it is either sound driver or videocard driver




Attached File(s)
Attached File  Dump.zip ( 50.72k ) Number of downloads: 10
Froggy78
post Mar 19 2007, 11:14 AM

New Member
*
Junior Member
8 posts

Joined: Mar 2007


The BSOD keeps coming up.................. rclxub.gif vmad.gif

Please HELP!


Attached File(s)
Attached File  Mini031907_01.zip ( 21.66k ) Number of downloads: 9
Attached File  Mini031807_02.zip ( 40.04k ) Number of downloads: 8
evil_cutie
post Mar 19 2007, 12:09 PM

Casual
***
Junior Member
321 posts

Joined: Apr 2006
From: Penang


guyz......my pc suffered fr dis BSOD recently.....its written there stg like UNMOUNTABLE BOOT VOLUME.....i cant even load the windows,neither safe mode.....so , can any1 help me out ????regards......

p/s: sorry 4 my broken eng .....blush.gif
Froggy78
post Mar 19 2007, 08:55 PM

New Member
*
Junior Member
8 posts

Joined: Mar 2007


BSOD alert!!!

This statement appears in my savedump log :
"The computer has rebooted from a bugcheck. The bugcheck was: 0x1000008e (0x80000004, 0xe103f379, 0xf94fda3c, 0x00000000). A dump was saved in: C:\WINDOWS\Minidump\Mini031907-05.dmp"


I have the minidump zip file attached. Thx!!



Attached File(s)
Attached File  Mini031907_05.zip ( 17.87k ) Number of downloads: 31
eXPeri3nc3
post Mar 20 2007, 06:55 PM

It's coming! 3ɔu3ıɹǝdxǝ ♥
*******
Senior Member
9,257 posts

Joined: Aug 2005
From: Not so sure myself Status: 1+3+3=7



QUOTE(Froggy78 @ Mar 19 2007, 08:55 PM)
BSOD alert!!!

This statement appears in my savedump log :
"The computer has rebooted from a bugcheck.  The bugcheck was: 0x1000008e (0x80000004, 0xe103f379, 0xf94fda3c, 0x00000000). A dump was saved in: C:\WINDOWS\Minidump\Mini031907-05.dmp"
I have the minidump zip file attached. Thx!!
*
Check the spoiler

» Click to show Spoiler - click again to hide... «


csrss.exe... Hmm...

Hope this helps -- http://www.annoyances.org/exec/forum/winxp/t1031315908
Froggy78
post Mar 21 2007, 09:54 AM

New Member
*
Junior Member
8 posts

Joined: Mar 2007


QUOTE(eXPeri3nc3 @ Mar 20 2007, 06:55 PM)
Check the spoiler

» Click to show Spoiler - click again to hide... «


csrss.exe... Hmm...

Hope this helps -- http://www.annoyances.org/exec/forum/winxp/t1031315908
*
Hi rclxm9.gif Thanks for yr respond. Well after days of testing, at last i have figured out the problem.....The installed Norton Anti Virus is not compatible with my new installed XP. The BSOD has stopped and the window looks more stable now. I am currently using Avast Anti Virus.
xeonsam
post Mar 24 2007, 09:22 PM

New Member
*
Junior Member
46 posts

Joined: Aug 2006
From: Kulim


ok, guy thx those who help me out, i'm finaly found out the problem that causes my pc keep pop up BSoD.

it seen like my motherboard have some bad capasitor, after DIY recaps to my motherboard, everything ran smooth again.

the link to the bad capasitor.
http://forum.lowyat.net/index.php?showtopic=341368
vailance
post Mar 24 2007, 10:31 PM

wat??
*****
Senior Member
841 posts

Joined: Feb 2005
From: Melaka>KL



pros.. need help on my pc.. urgent.. im doing urgent work now.. the pc just sudden restart after got a blue screen.. i think mosy probably the harddisk prob.. coz i heard my hdd suddent stop .. these is all the dumpfiles..


Attached File(s)
Attached File  Minidump.zip ( 224.17k ) Number of downloads: 14
iamzacky
post Mar 27 2007, 06:28 PM

Casual
***
Junior Member
300 posts

Joined: Jan 2003
From: kjg


my friend had a bluescreen problem...
whenever he transfers a BIG data to an external storage, the bluecreen will appear. do u know what hardware that cause this problem? he tried changing the RAM but the problem still persist.
ff7yta
post Mar 29 2007, 08:46 AM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(vailance @ Mar 24 2007, 10:31 PM)
pros.. need help on my pc.. urgent.. im doing urgent work now.. the pc just sudden restart after got a blue screen.. i think mosy probably the harddisk prob.. coz i heard my hdd suddent stop .. these is all the dumpfiles..
*
Many problems with your computer:
» Click to show Spoiler - click again to hide... «
» Click to show Spoiler - click again to hide... «
» Click to show Spoiler - click again to hide... «
» Click to show Spoiler - click again to hide... «
» Click to show Spoiler - click again to hide... «
» Click to show Spoiler - click again to hide... «



Added on March 29, 2007, 8:46 am
QUOTE(AllOfTheDayAndAllOfTheNight @ Mar 27 2007, 06:28 PM)
my friend had a bluescreen problem...
whenever he transfers a BIG data to an external storage, the bluecreen will appear. do u know what hardware that cause this problem? he tried changing the RAM but the problem still persist.
*
Cant help you with this little information.



QUOTE(eXPeri3nc3 @ Mar 29 2007, 05:53 PM)
ff7yta, you gotta fix your symbols first before even attempting to diagnose the dumps.
*

Ah... The symbols. I just want to know the cause of error only.

I'm not going into too much of detail anyway.

This post has been edited by ff7yta: Mar 29 2007, 06:36 PM
eXPeri3nc3
post Mar 29 2007, 05:53 PM

It's coming! 3ɔu3ıɹǝdxǝ ♥
*******
Senior Member
9,257 posts

Joined: Aug 2005
From: Not so sure myself Status: 1+3+3=7



ff7yta, you gotta fix your symbols first before even attempting to diagnose the dumps.
Sleepyzai
post Mar 29 2007, 07:20 PM

New Member
*
Junior Member
13 posts

Joined: Nov 2006


Hihi~~me trying 2 format my pc..but it appear blue screen..it say STOP:0X0000007B











This post has been edited by Sleepyzai: Mar 29 2007, 07:29 PM


Attached File(s)
Attached File  Mini080106_01.zip ( 34.26k ) Number of downloads: 12
Attached File  Mini080106_02.zip ( 25.9k ) Number of downloads: 11
Attached File  Mini111506_01.zip ( 36.95k ) Number of downloads: 9
ff7yta
post Mar 30 2007, 06:07 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(Sleepyzai @ Mar 29 2007, 07:20 PM)
Hihi~~me trying 2 format my pc..but it appear blue screen..it say STOP:0X0000007B
*
» Click to show Spoiler - click again to hide... «
» Click to show Spoiler - click again to hide... «
» Click to show Spoiler - click again to hide... «

Solution 1
Solution 2

FYI: U can zip more than 1 file into a zip directory.

This post has been edited by ff7yta: Mar 30 2007, 06:09 PM
GymBoi
post Apr 2 2007, 08:08 PM

Regular
******
Senior Member
1,393 posts

Joined: Feb 2006
hey guys .. sry im a super computer noob here .. is this place for people with computer problem ... which it auto restart .. has a blue screen for few seconds that say "physically dumping memory" or something ??

I've had that problem alot of time before this .. and 2 of my computer already die because of this ... now my laptop is starting to have this problem as well ... can some1 explain to me in simple english why is this happening ? and how do i fix it ? thnx


Added on April 3, 2007, 8:39 pmhi guys, i've read the 1st post and this is my 4 or 5 files all zipped ... the blue screen is too fast, i can't read anything .. can some1 teach me what to do next ?

This post has been edited by GymBoi: Apr 3 2007, 08:41 PM


Attached File(s)
Attached File  minidump.zip ( 144.71k ) Number of downloads: 12
evil_cutie
post Apr 4 2007, 01:43 PM

Casual
***
Junior Member
321 posts

Joined: Apr 2006
From: Penang


QUOTE(evil_cutie @ Mar 19 2007, 12:09 PM)
guyz......my pc suffered fr dis BSOD recently.....its written there stg like UNMOUNTABLE BOOT VOLUME.....i cant even load the windows,neither safe mode.....so , can any1 help me out ????regards......

p/s: sorry 4 my broken eng .....blush.gif
*
is there any pros out there can fix my problem ASAP?? urgent...plz icon_question.gif
aj4hippy
post Apr 7 2007, 02:55 AM

New Member
*
Junior Member
30 posts

Joined: Dec 2006
i received a blue screen while i alt+tab from maple to window desktop
totally hang n blue screen came out @@
any pros can help me figure out wat happen

there is anthr prb i facing...sry too many prb as i noob on all tis stuff
everytm i start my pc at the beginning
my pc wil automatically shut down (without any reason or notice) and restart for me
i went to event viewer - system
it said : The computer has rebooted from a bugcheck. The bugcheck was: 0x0000008e (0xc0000005, 0x00000000, 0xecf24840, 0x00000000). A full dump was not saved.

This post has been edited by aj4hippy: Apr 7 2007, 02:58 AM


Attached File(s)
Attached File  Mini040707_01.zip ( 6.64k ) Number of downloads: 7
Attached File  Mini040707_01.zip ( 6.64k ) Number of downloads: 11
Froggy78
post Apr 7 2007, 05:12 PM

New Member
*
Junior Member
8 posts

Joined: Mar 2007


QUOTE(aj4hippy @ Apr 7 2007, 02:55 AM)
i received a blue screen while i alt+tab from maple to window desktop
totally hang n blue screen came out @@
any pros can help me figure out wat happen

there is anthr prb i facing...sry too many prb as i noob on all tis stuff
everytm i start my pc at the beginning
my pc wil automatically shut down (without any reason or notice) and restart for me
i went to event viewer - system
it said : The computer has rebooted from a bugcheck.  The bugcheck was: 0x0000008e (0xc0000005, 0x00000000, 0xecf24840, 0x00000000). A full dump was not saved.
*
Well did u install or restore any softwares or hardwares recently? If no, have u try to restore your pc yet? Besides how long have u been using this pc? Open up the casing and check yr motherboard for faulty elements. Try also to clean up dust accumulated there. Before sending yr pc over for repair, it's better for u to format your pc and try to reinstall the window.It helps sometimes if it's window corrupted.

I had BSOD problem numerous times. After all the hassle and testing, finally it was my motherboard that caused the turmoil.

Good Luck!
ff7yta
post Apr 7 2007, 07:21 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(Froggy78 @ Apr 7 2007, 05:12 PM)
Well did u install or restore any softwares or hardwares recently? If no, have u try to restore your pc yet? Besides how long have u been using this pc? Open up the casing and check yr motherboard for faulty elements. Try also to clean up dust accumulated there. Before sending yr pc over for repair, it's better for u to format your pc and try to reinstall the window.It helps sometimes if it's window corrupted.

I had BSOD problem numerous times. After all the hassle and testing, finally it was my motherboard that caused the turmoil.

Good Luck!
*

Some words for u. People wont come here if all they get is, OI got format ur pc and your problems would be solved.

And please dont provide people with ABSOLUTELY WRONG INFORMATION.


QUOTE(aj4hippy @ Apr 7 2007, 02:55 AM)
i received a blue screen while i alt+tab from maple to window desktop
totally hang n blue screen came out @@
any pros can help me figure out wat happen

there is anthr prb i facing...sry too many prb as i noob on all tis stuff
everytm i start my pc at the beginning
my pc wil automatically shut down (without any reason or notice) and restart for me
i went to event viewer - system
it said : The computer has rebooted from a bugcheck.  The bugcheck was: 0x0000008e (0xc0000005, 0x00000000, 0xecf24840, 0x00000000). A full dump was not saved.
*

A maple player. Poor computer being misused for some entertainment. sad.gif And whats with sending two same zip files containing the same minidump file?
Probably caused by : ntoskrnl.exe ( nt+78bd )


QUOTE(GymBoi @ Apr 2 2007, 08:08 PM)
hey guys .. sry im a super computer noob here .. is this place for people with computer problem ... which it auto restart .. has a blue screen for few seconds that say "physically dumping memory" or something ??

I've had that problem alot of time before this .. and 2 of my computer already die because of this ... now my laptop is starting to have this problem as well ... can some1 explain to me in simple english why is this happening ? and how do i fix it ? thnx


Added on April 3, 2007, 8:39 pmhi guys, i've read the 1st post and this is my 4 or 5 files all zipped ... the blue screen is too fast, i can't read anything .. can some1 teach me what to do next ?
*

Physical dumping memory can be caused by several reasons. Normally they display this when your CPU heats up above the limit set in the BIOS and saves all your RAM data into the HD so that u dont lose important work.
Other reasons are maybe sudden hardware failure, registry going crazy... Many probablity, so need to check your minidump files and see the cause of the problem.
When we, u know the problem, look in google for a solution. Search yourself ya. Here is the results from opening your minidump files:
Probably caused by : LF30XP.sys ( LF30XP+1f4f )
Probably caused by : LF30XP.sys ( LF30XP+1f4f )
Probably caused by : ati2dvag.dll ( ati2dvag+9749 )
Probably caused by : krait.sys ( krait+cf1 )
Probably caused by : krait.sys ( krait+cf1 )


QUOTE(evil_cutie @ Apr 4 2007, 01:43 PM)
is there any pros out there can fix my problem ASAP?? urgent...plz icon_question.gif
*

UNMOUNTABLE BOOT VOLUME might be caused by two things.
1. Your HD is spoilt
2. Your mobo IDE controller is spoilt.

Start your computer repairs from here.

This post has been edited by ff7yta: Apr 7 2007, 07:26 PM
afosz
post Apr 8 2007, 08:59 AM

Justice, My Foot!
******
Senior Member
1,413 posts

Joined: Jun 2006
From: Shah Alam
I've run the Debugging Tools for Windows (WinDBG) and I got this

PAGE_FAULT_IN_NONPAGED_AREA (50)

That means my memory has a problem? Can it still usable for the time being? It is Kingston 667 1GB, and I decided to add another 1GB. Can it run with the new one or do I need to take out the old one, not usable anymore? sad.gif
vailance
post Apr 8 2007, 02:05 PM

wat??
*****
Senior Member
841 posts

Joined: Feb 2005
From: Melaka>KL



ahh.. nvm... i format everything changed to vista ultimate for my main os.. now video drivers not very stable lol
chaquin
post Apr 9 2007, 12:48 PM

New Member
*
Junior Member
15 posts

Joined: Apr 2007
hye..
i have bsod problem also..
i have this problem since the first day i bought my laptop..
i use compaq presario v3010au..

the bluescreen always happen today..
and i dont know what to do to solve the problem..
before this i have sent my laptop to the hp service center,but its still happen..

it always state this ---> 0x00000077 (i dont remember the word here) and 0x000000F4 (also dont remember)..

how can i solve this problem?
nightzstar
post Apr 10 2007, 01:59 PM

Col. Samantha Carter
*******
Senior Member
2,702 posts

Joined: Dec 2004
From: P8X-86A


Eh mr .ff7ya, din help me analyse my latest minidump files on previous post? Post #178

This post has been edited by nightzstar: Apr 10 2007, 02:01 PM
ff7yta
post Apr 10 2007, 08:08 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(nightzstar @ Apr 10 2007, 01:59 PM)
Eh mr .ff7ya, din help me analyse my latest minidump files on previous post? Post #178
*
Probably caused by : ntoskrnl.exe ( nt+15995 )

can only analyze one files of three.

QUOTE(afosz @ Apr 8 2007, 08:59 AM)
I've run the Debugging Tools for Windows (WinDBG) and I got this

PAGE_FAULT_IN_NONPAGED_AREA (50)

That means my memory has a problem? Can it still usable for the time being? It is Kingston 667 1GB, and I decided to add another 1GB. Can it run with the new one or do I need to take out the old one, not usable anymore? sad.gif
*
I'm noob at Vista. sweat.gif
QUOTE(afosz @ Apr 10 2007, 08:53 PM)
What this has to do with my problem?

Lol no one replied? I just wanna know whether my 1GB RAM is still usable for let say, til the end of the year maybe after I add another new 1GB RAM
*
Hope someone will reply you with ur specific concerns. whistling.gif

This post has been edited by ff7yta: Apr 11 2007, 06:03 PM
afosz
post Apr 10 2007, 08:53 PM

Justice, My Foot!
******
Senior Member
1,413 posts

Joined: Jun 2006
From: Shah Alam
QUOTE(ff7yta @ Apr 10 2007, 08:08 PM)
I'm noob at Vista.  sweat.gif
*
What this has to do with my problem?

Lol no one replied? I just wanna know whether my 1GB RAM is still usable for let say, til the end of the year maybe after I add another new 1GB RAM
P3rSeUs
post Apr 13 2007, 01:08 AM

Enthusiast
****
Senior Member
687 posts

Joined: Jan 2003
From: ipoh


my laptop has been experiencing occasional BSOD lately...

attached is the minidump...
izzit time for me to get a new comp?? or just have replace hardwares?
*sigh*

please helpp...... cry.gif

This post has been edited by P3rSeUs: Apr 13 2007, 01:24 AM


Attached File(s)
Attached File  Minidump.zip ( 74.26k ) Number of downloads: 22
basSist
post Apr 13 2007, 01:08 PM

Don't look at my stars
*******
Senior Member
3,567 posts

Joined: Jan 2003
From: Paradise


i got BSOD problem here. system file corrupted suspected. Pls help me to identify the problems thansk biggrin.gif


Attached File(s)
Attached File  Mini041307_01.zip ( 19.57k ) Number of downloads: 23
ff7yta
post Apr 13 2007, 04:50 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(P3rSeUs @ Apr 13 2007, 01:08 AM)
my laptop has been experiencing occasional BSOD lately...

attached is the minidump...
izzit time for me to get a new comp?? or just have replace hardwares?
*sigh*

please helpp......  cry.gif
*

Probably caused by : nltdi.sys ( nltdi+a75b )
Probably caused by : nltdi.sys ( nltdi+a91c )
Probably caused by : Unknown_Module_ebfec000+a91e
Probably caused by : Unknown_Image
Probably caused by : Unknown_Image
Probably caused by : nltdi.sys ( nltdi+8057 )

Its time to format your computer....

QUOTE(basSist @ Apr 13 2007, 01:08 PM)
i got BSOD problem here. system file corrupted suspected. Pls help me to identify the problems thansk biggrin.gif
*
Probably caused by : csrss.exe
basSist
post Apr 13 2007, 05:36 PM

Don't look at my stars
*******
Senior Member
3,567 posts

Joined: Jan 2003
From: Paradise


QUOTE(ff7yta @ Apr 13 2007, 04:50 PM)
Probably caused by : csrss.exe
*
how to troubleshoot it? icon_question.gif
P3rSeUs
post Apr 13 2007, 09:16 PM

Enthusiast
****
Senior Member
687 posts

Joined: Jan 2003
From: ipoh


QUOTE(ff7yta @ Apr 13 2007, 04:50 PM)
Probably caused by : nltdi.sys ( nltdi+a75b )
Probably caused by : nltdi.sys ( nltdi+a91c )
Probably caused by : Unknown_Module_ebfec000+a91e
Probably caused by : Unknown_Image
Probably caused by : Unknown_Image
Probably caused by : nltdi.sys ( nltdi+8057 )

Its time to format your computer....
thanks a lot!

think the culprit there is netlimiter... but i suppose it's about time to format the comp after 2 years.. =)
vobboblogs
post Apr 15 2007, 01:25 PM

Getting Started
**
Junior Member
200 posts

Joined: Apr 2007


this is mine. analyze is please


Attached File(s)
Attached File  Mini041407_01.zip ( 630.68k ) Number of downloads: 24
Froggy78
post Apr 15 2007, 08:10 PM

New Member
*
Junior Member
8 posts

Joined: Mar 2007


QUOTE(ff7yta @ Apr 7 2007, 07:21 PM)
Some words for u. People wont come here if all they get is, OI got format ur pc and your problems would be solved.

And please dont provide people with ABSOLUTELY WRONG INFORMATION.
A maple player. Poor computer being misused for some entertainment. sad.gif And whats with sending two same zip files containing the same minidump file?
Probably caused by : ntoskrnl.exe ( nt+78bd )
Physical dumping memory can be caused by several reasons. Normally they display this when your CPU heats up above the limit set in the BIOS and saves all your RAM data into the HD so that u dont lose important work.
Other reasons are maybe sudden hardware failure, registry going crazy... Many probablity, so need to check your minidump files and see the cause of the problem.
When we, u know the problem, look in google for a solution. Search yourself ya. Here is the results from opening your minidump files:
Probably caused by : LF30XP.sys ( LF30XP+1f4f )
Probably caused by : LF30XP.sys ( LF30XP+1f4f )
Probably caused by : ati2dvag.dll ( ati2dvag+9749 )
Probably caused by : krait.sys ( krait+cf1 )
Probably caused by : krait.sys ( krait+cf1 )
UNMOUNTABLE BOOT VOLUME might be caused by two things.
1. Your HD is spoilt
2. Your mobo IDE controller is spoilt.

Start your computer repairs from here.
*
OOoo is that such serious that my comment perish people understanding about BSOD? well to be honest with u even with debug infos u got there,it won't change a thing sometimes and AUNTIE ur just presuming also................so if ur no real expert u shouldn't leave those debug result without telling others what to do...........all readers want a SOLUTION! not a debug result........... i am just commenting on the same situation that i faced with my pc.

This post has been edited by Froggy78: Apr 15 2007, 08:11 PM
ff7yta
post Apr 16 2007, 08:14 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(Froggy78 @ Apr 15 2007, 08:10 PM)
OOoo is that such serious that my comment perish people understanding about BSOD? well to be honest with u even with debug infos u got there,it won't change a thing sometimes and AUNTIE ur just presuming also................so if ur no real expert u shouldn't leave those debug result without telling others what to do...........all readers want a SOLUTION! not a debug result........... i am just commenting on the same situation that i faced with my pc.
*
Hmmm, are you trying to flame me? doh.gif
This is a FAQ forum. The solutions has been given in my helpful posts.
By the way, please invite the experts here then if its so easy doing charity.


Added on April 16, 2007, 8:15 pm
QUOTE(vobboblogs @ Apr 15 2007, 01:25 PM)
this is mine. analyze is please
*
Sorry, too many files.......

This post has been edited by ff7yta: Apr 16 2007, 08:41 PM
crazygalz
post Apr 18 2007, 10:22 PM

New Member
*
Junior Member
17 posts

Joined: Mar 2007
From: Penang


help... using sis laptop now..
my destop keep turn in blue screen.. ><"

this is the problem thats long time ago.. ><"
http://forum.lowyat.net/topic/443720

and now more serious.. it will turn in blue screen when going run something..
right click also will straight turn in blue screen.. =.=

the picture.. "error" was taken be4 the blue screen problem out..
after get this all error.. straight turn in the blue screen..
and the "STOP" same like #post3

QUOTE
STOP: 0x00000050
PAGE_FAULT_IN_NONPAGED_AREA
This Stop error indicates that requested data was not in memory. The system generates an exception error when using a reference to an invalid system memory address. Defective memory (including main memory, L2 RAM cache, video RAM) or incompatible software (including remote control and antivirus software) might cause this Stop error.
Possible Resolutions to STOP 0x0A, 0x01E, and 0x50 Errors
and the d1d2d3d5..
after restart.. that's all was show at destop..
wats that? blink.gif

and 1 problem..
i cannot on9 now.. how? cry.gif

pls help me to check that "minidump" ><"


Attached thumbnail(s)
Attached Image Attached Image Attached Image Attached Image Attached Image Attached Image Attached Image

Attached File(s)
Attached File  Mini041807_16.zip ( 372.76k ) Number of downloads: 19
basSist
post Apr 21 2007, 05:51 PM

Don't look at my stars
*******
Senior Member
3,567 posts

Joined: Jan 2003
From: Paradise


i think none is going to help for troubleshooting. try and google other places and not wasting time here guys
ganguy
post Apr 23 2007, 03:45 PM

New Member
*
Junior Member
33 posts

Joined: Nov 2006



This is my minidump...plz help thx.... notworthy.gif

Attached File  minidump.zip ( 63.81k ) Number of downloads: 15



Added on April 24, 2007, 3:42 amProblem solve but my selve,thx....

This post has been edited by ganguy: Apr 24 2007, 03:42 AM
Kyusuke_FD3S
post Apr 26 2007, 06:32 PM

Casual
***
Junior Member
430 posts

Joined: Jul 2005
hi every master please help me

thanks


Attached thumbnail(s)
Attached Image

Attached File(s)
Attached File  minidump_files.zip ( 142.08k ) Number of downloads: 12
Demon_Eyes_Kyo
post Apr 28 2007, 10:59 AM

On my way
****
Senior Member
682 posts

Joined: Nov 2004



Hi guys, just facing this BSOD lately

BAD_POOL_CALLER

STOP : 0x000000c2

This is the debug results


BAD_POOL_CALLER (c2)
The current thread is making a bad pool request. Typically this is at a bad IRQL level or double freeing the same allocation, etc.
Arguments:
Arg1: 00000007, Attempt to free pool which was already freed
Arg2: 00000cd4, (reserved)
Arg3: 84fd13b0, Memory contents of the pool block
Arg4: 853805d8, Address of the block of pool being deallocated

Debugging Details:
------------------

GetUlongFromAddress: unable to read from 80562b70
GetUlongFromAddress: unable to read from 80562b70

POOL_ADDRESS: 853805d8

BUGCHECK_STR: 0xc2_7

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: DRIVER_FAULT

PROCESS_NAME: System

LAST_CONTROL_TRANSFER: from 8054b941 to 8053354e

STACK_TEXT:
f7c96b04 8054b941 000000c2 00000007 00000cd4 nt!KeBugCheckEx+0x1b
f7c96b54 f75e46ad 853805d8 00000000 f7c96bb4 nt!ExFreePoolWithTag+0x2be
f7c96b68 f76114fd 853805d8 863975a0 e22eed20 Ntfs!NtfsFreeEresource+0x76
f7c96b8c f75e457a 84fb9d98 f7c96bb4 f7c96bbf Ntfs!NtfsDeleteFcb+0x4e
f7c96bd8 f7605d00 84fb9d98 86397440 e30b8448 Ntfs!NtfsTeardownFromLcb+0x1fd
f7c96c30 f75e0759 84fb9d98 e30b8510 00000000 Ntfs!NtfsTeardownStructures+0x125
f7c96c5c f76036eb 84fb9d98 010b8510 00000000 Ntfs!NtfsDecrementCloseCounts+0x9e
f7c96ce0 f760be13 84fb9d98 e30b8510 e30b8448 Ntfs!NtfsCommonClose+0x397
f7c96d74 804e426b 00000000 00000000 867c5640 Ntfs!NtfsFspClose+0xe3
f7c96dac 8057d0f1 00000000 00000000 00000000 nt!ExpWorkerThread+0x100
f7c96ddc 804f827a 804e4196 00000000 00000000 nt!PspSystemThreadStartup+0x34
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16


STACK_COMMAND: kb

FOLLOWUP_IP:
nt!ExFreePoolWithTag+2be
8054b941 83f801 cmp eax,1

SYMBOL_STACK_INDEX: 1

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: nt

IMAGE_NAME: ntoskrnl.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 45e54711

SYMBOL_NAME: nt!ExFreePoolWithTag+2be

FAILURE_BUCKET_ID: 0xc2_7_nt!ExFreePoolWithTag+2be

BUCKET_ID: 0xc2_7_nt!ExFreePoolWithTag+2be

Followup: MachineOwner

Anything I can do other than format? I did a rollback but still same.

This post has been edited by Demon_Eyes_Kyo: Apr 29 2007, 08:37 AM


Attached File(s)
Attached File  minidump.zip ( 55.22k ) Number of downloads: 14
Vint
post May 4 2007, 06:57 PM

ºI'm ♫♪♫♪♫♪..
******
Senior Member
1,492 posts

Joined: Dec 2005
From: Penang Island™



My com has appeared low virtual memory in the blue screen and i have to restart..means wat?
europology
post May 6 2007, 02:20 AM

Pantheon of Goddesses
*******
Senior Member
4,261 posts

Joined: Jun 2005


I was told to enter this:

SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols

under Symbol File Path and to check the "Reload" box, but the Reload box is not allowing me to check it by turning the check option off.

Then, I click on "Open Crash Dump" to try to analyse a minidump file. But the matter is I cudnt find a file with the word "minidump" on it! Help me... cry.gif
munak991
post May 9 2007, 09:38 PM

ZONIC!
*******
Senior Member
2,746 posts

Joined: Mar 2006
From: 21st century


Need Help Keep getting 0x0000000A when i try to load Bf 2142 map.
Isit Cause by my Ipod? cause last time i didnt remove my ipod then reboot my PC.
And it may save into CMOS?

Heres the .dmp u wanted

This post has been edited by munak991: May 10 2007, 02:27 PM
leekk8
post May 10 2007, 10:27 AM

Regular
******
Senior Member
1,059 posts

Joined: Mar 2006
From: KL


My laptop has bluescreen sometime, and in the bluescreen message, it indicates that the problem might be caused by a file called spoolsvv.sys.

I try to search this file and delete it, also remove this in the registry. After a while, this file will come back again. I have deleted it more than 3 times. What can I do?
ray_then0116
post May 11 2007, 01:26 PM

New Member
*
Junior Member
8 posts

Joined: May 2007
My desktop also keep coming out blue screen after few minute. what going on?virus? or window bugs?
ajay67
post May 11 2007, 07:34 PM

Look at all my stars!!
*******
Senior Member
2,960 posts

Joined: Jan 2003


hi

this is my minidump
can somebody analyse plzzz


Attached File(s)
Attached File  minidump.zip ( 18.78k ) Number of downloads: 9
SUSsynz
post May 11 2007, 11:48 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(ajay67 @ May 11 2007, 07:34 PM)
hi

this is my minidump
can somebody analyse plzzz
*
Most commonly it results from overheating, from failed hardware (RAM, CPU, hardware bus, power supply, etc.), or from pushing hardware beyond its capabilities (e.g., overclocking a CPU).

http://msdn.microsoft.com/library/default....2kmsgs/1252.asp

This post has been edited by synz: May 30 2007, 08:54 PM
europology
post May 12 2007, 02:19 AM

Pantheon of Goddesses
*******
Senior Member
4,261 posts

Joined: Jun 2005


my BSOD occurs ONLY when my webcam is activated. it is not liddat b4 this. jus that the thing happened out of the sudden several days ago. now, whenever i activate my webcam, it jus jumps into the BSOD. cry.gif
kalakatu
post May 12 2007, 02:04 PM

Insanely Addictive
*******
Senior Member
2,323 posts

Joined: Apr 2006
From: Somewhere I Belong



QUOTE(europology @ May 12 2007, 02:19 AM)
my BSOD occurs ONLY when my webcam is activated. it is not liddat b4 this. jus that the thing happened out of the sudden several days ago. now, whenever i activate my webcam, it jus jumps into the BSOD. cry.gif
*
perhaps its becoz of the driver..last time i got blue screen when transferring the songs to my minidisc..
europology
post May 13 2007, 02:37 AM

Pantheon of Goddesses
*******
Senior Member
4,261 posts

Joined: Jun 2005


driver? wat's the prob? cos it's been doing very well all this while... jus suddenly this happens... cry.gif
Kagaya
post May 20 2007, 06:58 PM

Bad-Badtz Maru FREAK !!!
Group Icon
Elite
2,396 posts

Joined: Jan 2003
From: Pandan Perdana, Cheras, KL



I'm forwarding a question with description as discrete as possible prior attaching a minidump file as the problem is with my non-tech savvy friend.

My friend's PC is currently facing an instant restart when he initiates Internet Explorer. A BSOD appeared with some error message and symbols then a restart occurs.

The problem appeared yesterday and showed when he initiates Internet Explorer with an active dialup connection. Somehow, his MSN Live Messenger functioned well. In fact, I did told him to try using other browser which are Firefox but it seems like he stopped using it for the moment and try to salvage and backup whatever in the laptop and be prepare for a reformatting doh.gif.

Somehow, the formatting haven't occurs and I would like to know from some of the sifu or expert here who have witness such a problem regarding Internet Explorer or problems alike which might not be caused by IE.

He thought of using MS Restore to restore to a previous state but the last changes occurs to his PC was the installation of a demo version of SoundForge Foundry where after the uninstallation (after the BSOD incident) the problem still persist.

I hope some you guys could tell/suggest some premonition/ideas on the root of the problem superficially so that I can convince him that a format is not necessary for the moment.

I promise that I'll attach the minidump later for your diagnostic but for moment, any idea?

In simple word: PC reboot whenever IE is up and trying to surf a website with a short term BSOD.

I believe the snapshot at the front got a solution to disable the instant restart but as for the reason behind the IE-Restart thingy, it seems like I found an FAQ from Microsoft KB where there are 10 frequently asked questions on this issue. The most obvious one would be with the Display Driver as I found the other 9 possibility were too low.

However, the problem didn't occurs before this until yesterday.

Any chances that it's an OS corruption or IE corruption? I thought of telling to repair IE but it seems he had lost his WinXP CD...

Please help, thank you notworthy.gif


Added on May 21, 2007, 12:15 pmForget it, FORMATTED liao...sorry all...sigh... sad.gif

This post has been edited by Kagaya: May 21 2007, 12:15 PM
ff7yta
post May 21 2007, 06:22 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(europology @ May 13 2007, 02:37 AM)
driver? wat's the prob? cos it's been doing very well all this while... jus suddenly this happens... cry.gif
*
We cant tell u much because we dont know what u have done to your computer through recent years. Mostly an approximation to extimate the problem only. Maybe you installed something that has the same priority with ur webcam? Maybe a new software that has video recording capabilities has changed your drivers setting? Many possibilities.

What I can recommend is, u update the driver for your webcam; or u reinstall your webcam (all software and drivers).


Added on May 21, 2007, 6:26 pm
QUOTE(Kagaya @ May 20 2007, 06:58 PM)
I'm forwarding a question with description as discrete as possible prior attaching a minidump file as the problem is with my non-tech savvy friend.

My friend's PC is currently facing an instant restart when he initiates Internet Explorer. A BSOD appeared with some error message and symbols then a restart occurs.

The problem appeared yesterday and showed when he initiates Internet Explorer with an active dialup connection. Somehow, his MSN Live Messenger functioned well. In fact, I did told him to try using other browser which are Firefox but it seems like he stopped using it for the moment and try to salvage and backup whatever in the laptop and be prepare for a reformatting doh.gif.

Somehow, the formatting haven't occurs and I would like to know from some of the sifu or expert here who have witness such a problem regarding Internet Explorer or problems alike which might not be caused by IE.

He thought of using MS Restore to restore to a previous state but the last changes occurs to his PC was the installation of a demo version of SoundForge Foundry where after the uninstallation (after the BSOD incident) the problem still persist.

I hope some you guys could tell/suggest some premonition/ideas on the root of the problem superficially so that I can convince him that a format is not necessary for the moment.

I promise that I'll attach the minidump later for your diagnostic but for moment, any idea?

In simple word: PC reboot whenever IE is up and trying to surf a website with a short term BSOD.

I believe the snapshot at the front got a solution to disable the instant restart but as for the reason behind the IE-Restart thingy, it seems like I found an FAQ from Microsoft KB where there are 10 frequently asked questions on this issue. The most obvious one would be with the Display Driver as I found the other 9 possibility were too low.

However, the problem didn't occurs before this until yesterday.

Any chances that it's an OS corruption or IE corruption? I thought of telling to repair IE but it seems he had lost his WinXP CD...

Please help, thank you notworthy.gif


Added on May 21, 2007, 12:15 pmForget it, FORMATTED liao...sorry all...sigh... sad.gif
*
sweat.gif laugh.gif
Long story -> summarised to:
PC restart when IE is launched. Problem not solved with system restore

Probably IE corruption, or a recent virus attack like "pokemon" cause this kinda things to happen.
Reinstalling IE or updating it to a newer version should solve the problem.


Added on May 21, 2007, 6:30 pmThere is a simillar thread about IE restart here:
http://forum.lowyat.net/topic/460034

This post has been edited by ff7yta: May 21 2007, 06:30 PM
Morph85
post May 22 2007, 09:34 PM

Getting Started
**
Junior Member
110 posts

Joined: Jan 2003
From: Melancholy Lavender
Previously I was doing the worm and some threat removal as guided by some forumer online, the worms I got are Vundo infection and Sasser worm, after doing some "hijack-ing" and also clear up those infection using Vundofix, I got the blue screen stating NDIS.SYS quite frequently.

and I got this:

DRIVER_IRQL_NOT_LESS_OR_EQUAL
NDIS.SYS
add F73F6BEF base at F73E0000 datestamp 4117EC3

and the dumps:
Attached File  MiniDump.zip ( 448.03k ) Number of downloads: 17


The frequency of occurance is about 2 hour. I'm not sure whether it is because of the previous virus removal causing this or the NIC/memory problem. Um.. I followed the debugger procedure but there are many symbol errors although i put in the line of code: "SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols" .

Help~~~


Added on May 25, 2007, 1:04 amErm... nvm.. i format my computer adi, seem like the previous viruses have cause these including the BSOD.

This post has been edited by Morph85: May 25 2007, 01:04 AM
ah_fui
post May 29 2007, 08:52 PM

technical potatoz
*****
Senior Member
858 posts

Joined: Jan 2003


DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)


this is my error i found from the minidump file ......

may i know wat shld i do to solve tis error ????
i had been go throught the r n d , most of them said that was driver problem ....

pls confirm me ..
thanks
SUSbudakdegilz
post May 29 2007, 10:50 PM

Regular
******
Senior Member
1,138 posts

Joined: Dec 2006



QUOTE
STOP: 0x00000050
PAGE_FAULT_IN_NONPAGED_AREA
This Stop error indicates that requested data was not in memory. The system generates an exception error when using a reference to an invalid system memory address. Defective memory (including main memory, L2 RAM cache, video RAM) or incompatible software (including remote control and antivirus software) might cause this Stop error.
Possible Resolutions to STOP 0x0A, 0x01E, and 0x50 Errors
can anybody explain to me in simple language....kind of blur la... rclxms.gif
shyjohn
post May 30 2007, 05:05 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(ah_fui @ May 29 2007, 08:52 PM)
DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
this is my error i found from the minidump file ......

may i know wat shld i do to solve tis error ????
i had been go throught the r n d , most of them said that was driver problem ....

pls confirm me ..
thanks
*
maybe you should attach your minidump so we can dig it out those errors.
karom
post Jun 1 2007, 11:26 AM

Hello everybody
******
Senior Member
1,262 posts

Joined: Aug 2006
From: Butterworth, Penang


minidump will be useful so that people will able to help you out.

As mentioned, there are several causes that lead to the problem.
philyong
post Jun 2 2007, 11:26 PM

Getting Started
**
Junior Member
179 posts

Joined: Apr 2007


GUYS! need help here. My laptop showed the blue screen and now i cant start my comp. I tried to recover it using the guidelines but still not working. Its vista btw.


Added on June 2, 2007, 11:27 pmit is said that my hard drive has something wrong


This post has been edited by philyong: Jun 2 2007, 11:27 PM
shyjohn
post Jun 3 2007, 12:10 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


Have you run chkdsk /f /r or the manufacturer's disk diagnostic programme.

kding2
post Jun 4 2007, 11:12 PM

Regular
******
Senior Member
1,007 posts

Joined: Apr 2007
What wrong with my damn PC for now?

It always crash once I started Warcraft3 and play it for more than 10 minute..

Someone please analyze this for me.

Here is my minidump file:



Attached File(s)
Attached File  Mini060407_02.zip ( 21.66k ) Number of downloads: 16
SUSsynz
post Jun 4 2007, 11:46 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(kding2 @ Jun 4 2007, 11:12 PM)
What wrong with my damn PC for now?

It always crash once I started Warcraft3 and play it for more than 10 minute..

Someone please analyze this for me.

Here is my minidump file:
*
Make sure u installed the newest and suitable driver for your audio device model and operating system. Search for appropriate audio driver through windows update if needed.
Street Force
post Jun 5 2007, 12:15 AM

Casual
***
Junior Member
491 posts

Joined: Oct 2005


i was AFK for a while without switching off my comp..
a while later...when i get back to my comp...this blue thingy prompt out..
research a lil bout this prob...if i am not mistaken..it is a software failure due to the SRS Audio Sandbox...another word..software to flash my audio..

Attached Image

QUOTE
STOP: 0x000000D1
DRIVER_IRQL_NOT_LESS_OR_EQUAL
This Stop error indicates that 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 faulty or mismatched RAM or a damaged pagefile.
Error Message with RAM Problems or Damaged Virtual Memory Manager


what bout srs_sscfilter.sys?

This post has been edited by Street Force: Jun 5 2007, 12:23 AM
shyjohn
post Jun 5 2007, 10:30 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


It's also part of SRS Audio Sandbox. Get latest update for this driver.
kding2
post Jun 6 2007, 08:35 AM

Regular
******
Senior Member
1,007 posts

Joined: Apr 2007
QUOTE(synz @ Jun 4 2007, 11:46 PM)
Make sure u installed the newest and suitable driver for your audio device model and operating system. Search for appropriate audio driver through windows update if needed.
*
Thanks for your reply.

I will try the solution.

Cheer!
Foxngn
post Jun 7 2007, 04:38 PM

sup,nikka
******
Senior Member
1,111 posts

Joined: Jan 2005
From: somewhere in the universe
Sorry to bothering, can help me check my minidump too?



Attached File(s)
Attached File  minidump.zip ( 36.97k ) Number of downloads: 10
SUSsynz
post Jun 7 2007, 06:03 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(Foxngn @ Jun 7 2007, 04:38 PM)
Sorry to bothering, can help me check my minidump too?
*
Try install the hotfix and see if it makes any difference

http://www.microsoft.com/downloads/details...&displaylang=en
shyjohn
post Jun 8 2007, 12:42 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


Probably its a hardware. My suggestion:

1) Test your ram with memtest86+
2) Check your hardware temperature esp CPU
3) Inspect your motherboard. Look for bad cap.

Bugcheck 0x8e with exception code 0xc000001d usually related tu CPU or motherboard.

Correct me if im wrong...

karom
post Jun 10 2007, 12:41 PM

Hello everybody
******
Senior Member
1,262 posts

Joined: Aug 2006
From: Butterworth, Penang


For AMD = CPU could cut off if reach 75C. But default, it is still OK it is run below 55C.

As for Intel, i heard the that the temp for cut off will be around 60C. Try to keep lower than 50C for Intel.

to check memory compatibility and stability, try to >>>orthos.

Try to check previous applications installed as well. If possible, remove the application which cause you the trouble if you found that you faced the problem after you installed the application.

Just my a little suggestion though. Peace.
saki_kawaii
post Jun 13 2007, 12:23 AM

Getting Started
**
Junior Member
61 posts

Joined: Jan 2006


hi

my laptop also got this BSOD thing..help me plz..i've attached the minidump here..thanx!




Attached File(s)
Attached File  Mini061007_02.zip ( 22.73k ) Number of downloads: 24
shyjohn
post Jun 13 2007, 01:20 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


Your minidump crashed at NETw3x32.sys with bugcheck 0xA. Its a Intel Wireless 802.11a+b+g driver. You need to download the latest version.
kl_boyz
post Jun 13 2007, 11:01 AM

New Member
*
Junior Member
41 posts

Joined: Aug 2006
From: Kepong



I do not know how to troubleshoot! What should I do? icon_question.gif
Please post your minidump files with .ZIP and attach it here.
Minidump files are located in C:\Windows\Minidump
You can go Start > Run > type %systemroot%\minidump > Hit enter
*

[/quote]


I still learning in pc system. Please can you teach me what is that minidump use for?


David.Lim
post Jun 13 2007, 11:45 AM

Casual
***
Junior Member
447 posts

Joined: Jan 2003


QUOTE(kl_boyz @ Jun 13 2007, 11:01 AM)
I do not know how to troubleshoot! What should I do?  icon_question.gif
Please post your minidump files with .ZIP and attach it here.
Minidump files are located in C:\Windows\Minidump
You can go Start > Run > type %systemroot%\minidump > Hit enter
*

I still learning in pc system. Please can you teach me what is that minidump use for?
*
When your windows trigger the BSOD, the windows create a log file for it and store it in the minidump folder. The file extension is mini<date in mm/dd/yy>-<number>.dmp

The file then we can view thru notepad or other text viewer for further diagnostic

This post has been edited by David.Lim: Jun 13 2007, 11:47 AM
~hunter~
post Jun 13 2007, 07:49 PM

PLsS bE PatiEnT (I'm FasTinG)
****
Senior Member
684 posts

Joined: Apr 2006
From: FPSO kwame nkrumah



can anybdy whos pro help me plzz... biggrin.gif

always BSOD comin out... mad.gif

heres the minidump file...

Mini033107-01.dmp
Mini040607-01.dmp
Mini041107-01.dmp
Mini042007-01.dmp
Mini060707-01.dmp
Mini060707-01.dmp
Mini060707-01.dmp

From the event viewer it shows

error on

1)ntfs
2)server
3)service control manager
4)plug play manager

Plzzz help me.. icon_question.gif
shyjohn
post Jun 13 2007, 08:43 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


You have to zip the actual files and try to upload again. The files located at c:\Windows\Minidump...
~hunter~
post Jun 13 2007, 09:01 PM

PLsS bE PatiEnT (I'm FasTinG)
****
Senior Member
684 posts

Joined: Apr 2006
From: FPSO kwame nkrumah



sry liao..me noob on tis stuff...

heres the minidump file...

Thanks for informing... laugh.gif




Attached File(s)
Attached File  Minidump.zip ( 212.87k ) Number of downloads: 12
haya5h1
post Jun 13 2007, 09:59 PM

New Member
*
Junior Member
28 posts

Joined: Nov 2006
heh, well, I FINALLY found the solution.
I replaced the motherboard with an Intel motherboard.
two months later, still running without a hitch. I feel like such a tool though...^^; oh well, at least it works.
shyjohn
post Jun 13 2007, 10:46 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


~hunter~,

3 latest minidump crashed at sbbotdi.sys (Superbit Video Accelerator) with bugcheck 0xA and 0xD1. My suggestion is, uninstall Superbit Video Accelerator and see if the BSOD appear again.

This post has been edited by shyjohn: Jun 13 2007, 10:48 PM
~hunter~
post Jun 13 2007, 11:24 PM

PLsS bE PatiEnT (I'm FasTinG)
****
Senior Member
684 posts

Joined: Apr 2006
From: FPSO kwame nkrumah



QUOTE(shyjohn @ Jun 13 2007, 10:46 PM)
~hunter~,

3 latest minidump crashed at sbbotdi.sys (Superbit Video Accelerator) with bugcheck 0xA and 0xD1. My suggestion is, uninstall Superbit Video Accelerator and see if the BSOD appear again.
*
thanks for da info thumbup.gif thumbup.gif

will tell the result if no BSOD... biggrin.gif
AzureSkies
post Jun 14 2007, 12:43 AM

Getting Started
**
Junior Member
147 posts

Joined: Jun 2005


Sorry for the trouble again guys, but I'm getting BSOD once more. Shitty technicians FTL. sleep.gif


Attached File(s)
Attached File  Minidump.zip ( 222.39k ) Number of downloads: 12
shyjohn
post Jun 14 2007, 02:22 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(AzureSkies @ Jun 14 2007, 12:43 AM)
Sorry for the trouble again guys, but I'm getting BSOD once more. Shitty technicians FTL. sleep.gif
*
Its looks like you have multiple problems here. 4 latest dump files shows symptoms of bad ram and 1 dump shows ati2cqag.dll which is a display driver. My sugestion, run memtest86+ to test the ram and get an update version for the display driver. See if any BSOD appears.

AzureSkies
post Jun 14 2007, 09:45 AM

Getting Started
**
Junior Member
147 posts

Joined: Jun 2005


QUOTE(shyjohn @ Jun 14 2007, 02:22 AM)
Its looks like you have multiple problems here. 4 latest dump files shows symptoms of bad ram and 1 dump shows ati2cqag.dll which is a display driver. My sugestion, run memtest86+ to test the ram and get an update version for the display driver. See if any BSOD appears.
*
Well I have the latest driver for my ATI so I guess we can count that one out? sad.gif

Ran memtest overnight and I found 8 errors. Suggestions, apart from replacing RAM? Had a few cases of RAM-related BSODs in the past and somehow the techies I sent the PC to could fix it without me buying new RAM. sweat.gif
~hunter~
post Jun 14 2007, 10:10 AM

PLsS bE PatiEnT (I'm FasTinG)
****
Senior Member
684 posts

Joined: Apr 2006
From: FPSO kwame nkrumah



QUOTE(shyjohn @ Jun 13 2007, 10:46 PM)
~hunter~,

3 latest minidump crashed at sbbotdi.sys (Superbit Video Accelerator) with bugcheck 0xA and 0xD1. My suggestion is, uninstall Superbit Video Accelerator and see if the BSOD appear again.
*
BSOD still appears last nite... cry.gif cry.gif

plz help me here.. biggrin.gif





Attached File(s)
Attached File  Minidump.zip ( 68.96k ) Number of downloads: 9
shyjohn
post Jun 14 2007, 12:01 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(~hunter~ @ Jun 14 2007, 10:10 AM)
BSOD still appears last nite... cry.gif  cry.gif

plz help me here.. biggrin.gif
*
Dump files still crashes at sbbotdi.sys. My suggestion, try to reinstall Speedbit and remove it again following by reboot your PC. If doesn't work, try to repair your registry. There're lots of programs for registry repair e.g registry mechanic. See if any BSOD appears.
~hunter~
post Jun 14 2007, 01:04 PM

PLsS bE PatiEnT (I'm FasTinG)
****
Senior Member
684 posts

Joined: Apr 2006
From: FPSO kwame nkrumah



QUOTE(shyjohn @ Jun 14 2007, 12:01 PM)
Dump files still crashes at sbbotdi.sys. My suggestion, try to reinstall Speedbit and remove it again following by reboot your PC. If doesn't work, try to repair your registry. There're lots of programs for registry repair e.g registry mechanic. See if any BSOD appears.
*
i alrdy uninstall it since doesnt use it to much..

i might try registry mechanics...

thanks for da advice... thumbup.gif thumbup.gif
shyjohn
post Jun 14 2007, 02:17 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(AzureSkies @ Jun 14 2007, 09:45 AM)
Well I have the latest driver for my ATI so I guess we can count that one out? sad.gif

Ran memtest overnight and I found 8 errors. Suggestions, apart from replacing RAM? Had a few cases of RAM-related BSODs in the past and somehow the techies I sent the PC to could fix it without me buying new RAM.  sweat.gif
*
If your ram is still under warranty, I suggest you to get a replacement.
AzureSkies
post Jun 14 2007, 02:35 PM

Getting Started
**
Junior Member
147 posts

Joined: Jun 2005


QUOTE(shyjohn @ Jun 14 2007, 02:17 PM)
If your ram is still under warranty, I suggest you to get a replacement.
*
Nope, that's a no go. My RAM is almost 3 years old, way past the warranty period. sweat.gif

Absolutely no other solution to this problem? Still wondering how those technicians fixed it for me in the past without replacing the RAM. >_<

EDIT: Ok, I did a memtest again and no errors this time. However I did catch a glimpse of the word "ati" on my latest BSOD. Should I rollback or something? Here's the latest minidump.



This post has been edited by AzureSkies: Jun 14 2007, 10:45 PM


Attached File(s)
Attached File  Minidump.zip ( 227.08k ) Number of downloads: 11
shyjohn
post Jun 15 2007, 10:24 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(AzureSkies @ Jun 14 2007, 02:35 PM)
Nope, that's a no go. My RAM is almost 3 years old, way past the warranty period.  sweat.gif

Absolutely no other solution to this problem? Still wondering how those technicians fixed it for me in the past without replacing the RAM. >_<

EDIT: Ok, I did a memtest again and no errors this time. However I did catch a glimpse of the word "ati" on my latest BSOD. Should I rollback or something? Here's the latest minidump.
*
Wouldn't hurt if you rollback the driver and I want to suggest another solutions if that doesn't work. First, take out your display card, clean dust inside its slot, rub the gold contact of your display card with eraser and blow the remnant. Maybe you should try this to your ram.
~hunter~
post Jun 15 2007, 01:30 PM

PLsS bE PatiEnT (I'm FasTinG)
****
Senior Member
684 posts

Joined: Apr 2006
From: FPSO kwame nkrumah



yea..no more BSOD yesterday.. rclxm9.gif

thanks 4 da advice man... icon_rolleyes.gif
AzureSkies
post Jun 15 2007, 02:28 PM

Getting Started
**
Junior Member
147 posts

Joined: Jun 2005


QUOTE(shyjohn @ Jun 15 2007, 10:24 AM)
Wouldn't hurt if you rollback the driver and I want to suggest another solutions if that doesn't work. First, take out your display card, clean dust inside its slot, rub the gold contact of your display card with eraser and blow the remnant.  Maybe you should try this to your ram.
*
Wahhh, it actually worked! Did that with both my RAM and display card and I haven't gotten a single BSOD! You da man, dude. Thanks! rclxms.gif
Azureknight94
post Jun 15 2007, 07:47 PM

Regular
******
Senior Member
1,667 posts

Joined: Oct 2006


hi guys...my com when booting it will boot till normal till almost finish booting then the screen goes black...n then blue screen the error is STOP:0x000000EA..
shyjohn
post Jun 15 2007, 08:24 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(Azureknight94 @ Jun 15 2007, 07:47 PM)
hi guys...my com when booting it will boot till normal till almost finish booting then the screen goes black...n then blue screen the error is STOP:0x000000EA..
*
For the stop error 0xEA it might be the display driver or graphic card. Follow the link below for solutions.

http://support.microsoft.com/default.aspx?...b;EN-US;q293078

If still get BSOD, zip the latest dump file (c:\windows\minidump) and post here.

Azureknight94
post Jun 16 2007, 12:41 PM

Regular
******
Senior Member
1,667 posts

Joined: Oct 2006


umm how to do?my com cant even go to windows...im using diff com now
shyjohn
post Jun 16 2007, 10:02 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(Azureknight94 @ Jun 16 2007, 12:41 PM)
umm how to do?my com cant even go to windows...im using diff com now
*
Can you boot into safemode? Press F8 during booting, selection menu will appear and choose safemode. Try to uninstall display driver and restart. If there is no BSOD, follow the instruction from http://support.microsoft.com/default.aspx?...b;EN-US;q293078.

ff7yta
post Jun 17 2007, 06:16 AM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(Azureknight94 @ Jun 16 2007, 12:41 PM)
umm how to do?my com cant even go to windows...im using diff com now
*
How to boot:
1. Install main HD into another pc
2. Boot into DOS with floppy discs or WinME CD
3. Pray

Good luck. The problems never end. laugh.gif
Spunky
post Jun 17 2007, 05:15 PM

Getting Started
**
Junior Member
77 posts

Joined: Feb 2005
From: Petaling Jaya


Hi guys, my PC keeps restarting 3-4 times everytime i power it on. The BSOD error messsage states:

"page fault in non-paged area"
"0x00000050"

I have attached the minidump files with this post.

Any help is greatly appreciated!

Thank you!


Attached File(s)
Attached File  Mini061607_02.zip ( 498.87k ) Number of downloads: 15
shyjohn
post Jun 17 2007, 09:53 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(Spunky @ Jun 17 2007, 05:15 PM)
Hi guys, my PC keeps restarting 3-4 times everytime i power it on. The BSOD error messsage states:

"page fault in non-paged area"
"0x00000050"

I have attached the minidump files with this post.

Any help is greatly appreciated!

Thank you!
*
Hi Spunky,

3 latest dump file crashes at EIO.sys the driver belongs to Asus SmartDoctor. Try to uninstall SmartDoctor feature.
Spunky
post Jun 18 2007, 11:55 AM

Getting Started
**
Junior Member
77 posts

Joined: Feb 2005
From: Petaling Jaya



Amauryreno
post Jun 19 2007, 02:06 AM

Getting Started
**
Junior Member
55 posts

Joined: Apr 2007
can you please troubleshoot my problem for me? i hav gotten this two days before and now................

This post has been edited by Amauryreno: Jun 19 2007, 02:14 AM


Attached File(s)
Attached File  Mini061907_01.zip ( 23.95k ) Number of downloads: 10
shyjohn
post Jun 19 2007, 09:51 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(Amauryreno @ Jun 19 2007, 02:06 AM)
can you please troubleshoot my problem for me? i hav gotten this two days before and now................
*
What version of Outpost Firewall are you running now? What I have read, version 3.0 have to much bug and some people fixed their problem by using an older version (didn't work some of them). I'm not sure whether they have release new bug free version. But if I were you, I'll uninstall Outpost Firewall and get others.
Amauryreno
post Jun 20 2007, 01:54 AM

Getting Started
**
Junior Member
55 posts

Joined: Apr 2007
i c..........but outpost has realli been my fav firewall, least its one that WORKs...........damn.......but the problem's been fewer, i'll look into other firewall programs, thanx ya'll

by the way, i'm using ver. 4.0.1007.7323 (591) now.......please pm me if u got any info or bug fixes that can solve this.......

This post has been edited by Amauryreno: Jun 20 2007, 01:56 AM
xsaintx
post Jun 21 2007, 12:11 AM

Getting Started
**
Junior Member
172 posts

Joined: Nov 2006


hi my laptop died on me again for the hundredth time.. am devastated right now. hope the experts here can shed some light on what's wrong with my baby.

i got my laptop formated couple weeks ago. but once a while i get the BSOD and then it reboots. today, when i on it, i got this ultimate that says:

"Stop: c000021a {Fatal System Error}
The Session manager initialization system process terminated unexpectedly with a status of 0xc000012f (0x00000000 0x00000000).
The system has been shut down."

...i'm too noobish to understand it. pressed F8, cant go to safe mode or restore to the last working configuration. wat do i do now? the most important thing is, will i be able to retrieve my stuff in the harddisc?

thanks in advance. *sob*
shyjohn
post Jun 21 2007, 09:39 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


Hi xsaintx, see if this helps...

Using an Emergency Repair Disk Created by Windows NT
http://support.microsoft.com/kb/103280/EN-US/

Replacing System Files Using a Modified Emergency Repair Disk
http://support.microsoft.com/kb/164471/EN-US/
MR KID
post Jun 23 2007, 08:47 PM

New Member
*
Junior Member
5 posts

Joined: May 2007


Hai semua!Sorry la aku tak tau sgt BI la!Tp aku hrp sgt pertolongan dr expert2 semua sini!PC aku kena BSOD la!Apa aku nak buat?Aku dah baca mcm2 kat topic ni,tp aku tak faham2 gak camner nak solvekan!1 lg,camner nak attachkan gambar yg aku amik untuk error code tu?Hrp dpt membantu!
MR KID
post Jun 23 2007, 09:41 PM

New Member
*
Junior Member
5 posts

Joined: May 2007


Ni aku ader attachkan aku nyer minidump!
Attached File  Mini052707_01.zip ( 11.62k ) Number of downloads: 7

Tolonglah solvekan erk!
Lg 1,ni aku attachkan gambar yg aku amik masa BSOD aku tu!
Attached File  P1000300.zip ( 1.49mb ) Number of downloads: 10

Prince of Andalus
post Jun 28 2007, 08:45 PM

Casual
***
Junior Member
365 posts

Joined: Dec 2006
please solve this...



Attached File(s)
Attached File  Mini062807_01.zip ( 21.29k ) Number of downloads: 12
shyjohn
post Jun 28 2007, 09:38 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(Prince of Andalus @ Jun 28 2007, 08:45 PM)
please solve this...
*
its a sptd.sys, part of daemon or alcohol.

clsia1001
post Jun 28 2007, 10:06 PM

Regular
******
Senior Member
1,290 posts

Joined: Jan 2003
From: PD


i am facing the problem as well...can help me diagnosis my dump file?
the screen of the BSOD can found here

http://forum.lowyat.net/topic/480166

help me please

This post has been edited by clsia1001: Jun 28 2007, 10:14 PM


Attached File(s)
Attached File  Minidump.zip ( 269.18k ) Number of downloads: 10
shyjohn
post Jun 28 2007, 11:17 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(clsia1001 @ Jun 28 2007, 10:06 PM)
i am facing the problem as well...can help me diagnosis my dump file?
the screen of the BSOD can found here

http://forum.lowyat.net/topic/480166

help me please
*
from 4 latest dump files, 3 of them crashes at vsdatant.sys with bugcheck C2, which is your firewall driver and 1 crashes at ntkrpamp.exe with bugcheck 1000007E, (stack text nt!ObpRemoveObjectRoutine+0xdf), a sign of faulty ram. Try to uninstall your firewall and see if that work. If BSOD still occur, stress test your ram with memtest86+.
clsia1001
post Jun 29 2007, 12:15 AM

Regular
******
Senior Member
1,290 posts

Joined: Jan 2003
From: PD


QUOTE(shyjohn @ Jun 28 2007, 11:17 PM)
from 4 latest dump files, 3 of them crashes at vsdatant.sys with bugcheck C2, which is your firewall driver and 1 crashes at ntkrpamp.exe with bugcheck 1000007E, (stack text nt!ObpRemoveObjectRoutine+0xdf), a sign of faulty ram. Try to uninstall your firewall and see if that work. If BSOD still occur, stress test your ram with memtest86+.
*
o...okok...i am using Zonealarm firewall...
the newly added ram i had remove but the problem still occurs...if is ram problem then i guess it is the ori ram problem... cry.gif later i try stress test....
Prince of Andalus
post Jun 29 2007, 08:10 AM

Casual
***
Junior Member
365 posts

Joined: Dec 2006
QUOTE(Prince of Andalus @ Jun 28 2007, 08:45 PM)
please solve this...
*
QUOTE(shyjohn @ Jun 28 2007, 09:38 PM)
its a sptd.sys, part of daemon or alcohol.
*
yes, it's already solved.... rclxms.gif
tq... notworthy.gif
shyjohn
post Jun 29 2007, 11:16 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(clsia1001 @ Jun 29 2007, 12:15 AM)
o...okok...i am using Zonealarm firewall...
the newly added ram i had remove but the problem still occurs...if is ram problem then i guess it is the ori ram problem... cry.gif later i try stress test....
*
most of your dump files pointing to ZA, you need to check this first...
clsia1001
post Jun 29 2007, 01:40 PM

Regular
******
Senior Member
1,290 posts

Joined: Jan 2003
From: PD


QUOTE(shyjohn @ Jun 29 2007, 11:16 AM)
most of your dump files pointing to ZA, you need to check this first...
*
but before this i am using zonealarm also..and no problem with it...the problem just happen woh..i didn't update my zone alarm also...
cloudstrife07
post Jul 1 2007, 10:06 PM

I'm back, beaches!
*******
Senior Member
4,688 posts

Joined: Jan 2003
From: http://127.0.0.1


hi guys, now its my turn to BSOD cry.gif

http://forum.lowyat.net/topic/481604

attached is my minidump file:




Attached File(s)
Attached File  Mini070107_09.zip ( 38.24k ) Number of downloads: 16
SUSsynz
post Jul 1 2007, 10:22 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(cloudstrife07 @ Jul 1 2007, 10:06 PM)
hi guys, now its my turn to BSOD  cry.gif

http://forum.lowyat.net/topic/481604

attached is my minidump file:
*
let's see if the update resolves your problem

http://www.microsoft.com/downloads/details...&displaylang=en

This post has been edited by synz: Jul 1 2007, 10:29 PM
cloudstrife07
post Jul 1 2007, 10:43 PM

I'm back, beaches!
*******
Senior Member
4,688 posts

Joined: Jan 2003
From: http://127.0.0.1


QUOTE(synz @ Jul 1 2007, 10:22 PM)
let's see if the update resolves your problem

http://www.microsoft.com/downloads/details...&displaylang=en
*
dear synz, can u please upload it for me?i cant download the software although microsoft already said my windows is original. maybe my internet has problem sweat.gif
SUSsynz
post Jul 1 2007, 10:54 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(cloudstrife07 @ Jul 1 2007, 10:43 PM)
dear synz, can u please upload it for me?i cant download the software although microsoft already said my windows is original. maybe my internet has problem  sweat.gif
*
since your internet has problem, then forget bout that
cloudstrife07
post Jul 1 2007, 11:23 PM

I'm back, beaches!
*******
Senior Member
4,688 posts

Joined: Jan 2003
From: http://127.0.0.1


QUOTE(synz @ Jul 1 2007, 10:54 PM)
since your internet has problem, then forget bout that
*
synz, u can access www.microsoft.com?i cant even go to the main webpage sweat.gif
shyjohn
post Jul 2 2007, 01:34 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(cloudstrife07 @ Jul 1 2007, 10:06 PM)
hi guys, now its my turn to BSOD  cry.gif

http://forum.lowyat.net/topic/481604

attached is my minidump file:
*
one minidump is not enough, zip at least 3 or 5 latest minidumps.

QUOTE
..i cant download the software although microsoft already said my windows is original. maybe my internet has problem


Would you be more specific on error details... smile.gif
cloudstrife07
post Jul 2 2007, 01:48 AM

I'm back, beaches!
*******
Senior Member
4,688 posts

Joined: Jan 2003
From: http://127.0.0.1


QUOTE(shyjohn @ Jul 2 2007, 01:34 AM)
one minidump is not enough, zip at least 3 or 5 latest minidumps.
Would you be more specific on error details...  smile.gif
*
i just downloaded the software.it seems that our "lovely" broadband provider is testing its bandwidth these 2 3 days from what i read in the broadband section.thank goodness.i thought my laptop is gonna crash apart tongue.gif

btw, i've installed it and so far no BSOD happens.will notify if there's BSOD again.thanks synz and other forumers that helped me smile.gif
saki_kawaii
post Jul 2 2007, 10:45 PM

Getting Started
**
Junior Member
61 posts

Joined: Jan 2006


my dad's pc crashed 3 times today..help!!!

btw, the last BSOD said "page fault in nonpaged area"

here are today's minidumps:

This post has been edited by saki_kawaii: Jul 2 2007, 10:45 PM


Attached File(s)
Attached File  Minidump.zip ( 48.67k ) Number of downloads: 14
chicaman
post Jul 3 2007, 12:04 AM

( ;゚Д゚) t(-.-t)
*******
Senior Member
9,706 posts

Joined: Feb 2005
From: Why U wana know? Status: Meditating™
Just a remind,

Sometimes the BSOD message is not precise...

Recently I keep getting BSOD when i run many application, however the message is different each time, driver not less equal etc... First i though the RAM problem because running too many software.

But , the actual prob is with the CPU over heat due to too many dust in heat sink trapped under the CPU FAN causing my PC to hang, restart and BSOD etc.....


Try to check ur CPU temperature with speedfan (google) then see if ur CPU is overheated or not.

Normal temperature range around 40-60 degree celcius.
JoesephKoo
post Jul 3 2007, 06:39 PM

New Member
*
Junior Member
29 posts

Joined: Jul 2007


You can download The Blue Screen Of Death (BSOD) Primer from http://www.sun.com/desktop/products/sunpci/bsod.pdf It opens as a pdf file in ur browser. Click on 'save a copy' to save it.

Aumha http://aumha.org/a/stop.htm is a very good resource, which gives solutions to most BSOD's.

You can also get your BSOD auto-analysed at the Microsoft(R) Online Crash Analysis. If you experience a Blue Screen crash event, or Stop error, while using Microsoft Windows, you can upload the error report to this site for analysis. Microsoft will actively analyzes all error reports and prioritizes them based on the number of customers affected by the Stop error covered in the error report and try to determine the cause of the Stop error you have submit. http://oca.microsoft.com/en/Welcome.aspx


shyjohn
post Jul 4 2007, 03:15 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(saki_kawaii @ Jul 2 2007, 10:45 PM)
my dad's pc crashed 3 times today..help!!!

btw, the last BSOD said "page fault in nonpaged area"

here are today's minidumps:
*
Hi saki_kawaii,

Mini070207-01.dmp
shows memory corruption with bugcheck 10000050, {98000038, 0, f849fc1c, 0}.

Mini070207-02.dmp
probably hardware, which is usb port with bugcheck 1000008E, {c000001d, f81e4155, 8055007c, 0}.


Mini070207-03.dmp
probably ram or kaspersky av with bugcheck 0x50.

My suggestions,

1) try to reseat ram to another slot. If this doesn't help, stress test ram with memtest86+.
2) try to uninstall and reinstall kaspersky av. Check if you need to upgrade to newer version.
3) if you're using usb hub or devices that plug in to usb ports, unplug everything and plug in the devices one at the time.
4) upgrade your motherboard driver

If you still get bsod after done 4 steps above, upload more 3 latest dumps here.
choyster
post Jul 4 2007, 04:36 AM

Regular
******
Senior Member
1,802 posts

Joined: May 2006


Guys pls help i always kena BSOD


Attached File(s)
Attached File  Mini070407_01.zip ( 23.11k ) Number of downloads: 1624
shyjohn
post Jul 5 2007, 01:21 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(choyster @ Jul 4 2007, 04:36 AM)
Guys pls help i always kena BSOD
*
BugCheck 100000D1, {f168816c, 2, 1, f4e6c17f}
Probably caused by : getnd5b.sys ( getnd5b+2be4 ) <- VIA network driver

Try to update that driver...



choyster
post Jul 5 2007, 03:50 PM

Regular
******
Senior Member
1,802 posts

Joined: May 2006


QUOTE(shyjohn @ Jul 5 2007, 01:21 AM)
BugCheck 100000D1, {f168816c, 2, 1, f4e6c17f}
Probably caused by : getnd5b.sys ( getnd5b+2be4 ) <- VIA network driver

Try to update that driver...
*
Today my comp crash 3 times here is the new dump,really sien thanks and pls help me guys



Attached File(s)
Attached File  Mini070507_04.zip ( 25.41k ) Number of downloads: 9
Attached File  Mini070507_03.zip ( 23.31k ) Number of downloads: 10
ChEnG3664
post Jul 5 2007, 11:20 PM

New Member
*
Junior Member
16 posts

Joined: May 2007


hi all, please help me. icon_question.gif icon_question.gif icon_question.gif i just finished set up a new PC. Here is my new PC spec:

-AMD AM2 4200+.
-Biostar 570 SLi.
-Palit 7300GT Sonic.
-2 X 1G Kingston value RAM 667Mhz.
-Enermax 460W FMAII.

I always have Bsoc blue screen problem while i wanna disconnect my broadband connection. Is it my network driver problem? But i search into Biostar web there is no driver for network. I also facing the USB problem while i try to using my card reader. The error is:

USB device not recognized
one of the USB devices attached to this computer has malfunctioned, and windows does not recognize it.

CAN ANYONE HELP ME TO SOLVE THIS BOTH MAIN PROBLEM OF MY NEWLY PC??? I FEEL WANNA CRY LIAO.......
f4st
post Jul 6 2007, 01:41 AM

New Member
*
Newbie
2 posts

Joined: Apr 2005


Hi guys,

I'm having some bsod problems here as well,mostly while plying wow n once awhile out in the windows,btw i already created my mini dump file by using WInDBG to analyse it. This is my results.Can anybdy help me out here?

QUOTE

Microsoft ® Windows Debugger  Version 6.7.0005.1
Copyright © Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Documents and Settings\7\Desktop\Mini070507-03.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows XP Kernel Version 2600 (Service Pack 2) MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_rtm.040803-2158
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805644a0
Debug session time: Thu Jul  5 16:17:21.625 2007 (GMT+8)
System Uptime: 0 days 2:35:52.411
Loading Kernel Symbols
.............................................................................................................................
Loading User Symbols
Loading unloaded module list
..............
*******************************************************************************
*                                                                            *
*                        Bugcheck Analysis                                    *
*                                                                            *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000007E, {c0000005, 8051b80c, f7c82a84, f7c82780}

Probably caused by : hardware ( kmixer!PerfUnregisterProvider+1f )

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

0: kd> !analyze -v
*******************************************************************************
*                                                                            *
*                        Bugcheck Analysis                                    *
*                                                                            *
*******************************************************************************

SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
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.
Some common problems are exception code 0x80000003.  This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG.  This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG.  This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 8051b80c, The address that the exception occurred at
Arg3: f7c82a84, Exception Record Address
Arg4: f7c82780, Context Record Address

Debugging Details:
------------------


EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

FAULTING_IP:
nt!WmipDoFindRegEntryByDevice+11
8051b80c 8b5008          mov    edx,dword ptr [eax+8]

EXCEPTION_RECORD:  f7c82a84 -- (.exr 0xfffffffff7c82a84)
ExceptionAddress: 8051b80c (nt!WmipDoFindRegEntryByDevice+0x00000011)
  ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
  Parameter[0]: 00000000
  Parameter[1]: 0000000a
Attempt to read from address 0000000a

CONTEXT:  f7c82780 -- (.cxr 0xfffffffff7c82780)
eax=00000002 ebx=00000000 ecx=8055913c edx=86607a70 esi=8602df10 edi=00000000
eip=8051b80c esp=f7c82b4c ebp=f7c82b4c iopl=0        nv up ei pl nz ac pe cy
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000            efl=00010217
nt!WmipDoFindRegEntryByDevice+0x11:
8051b80c 8b5008          mov    edx,dword ptr [eax+8] ds:0023:0000000a=????????
Resetting default scope

CUSTOMER_CRASH_COUNT:  3

PROCESS_NAME:  System

ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

READ_ADDRESS:  0000000a

BUGCHECK_STR:  0x7E

DEFAULT_BUCKET_ID:  NULL_CLASS_PTR_DEREFERENCE

MISALIGNED_IP:
nt!WmipDoFindRegEntryByDevice+11
8051b80c 8b5008          mov    edx,dword ptr [eax+8]

LOCK_ADDRESS:  805624e0 -- (!locks 805624e0)

Resource @ nt!PiEngineLock (0x805624e0)    Available

WARNING: SystemResourcesList->Flink chain invalid. Resource may be corrupted, or already deleted.


WARNING: SystemResourcesList->Blink chain invalid. Resource may be corrupted, or already deleted.

1 total locks

PNP_TRIAGE:
Lock address  : 0x805624e0
Thread Count  : 0
Thread address: 0x00000000
Thread wait  : 0x0

LAST_CONTROL_TRANSFER:  from 805e7d2b to 8051b80c

STACK_TEXT: 
f7c82b4c 805e7d2b 8602df10 00000080 8602df10 nt!WmipDoFindRegEntryByDevice+0x11
f7c82b60 805aae1a 8602df10 00000000 8602df10 nt!WmipFindRegEntryByDevice+0x1a
f7c82b74 805aadc7 8602df10 85e9b4b0 8602df10 nt!WmipDeregisterDevice+0x17
f7c82b90 b95d418f 8602df10 00000002 f7c82bb4 nt!IoWMIRegistrationControl+0xa9
f7c82ba0 b95bd4c8 8602df10 85e9b568 85942370 kmixer!PerfUnregisterProvider+0x1f
f7c82bb4 804e19ee 8602df10 85e9b4b0 f7c82c40 kmixer!DispatchPnp+0x58
f7c82bc4 8059df4d 8598ed68 8598ed68 00000017 nt!IopfCallDriver+0x31
f7c82bf0 805ab09d 8602df10 f7c82c1c 00000000 nt!IopSynchronousCall+0xb7
f7c82c44 805ab115 8598ed68 00000017 e2abb848 nt!IopRemoveDevice+0x93
f7c82c60 805ab347 00000308 e2abb848 00000000 nt!IopSurpriseRemoveLockedDeviceNode+0x90
f7c82c74 805ab372 8598d368 00000003 e2abb848 nt!IopDeleteLockedDeviceNode+0x50
f7c82ca8 805ab5fc 8598ed68 02abb848 00000003 nt!IopDeleteLockedDeviceNodes+0x3f
f7c82d3c 805ab6d0 f7c82d78 80703974 e53d3af0 nt!PiProcessQueryRemoveAndEject+0x4d2
f7c82d58 8059f480 f7c82d78 85f6e7e0 8056b4fc nt!PiProcessTargetDeviceEvent+0x2a
f7c82d7c 804e29d6 85f6e7e0 00000000 867c2640 nt!PiWalkDeviceList+0x122
f7c82dac 80576b24 85f6e7e0 00000000 00000000 nt!ExpWorkerThread+0xef
f7c82ddc 804eed86 804e2912 00000001 00000000 nt!PspSystemThreadStartup+0x34
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16


FOLLOWUP_IP:
kmixer!PerfUnregisterProvider+1f
b95d418f 5d              pop    ebp

SYMBOL_STACK_INDEX:  4

FOLLOWUP_NAME:  MachineOwner

IMAGE_NAME:  hardware

DEBUG_FLR_IMAGE_TIMESTAMP:  0

SYMBOL_NAME:  kmixer!PerfUnregisterProvider+1f

STACK_COMMAND:  .cxr 0xfffffffff7c82780 ; kb

MODULE_NAME: hardware

FAILURE_BUCKET_ID:  IP_MISALIGNED

BUCKET_ID:  IP_MISALIGNED

Followup: MachineOwner
---------
shyjohn
post Jul 6 2007, 10:43 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(f4st @ Jul 6 2007, 01:41 AM)
Hi guys,

I'm having some bsod problems here as well,mostly while plying wow n once awhile out in the windows,btw i already created my mini dump file by using WInDBG to analyse it. This is my results.Can anybdy help me out here?
*
Probably is a ram. Try reseat to another slot. If you have 2 sticks of ram, take out one and test one by one.


Added on July 6, 2007, 11:10 pm
QUOTE(choyster @ Jul 5 2007, 03:50 PM)
Today my comp crash 3 times here is the new dump,really sien thanks and pls help me guys
*
looks like faulty ram.

This post has been edited by shyjohn: Jul 6 2007, 11:10 PM
shahz
post Jul 6 2007, 11:22 PM

I have more stars than cleave
******
Senior Member
1,566 posts

Joined: Jun 2007
From: Subang Jaya


lol..BSOD does not necessarily be referred to RAM..Any hardware can cause a BSOD - including hard disk or even motherboard..sometimes, a software conflict can cause it too..If BSOD occured after you installed something, recover your Windows to an earlier state and test if it still occurs..Also, try to note down what is written in the BSOD so some guidance can be given..Sometimes, BSOD can be totalled and you might just end up performing a reformat.. smile.gif cheers

ShahZ
choyster
post Jul 6 2007, 11:26 PM

Regular
******
Senior Member
1,802 posts

Joined: May 2006


QUOTE(shyjohn @ Jul 6 2007, 10:43 PM)
Probably is a ram. Try reseat to another slot. If you have 2 sticks of ram, take out one and test one by one.


Added on July 6, 2007, 11:10 pm

looks like faulty ram.
*
how do i check if its a faulty ram mem86 i dunno use le
shyjohn
post Jul 6 2007, 11:30 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(shahz @ Jul 6 2007, 11:22 PM)
lol..BSOD does not necessarily be referred to RAM..Any hardware can cause a BSOD - including hard disk or even motherboard..sometimes, a software conflict can cause it too..If BSOD occured after you installed something, recover your Windows to an earlier state and test if it still occurs..Also, try to note down what is written in the BSOD so some guidance can be given..Sometimes, BSOD can be totalled and you might just end up performing a reformat.. smile.gif cheers

ShahZ
*
Yes, BSOD does not necessarily be referred to RAM. I'm guessing (choyster's case) because most of stack pointing to win32k.sys which an integral part of windows. Usually this is symptoms of ram. The first thing to do when BSOD occurs is to check the ram because 80% BSOD caused by ram. In f4st's case, IP_MISALIGNED also related to ram problem.

Please correct me if wrong smile.gif


Added on July 6, 2007, 11:33 pm
QUOTE(choyster @ Jul 6 2007, 11:26 PM)
how do i check if its a faulty ram mem86 i dunno use le
*
please refer to this link www.memtest.org/ there also have instructions.

This post has been edited by shyjohn: Jul 6 2007, 11:39 PM
choyster
post Jul 7 2007, 12:00 AM

Regular
******
Senior Member
1,802 posts

Joined: May 2006




Added on July 6, 2007, 11:33 pm

please refer to this link www.memtest.org/ there also have instructions.
*

[/quote]

craps i dont have floppy
ff7yta
post Jul 7 2007, 12:29 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(choyster @ Jul 7 2007, 12:00 AM)
QUOTE


Added on July 6, 2007, 11:33 pm

please refer to this link www.memtest.org/ there also have instructions.
*
craps i dont have floppy
*
U can run memtest using another pc. All it needs is just swapping.

This post has been edited by ff7yta: Jul 7 2007, 12:30 PM
spikeee
post Jul 8 2007, 01:30 AM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


Hey guys,

just reformatted fresh windows, with new mobo.

installed mobo drivers, gpu/sound card drivers etc etc
i got one or two BSOD about an emu10k file.

attached is the minidump file and my debug analysis :

QUOTE
Microsoft ® Windows Debugger  Version 6.7.0005.1
Copyright © Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Documents and Settings\Spikeee\Desktop\Mini070707-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_gdr.070227-2254
Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055a620
Debug session time: Sat Jul  7 01:52:17.687 2007 (GMT+8)
System Uptime: 0 days 0:00:27.265
Loading Kernel Symbols
.............................................................................................................................
Loading User Symbols
Loading unloaded module list
..
*******************************************************************************
*                                                                            *
*                        Bugcheck Analysis                                    *
*                                                                            *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c0000005, f72d5e75, b8aaedfc, 0}

Probably caused by : emu10k1m.sys ( emu10k1m!cardmixerGetDestDetails+1f )

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

kd> !analyze -v
*******************************************************************************
*                                                                            *
*                        Bugcheck Analysis                                    *
*                                                                            *
*******************************************************************************

KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
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.
Some common problems are exception code 0x80000003.  This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG.  This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG.  This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: f72d5e75, The address that the exception occurred at
Arg3: b8aaedfc, Trap Frame
Arg4: 00000000

Debugging Details:
------------------


EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

FAULTING_IP:
emu10k1m!cardmixerGetDestDetails+1f
f72d5e75 8b4608          mov    eax,dword ptr [esi+8]

TRAP_FRAME:  b8aaedfc -- (.trap 0xffffffffb8aaedfc)
ErrCode = 00000000
eax=00000000 ebx=86374008 ecx=00000001 edx=00000000 esi=00000001 edi=00000000
eip=f72d5e75 esp=b8aaee70 ebp=b8aaee74 iopl=0        nv up ei pl zr na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000            efl=00010246
emu10k1m!cardmixerGetDestDetails+0x1f:
f72d5e75 8b4608          mov    eax,dword ptr [esi+8] ds:0023:00000009=????????
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  DRIVER_FAULT

BUGCHECK_STR:  0x8E

PROCESS_NAME:  winlogon.exe

LAST_CONTROL_TRANSFER:  from f72e5672 to f72d5e75

STACK_TEXT: 
b8aaee74 f72e5672 86374008 00000001 b8aaf050 emu10k1m!cardmixerGetDestDetails+0x1f
b8aaf104 f72ea12c 863d019c b8aaf190 865ec780 emu10k1m!cardwaveSetupWaveVolume+0x8a
b8aaf154 f72c994e 863d019c b8aaf1b4 f72c7efe emu10k1m!cardwaveOutOpen+0x532
b8aaf188 f7306778 00002b11 00001000 e21d3928 emu10k1m!CMiniportWaveCyclicStreamSBLive::HwOpen+0x3c
b8aaf1c8 f7305c61 005ec728 e21d38e8 b8aaf230 emu10k1m!CMiniportWaveCyclicStreamSBLive::SetFormat+0x128
b8aaf1f4 f73065e5 865bb600 00000002 85d4bd00 emu10k1m!CMiniportWaveCyclicStreamSBLive::Init+0x189
b8aaf230 f72bef60 865bb600 85d4bce4 00000000 emu10k1m!CMiniportWaveCyclicSBLive::NewStream+0xcf
b8aaf268 f72bdced 00000000 864da628 86476cf8 portcls!CPortPinWaveCyclic::Init+0x250
b8aaf290 f72b1fa0 864da5e8 86560bb4 86560bb8 portcls!CPortFilterWaveCyclic::NewIrpTarget+0xd9
b8aaf2d8 f72b20e9 86476cf8 86576030 864ae008 portcls!xDispatchCreate+0x90
b8aaf2ec f7288077 86576030 864ae008 864ae018 portcls!KsoDispatchCreateWithGenericFactory+0x2b
b8aaf310 f72870b6 86576030 00000000 b8aaf338 ks!DispatchCreate+0xc7
b8aaf320 f72b2057 86576030 864ae008 8669c1b8 ks!KsDispatchIrp+0x98
b8aaf338 804e37f7 86576030 864ae008 864ae008 portcls!DispatchCreate+0x34
b8aaf348 8056f54a 866cf6f8 86631c98 b8aaf528 nt!IopfCallDriver+0x31
b8aaf428 80570c14 86576030 00000000 864db4a0 nt!IopParseDevice+0xa12
b8aaf460 805676b5 866cf6f8 00000000 864db4a0 nt!IopParseFile+0x46
b8aaf4e8 8056749a 80000594 b8aaf528 00000240 nt!ObpLookupObjectName+0x119
b8aaf53c 8056fa23 00000000 00000000 7e38b000 nt!ObOpenObjectByName+0xeb
b8aaf5b8 8056faf2 e226f870 40000000 b8aaf660 nt!IopCreateFile+0x407
b8aaf614 f728858b e226f870 40000000 b8aaf660 nt!IoCreateFile+0x8e
b8aaf690 f7287b19 80000594 f7287b20 e1b15118 ks!KsiCreateObjectType+0xd6
b8aaf6b0 f719cfee 80000594 e1b15118 40000200 ks!KsCreatePin+0x33
b8aaf6d4 f719d70b e21cbeb0 e2138958 e1a995c0 sysaudio!CPinNodeInstance::Create+0x6b
b8aaf710 f719c464 f71a5490 e21cbeac e1ab1b80 sysaudio!CConnectNodeInstance::Connect+0xb3
b8aaf72c f71a2e82 00000000 864da688 f71a5490 sysaudio!CStartNodeInstance::Connect+0x52
b8aaf754 f719b575 e1aa4748 e170ce28 864da688 sysaudio!CStartNodeInstance::Create+0x1a2
b8aaf784 f719c1f7 c0000010 864da688 00000000 sysaudio!CPinInstance::PinDispatchCreateKP+0xa8
b8aaf7a0 f719b71a 8595e358 f719b4e7 864da688 sysaudio!CInstance::DispatchCreate+0x63
b8aaf7d4 f7288077 864acf08 8595e358 8595e368 sysaudio!CPinInstance::PinDispatchCreate+0xc1
b8aaf7f8 804e37f7 864acf08 00000000 8595e358 ks!DispatchCreate+0xc7
b8aaf808 8056f54a 8662f948 865954b8 b8aaf9e8 nt!IopfCallDriver+0x31
b8aaf8e8 80570c14 864acf08 00000000 85d48a88 nt!IopParseDevice+0xa12
b8aaf920 805676b5 8662f948 00000000 85d48a88 nt!IopParseFile+0x46
b8aaf9a8 8056749a 00000798 b8aaf9e8 00000040 nt!ObpLookupObjectName+0x119
b8aaf9fc 8056fa23 00000000 00000000 4eeeb400 nt!ObOpenObjectByName+0xeb
b8aafa78 8056faf2 b8aafba0 40000000 b8aafb20 nt!IopCreateFile+0x407
b8aafad4 f728858b b8aafba0 40000000 b8aafb20 nt!IoCreateFile+0x8e
b8aafb50 f7287b19 00000798 f7287b20 864dac90 ks!KsiCreateObjectType+0xd6
b8aafb70 b89e73d4 00000798 864dac90 40000000 ks!KsCreatePin+0x33
b8aafba4 b89e7805 00000000 00000003 00000001 wdmaud!OpenSysAudioPin+0xa1
b8aafbe0 b89e6a76 00000092 00000003 864a0588 wdmaud!OpenWavePin+0x3e2
b8aafc0c b89e6382 864b4008 864a0588 00000000 wdmaud!Dispatch_OpenPin+0xb7
b8aafc34 804e37f7 00000010 85d32000 806ee2d0 wdmaud!SoundDispatch+0x430
b8aafc44 8056a148 864b409c 8637f778 864b4008 nt!IopfCallDriver+0x31
b8aafc58 8057ad03 865a84a8 864b4008 8637f778 nt!IopSynchronousServiceTail+0x60
b8aafd00 8057d281 000007d4 000007a4 00000000 nt!IopXxxControlFile+0x611
b8aafd34 804de7ec 000007d4 000007a4 00000000 nt!NtDeviceIoControlFile+0x2a
b8aafd34 7c90eb94 000007d4 000007a4 00000000 nt!KiFastCallEntry+0xf8
WARNING: Frame IP not in any known module. Following frames may be wrong.
018dfab8 00000000 00000000 00000000 00000000 0x7c90eb94


STACK_COMMAND:  kb

FOLLOWUP_IP:
emu10k1m!cardmixerGetDestDetails+1f
f72d5e75 8b4608          mov    eax,dword ptr [esi+8]

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  emu10k1m!cardmixerGetDestDetails+1f

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: emu10k1m

IMAGE_NAME:  emu10k1m.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  3b6b5fb2

FAILURE_BUCKET_ID:  0x8E_emu10k1m!cardmixerGetDestDetails+1f

BUCKET_ID:  0x8E_emu10k1m!cardmixerGetDestDetails+1f

Followup: MachineOwner
---------
Hope you guys can help me out!


Attached File(s)
Attached File  Mini070707_01.zip ( 16.49k ) Number of downloads: 13
LittleCordines
post Jul 9 2007, 06:13 PM

.: eXTRemELy nOOb :.
****
Senior Member
639 posts

Joined: May 2007
From: In The Middle Of Nowhere



BSOD problemo...

I need some help from you guys...

it happen again. is this cause by the HDD got bad sector..??

This post has been edited by LittleCordines: Jul 11 2007, 02:19 AM
9ty5
post Jul 14 2007, 07:11 PM

Getting Started
**
Junior Member
89 posts

Joined: Jan 2003
I got a BSOD which kinda relates to usb stuff, or so it seems. Here's the dump file.
Appreciate all form of assistance. smile.gif



Attached File(s)
Attached File  Mini071407_01.zip ( 5.96k ) Number of downloads: 20
BS87
post Jul 15 2007, 10:20 PM

New Member
*
Junior Member
11 posts

Joined: Jul 2007
HI , i am using compaq presario v3203au, recently my pc always appears bluescreen and i don't know why....

so may you guys help me to settle this problem?

this is my minidump file and the bluescreen snapshot
mini dump file
bluescreen snapshoot
spikeee
post Jul 15 2007, 10:47 PM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


9ty5 - erm what format is your dump file in? i can't open it. it doesn't seem to be a .dmp file

badongo - it would help a lot if you just attached ur files using the internal uploader for files that small. thanks!


jaeger
post Jul 15 2007, 11:45 PM

New Member
*
Newbie
1 posts

Joined: Jul 2007
QUOTE(9ty5 @ Jul 14 2007, 07:11 PM)
I got a BSOD which kinda relates to usb stuff, or so it seems. Here's the dump file.
Appreciate all form of assistance.  smile.gif
*
Probably caused by : snpstd3.sys ( snpstd3+3a619 )

Error 0xFE occurs when you start the "Safely Remove Hardware" utility on a docked portable computer

http://support.microsoft.com/kb/329581

A "STOP 0xFE" error message occurs after your Windows XP-based computer returns from standby or from hibernation

http://support.microsoft.com/kb/837386

are you using usb web cam? try to uninstall/reinstall CliqueCam and make sure the driver is up to date.

QUOTE(BS87 @ Jul 15 2007, 10:20 PM)
HI , i am using compaq presario v3203au, recently my pc always appears bluescreen and i don't know why....

so may you guys help me to settle this problem?

this is my minidump file and the bluescreen snapshot
mini dump file
bluescreen snapshoot
*
Probably caused by : NVENETFD.sys ( NVENETFD+34ae )

try to update your motherboard driver esp Network.

9ty5
post Jul 16 2007, 12:08 AM

Getting Started
**
Junior Member
89 posts

Joined: Jan 2003
spikee,
Yeah, it's in .dmp format. I ain't too sure how to convert that to text format. Anything that comes standard with win xp that i can use to view the .dmp format?
spikeee
post Jul 16 2007, 12:41 AM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


9ty5 - read the first page of this thread. download and install windebugger . it'll help u open the file for you to read it

all the best

BS87
post Jul 16 2007, 01:11 AM

New Member
*
Junior Member
11 posts

Joined: Jul 2007
hi spikeee i try upload my file b4, but it wrote..."Upload failed. You are not permitted to upload a file with that file extension."

so tat i choose badongo to uplaod my file, hope u guy don mind.

thx you jaeger, i will try to update my network driver...hope my problem will be fixed^^
ff7yta
post Jul 19 2007, 02:42 PM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


QUOTE(9ty5 @ Jul 14 2007, 07:11 PM)
I got a BSOD which kinda relates to usb stuff, or so it seems. Here's the dump file.
Appreciate all form of assistance.  smile.gif
*
Your minidump file states an error in ntkrnlpa.exe. This cannot pin to the problem causing the BSOD.

Can u explain what usb stuff causes your BSOD?

A possibility is that the USB is drawing too much power.
You might need to change your PSU.
Added on July 19, 2007, 2:42 pm
QUOTE(BS87 @ Jul 15 2007, 10:20 PM)
HI , i am using compaq presario v3203au, recently my pc always appears bluescreen and i don't know why....

so may you guys help me to settle this problem?

this is my minidump file and the bluescreen snapshot
mini dump file
bluescreen snapshoot
*
BSOD points to motherboard drivers. U need to update them.
QUOTE(BS87 @ Jul 16 2007, 01:11 AM)
hi spikeee i try upload my file b4, but it wrote..."Upload failed. You are not permitted to upload a file with that file extension."

so tat i choose badongo to uplaod my file, hope u guy don mind.

thx you jaeger, i will try to update my network driver...hope my problem will be fixed^^
*

If u want to upload a file, u must rename the extension to .txt, or u can zip the files before uploading. Lowyat.net does not support .rar extensions too. smile.gif

The badongo site doh.gif shakehead.gif
Added on July 19, 2007, 2:43 pm
QUOTE(spikeee @ Jul 8 2007, 01:30 AM)
Hey guys,

just reformatted fresh windows, with new mobo.

installed mobo drivers, gpu/sound card drivers etc etc
i got one or two BSOD about an emu10k file.

attached is the minidump file and my debug analysis :
Hope you guys can help me out!
*
The problem happens as there were too many inputs given or too many programs was opened at the same time.

Solution? Try to be more patient next time. smile.gif

Maybe I'm wrong, as there are many other possibilities.

This post has been edited by ff7yta: Jul 19 2007, 02:51 PM
spikeee
post Jul 19 2007, 03:15 PM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


no i found out what was wrong. i had a creative live value card in the pci slot. for some strange reason, windows actually automatically detects AND INSTALLS software for it (wrong software, though) , even without me installing proper driver for it.

when i don't install proper driver from creative, it detects that the driver for the pci card is wrong, therefore it crashes.

changed sound card (too old, anyway) and no more problem
shyjohn
post Jul 21 2007, 02:01 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(spikeee @ Jul 19 2007, 03:15 PM)
no i found out what was wrong. i had a creative live value card in the pci slot. for some strange reason, windows actually automatically detects AND INSTALLS software for it (wrong software, though) , even without me installing proper driver for it.

when i don't install proper driver from creative, it detects that the driver for the pci card is wrong, therefore it crashes.

changed sound card (too old, anyway) and no more problem
*
interesting... is it working if you install with proper driver?


Added on July 21, 2007, 3:52 am
QUOTE(9ty5 @ Jul 14 2007, 07:11 PM)
I got a BSOD which kinda relates to usb stuff, or so it seems. Here's the dump file.
Appreciate all form of assistance.  smile.gif
*
Your dump file crashes with bugcheck FE with

para1: 00000002, BAD_URB. The USB client driver has submitted a USB Request Block (URB) that is still attached to another Input/Output (I/O) request packet (IRP) that is still pending in the USB driver.
Para2: 84e85e28 is the irp that is currently pending in usbport.sys
para3: 84e5ac48, the newest irp currently being submitted by the client.
Para4: 863ba470, URB that caused the error. I'm not sure with this one. But we need to do some troubleshooting: remove usb hub and CliqueCam from system and see if any differences and please visit Microsoft with this error 0xfe (2,...) maybe it's related to Microsoft hot fix.


This post has been edited by shyjohn: Jul 21 2007, 03:52 AM
brainwasher85
post Jul 21 2007, 02:26 PM

Getting Started
**
Junior Member
113 posts

Joined: Nov 2005


Hi, this is my minidump folder... can someone help me check what is wrong? Thanks in advance.


Attached File(s)
Attached File  Minidump.zip ( 317k ) Number of downloads: 15
shyjohn
post Jul 22 2007, 12:35 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(brainwasher85 @ Jul 21 2007, 02:26 PM)
Hi, this is my minidump folder... can someone help me check what is wrong? Thanks in advance.
*
hello brainwasher85,

Probably faulty ram. Move ram to other slot and see what happens or get already known good and compatible ram and test it with your motherboard.
9ty5
post Jul 22 2007, 02:10 AM

Getting Started
**
Junior Member
89 posts

Joined: Jan 2003
shyjohn,
Thanks. I'll remove all USB devices and run my PC for a bit and see how it goes. Maybe it's the USB thingy that causes it.
ahsia80
post Jul 22 2007, 11:29 PM

Enthusiast
*****
Senior Member
989 posts

Joined: Dec 2004
From: SG


Aiya..my turn liao blush.gif
Restart problem after a while on the PC (~1 hour)
Here's my minidump file (zipped up)
Thanks a lot to sifu sifu... smile.gif
please help out... thumbup.gif


Attached File(s)
Attached File  minidump.zip ( 37.4k ) Number of downloads: 10
shyjohn
post Jul 23 2007, 01:01 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(ahsia80 @ Jul 22 2007, 11:29 PM)
Aiya..my turn liao blush.gif
Restart problem after a while on the PC (~1 hour)
Here's my minidump file (zipped up)
Thanks a lot to sifu sifu... smile.gif
please help out... thumbup.gif
*
From stack trace, this could be faulty ram or video memory. But this is just my preliminary finding since only one dump file, test your ram and graphic card and please post more dump files smile.gif



This post has been edited by shyjohn: Jul 23 2007, 01:12 AM
ahsia80
post Jul 23 2007, 07:35 PM

Enthusiast
*****
Senior Member
989 posts

Joined: Dec 2004
From: SG


QUOTE(shyjohn @ Jul 23 2007, 01:01 AM)
From stack trace, this could be faulty ram or video memory. But this is just my preliminary finding since only one dump file, test your ram and graphic card and please post more dump files  smile.gif
*
Thanks.
I already tried 2 Graphic cards and both also same problem rclxub.gif
I guess that leaves out only Ram...too bad got only one ram in my system..sad.gif hmm.gif
angelic-x
post Jul 23 2007, 09:21 PM

Not a member
****
Senior Member
644 posts

Joined: Dec 2006

hello. any sifu please help me. i got a seriosly problem,please check my minidump files. my problem is ONLY playing Warcraft 3 (Dota), it will restart the computer automatically and sometime BSOD. i try-ed Reformat the Computer. but seem no help. icon_question.gif

» Click to show Spoiler - click again to hide... «


This post has been edited by angelic-x: Jul 23 2007, 10:48 PM
spikeee
post Jul 25 2007, 02:15 PM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


Looks like an audio driver problem. Your realtek on board audio driver has been installed properly? try uninstalling and reinstalling it FIRST.

then we see how it goes


Added on July 25, 2007, 2:19 pmThe thing is that onboard audio drivers aren't able to play too many sounds at one time and if your EAX is enabled, that could be causing the problem.

if you really want to make sure that it's the sound card problem, try to disable sounds while playing and see if anything happens. report back here please

all the best!

This post has been edited by spikeee: Jul 25 2007, 02:19 PM
angelic-x
post Jul 26 2007, 08:48 PM

Not a member
****
Senior Member
644 posts

Joined: Dec 2006

yup brother.. the problem seem solved already.. i change my warcraft Sound Device to Miles 3D. that work.! thanks for your help. thumbup.gif thumbup.gif
spikeee
post Jul 27 2007, 02:48 PM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


biggrin.gif Glad to hear that! You're most welcome smile.gif

brainwasher85
post Jul 27 2007, 10:52 PM

Getting Started
**
Junior Member
113 posts

Joined: Nov 2005


QUOTE(shyjohn @ Jul 22 2007, 12:35 AM)
hello brainwasher85,

Probably faulty ram. Move ram to other slot and see what happens or get already known good and compatible ram and test it with your motherboard.
*
Hi shyjohn, thanks for the reply.. I did what you suggested but it still restarts most of the time.
shyjohn
post Jul 28 2007, 01:55 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(brainwasher85 @ Jul 27 2007, 10:52 PM)
Hi shyjohn, thanks for the reply.. I did what you suggested but it still restarts most of the time.
*
Hi brainwasher85,

Usually bug check 7F, 8E and 50 related to faulty ram in most cases.

Mini072107-02.dmp
BugCheck 1000007F, {8, f7717d70, 0, 0}
Probably caused by : win32k.sys ( win32k!EngFreeUserMem+33f )

Mini072107-01.dmp
BugCheck 1000008E, {c0000005, 805d8078, ba412ca0, 0}
Probably caused by : memory_corruption

Mini072007-03.dmp
BugCheck 1000007F, {8, 80042000, 0, 0}
Probably caused by : Npfs.SYS ( Npfs!NpFsdWrite+25 )

Mini072007-01.dmp
BugCheck 10000050, {90ff8b90, 1, 804dc2db, 0}
Probably caused by : ntkrnlmp.exe ( nt!ExAcquireFastMutexUnsafe+0 )

Mini071907-02.dmp
BugCheck 100000D1, {b0ba7cfb, 2, 1, ba7cfc57}
Probably caused by : ntkrnlmp.exe ( nt!ExFreePoolWithTag+664 )

Mini071907-01.dmp
BugCheck 1000008E, {c0000005, 35251304, ba7ff440, 0}
Probably caused by : ntkrnlmp.exe ( nt!SeQuerySecurityDescriptorInfo+26c )

I noticed KiFastCallEntry in the stack trace and this could be corrupted registry. Download CCleaner and do registry repair and please go here on how to reset virtual memory paging file:

http://www.microsoft.com/resources/documen...t.mspx?mfr=true

If problem still persist, please do reformat windows to isolate from faulty hardware/software.

spikeee
post Jul 29 2007, 12:15 AM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


brainwasher,

sorry, but maybe u could elaborately tell us exactly what steps u took in diagnosing the problem?
brainwasher85
post Jul 29 2007, 11:38 PM

Getting Started
**
Junior Member
113 posts

Joined: Nov 2005


QUOTE(spikeee @ Jul 29 2007, 12:15 AM)
brainwasher,

sorry, but maybe u could elaborately tell us exactly what steps u took in diagnosing the problem?
*
Hi spikeee, I moved the RAM to other slots and also replaced a known good RAM to test. The problem of restarting still exists. By the way, I've reformat and reinstalled windows...still occasionally restarts.
ahsia80
post Jul 30 2007, 12:05 AM

Enthusiast
*****
Senior Member
989 posts

Joined: Dec 2004
From: SG


QUOTE(brainwasher85 @ Jul 29 2007, 11:38 PM)
Hi spikeee, I moved the RAM to other slots and also replaced a known good RAM to test. The problem of restarting still exists. By the way, I've reformat and reinstalled windows...still occasionally restarts.
*
Hi brainwasher,
I have exactly the same problem. Changed to good Ram but still restarts...
However, i noted that before the restarting began, my internet explorer OR Firefox will tend to show "error" messages...after that, the PC will reboot itself.
Any similarity?

Maybe is PSU problem? rclxub.gif


Added on July 30, 2007, 12:06 amI have yet to solve my problem still... doh.gif
Hope someone can guide...Thx

This post has been edited by ahsia80: Jul 30 2007, 12:06 AM
shyjohn
post Jul 30 2007, 01:20 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(ahsia80 @ Jul 30 2007, 12:05 AM)
Hi brainwasher,
I have exactly the same problem. Changed to good Ram but still restarts...
However, i noted that before the restarting began, my internet explorer OR Firefox will tend to show "error" messages...after that, the PC will reboot itself.
Any similarity?

Maybe is PSU problem? rclxub.gif


Added on July 30, 2007, 12:06 amI have yet to solve my problem still... doh.gif
Hope someone can guide...Thx
*
ahsia80

I've looked into your dump again and find foot print of Graphic Card driver, ati2dvag.dll, ati3duag.dll, ativvaxx.dll, ati2mtag.sys. Uninstall these graphic card driver and reinstall with most up to date version. Also, please update motherboard driver especially sound driver. All these drivers loaded on the system at time of the crash. Please post more dump files, one dump is insufficient to find the clue. smile.gif

brainwasher,

Try to clean dust inside ram slot, maybe slot has bad contact with the ram.
ahsia80
post Jul 31 2007, 09:03 PM

Enthusiast
*****
Senior Member
989 posts

Joined: Dec 2004
From: SG


Hi Shyjohn,
I attached the latest dumps I had 'saved'.. sad.gif
Hope I can find out the problematic stuff i need to dump.. rclxms.gif
Thanks!


Attached File(s)
Attached File  minidump.zip ( 114.88k ) Number of downloads: 13
SUSsynz
post Jul 31 2007, 09:38 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(ahsia80 @ Jul 31 2007, 09:03 PM)
Hi Shyjohn,
I attached the latest dumps I had 'saved'.. sad.gif
Hope I can find out the problematic stuff i need to dump.. rclxms.gif
Thanks!
*
Could be due to faulty memory, check your ram
ahsia80
post Jul 31 2007, 10:19 PM

Enthusiast
*****
Senior Member
989 posts

Joined: Dec 2004
From: SG


QUOTE(synz @ Jul 31 2007, 09:38 PM)
Could be due to faulty memory, check your ram
*
I already changed to good RAM (my fren's) but the restart still occuring... doh.gif
ahsia80
post Jul 31 2007, 11:01 PM

Enthusiast
*****
Senior Member
989 posts

Joined: Dec 2004
From: SG


My latest minidump...happened just a moment ago..sigh... cry.gif


Attached File(s)
Attached File  minidump_1.zip ( 21.6k ) Number of downloads: 9
cvshi515
post Jul 31 2007, 11:31 PM

Regular
******
Senior Member
1,188 posts

Joined: Mar 2006


Hi Sifus,

I was having constant blue screen on each first boot up, not sure what was the problem..... rclxub.gif could the expertises check out for me? the minidump log was attached.


Attached File(s)
Attached File  debuglog.zip ( 4.95k ) Number of downloads: 38
shyjohn
post Aug 1 2007, 01:23 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(ahsia80 @ Jul 31 2007, 11:01 PM)
My latest minidump...happened just a moment ago..sigh... cry.gif
*
Thanks for the dumps, smile.gif

Three of your minidumps shows sign of faulty memory with bugcheck 4E, C2, 8E, and 50. One shows avgntflt.sys with bugcheck 8E - a part of Avira AntiVir Personal, other shows problem with windows file system.
My suggestions:
1. Run chkdsk /f /r
2. Uninstall Avira AntiVir Personal
2. Uninstall and reinstall display driver with newest version.
3. Reset cmos, move ram to another slot. If still BSoD, get a known good and compatible ram to test. If that doesn't change anything, stress test that good ram with memtest86+ (refer here www.memtest86.org). If you get error then I believe your motherboard is failing. If we want to make sure, please format and reinstall windows for problem isolation hardware/software.
ayuliaemra
post Aug 1 2007, 11:21 AM

New Member
*
Junior Member
6 posts

Joined: Aug 2007


QUOTE(shyjohn @ Aug 1 2007, 01:23 AM)
Thanks for the dumps,  smile.gif

Three of your minidumps shows sign of faulty memory with bugcheck 4E, C2, 8E, and 50. One shows avgntflt.sys with bugcheck 8E - a part of Avira AntiVir Personal, other shows problem with windows file system.
My suggestions:
1. Run chkdsk /f /r
2. Uninstall Avira AntiVir Personal
2. Uninstall and reinstall display driver with newest version.
3. Reset cmos, move ram to another slot. If still BSoD, get a known good and compatible ram to test. If that doesn't change anything, stress test that good ram with memtest86+ (refer here www.memtest86.org).  If you get error then I believe your motherboard is failing. If we want to make sure, please format and reinstall windows for problem isolation hardware/software.
*
agree that...

try download Ulitmate boot CD (UBCD).... google it... burn it... on cd
all tools inside.. great tools. I still using it since 2003

Before do that try do some physical check.. some motherboard had capacitor malfunction.
Can visible when see some mud on top of it. Some case been solved before...
ahsia80
post Aug 1 2007, 11:12 PM

Enthusiast
*****
Senior Member
989 posts

Joined: Dec 2004
From: SG


QUOTE(shyjohn @ Aug 1 2007, 01:23 AM)
Thanks for the dumps,  smile.gif

Three of your minidumps shows sign of faulty memory with bugcheck 4E, C2, 8E, and 50. One shows avgntflt.sys with bugcheck 8E - a part of Avira AntiVir Personal, other shows problem with windows file system.
My suggestions:
1. Run chkdsk /f /r
2. Uninstall Avira AntiVir Personal
2. Uninstall and reinstall display driver with newest version.
3. Reset cmos, move ram to another slot. If still BSoD, get a known good and compatible ram to test. If that doesn't change anything, stress test that good ram with memtest86+ (refer here www.memtest86.org).  If you get error then I believe your motherboard is failing. If we want to make sure, please format and reinstall windows for problem isolation hardware/software.
*
QUOTE(ayuliaemra @ Aug 1 2007, 11:21 AM)
agree that...

try download Ulitmate boot CD (UBCD).... google it... burn  it... on cd
all tools inside.. great tools. I still using it since 2003

Before do that try do some physical check.. some motherboard had capacitor malfunction.
Can visible when see some mud on top of it. Some case been solved before...
*
Thanks sifu sifu~ I just reformated my PC. currently with just drivers for mobo n gc..Nothing else.
Will update if there's anything. thumbup.gif


Added on August 1, 2007, 11:23 pm1. Run chkdsk /f /r --> done, no problem
2. Uninstall Avira AntiVir Personal --> done, under monitoring
3. Uninstall and reinstall display driver with newest version.--> done, under monitoring
4. Reset CMOS --> will be done if any of the 3 above PHAILED me...

Also...will download Ultimate Boot CD and try to learn how to use...
Thanks!

This post has been edited by ahsia80: Aug 1 2007, 11:23 PM
beeenn
post Aug 4 2007, 02:01 AM

Getting Started
**
Junior Member
85 posts

Joined: Mar 2006
From: Hidden


hye everyone..i got problem with my pc..it keep restarting every time i start windows..here is my minidump folder..hope can get help here..its oredi 1 week didnt on the pc sad.gif

This post has been edited by beeenn: Aug 4 2007, 11:35 AM


Attached File(s)
Attached File  minidump.zip ( 70.17k ) Number of downloads: 23
spikeee
post Aug 4 2007, 12:41 PM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


Looks like a memory problem. Could be a faulty ram. Or first, try to take it out and put it back in
beeenn
post Aug 4 2007, 01:58 PM

Getting Started
**
Junior Member
85 posts

Joined: Mar 2006
From: Hidden


QUOTE(spikeee @ Aug 4 2007, 12:41 PM)
Looks like a memory problem. Could be a faulty ram. Or first, try to take it out and put it back in
*
oredi try to take it out n put it back in..doesnt change anything sad.gif ..try it on other pc n its fine..fyi i use seagate sata2 hdd..but when i try using ide hdd it boot up nicely without the blue screen..i wonder why hmm.gif
SUSsynz
post Aug 4 2007, 02:30 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


@beeenn,

Remove any ASUS smartdoctor utility as it might incompatible with xp sp2

This post has been edited by synz: Aug 4 2007, 02:32 PM
beeenn
post Aug 4 2007, 03:07 PM

Getting Started
**
Junior Member
85 posts

Joined: Mar 2006
From: Hidden


QUOTE(synz @ Aug 4 2007, 02:30 PM)
@beeenn,

Remove any ASUS smartdoctor utility as it might incompatible with xp sp2
*
ouh..ok..i'll give it a try..thanxx smile.gif

it works..thanxx alot rclxms.gif rclxm9.gif

This post has been edited by beeenn: Aug 4 2007, 06:21 PM
shyjohn
post Aug 9 2007, 03:15 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(cvshi515 @ Jul 31 2007, 11:31 PM)
Hi Sifus,

I was having constant blue screen on each first boot up, not sure what was the problem.....  rclxub.gif  could the expertises check out for me? the minidump log was attached.
*
Hi cvshi515,

Your Kernel symbols are wrong. Try to get symbols directly from the server.
cvshi515
post Aug 12 2007, 07:48 PM

Regular
******
Senior Member
1,188 posts

Joined: Mar 2006


QUOTE(shyjohn @ Aug 9 2007, 03:15 AM)
Hi cvshi515,

Your Kernel symbols are wrong. Try to get symbols directly from the server.
*
blink.gif don't understand, please teach me where can i get the kernel symbols.
duncan880409
post Aug 13 2007, 12:38 AM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



hey, i have new computer here, since this few days i already have 2 BSOD. but the log i cleared aleady cause i am using ccleaner..and i dunno wheter is related or not, when i open an application now, the task manager there got shown the process (eg for windows media player 11 : wmplayer.exe) is shown on the task manager process tab, but dint show at application tab.. it apply to other applciation suvh as paint too.. wat the problem?
spikeee
post Aug 13 2007, 10:05 AM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


u've got to show us your minidump for us to be able to even have an idea, bro
duncan880409
post Aug 13 2007, 10:13 AM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



but the problem is i have ccleaner, it deleted everything.. but the 2 problem in the task manager above is it related to my case too? my system idle process's CPU usage is 99%
spikeee
post Aug 13 2007, 11:47 AM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


that's why it's called idle process wink.gif IDLE. wink.gif
that's where your system draws processor utilization from.

that's normal.

ok you have ccleaner, so the next time it happens, (BSOD), don't use CCleaner to clear your logs.
duncan880409
post Aug 13 2007, 12:35 PM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



when i open an application now, the task manager there got shown the process (eg for windows media player 11 : wmplayer.exe) this want leh?
kumhon
post Aug 13 2007, 03:58 PM

New Member
*
Junior Member
27 posts

Joined: Jan 2003


Hi everyone, can someone help me look at these minidump files? My fren's pc is having blue screen problem, especially when he is watching drama using real player.He is using Vista, and he do not have a floppy disk drive, which i cannot boot his comp into memtest by using floppy. Can someone help me? Thanks.


Attached File(s)
Attached File  minidump.zip ( 93.27k ) Number of downloads: 11
duncan880409
post Aug 14 2007, 03:11 PM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



finnaly i already have the BSOD, here my minidump
shyjohn
post Aug 16 2007, 11:59 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


cvshi515,

Please zip and post minidump files (at least 5 dumps) here.

duncan880409 and kumhon,

Probably Nvidia display driver, please reinstall this driver.

duncan880409
post Aug 17 2007, 12:25 AM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



QUOTE(shyjohn @ Aug 16 2007, 11:59 PM)
cvshi515,

Please zip and post minidump files (at least 5 dumps) here.

duncan880409 and kumhon,

Probably Nvidia display driver, please reinstall this driver.
*
just nvidia display driver? which version i should get?
supermassive
post Aug 17 2007, 01:10 AM

New Member
*
Junior Member
46 posts

Joined: Feb 2007


Hi i m having problem with my new pc, currently it keep poping the blue screen when i on my pc. can some one help me check it out, heres my minidump file.


Attached File(s)
Attached File  Mini081507_01.zip ( 5.77k ) Number of downloads: 16
shyjohn
post Aug 17 2007, 01:11 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(duncan880409 @ Aug 17 2007, 12:25 AM)
just nvidia display driver? which version i should get?
*
That's what I get in your dump file - nv4_disp.dll ( nv4_disp+21bc96 ). I guess your driver is the latest (4628C133), uninstall and reinstall them (faulty memory also might cause to this problem). This is preliminary finding, please post more dumps to confirm.
supermassive
post Aug 17 2007, 01:26 AM

New Member
*
Junior Member
46 posts

Joined: Feb 2007


QUOTE(shyjohn @ Aug 17 2007, 01:11 AM)
That's what I get in your dump file - nv4_disp.dll ( nv4_disp+21bc96 ). I guess your driver is the latest (4628C133), uninstall and reinstall them (faulty memory also might cause to this problem). This is preliminary finding, please post more dumps to confirm.
*
oic, heres the folder of my dump files.


Attached File(s)
Attached File  Minidump.zip ( 476.43k ) Number of downloads: 13
shyjohn
post Aug 17 2007, 02:48 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(supermassive @ Aug 17 2007, 01:26 AM)
oic, heres the folder of my dump files.
*
Please uninstall all related Asus stuff (e.g Asus Smardoctor, ...) because several dump files point to EIO.sys. Update motherboard driver and check ram (some of them shows sign of faulty memory).
kumhon
post Aug 17 2007, 09:52 AM

New Member
*
Junior Member
27 posts

Joined: Jan 2003


QUOTE(shyjohn @ Aug 16 2007, 11:59 PM)
cvshi515,

Please zip and post minidump files (at least 5 dumps) here.

duncan880409 and kumhon,

Probably Nvidia display driver, please reinstall this driver.
*
Thanks =)
shyjohn
post Aug 17 2007, 10:18 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(kumhon @ Aug 17 2007, 09:52 AM)
Thanks =)
*
Don't thank me yet. Please report back here your status, I need to know . smile.gif

cvshi515
post Aug 17 2007, 11:47 PM

Regular
******
Senior Member
1,188 posts

Joined: Mar 2006


QUOTE(shyjohn @ Aug 16 2007, 11:59 PM)
cvshi515,

Please zip and post minidump files (at least 5 dumps) here.

duncan880409 and kumhon,

Probably Nvidia display driver, please reinstall this driver.
*
Okok, sorry about the slow reply.

These is what i have, hope you could trace any error from the log. Thanks. notworthy.gif


This post has been edited by cvshi515: Aug 17 2007, 11:52 PM


Attached File(s)
Attached File  Minidump.zip ( 256.47k ) Number of downloads: 17
shyjohn
post Aug 18 2007, 02:13 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(cvshi515 @ Aug 17 2007, 11:47 PM)
Okok, sorry about the slow reply.

These is what i have, hope you could trace any error from the log. Thanks. notworthy.gif
*
My best guess could be faulty memory whether display card or ram, before do some physical checking, first uninstall and reinstall Ati Display Driver with the latest version, and I suggest remove Symantic completely - your version is 6 years behind and it's buggy. If nothing good happen, please check ram and display card (refer previous post in this topic on how to check ram and display card).
cvshi515
post Aug 18 2007, 12:29 PM

Regular
******
Senior Member
1,188 posts

Joined: Mar 2006


QUOTE(shyjohn @ Aug 18 2007, 02:13 AM)
My best guess could be faulty memory whether display card or ram, before do some physical checking, first uninstall and reinstall Ati Display Driver with the latest version, and I suggest remove Symantic completely - your version is 6 years behind and it's buggy. If nothing good happen, please check ram and display card (refer previous post in this topic on how to check ram and display card).
*
Okok, will do that thanks a lot for your advice, appreciate that thumbup.gif
beast921
post Aug 23 2007, 01:53 AM

Casual
***
Junior Member
360 posts

Joined: Dec 2005
From: Ampang / Kuantan


Most of the time this current setup when reboot always get BSOD.

message on BSOD: DRIVER_IRQL_not_less_or_Equal.

so any sifu's here can help me on this matter, either its hardware or driver of the hardware? I need confirmation Isn't it relating to PCI slot? below is my minidump




Attached File  minidump.zip ( 53.66k ) Number of downloads: 12


This post has been edited by beast921: Aug 23 2007, 01:59 AM
ihatechonglin
post Aug 23 2007, 03:26 AM

New Member
*
Junior Member
29 posts

Joined: Feb 2007
Recently changed new modem and this thing keep pop up . Pls help me check ><



Attached File(s)
Attached File  minidumps.zip ( 150.06k ) Number of downloads: 9
spikeee
post Aug 23 2007, 12:06 PM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


i don't have my windows debugger here with me, but for beast921's error, one of your drivers is causing an issue with the irq address.

usually the driver name is included in the BSOD message. something.sys or something
beast921
post Aug 23 2007, 12:36 PM

Casual
***
Junior Member
360 posts

Joined: Dec 2005
From: Ampang / Kuantan


QUOTE(spikeee @ Aug 23 2007, 12:06 PM)
i don't have my windows debugger here with me, but for beast921's error, one of your drivers is causing an issue with the irq address.

usually the driver name is included in the BSOD message. something.sys or something
*
Hmmm......perhaps its the Realtek RTL8185 1097 (6.1102.0702) PCI wifi driver-its the latest driver tho.

Tonight gonna uninstall the driver & cabut the the wifi card. Then I will let u know what the outcome is.

Anyway thanks. I appreciate it.
spikeee
post Aug 23 2007, 01:54 PM

Look at all my stars!!
*******
Senior Member
2,924 posts

Joined: Jan 2005
From: Stamford Bridge


Ok , beast921. if you get a BSOD again, please tell me the filename that it includes so that i'll be able to know which driver it is exactly
duncan880409
post Aug 23 2007, 02:58 PM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



QUOTE(shyjohn @ Aug 17 2007, 01:11 AM)
That's what I get in your dump file - nv4_disp.dll ( nv4_disp+21bc96 ). I guess your driver is the latest (4628C133), uninstall and reinstall them (faulty memory also might cause to this problem). This is preliminary finding, please post more dumps to confirm.
*
the BSOD come again. dump file att
beast921
post Aug 24 2007, 09:44 PM

Casual
***
Junior Member
360 posts

Joined: Dec 2005
From: Ampang / Kuantan


QUOTE(spikeee @ Aug 23 2007, 01:54 PM)
Ok , beast921. if you get a BSOD again, please tell me the filename that it includes so that i'll be able to know which driver it is exactly
*
Bro, it happen again. Pls help me to find out which driver causing this prob. Thanks in advance.
below is my minidump



Attached File(s)
Attached File  Mini082407_01.zip ( 18.3k ) Number of downloads: 12
duncan880409
post Aug 24 2007, 10:26 PM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



tis time happen again.. but no minidump have saved....
shyjohn
post Aug 24 2007, 11:57 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(duncan880409 @ Aug 24 2007, 10:26 PM)
tis time happen again.. but no minidump have saved....
*
duncan880409,

It is very helpful if you provide us details what procedure that you have taken to avoid this BSoD. Anyway, I've Google and found this http://www.nvidia.com/object/winxp_2k_162.18.html, perhaps this will help you. smile.gif


Added on August 25, 2007, 2:27 am
QUOTE(ihatechonglin @ Aug 23 2007, 03:26 AM)
Recently changed new modem and this thing keep pop up . Pls help me check ><
*
You have two different firewalls. Leave Nvidia and remove Avast Network Shield, see how it goes...

This post has been edited by shyjohn: Aug 25 2007, 02:27 AM
beast921
post Aug 25 2007, 10:24 AM

Casual
***
Junior Member
360 posts

Joined: Dec 2005
From: Ampang / Kuantan


I have download window debugger 6.7.0005.1

Can some one help me: what is ntoskrnl.exe ( nt+6e0bf )? its seems that causing BSOD to my setup.


SUSsynz
post Aug 25 2007, 01:02 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(beast921 @ Aug 25 2007, 10:24 AM)
I have download window debugger 6.7.0005.1

Can some one help me: what is ntoskrnl.exe ( nt+6e0bf )? its seems that causing BSOD to my setup.
*
download and install the update first

http://www.microsoft.com/downloads/details...&displaylang=en
beast921
post Aug 25 2007, 04:00 PM

Casual
***
Junior Member
360 posts

Joined: Dec 2005
From: Ampang / Kuantan


thanks, I'm dowlnloading it now. later will tell the outcome
duncan880409
post Aug 26 2007, 12:47 AM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



QUOTE(shyjohn @ Aug 24 2007, 11:57 PM)
duncan880409,

It is very helpful if you provide us details what procedure that you have taken to avoid this BSoD. Anyway, I've Google and found this http://www.nvidia.com/object/winxp_2k_162.18.html, perhaps this will help you.  smile.gif

this is because i format my com.. n it com again, but the dump is set to complete d, so the dmp file 1.99gb
lol..

This post has been edited by duncan880409: Aug 26 2007, 12:48 AM
shyjohn
post Aug 26 2007, 10:10 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(duncan880409 @ Aug 26 2007, 12:47 AM)
this is because i format my com.. n it com again, but the dump is set to complete d, so the dmp file 1.99gb
lol..
*
Please go to Start > run > dxdiag, Save All Information. For minidump set to 64kb (small memory dump), produce dumps and post here with DxDiag.txt. You tried the link?
samyueru
post Aug 26 2007, 12:19 PM

Getting Started
**
Junior Member
93 posts

Joined: Dec 2006


im facing the same problem with my laptop..in a few days its always show the blue screen said physical memory dump..what the hell is that suposed to mean??
sometimes i watch movie its restart, n the worst is..i dint do anything it also restart it self..
what am i supposed to do?

pls help me..

here is my minidump pls have a look

thx.

This post has been edited by samyueru: Aug 26 2007, 12:30 PM


Attached File(s)
Attached File  MiniDump.zip ( 97.19k ) Number of downloads: 11
duncan880409
post Aug 26 2007, 12:36 PM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



QUOTE(shyjohn @ Aug 26 2007, 10:10 AM)
Please go to Start > run  > dxdiag, Save All Information. For minidump set to 64kb (small memory dump), produce dumps and post here with DxDiag.txt. You tried the link?
*
how to produce dump? DIag is there
shyjohn
post Aug 26 2007, 11:17 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(duncan880409 @ Aug 26 2007, 12:36 PM)
how to produce dump? DIag is there
*
You're running dual-core processor and 8500GT display card, which take amount of power supply. Have you checked power supply unit? How much watts do you have? To reproduce dump files, play some movies using realplay.exe (PROCESS_NAME: realplay.exe is the time when your system crash).


Added on August 26, 2007, 11:32 pm
QUOTE(samyueru @ Aug 26 2007, 12:19 PM)
im facing the same problem with my laptop..in a few days its always show the blue screen said physical memory dump..what the hell is that suposed to mean??
sometimes i watch movie its restart, n the worst is..i dint do anything it also restart it self..
what am i supposed to do?

pls help me..

here is my minidump pls have a look

thx.
*
Hi samyueru,

I believe faulty memory causing the system crash. Please check your ram.

Mini082607-03.dmp
Probably caused by : memory_corruption ( nt!MiDeleteValidAddress+4e )

Mini082607-02.dmp
Cannot be read or corrupted - this is sign of faulty memory

Mini082607-01.dmp
Probably caused by : klif.sys ( klif+1d95e )


This post has been edited by shyjohn: Aug 26 2007, 11:32 PM
samyueru
post Aug 26 2007, 11:41 PM

Getting Started
**
Junior Member
93 posts

Joined: Dec 2006





Added on August 26, 2007, 11:32 pm

Hi samyueru,

I believe faulty memory causing the system crash. Please check your ram.

Mini082607-03.dmp
Probably caused by : memory_corruption ( nt!MiDeleteValidAddress+4e )

Mini082607-02.dmp
Cannot be read or corrupted - this is sign of faulty memory

Mini082607-01.dmp
Probably caused by : klif.sys ( klif+1d95e )
*

[/quote]

hai shyjohn thx for the reply..sorry for ask a noobie question..how to settle this memory problem?what should i do?
is it my laptop to hot (heat problem) that can cause system crash?

thx in advance.
shyjohn
post Aug 27 2007, 12:14 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


[quote=samyueru,Aug 26 2007, 11:41 PM]

Added on August 26, 2007, 11:32 pm

Hi samyueru,

I believe faulty memory causing the system crash. Please check your ram.

Mini082607-03.dmp
Probably caused by : memory_corruption ( nt!MiDeleteValidAddress+4e )

Mini082607-02.dmp
Cannot be read or corrupted - this is sign of faulty memory

Mini082607-01.dmp
Probably caused by : klif.sys ( klif+1d95e )
*

[/quote]

hai shyjohn thx for the reply..sorry for ask a noobie question..how to settle this memory problem?what should i do?
is it my laptop to hot (heat problem) that can cause system crash?

thx in advance.
*

[/quote]

Yes, cpu overheat can cause your system crash and please consider this also because faulty memory could be cpu cache, ram or gpu. To troubleshoot physical ram, refer to www.memtest.org.
samyueru
post Aug 27 2007, 02:00 AM

Getting Started
**
Junior Member
93 posts

Joined: Dec 2006



Yes, cpu overheat can cause your system crash and please consider this also because faulty memory could be cpu cache, ram or gpu. To troubleshoot physical ram, refer to www.memtest.org.
*

[/quote]



wah so many version..confused already which 1 should i download..
just wanna ask shyjohn..how do i end this problem? any solution for me?
shyjohn
post Aug 28 2007, 09:36 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


[quote=samyueru,Aug 27 2007, 02:00 AM]
Yes, cpu overheat can cause your system crash and please consider this also because faulty memory could be cpu cache, ram or gpu. To troubleshoot physical ram, refer to www.memtest.org.
*

[/quote]
wah so many version..confused already which 1 should i download..
just wanna ask shyjohn..how do i end this problem? any solution for me?
*

[/quote]

Download Memtest86+ V1.70 (01/14/2007) and make it bootable cd. Test it overnight (some ram can pass the test so it's not reliable). But there is another way - get known well and compatible ram and test it to your laptop. To do this, you can borrow from friends or bring your laptop to techys where they have complete tools for diagnosis, unfortunately this will cost you.
samyueru
post Aug 28 2007, 11:09 AM

Getting Started
**
Junior Member
93 posts

Joined: Dec 2006


[quote=shyjohn,Aug 28 2007, 09:36 AM]
wah so many version..confused already which 1 should i download..
just wanna ask shyjohn..how do i end this problem? any solution for me?
*

[/quote]

Download Memtest86+ V1.70 (01/14/2007) and make it bootable cd. Test it overnight (some ram can pass the test so it's not reliable). But there is another way - get known well and compatible ram and test it to your laptop. To do this, you can borrow from friends or bring your laptop to techys where they have complete tools for diagnosis, unfortunately this will cost you.
*

[/quote]



em..bro..u know where the place for test the memory? n how much it will cost me..cost now i cant play games anymore..before that i can play silkroad all night long..but now..go through in also cant already..i donno wat hapent..
duncan880409
post Aug 28 2007, 04:12 PM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



[quote=shyjohn,Aug 26 2007, 11:17 PM]
You're running dual-core processor and 8500GT display card, which take amount of power supply. Have you checked power supply unit? How much watts do you have? To reproduce dump files, play some movies using realplay.exe (PROCESS_NAME: realplay.exe is the time when your system crash).

hey wat u say is correct o, yea, each time i play music or video with real player always got this screen d.. so u suspect power supply is the fault? i currently have 480W built in power supply by coloursit casing d.i mean it bundle with the casing..
Waverp
post Aug 29 2007, 05:40 PM

Getting Started
**
Junior Member
157 posts

Joined: Nov 2005
From: KL
Can anyone help me out wif this BSOD problem...
here is my minidump..




This post has been edited by Waverp: Aug 29 2007, 05:46 PM


Attached File(s)
Attached File  Mini082707_01.zip ( 41.96k ) Number of downloads: 11
cashboy
post Aug 30 2007, 03:29 PM

Casual
***
Junior Member
455 posts

Joined: Oct 2006

help me check my bsod problem.

the blue screens shows nvtcp.sys , http.sys and aswtdi.sys ><


Attached File(s)
Attached File  dumps.zip ( 64.33k ) Number of downloads: 8
SUSsynz
post Aug 30 2007, 06:07 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(cashboy @ Aug 30 2007, 03:29 PM)
help me check my bsod problem.

the blue screens shows nvtcp.sys , http.sys and aswtdi.sys ><
*
- Upgrade avast (if any) to the latest version
- Boot into Safe mode and disable SSDP Discovery Service
Joseph Hahn
post Aug 31 2007, 01:36 PM

kpop k
*******
Senior Member
6,410 posts

Joined: Jan 2003
From: MLK
Hi guys. I started having random BSOD after i started folding. At first it was ok. After a few weeks it started to happen when i was folding (as in CPU 100% load). But in the last few days, my PC has been BSODing even when i'm not running the folding client. So i was like wtf ? I suspected that one of my RAM is the problem. I might be correct since no BSOD anymore after i pulled one of the ram stick out when i'm not running folding, but if i run folding again, i'll get BSOD again.

I attached my minidumps file anyway. I already had a look at it and the error is almost random.
cyrusx
post Aug 31 2007, 05:29 PM

New Member
*
Junior Member
31 posts

Joined: Mar 2007


i m running window vista that day while playing supreme commander it juz crash with blue screen stating that my hardware or software/system file error might have problems and restarted i never install any software o hardware and nvr have this prob until 3days ago.after restart it will continue randomly crash with blue screen.the nex day everything seems ok(no crash regardless of i m doing)but then on the third day it crash again.i suspect something might have gone wrong with my hardware part coz even when entering safe mode also it will crash...and i attempt to formatt but still it crash when i try to install window.i cant do anything now....cant boot into window cant reformat it it juz display bluescreen...

i cant provide with dumpfile now coz i cant even boot to window and after i partitioned my hardisk when trying to fresh install window xp and vista ,they juz dun installed at all and bsod still exist
duncan880409
post Sep 1 2007, 01:57 AM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



i get this BSOD again...
cyrusx
post Sep 1 2007, 03:45 PM

New Member
*
Junior Member
31 posts

Joined: Mar 2007


PFN_CORRUPT
MEMORY_MANAGEMENT
PAGE_FAULT_IN_NONPAGED_AREA
IRQL_NOT_LESS_OR_EQUAL
DRIVER_IRQL_NOT_LESS_OR_EQUAL

this a few errors that i got these few days and i cant reformat my window now these few error will appear whenever i installing window xp o window vista

please help,wat could be the possible cause?
i never have bsod until 4days ago.....

supermassive
post Sep 2 2007, 10:26 AM

New Member
*
Junior Member
46 posts

Joined: Feb 2007


QUOTE(shyjohn @ Aug 17 2007, 10:18 AM)
Don't thank me yet. Please report back here your status, I need to know .  smile.gif
*
hi shyjohn,

sorry for the late reply, was away for sometime. anyways i did the memtest a few times. It seems that i have an error on test 7 and i re test again the there's even more errors the report shows "badram"


Joseph Hahn
post Sep 2 2007, 03:35 PM

kpop k
*******
Senior Member
6,410 posts

Joined: Jan 2003
From: MLK
Nvm i just think that i set my ram too tight, setting the other timings to auto seem to solve the problem for now. Haven't try folding back yet though.
darrenboy
post Sep 3 2007, 08:39 AM

Enthusiast
*****
Senior Member
733 posts

Joined: Jan 2007
HELP!! Yesterday I shutdown my PC main switch before it shutdown completely. And today when I swtich it on again, it won't reboot properly. Instead it reboot ove rand over again in a loop. After reaching the part where i can choose between

Safe Mode
Safe Mode Normal
"Last normal screen..." or something like that
etc...

Then no matter which option I choose or even if I don;t choose anything, the number will count down and auto reboot and the thing starts all over again..

I am so sad. Please advice as I am not that tech savvy.
cry.gif

This post has been edited by darrenboy: Sep 3 2007, 08:40 AM
Json188
post Sep 4 2007, 02:42 PM

Casual
***
Junior Member
486 posts

Joined: Feb 2006
From: Cyberjaya


BSOD problem

anybody can come here and help me?

recently i having this BSOD in my com...
after using the combofix...

Waverp
post Sep 7 2007, 08:10 PM

Getting Started
**
Junior Member
157 posts

Joined: Nov 2005
From: KL
Omg... my the other pc also got BSOD problem..
Please help me.. i cant use the pc peacefully...
alwis hang then the blue screen... mad.gif


Attached File(s)
Attached File  Mini090507_01.zip ( 21.75k ) Number of downloads: 33
angelic-x
post Sep 9 2007, 12:59 PM

Not a member
****
Senior Member
644 posts

Joined: Dec 2006

I had a BSOD and there write Error Ati2dvag
im think that was my graphic card problem.. so i formatted. and install the latest ATI driver from ati.com but the problem still there.. anyone have any idea? grumble.gif
tracyjz
post Sep 9 2007, 03:30 PM

-Jay Jay-
******
Senior Member
1,059 posts

Joined: Jan 2007
From: Petaling jaya
gud luck for u ^^
duncan880409
post Sep 12 2007, 09:42 AM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



minidump again
netcrusader
post Sep 13 2007, 06:45 PM

Getting Started
**
Junior Member
225 posts

Joined: Mar 2005



QUOTE(Waverp @ Sep 7 2007, 08:10 PM)
Omg... my the other pc also got BSOD problem..
Please help me.. i cant use the pc peacefully...
alwis hang then the blue screen... mad.gif
*
Debugging Details:
------------------

STACK_COMMAND: kb

FOLLOWUP_IP:
avgtdi+88b
f8a4988b ?? ???

SYMBOL_STACK_INDEX: 6

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: avgtdi

IMAGE_NAME: avgtdi.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 430d969e

SYMBOL_NAME: avgtdi+88b

FAILURE_BUCKET_ID: 0xc2_2_avgtdi+88b

BUCKET_ID: 0xc2_2_avgtdi+88b

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

avgtdi.sys is AVG Network Redirector.

Is your system running on AVG 7? Try reinstalling/uninstall AVG and see will it helps.

If not, post more minidumps.


Gonraz
post Sep 14 2007, 02:26 AM

Getting Started
**
Junior Member
201 posts

Joined: Sep 2004
I just recently got a DELL Inspiron 1520 laptop, but unfortunately just after a few days' usage, I got the BSOD... I've attached the minidump file, hopefully someone could help me out or let me know my problem before I call DELL support.

Thanks in advance!


Attached thumbnail(s)
Attached Image

Attached File(s)
Attached File  Mini091307_01.zip ( 18.49k ) Number of downloads: 13
messo
post Sep 14 2007, 10:19 AM

New Member
*
Junior Member
13 posts

Joined: Jul 2007
i got BSOD screen and this is the message:

STOP: stop 0x0000008e 0xc0000005 0x8056e2a2 0xf5483b18 0x00000000

i dont know what's the problem.. it still happen after i formatted my windows. couldnt load windows, it will restart again n again...


Added on September 14, 2007, 10:52 amgot this new message :

STOP: 0x0000007b 0xfa2c3528 0xc0000034 0x00000000 0x00000000

This post has been edited by messo: Sep 14 2007, 10:52 AM
SUSsynz
post Sep 15 2007, 01:24 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(Gonraz @ Sep 14 2007, 02:26 AM)
I just recently got a DELL Inspiron 1520 laptop, but unfortunately just after a few days' usage, I got the BSOD... I've attached the minidump file, hopefully someone could help me out or let me know my problem before I call DELL support.

Thanks in advance!
*
Update the Intel Application Accelerator and/or Matrix Storage Manager driver

http://downloadcenter.intel.com/Product_Fi...?ProductID=2101
http://downloadcenter.intel.com/Product_Fi...x?ProductID=663
loselegend
post Sep 15 2007, 11:57 PM

(◕‿◕✿)
*****
Senior Member
881 posts

Joined: Aug 2007
From: Petaling Jaya



i got a blur scren...
BAD_COOL_POOLER...

now stil finding the problm...

attach the dump file...

hope u can solve my problm...

edit: dun knw how to add atachment.. =.=

edit again: attach the file oready >.<

This post has been edited by loselegend: Sep 16 2007, 12:03 AM


Attached File(s)
Attached File  Mini091507_01.zip ( 26.51k ) Number of downloads: 25
skeleton^king
post Sep 18 2007, 12:57 AM

Getting Started
**
Junior Member
73 posts

Joined: Sep 2007
erm, blue oni appear if u hdd, ram or winxp system got problem
gordon.engineer
post Sep 18 2007, 12:58 PM

Getting Started
**
Junior Member
141 posts

Joined: Jul 2006
From: Kuala Lumpur



ne pro here pls help me. BSOD again. thx! notworthy.gif
senbonzakura
post Sep 19 2007, 12:48 PM

Getting Started
**
Junior Member
244 posts

Joined: Jul 2006



help...!!!
I recently got a new comp and this blue screen thing has been there ever since..
I have already took it back to all it (where i got it) to check and they run some tests and said my hardware is working fine..
can anyone help me with this..?Attached Image
paqralos
post Sep 19 2007, 12:54 PM

p@qY
*******
Senior Member
4,476 posts

Joined: Jan 2003
From: Subang Jaya



just untick the auto restart then it will be ok d??? tongue.gif
senbonzakura
post Sep 19 2007, 01:12 PM

Getting Started
**
Junior Member
244 posts

Joined: Jul 2006



hrmm..tried tht but it doesn't work..


Added on September 19, 2007, 6:42 pmok.. i tot it was the pirated windows which caused the prob so i installed with a ori one but the prob still persist..can someone help me..damn sakit hati to not being able to use my new comp to the fullest.. here's the minidump..Attached File  Mini091907_01.zip ( 14.23k ) Number of downloads: 18


This post has been edited by senbonzakura: Sep 19 2007, 06:49 PM
paqralos
post Sep 19 2007, 10:29 PM

p@qY
*******
Senior Member
4,476 posts

Joined: Jan 2003
From: Subang Jaya



what is that minidump for eh?? tongue.gif sorry.. kinda noob with this kinda things tongue.gif
shyjohn
post Sep 19 2007, 11:49 PM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(senbonzakura @ Sep 19 2007, 01:12 PM)
hrmm..tried tht but it doesn't work..


Added on September 19, 2007, 6:42 pmok.. i tot it was the pirated windows which caused the prob so i installed with a ori one but the prob still persist..can someone help me..damn sakit hati to not being able to use my new comp to the fullest.. here's the minidump..Attached File  Mini091907_01.zip ( 14.23k ) Number of downloads: 18

*
Please refer to post #270, #348, 364. Similar to your case. smile.gif
paqralos
post Sep 20 2007, 12:02 PM

p@qY
*******
Senior Member
4,476 posts

Joined: Jan 2003
From: Subang Jaya



what's that for eh??? i still facing the same problem also... the pc will auto restart tongue.gif how eh?
SUSsynz
post Sep 20 2007, 12:49 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(loselegend @ Sep 15 2007, 11:57 PM)
i got a blur scren...
BAD_COOL_POOLER...

now stil finding the problm...

attach the dump file...

hope u can solve my problm...

edit: dun knw how to add atachment.. =.=

edit again: attach the file oready >.<
*
- Update display driver and make sure that it's compatible with your OS
- Set the Video Aperture size to a lower value in BIOS (≤25% of RAM is recommended)
- Clear browser's cache

This post has been edited by synz: Sep 20 2007, 12:54 PM
senbonzakura
post Sep 20 2007, 05:40 PM

Getting Started
**
Junior Member
244 posts

Joined: Jul 2006



QUOTE(shyjohn @ Sep 19 2007, 11:49 PM)
Please refer to post #270, #348, 364. Similar to your case.  smile.gif
*
kk..thanks a lot.. thumbup.gif
loselegend
post Sep 20 2007, 10:55 PM

(◕‿◕✿)
*****
Senior Member
881 posts

Joined: Aug 2007
From: Petaling Jaya



my display driver is compatible with my os...

how to set video aperture size???

even i clear the browser cache it stil got the blue screen...
SUSsynz
post Sep 20 2007, 11:26 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(loselegend @ Sep 20 2007, 10:55 PM)


how to set video aperture size???

*
look for the setting in BIOS
loselegend
post Sep 21 2007, 11:17 PM

(◕‿◕✿)
*****
Senior Member
881 posts

Joined: Aug 2007
From: Petaling Jaya



got anothr 2 blue scren...
zzz...

tis is the dump file...
dun hav any desc...
dun knw wat error...


Added on September 21, 2007, 11:56 pmanyway...
tis blue screen onli occured when i play games...
no matter wat game (even in recommend requirment game) i play...
2d or 3d game also experienced the blue screen...
reinstall the graphic card driver also the same...


Added on September 21, 2007, 11:57 pmbeside tat, i hav reformat my comp several times liao n the problm stil occured...
is it becoz my hardware faulty liao???

This post has been edited by loselegend: Sep 21 2007, 11:57 PM


Attached File(s)
Attached File  dump_file.zip ( 43.53k ) Number of downloads: 22
shyjohn
post Sep 22 2007, 03:00 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(loselegend @ Sep 21 2007, 11:17 PM)
got anothr 2 blue scren...
zzz...

tis is the dump file...
dun hav any desc...
dun knw wat error...


Added on September 21, 2007, 11:56 pmanyway...
tis blue screen onli occured when i play games...
no matter wat game (even in recommend requirment game) i play...
2d or 3d game also experienced the blue screen...
reinstall the graphic card driver also the same...


Added on September 21, 2007, 11:57 pmbeside tat, i hav reformat my comp several times liao n the problm stil occured...
is it becoz my hardware faulty liao???
*
Could be a faulty memory.
loselegend
post Sep 22 2007, 10:50 AM

(◕‿◕✿)
*****
Senior Member
881 posts

Joined: Aug 2007
From: Petaling Jaya



memory faulty???

wat can cause tis problm???
novemson
post Sep 22 2007, 12:57 PM

New Member
*
Junior Member
39 posts

Joined: Feb 2006
From: Sri Petaling


QUOTE
*******************************************************************************
*                                                                            *
*                        Bugcheck Analysis                                    *
*                                                                            *
*******************************************************************************

DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high.  This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: 000800ec, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000001, value 0 = read operation, 1 = write operation
Arg4: af271a50, address which referenced memory

Debugging Details:
------------------

CoInitialize failed 80010106

WRITE_ADDRESS:  000800ec

CURRENT_IRQL:  2

FAULTING_IP:
HTTP!UlInitializeConnectionTimerInfo+22
af271a50 f3ab            rep stos dword ptr es:[edi]

CUSTOMER_CRASH_COUNT:  7

DEFAULT_BUCKET_ID:  COMMON_SYSTEM_FAULT

BUGCHECK_STR:  0xD1

PROCESS_NAME:  System

LAST_CONTROL_TRANSFER:  from af268807 to af271a50

STACK_TEXT: 
f79fbd68 af268807 000800d8 f79fbd98 af2768ee HTTP!UlInitializeConnectionTimerInfo+0x22
f79fbd74 af2768ee 865ca628 00080000 00000000 HTTP!UlConnectionComplete+0x3f
f79fbd98 804f0362 00000000 00000000 02878c90 HTTP!UlpRestartAccept+0xba
f79fbdc8 b6fef644 8623a1e0 b6ff0ece 84b54bd8 nt!IopfCompleteRequest+0xa2
WARNING: Stack unwind information not available. Following frames may be wrong.
f79fbdf8 b6ff83eb 856b9710 850569d0 8580f0e2 NVTcp+0x2644
f79fbe48 b6ff93e3 8587bfa0 f79fbe6c 8580f0ce NVTcp+0xb3eb
f79fbe70 b6ffa6ec 861f6008 00000014 f79fbf78 NVTcp+0xc3e3
f79fbe8c b6ff4a0f 861f6008 8587bfa0 8587bf00 NVTcp+0xd6ec
f79fbeec f5cb7932 00000000 858d000c 00000000 NVTcp+0x7a0f
f79fbefc f5cb88a9 f5cb88d2 00000000 f79fbf90 portcls!CIrpStream::AcquireMappingIrp+0x42
f79fbf28 f5cb85cd 028d000c 001216ec f5c51971 portcls!CIrpStream::GetMapping+0x4e
f79fbf50 f79fbf88 f79fbf98 f5c5ecc0 861f6008 portcls!CPortPinWavePci::GetMapping+0x2d
f79fbfd0 80540d5d 85c904e4 85b7c708 00000000 0xf79fbf88
f79fbff4 80540a2a af39483c 00000000 00000000 nt!KiRetireDpcList+0x46
f79fbff8 af39483c 00000000 00000000 00000000 nt!KiDispatchInterrupt+0x2a
80540a2a 00000000 00000009 bb835675 00000128 0xaf39483c


STACK_COMMAND:  kb

FOLLOWUP_IP:
HTTP!UlInitializeConnectionTimerInfo+22
af271a50 f3ab            rep stos dword ptr es:[edi]

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  HTTP!UlInitializeConnectionTimerInfo+22

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: HTTP

IMAGE_NAME:  HTTP.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  41107b69

FAILURE_BUCKET_ID:  0xD1_W_HTTP!UlInitializeConnectionTimerInfo+22

BUCKET_ID:  0xD1_W_HTTP!UlInitializeConnectionTimerInfo+22

Followup: MachineOwner
---------
Can help, anyone? --a
I check from the google and there're so many terms i dont understand =_=

This post has been edited by novemson: Sep 22 2007, 12:57 PM
paqralos
post Sep 24 2007, 05:20 PM

p@qY
*******
Senior Member
4,476 posts

Joined: Jan 2003
From: Subang Jaya



what's the main problem for this eh?? could it really be memory card or some other reason?? how am i going to fix it eh?? pls help :repect: P)
loselegend
post Sep 24 2007, 07:18 PM

(◕‿◕✿)
*****
Senior Member
881 posts

Joined: Aug 2007
From: Petaling Jaya



got anothr blur screen =.=


Attached File(s)
Attached File  dump.zip ( 20.47k ) Number of downloads: 18
paqralos
post Sep 24 2007, 09:09 PM

p@qY
*******
Senior Member
4,476 posts

Joined: Jan 2003
From: Subang Jaya



can someone please kindly explain to me how to solve this problem or whatsoever??? thanks tongue.gif
SUSsynz
post Sep 24 2007, 09:35 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(loselegend @ Sep 24 2007, 07:18 PM)
got anothr blur screen =.=
*
Things u can try out

- disable protection for network attacks in KAV (if any)
- dl & install http://www.microsoft.com/downloads/details...&displaylang=en
tthm
post Sep 25 2007, 03:05 PM

Death of Blue Screen
Group Icon
VIP
1,342 posts

Joined: Jun 2005


QUOTE(novemson @ Sep 22 2007, 12:57 PM)
Can help, anyone? --a
I check from the google and there're so many terms i dont understand =_=
*
Are you using NForce motherboard?

You could try to uninstall your NForce Nvidia Firewall software (NAM) and see if it'll help.
bertz
post Sep 26 2007, 07:30 PM

Getting Started
**
Junior Member
178 posts

Joined: Mar 2006



i always get bsod but my C:\WINDOWS\minidump is empty.....is there any settings i must do to get the dump log?
tthm
post Sep 26 2007, 09:53 PM

Death of Blue Screen
Group Icon
VIP
1,342 posts

Joined: Jun 2005


QUOTE(bertz @ Sep 26 2007, 07:30 PM)
i always get bsod but my C:\WINDOWS\minidump is empty.....is there any settings i must do to get the dump log?
*
Open this link below and proceed to read Small memory dump and Configure the dump type,

Overview of memory dump file options for Windows Server 2003, Windows XP, and Windows 2000

You could also read the 1st page of this thread for more info. If you need further assistance, please upload your memory dump files here.
lapsap
post Sep 28 2007, 02:13 PM

Getting Started
**
Junior Member
104 posts

Joined: Aug 2006
From: selangor


Bsod!

Hi, i would asked for confirmation and some suggestion, i have a bsod case here, but i felt that it is due to mobo error.

MOBO: Asus P4S800-MX
CPU: P4-3.20 GHz
RAM: 512
HD: maxtor 40Gb (master) (XP SP2); Seagate 20Gb (slave) (win98)


1# My friend PC shutdown then unable to boot again, after xp boot screen it jump to bluescreen and restarted. I have check all that can pull from the mobo to test, everything is fine, but when boot his hd my pc also kena, so i formated his hd with a clean installation.

Boot using his mobo, and everything is fine until i check the sound driver and get another bsod again. I reboot, disable AC97 in bios and everything went back smooth again..finish install thing i tried to reboot and came to a long pause of hardware detection. hardware detection took a long time but still be able to boot.

I do think that the problem come from the mobo, i had disable the onboard audio, but will the problem resurface again? any other solution other than changing mobo?

2# the CPU hits 75C when i troubleshoot it, it is my responsibility to clean the fan as well?
Waverp
post Sep 29 2007, 05:20 PM

Getting Started
**
Junior Member
157 posts

Joined: Nov 2005
From: KL
hihi... i wish to ask if this bsod got to do wif overheat..
it suddenly happen..


Attached File(s)
Attached File  Mini090607_01.zip ( 45.1k ) Number of downloads: 17
shyjohn
post Oct 1 2007, 01:50 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(Waverp @ Sep 29 2007, 05:20 PM)
hihi... i wish to ask if this bsod got to do wif overheat..
it suddenly happen..
*
From the error, I could guess it's related to network problem. Try to uninstall and reinstall SoftK56 Modem Driver or disable Windows Firewall/Kaspersky. This two close to afd.sys (Ancillary Function Driver for WinSock) when the system crashed. Post more dump files to make sure.
Waverp
post Oct 1 2007, 05:03 AM

Getting Started
**
Junior Member
157 posts

Joined: Nov 2005
From: KL
thx for ur time..
anywya i dun hav the SoftK56 Modem Driver in my notebook...
i guess its got to do wif the kaspersky..

p/s anyway wat software u all use to read the minidump?
shyjohn
post Oct 1 2007, 09:43 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(Waverp @ Oct 1 2007, 05:03 AM)
thx for ur time..
anywya i dun hav the SoftK56 Modem Driver in my notebook...
i guess its got to do  wif the kaspersky..

p/s anyway wat software u all use to read the minidump?
*
Please refer to the first page of this thread on how to read minidump.

This is all the drivers loaded on the system at time of the crashed that nearest to afd.sys.

ef440000 ef478000 klif klif.sys Fri Aug 04 19:00:23 2006 (44D328C7)
ef518000 ef586a00 mrxsmb mrxsmb.sys Fri May 05 17:41:42 2006 (445B1DD6)
ef5af000 ef5d9a00 rdbss rdbss.sys Fri May 05 17:47:55 2006 (445B1F4B)
ef5da000 ef5fbd00 afd afd.sys Wed Aug 04 14:14:13 2004 (41107EB5)
ef5fc000 ef61cf00 ipnat ipnat.sys Thu Sep 30 06:28:36 2004 (415B3714)
ef61d000 ef644c00 netbt netbt.sys Wed Aug 04 14:14:36 2004 (41107ECC)
ef645000 ef69cd80 tcpip tcpip.sys Thu Apr 20 19:51:47 2006 (444775D3)
ef69d000 ef6af400 ipsec ipsec.sys Wed Aug 04 14:14:27 2004 (41107EC3)
ef6f8000 ef7a8180 HSF_CNXT HSF_CNXT.sys Wed Oct 19 07:52:28 2005 (43558ABC)
ef7a9000 ef89cd00 HSF_DPV HSF_DPV.sys Wed Oct 19 07:53:21 2005 (43558AF1)
ef89d000 ef8d2580 HSFHWAZL HSFHWAZL.sys Tue Oct 25 02:20:52 2005 (435D2604)



Waverp
post Oct 1 2007, 11:01 AM

Getting Started
**
Junior Member
157 posts

Joined: Nov 2005
From: KL
thx thx...
loselegend
post Oct 2 2007, 01:53 PM

(◕‿◕✿)
*****
Senior Member
881 posts

Joined: Aug 2007
From: Petaling Jaya



today got another blue screen aftr the window login screen....
haiz...
y is my comp oways has blue screen???


Attached File(s)
Attached File  dump_file_again.zip ( 29.96k ) Number of downloads: 19
shyjohn
post Oct 3 2007, 01:00 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(loselegend @ Oct 2 2007, 01:53 PM)
today got another blue screen aftr the window login screen....
haiz...
y is my comp oways has blue screen???
*
Maybe you should try this...

» Click to show Spoiler - click again to hide... «



loselegend
post Oct 3 2007, 06:10 PM

(◕‿◕✿)
*****
Senior Member
881 posts

Joined: Aug 2007
From: Petaling Jaya



QUOTE(shyjohn @ Oct 3 2007, 01:00 AM)
Maybe you should try this...

» Click to show Spoiler - click again to hide... «

*
my ram juz change last week...
very new n tested wif memtest n is good...
tested in 1 hoour onli...
SUSsynz
post Oct 3 2007, 06:30 PM

vas te faire enculé
*******
Senior Member
2,642 posts

Joined: Apr 2006


QUOTE(loselegend @ Oct 2 2007, 01:53 PM)
today got another blue screen aftr the window login screen....
haiz...
y is my comp oways has blue screen???
*
U have both AVG and Spybot ?
loselegend
post Oct 3 2007, 10:56 PM

(◕‿◕✿)
*****
Senior Member
881 posts

Joined: Aug 2007
From: Petaling Jaya



wat is a spybot???
i hav a AVG free edition n window defender...
icebloodboy
post Oct 6 2007, 09:41 PM

Getting Started
**
Junior Member
57 posts

Joined: Apr 2006


recently, when i scrolling, screen will hang and black out.....
totally cant do anything, force to press reset button...

My system still new1.....

i'm using BIOSTAR T690G onboard display

This post has been edited by icebloodboy: Oct 6 2007, 09:43 PM


Attached File(s)
Attached File  crash_file.zip ( 36.46k ) Number of downloads: 9
soulknight
post Oct 7 2007, 01:29 AM

On my way
****
Junior Member
549 posts

Joined: Mar 2007


I using vista ultimate edition n my pc often dispaly BSOD so frequently sometime 3-5 time a day it display msg PFN_LIST_CORRUPT do you know what is this thing??
icebloodboy
post Oct 7 2007, 06:38 PM

Getting Started
**
Junior Member
57 posts

Joined: Apr 2006


QUOTE(soulknight @ Oct 7 2007, 01:29 AM)
I using vista ultimate edition n my pc often dispaly BSOD so frequently sometime 3-5 time a day it display msg PFN_LIST_CORRUPT do you know what is this thing??
*
seem like related to ur memory stuff.....
check on ur ram
soulknight
post Oct 7 2007, 06:44 PM

On my way
****
Junior Member
549 posts

Joined: Mar 2007


is there any way to fix this things??
icebloodboy
post Oct 8 2007, 10:41 AM

Getting Started
**
Junior Member
57 posts

Joined: Apr 2006


QUOTE(soulknight @ Oct 7 2007, 06:44 PM)
is there any way to fix this things??
*
u hav to run memory test, check for any error...
but not 100% accuarcy.....

the best way is borrow a ram which work fine in other PC, plug in to ur PC
but make sure is same frequency
den run for ur PC few days to see whether the condition is better than previous1

the detail step of checking RAM can be found in lowyat forum here... thumbup.gif
kUba
post Oct 9 2007, 03:07 PM

New Member
*
Junior Member
34 posts

Joined: Nov 2006
From: Sungai Besi - KL



my laptop restart automatically so frequently...BSOD apperars for about 1 sec, then restart...
i've formatted(recovery exactly) my laptop but it still happens...
this is the minidump file:


Attached File(s)
Attached File  Minidump.zip ( 330.36k ) Number of downloads: 16
afosz
post Oct 9 2007, 11:38 PM

Justice, My Foot!
******
Senior Member
1,413 posts

Joined: Jun 2006
From: Shah Alam
urgent urgent !!

i recently got BSOD, something related to driver equal or something in the past couple of weeks. it keep on crashing until i reformat. but then it hit again just now once but i'm not sure it will hit again or not


Attached File(s)
Attached File  Mini100107_01.zip ( 40.82k ) Number of downloads: 13
icebloodboy
post Oct 10 2007, 09:49 AM

Getting Started
**
Junior Member
57 posts

Joined: Apr 2006


QUOTE(afosz @ Oct 9 2007, 11:38 PM)
urgent urgent !!

i recently got BSOD, something related to driver equal or something in the past couple of weeks. it keep on crashing until i reformat. but then it hit again just now once but i'm not sure it will hit again or not
*
hv u run onboard memtest? after u run few hours, still ok, den try to run test by test.....

this error occurs normally related to RAM or driver problem....
i hav same spec wif u, and i hav bad experience wif munskin RAM
shyjohn
post Oct 11 2007, 01:25 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(kUba @ Oct 9 2007, 03:07 PM)
my laptop restart automatically so frequently...BSOD apperars for about 1 sec, then restart...
i've formatted(recovery exactly) my laptop but it still happens...
this is the minidump file:
*
You have to plug out all related usb devices and plug in one at the time to test. Probably one of the devices is the problem.


Added on October 11, 2007, 2:21 am
QUOTE(icebloodboy @ Oct 6 2007, 09:41 PM)
recently, when i scrolling, screen will hang and black out.....
totally cant do anything, force to press reset button...

My system still new1.....

i'm using BIOSTAR T690G onboard display
*
Have you tried reinstall display driver and stress test the ram?

This post has been edited by shyjohn: Oct 11 2007, 02:21 AM
loselegend
post Oct 11 2007, 07:29 PM

(◕‿◕✿)
*****
Senior Member
881 posts

Joined: Aug 2007
From: Petaling Jaya



i got anothr bsod again today...


Attached File(s)
Attached File  anothr_again.zip ( 29.67k ) Number of downloads: 8
shyjohn
post Oct 12 2007, 12:04 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(loselegend @ Oct 11 2007, 07:29 PM)
i got anothr bsod again today...
*
Have you tried reinstall display driver and stress test the ram?
PeeNut
post Oct 13 2007, 11:13 AM

Captain
*****
Senior Member
808 posts

Joined: Jul 2007
From: soul society
I had this IRQL_not less error for BSOD.
Suspect might be my internal sound card error. But I can't determine is it driver or hardware. Could someone help me on this. I'm using vista and running on x64 system. Thanks.
Waverp
post Oct 14 2007, 12:55 AM

Getting Started
**
Junior Member
157 posts

Joined: Nov 2005
From: KL
I also hav bsod...sob...
pls help..



Attached File(s)
Attached File  Mini101307_01.zip ( 22.99k ) Number of downloads: 8
PeeNut
post Oct 15 2007, 12:37 PM

Captain
*****
Senior Member
808 posts

Joined: Jul 2007
From: soul society
Another BSOD in another PC. Running on windows xp.

ff7yta
post Oct 19 2007, 12:51 AM

Rookie
******
Senior Member
1,091 posts

Joined: Oct 2005


This minidump files are from my cousin's pc. Please help me check on them.
lelong2007
post Oct 26 2007, 05:29 AM

arissto premium coffee looking for experience salesman / salesg
*****
Senior Member
704 posts

Joined: Apr 2007



mosly related with ram problem or psu under power
jassicaskylpm
post Oct 28 2007, 01:15 PM

Casual
***
Junior Member
373 posts

Joined: Dec 2004
From: Kuala Lumpur



http://myfreefilehosting.com/f/c5b10e63ff_0.04MB - My Dump file doh.gif z , cant manage to attach here

http://img515.imageshack.us/img515/4645/lllxb3.jpg-Image

+ will auto hang will system run to multi programs or even when i watch drama

help sad.gif the problem is similar with the topic that u all discuss rclxub.gif


Added on October 28, 2007, 7:48 pmhelp sad.gif need a solution ><

This post has been edited by jassicaskylpm: Oct 28 2007, 07:48 PM
speedflame5973
post Oct 31 2007, 03:17 PM

Getting Started
**
Junior Member
112 posts

Joined: Aug 2007
From: Johor Bharu


yup..i think its mostly regarding the psu under power...try change the psu...if the blue screen still exist...maybe the harddisk itself that might be faulty...correct me if i'm wrong...
kel_jink
post Oct 31 2007, 09:47 PM

Casual
***
Junior Member
411 posts

Joined: Dec 2006
From: Malaysia


Help!!This is like...20+ times i got this BSOD!!!
Still dunno wht caused this...i've deleted the latest software installed...
*Minidump uploaded



Attached File(s)
Attached File  Mini103107_01.zip ( 15.5k ) Number of downloads: 9
Joseph Hahn
post Oct 31 2007, 11:06 PM

kpop k
*******
Senior Member
6,410 posts

Joined: Jan 2003
From: MLK
Guys, i'm having the exact same problem with my RAM (random BSOD) after using 2 totally different brand of RAM after a while. At first, things are ok for a few weeks and then it started acting up. Do you think that my motherboard is causing the RAM to malfunction ? My PC is as on my signature. I just sent my G.Skill RAM for RMA and this one already acting up after a few weeks. rclxub.gif
DeMoNkInG
post Nov 2 2007, 04:46 PM

Casual
***
Junior Member
385 posts

Joined: Apr 2006
From: bandar sunway


My pc still restart eventhough i already format it.. help me pls lyn-ers!!


Added on November 2, 2007, 5:23 pmissit my ram?? i never oc and just change psu.. help me..


Added on November 2, 2007, 6:26 pmo.. and i try the windw debugger but i cant check the reload box.. any suggestion??

This post has been edited by DeMoNkInG: Nov 2 2007, 06:26 PM
wakleman
post Nov 2 2007, 11:33 PM

Getting Started
**
Junior Member
120 posts

Joined: Jan 2003
From: UK

» Click to show Spoiler - click again to hide... «


i got this message sweat.gif

This post has been edited by wakleman: Nov 5 2007, 01:57 AM
Waverp
post Nov 3 2007, 12:07 AM

Getting Started
**
Junior Member
157 posts

Joined: Nov 2005
From: KL
My new pc got BSOD...
need help pls...


Attached File(s)
Attached File  Mini110307_01.zip ( 19.22k ) Number of downloads: 8
kel_jink
post Nov 3 2007, 08:05 PM

Casual
***
Junior Member
411 posts

Joined: Dec 2006
From: Malaysia


Just wondering...nobody is free lately?
DeMoNkInG
post Nov 4 2007, 09:13 PM

Casual
***
Junior Member
385 posts

Joined: Apr 2006
From: bandar sunway


hehehe.. same here.. also waiting.. still nobody help.. maybe should wait a little longer..
LiMcZ
post Nov 6 2007, 07:41 PM

Casual
***
Junior Member
454 posts

Joined: May 2007


Help, I got the same

DRIVER_IRQL_NOT_LESS_OR_EQUAL

STOP: 0x000000D1 (0x00000008, 0x00000002, 0x00000000, 0xEB8CF6F7)

NVTCp.sys - Address EB8CF6F7 base at EB8BC000 DateStamp 4421c065

I'm such a klutz at these kind of stuff
ZGMF-X24S
post Nov 8 2007, 04:14 PM

banned
*****
Senior Member
870 posts

Joined: May 2007
From: Sri Petaling


I have a question. It's about my friend's pc, he told me every time when he is using bitcomet to download things, blue screen will appear if he just let the pc stay there without bothering it. Wht's the prob huh?
lluvt4ever
post Nov 8 2007, 04:57 PM

New Member
*
Junior Member
6 posts

Joined: Nov 2007


my pc go into bluescreen n show igxprd32 error... may i noe wat is tat prob??
duncan880409
post Nov 8 2007, 10:44 PM

Like Working in My Lab ^^
*******
Senior Member
3,700 posts

Joined: May 2007
From: KT/UTM Skudai



my fren laptop auto restart when pressing standby heres minidump :
antudegil
post Nov 10 2007, 02:01 AM

Getting Started
**
Junior Member
147 posts

Joined: Jun 2005
having this problem only when i start connecting to VPN. please help me


Attached File(s)
Attached File  Mini061206_01.zip ( 31.84k ) Number of downloads: 11
kel_jink
post Nov 10 2007, 01:54 PM

Casual
***
Junior Member
411 posts

Joined: Dec 2006
From: Malaysia


QUOTE(kel_jink @ Oct 31 2007, 09:47 PM)
Help!!This is like...20+ times i got this BSOD!!!
Still dunno wht caused this...i've deleted the latest software installed...
*Minidump uploaded
*
Finally i've got to the root of ALL evil!!!I saw the msg sumtin sumtin atapi.sys under the BSOD,so according to google, it's related to the cd/dvd driver.
Thus i uninstall almost everything i installed lately(date back to 2months ago...)
Anyway,when i finally uninstall Power ISO(which is like Nero or things like that)BSOD finally stop occuring for more than 18 hours.
So, i suggest who's getting the same msg as mine,try uninstall the similar program from ur machine.Hope it helps.

*update...when am scanning my PC using WIndows Defender,thru halfway it gat the BSOD again.after i restarted it becomes stable again.Not sure y.now i've totally uninstall my cd/dvd Matushita UJDA330 driver.
enson1985
post Nov 10 2007, 04:12 PM

Casual
***
Junior Member
313 posts

Joined: Jul 2005
From: Selangor


Anyone can help? My Acer Aspire 4720 turn into blue screen and auto restart after i've played about 10 minutes. May i know wat is the problem?
loselegend
post Nov 10 2007, 08:18 PM

(◕‿◕✿)
*****
Senior Member
881 posts

Joined: Aug 2007
From: Petaling Jaya



RAM problem...
try change ur RAM...
enson1985
post Nov 11 2007, 04:46 PM

Casual
***
Junior Member
313 posts

Joined: Jul 2005
From: Selangor


QUOTE(loselegend @ Nov 10 2007, 08:18 PM)
RAM problem...
try change ur RAM...
*
Alr change the ram n put one piece only but the problem still persist.
loselegend
post Nov 11 2007, 08:00 PM

(◕‿◕✿)
*****
Senior Member
881 posts

Joined: Aug 2007
From: Petaling Jaya



QUOTE(enson1985 @ Nov 11 2007, 04:46 PM)
Alr change the ram n put one piece only but the problem still persist.
*
i think u should use new ram...
not put bk the old one >.<

jz buy a new ram...
mayb the ram spoil le
yngwie
post Nov 12 2007, 02:05 PM

| Ðøñ'¯|¯ G|v€ Â ÐðmÑ!
*******
Senior Member
3,092 posts

Joined: Nov 2007
From: |{µð£ð £µmPµ®


QUOTE(lluvt4ever @ Nov 8 2007, 04:57 PM)
my pc go into bluescreen n show igxprd32 error... may i noe wat is tat prob??
*
igxprd32 are graphic related issue. apparently your system has some graphic driver problem. try updating your graphic driver and direct x to the current one.
you may uninstall the older graphic display driver before proceed with the new driver installation. make sure it''s the correct one.


Added on November 12, 2007, 2:07 pm
QUOTE(enson1985 @ Nov 10 2007, 04:12 PM)
Anyone can help? My Acer Aspire 4720 turn into blue screen and auto restart after i've played about 10 minutes. May i know wat is the problem?
*
what is the error stated on the screen?


This post has been edited by yngwie: Nov 12 2007, 02:07 PM
tapirus
post Nov 12 2007, 07:32 PM

(︶ε︶メ)╭∩╮ a�tE(R)isk
******
Senior Member
1,237 posts

Joined: Jul 2006
From: espie-prai



someone come help me and solve my dam problem on vista...

BSOD keep happen..

1) happen after i install alcohol in vista..
2) i can boot into vista..after a few minutes (1-2 minutes) bsod appear..
3) try using safe mode and vista dvd to restore and also remove alcohol cannot..same like 2nd.
4) i try another method..boot in with xp and then i delete folder alcohol in vista..still the same thing happen..

can someone teach me how to solve this kind of problem...

yes my bsod told about dump...if i copy that dump file..can i do it from xp???

Minidump
monsh
post Nov 12 2007, 07:38 PM

Let's Change The World !
*******
Senior Member
4,196 posts

Joined: Oct 2007


u all so many problems lar
juz reprogram d whole PC lar!
change the RAM into other RAM slot
sumtimes d RAM slot itself problematic
if using 2 try to use one at a time n run memtest86+ for errors
if no den continue with 2 ram stick
if its graphic driver problem try to use others graphic card
pinjam2 wif ur fren
if still same problem occur
i think its d mobo lar nth else
but blue screen normally bcos graphic driver prob or ram prob
larkowen
post Nov 12 2007, 10:18 PM

See Stars = Pening
*****
Senior Member
756 posts

Joined: May 2005
From: Petaling Jaya



Sometimes play DOTA get blue screenie...
Other games no problem...
Wonder what problem...
yelsew
post Nov 14 2007, 06:51 AM

Getting Started
**
Junior Member
277 posts

Joined: Jun 2005


QUOTE(larkowen @ Nov 12 2007, 10:18 PM)
Sometimes play DOTA get blue screenie...
Other games no problem...
Wonder what problem...
*
like the above said, u may try update the display card driver first
larkowen
post Nov 14 2007, 11:59 AM

See Stars = Pening
*****
Senior Member
756 posts

Joined: May 2005
From: Petaling Jaya



QUOTE(yelsew @ Nov 14 2007, 06:51 AM)
like the above said, u may try update the display card driver first
*
Ok...I will try...

Tried using the Debug thing to check what problem through minidump. Found out regarding sound system.
Updated it with latest driver.

Now will try the display card driver.
shyjohn
post Nov 15 2007, 01:58 AM

Getting Started
**
Junior Member
108 posts

Joined: May 2007


QUOTE(DeMoNkInG @ Nov 2 2007, 04:46 PM)
My pc still restart eventhough i already format it.. help me pls lyn-ers!!


Added on November 2, 2007, 5:23 pmissit my ram?? i never oc and just change psu.. help me..


Added on November 2, 2007, 6:26 pmo.. and i try the windw debugger but i cant check the reload box.. any suggestion??
*
What happen if you try to uninstall Comodo firewall? Is there any change?


Added on November 15, 2007, 2:25 am
QUOTE(wakleman @ Nov 2 2007, 11:33 PM)
» Click to show Spoiler - click again to hide... «


i got this message sweat.gif
*
Your symbol is wrong. To get the correct symbol, open windbg, click File and select Symbol File Path... copy and paste SRV*DownstreamStore*http://msdl.microsoft.com/download/symbols into that box.

This post has been edited by shyjohn: Nov 15 2007, 02:30 AM
NewbieBetta
post Nov 17 2007, 12:06 PM

The Sexy Man
*******
Senior Member
3,706 posts

Joined: Aug 2005



what does BAD_POOL_HEADER can mean here?

i got this once in the morning..
R00T
post Nov 19 2007, 08:34 PM

††último hombre††
******
Senior Member
1,134 posts

Joined: Nov 2007
From: ††IpoH††
dont tick at auto restart. sometimes blue cause from ram, hdd or windows system itself
DeMoNkInG
post Nov 19 2007, 09:54 PM

Casual
***
Junior Member
385 posts

Joined: Apr 2006
From: bandar sunway


QUOTE(monsh @ Nov 12 2007, 07:38 PM)
u all so many problems lar
juz reprogram d whole PC lar!
change the RAM into other RAM slot
sumtimes d RAM slot itself problematic
if using 2 try to use one at a time n run memtest86+ for errors
if no den continue with 2 ram stick
if its graphic driver problem try to use others graphic card
pinjam2 wif ur fren
if still same problem occur
i think its d mobo lar nth else
but blue screen normally bcos graphic driver prob or ram prob
*
dude,if just reformat is the solution,there will be no point to having this thread.. so just shut the **** up ok..
u can use event log viewer to see ur error too..
when error happen,try to write down and search on microsoft http://support.microsoft.com/search/?adv=1
last time mine happen to have bsod,guess what.. only cos of some application,not ram or graphic prob..
but most is ram of cos..


QUOTE(AsenDURE @ Oct 9 2006, 10:54 AM)

futher places to look for error is in your event log viewer. Right-click My Computer | Manage | expand Event Viewer | check Application, System

user posted image
*
fookie
post Nov 22 2007, 07:50 PM

What?
****
Senior Member
622 posts

Joined: Jun 2007


Error 0x0000007A, KERNEL_STACK_INPAGE_ERROR
4 BSOD within 4 hours.
attached is my 4 dmp files.


Attached File(s)
Attached File  Desktop.zip ( 67.94k ) Number of downloads: 20
Wolf516
post Nov 23 2007, 11:20 PM

On my way
****
Senior Member
589 posts

Joined: Jul 2007
From: The Reality Known As Hell


cry.gif cry.gif cry.gif

Please someone help me , I get the blue screen everytime i play Dota then my pc auto restarts...

This is the error and warnings i get from viewing the event viewer... rclxub.gif damn shocking

Thx for the help


Attached thumbnail(s)
Attached Image Attached Image
bizzaro
post Nov 24 2007, 09:57 AM

New Member
*
Junior Member
20 posts

Joined: Oct 2007
From: KL


I'm using Vista Home Premium 32-Bit, when i surf the internet, there will be blue screen. if i dont surf the internet, it will be ok. pls help me.

user posted image

after my laptop restart, then got this msj.

Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.0.6000.2.0.0.768.2
Locale ID: 1033

Additional information about the problem:
BCCode: d1
BCP1: 00000018
BCP2: 00000002
BCP3: 00000000
BCP4: 88652BB5
OS Version: 6_0_6000
Service Pack: 0_0
Product: 768_1

Files that help describe the problem:
C:\Windows\Minidump\Mini102407-07.dmp
C:\Users\User\AppData\Local\Temp\WER-103437-0.sysdata.xml
C:\Users\User\AppData\Local\Temp\WER8406.tmp.version.txt

Read our privacy statement:
http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409

What's wrong with my laptop? RAM or Graphic Card?
Addict
post Nov 25 2007, 02:07 AM

Getting Started
**
Junior Member
263 posts

Joined: Nov 2004


no idea what causes the bluescreen, but i realise mostly is when im playing games....this problem occur just lately, tried formatting PC didnt help...sad.gif

Update: nvm i think i found the problem, its the new ram...gonna warranty it sad.gif

This post has been edited by Addict: Nov 25 2007, 03:35 AM


Attached thumbnail(s)
Attached Image

Attached File(s)
Attached File  Minidump.zip ( 73.87k ) Number of downloads: 12
lord_aminkin
post Dec 3 2007, 09:49 PM

♫~♫~♫~♫~♫~♫~♫~♫~♫
*****
Senior Member
999 posts

Joined: Jan 2006


This blue screen always happen time when I try to repair or disable my Network Connection. It also happen when I try to unplug my wireless USB device from PC. It has something to do with this:

INVALID_KERNEL_HANDLE.

Anyone? icon_question.gif



Attached File(s)
Attached File  Minidump.zip ( 51.37k ) Number of downloads: 6
ultrakamen
post Dec 12 2007, 04:37 PM

New Member
*
Newbie
1 posts

Joined: Oct 2007
help me....
always BSOD when to load windows...
already reformat and the problem happen again while isntalling xp sp1..setup cannot complete..

the problem is form minidump is :
UNEXPECTED_KERNEL_MODE_TRAP_M (1000007f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault). The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
use .trap on that value
Else
.trap on the appropriate frame will show where the trap was taken
(on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 00000008, EXCEPTION_DOUBLE_FAULT
Arg2: 80042000
Arg3: 00000000
Arg4: 00000000

Debugging Details:
------------------




BUGCHECK_STR: 0x7f_8

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: DRIVER_FAULT

LAST_CONTROL_TRANSFER: from 00000000 to f76da45d

STACK_TEXT:
f7afe954 00000000 00000000 00000000 00000000 Ntfs!NtfsInitializeIrpContext+0xf5


STACK_COMMAND: kb

FOLLOWUP_IP:
Ntfs!NtfsInitializeIrpContext+f5
f76da45d c20c00 ret 0Ch

SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: Ntfs!NtfsInitializeIrpContext+f5

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: Ntfs

IMAGE_NAME: Ntfs.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 3d6de5c1

FAILURE_BUCKET_ID: 0x7f_8_Ntfs!NtfsInitializeIrpContext+f5

BUCKET_ID: 0x7f_8_Ntfs!NtfsInitializeIrpContext+f5


already check RAM ok..
HDD controller ok..
IDE ok

so....what the prob?
metalfreak
post Dec 18 2007, 09:43 AM

Working out is not my routine, it's my new lifestyle
*******
Senior Member
3,300 posts

Joined: Jan 2003
Guys sorry I missed this section and posted a topic >.<

Please help...its my new pc..and..kena BSOD....>.<

Here are my specs


Intel C2D E6550
OCZ GOLD PC800mhz DDR2 1GB X 2
Asus P5K
ASUS 8800GT 512MB DDR3
Western Digital 160GB SATA
Silverstone Strider 560 watts

OS: Windows XP Professional SP1

I get blue screen of death pretty often before this...now happened twice.

Attached are the dumps
I dont the "Windows recovered from a serious crash" msg

I hope sifus here can help.


Added on December 18, 2007, 11:06 amGuys...I tried using WinDBG but i can't seem to load the dump files..

anyone can help? pls?

This post has been edited by metalfreak: Dec 18 2007, 11:06 AM


Attached File(s)
Attached File  Mini121707_01.zip ( 14.21k ) Number of downloads: 11
Attached File  Mini121807_01.zip ( 21.71k ) Number of downloads: 6
little cutie
post Dec 18 2007, 04:15 PM

On my way
****
Junior Member
511 posts

Joined: Jan 2007


have problem here....
ervreytime i connect to a lan wire, my laptop start to BS....
why this happened to me ? my friend also facing the same problem....
i dun think is the software or ram's problem... i am using 2 gb ram... and the rams are in good condition....
charpiq
post Dec 19 2007, 06:10 AM

New Member
*
Junior Member
4 posts

Joined: Dec 2007


i have encountered a prob with my notebook..i am using windows xp pro and this is only one of many over the last couple of weeks, and I've logged most of them..

0x0000007A (0xE1DCD5C8, 0xC000000E, 0xBF8B0F6F, 0x12658860)

win32k.sys - Address BF8B0F6F base at BF800000, DateStamp 45f013f6

i thought it was a problem with my OS..so ive totally reinstalled my windows so many times but the problem still accoured again and again..so i hope anybody here can help me out with this problem..is it only a software problem or also a hardware problem like HDD or RAM..??

thanks..

5 Pages  1 2 3 > » Top
 

Change to:
| Lo-Fi Version
0.4830sec    0.83    6 queries    GZIP Disabled
Time is now: 30th November 2025 - 02:22 AM