Windows 7 keeps restarting. event 41


  1. Posts : 1
    Windows 7 Ultimate
       #1

    Windows 7 keeps restarting. event 41


    -
    Code:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
       - <System>
         <Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" /> 
    
        <EventID>41</EventID> 
    
        <Version>2</Version> 
    
        <Level>1</Level> 
    
        <Task>63</Task> 
    
        <Opcode>0</Opcode> 
    
        <Keywords>0x8000000000000002</Keywords> 
    
        <TimeCreated SystemTime="2010-09-18T02:26:48.687500000Z" /> 
    
        <EventRecordID>1759</EventRecordID> 
    
        <Correlation />  
    
        <Execution ProcessID="4" ThreadID="8" />  
    
        <Channel>System</Channel> 
    
        <Computer>Baz-PC</Computer> 
    
        <Security UserID="S-1-5-18" /> 
    
       </System>
    
    
      - <EventData>
         <Data Name="BugcheckCode">80</Data> 
    
        <Data Name="BugcheckParameter1">0xa2900a22</Data>  
    
        <Data Name="BugcheckParameter2">0x0</Data> 
    
        <Data Name="BugcheckParameter3">0x82a42f34</Data>  
    
        <Data Name="BugcheckParameter4">0x2</Data> 
    
        <Data Name="SleepInProgress">false</Data> 
    
        <Data Name="PowerButtonTimestamp">0</Data> 
    
       </EventData>
    
    
       </Event>
    I uploaded my mini dump file, hopefully someone can help me with this.
      My Computer


  2. Posts : 4,772
    Windows 7 Ultimate - 64-bit | Windows 8 Pro - 64-bit
       #2

    Hello and Welcome !

    Seems like ASUS Kernel Mode Driver for NT has caused the crash i would recommend to uninstall any Asus related softwares like Asus Smart doctor etc. and make sure EIO.sys is removed from Drivers folder. To access that folder go to Start | Run | Drivers.

    Run SFC /SCANNOW Command - System File Checker

    Bugcheck:

    Code:
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    PAGE_FAULT_IN_NONPAGED_AREA (50)
    Invalid system memory was referenced.  This cannot be protected by try-except,
    it must be protected by a Probe.  Typically the address is just plain bad or it
    is pointing at freed memory.
    Arguments:
    Arg1: a2900a22, memory referenced.
    Arg2: 00000000, value 0 = read operation, 1 = write operation.
    Arg3: 82a42f34, If non-zero, the instruction address which referenced the bad memory
     address.
    Arg4: 00000002, (reserved)
    Debugging Details:
    ------------------
    *** WARNING: Unable to verify timestamp for EIO.sys
    *** ERROR: Module load completed but symbols could not be loaded for EIO.sys
    READ_ADDRESS: GetPointerFromAddress: unable to read from 82b6d718
    Unable to read MiSystemVaType memory at 82b4d160
     a2900a22 
    FAULTING_IP: 
    nt!READ_REGISTER_UCHAR+4
    82a42f34 8a02            mov     al,byte ptr [edx]
    MM_INTERNAL_CODE:  2
    CUSTOMER_CRASH_COUNT:  1
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    BUGCHECK_STR:  0x50
    PROCESS_NAME:  SmartDoctor.ex
    CURRENT_IRQL:  0
    TRAP_FRAME:  a6ad3b10 -- (.trap 0xffffffffa6ad3b10)
    ErrCode = 00000000
    eax=a2600000 ebx=830020ec ecx=a2900a22 edx=a2900a22 esi=00000000 edi=879932c4
    eip=82a42f34 esp=a6ad3b84 ebp=a6ad3b8c iopl=0         nv up ei ng nz na pe nc
    cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010286
    nt!READ_REGISTER_UCHAR+0x4:
    82a42f34 8a02            mov     al,byte ptr [edx]          ds:0023:a2900a22=??
    Resetting default scope
    LAST_CONTROL_TRANSFER:  from 82a4b638 to 82a8a903
    STACK_TEXT:  
    a6ad3af8 82a4b638 00000000 a2900a22 00000000 nt!MmAccessFault+0x106
    a6ad3af8 82a42f34 00000000 a2900a22 00000000 nt!KiTrap0E+0xdc
    a6ad3b80 90a5aa82 a2900a22 a6ad3bb8 90a5ae5d nt!READ_REGISTER_UCHAR+0x4
    WARNING: Stack unwind information not available. Following frames may be wrong.
    a6ad3b8c 90a5ae5d 864329f0 00000004 00000001 EIO+0x2a82
    a6ad3bb8 90a5a1d7 864329f0 830020ec 00000004 EIO+0x2e5d
    a6ad3bfc 82a414bc 87930580 864329f0 879932a8 EIO+0x21d7
    a6ad3c14 82c42f6e 87a94820 879932a8 8799333c nt!IofCallDriver+0x63
    a6ad3c34 82c5fd5f 86432938 87a94820 00000000 nt!IopSynchronousServiceTail+0x1f8
    a6ad3cd0 82c6253a 86432938 879932a8 00000000 nt!IopXxxControlFile+0x6aa
    a6ad3d04 82a4844a 00000008 00000000 00000000 nt!NtDeviceIoControlFile+0x2a
    a6ad3d04 76df64f4 00000008 00000000 00000000 nt!KiFastCallEntry+0x12a
    0012f610 00000000 00000000 00000000 00000000 0x76df64f4
    
    STACK_COMMAND:  kb
    FOLLOWUP_IP: 
    EIO+2a82
    90a5aa82 ??              ???
    SYMBOL_STACK_INDEX:  3
    SYMBOL_NAME:  EIO+2a82
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: EIO
    IMAGE_NAME:  EIO.sys
    DEBUG_FLR_IMAGE_TIMESTAMP:  4a667acc
    FAILURE_BUCKET_ID:  0x50_EIO+2a82
    BUCKET_ID:  0x50_EIO+2a82
    Hope this helps,
    Captain
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 03:01.
Find Us