BSDO While playing League of Legends, error 0x000000f7 or 0x0000000a

Page 2 of 2 FirstFirst 12

  1. Posts : 9
    Windows Home Premium 7 64bit
    Thread Starter
       #11

    PeregrineX said:
    Ok, right click the file, and this time, click on "Properties" at the bottom. Next, go to the compatibility tab at the top, and check the box next to "Run This Program as an Administrator". Then hit "Apply", and close out of it. It should work when you double-click it now.
    I tried to do this already, it did not work.
      My Computer


  2. Posts : 81
    Windows 7 Ultimate X64
       #12

    Miksuu said:
    PeregrineX said:
    Ok, right click the file, and this time, click on "Properties" at the bottom. Next, go to the compatibility tab at the top, and check the box next to "Run This Program as an Administrator". Then hit "Apply", and close out of it. It should work when you double-click it now.
    I tried to do this already, it did not work.
    Then I honestly don't know what is happening. Maybe we could resolve this over skype? (I'll PM you.)
      My Computer


  3. Posts : 9
    Windows Home Premium 7 64bit
    Thread Starter
       #13

    Hmm, could there be any other way? I think i saw some other tools on the page.
      My Computer


  4. Posts : 81
    Windows 7 Ultimate X64
       #14

    Miksuu said:
    Hmm, could there be any other way? I think i saw some other tools on the page.
    Yes, there are two options in the instructions. Try using the other one you haven't used yet. Maybe that will work.
      My Computer


  5. Posts : 9
    Windows Home Premium 7 64bit
    Thread Starter
       #15

    PeregrineX said:
    Miksuu said:
    Hmm, could there be any other way? I think i saw some other tools on the page.
    Yes, there are two options in the instructions. Try using the other one you haven't used yet. Maybe that will work.
    I added it to first post. Seems there are the same dmp files + one more because it crashed once more :7
      My Computer


  6. Posts : 81
    Windows 7 Ultimate X64
       #16

    Ok, your BSOD seems to be caused by your NVidia Graphics drivers:

    Code:
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    DRIVER_OVERRAN_STACK_BUFFER (f7)
    A driver has overrun a stack-based buffer.  This overrun could potentially
    allow a malicious user to gain control of this machine.
    DESCRIPTION
    A driver overran a stack-based buffer (or local variable) in a way that would
    have overwritten the function's return address and jumped back to an arbitrary
    address when the function returned.  This is the classic "buffer overrun"
    hacking attack and the system has been brought down to prevent a malicious user
    from gaining complete control of it.
    Do a kb to get a stack backtrace -- the last routine on the stack before the
    buffer overrun handlers and bugcheck call is the one that overran its local
    variable(s).
    Arguments:
    Arg1: fffff80000b9c3d8, Actual security check cookie from the stack
    Arg2: 00002b992ddfa232, Expected security check cookie
    Arg3: ffffd466d2205dcd, Complement of the expected security check cookie
    Arg4: 0000000000000000, zero
    
    Debugging Details:
    ------------------
    
    
    DEFAULT_BUCKET_ID:  GS_FALSE_POSITIVE_MISSING_GSFRAME
    
    SECURITY_COOKIE:  Expected 00002b992ddfa232 found fffff80000b9c3d8
    
    CUSTOMER_CRASH_COUNT:  1
    
    BUGCHECK_STR:  0xF7
    
    PROCESS_NAME:  System
    
    CURRENT_IRQL:  2
    
    TAG_NOT_DEFINED_c000000f:  FFFFF80000BA2FB0
    
    LAST_CONTROL_TRANSFER:  from fffff8800f611256 to fffff800032d8bc0
    
    STACK_TEXT:  
    fffff800`00b9b238 fffff880`0f611256 : 00000000`000000f7 fffff800`00b9c3d8 00002b99`2ddfa232 ffffd466`d2205dcd : nt!KeBugCheckEx
    fffff800`00b9b240 00000000`000000f7 : fffff800`00b9c3d8 00002b99`2ddfa232 ffffd466`d2205dcd 00000000`00000000 : nvlddmkm+0x18d256
    fffff800`00b9b248 fffff800`00b9c3d8 : 00002b99`2ddfa232 ffffd466`d2205dcd 00000000`00000000 fffff800`0330383b : 0xf7
    fffff800`00b9b250 00002b99`2ddfa232 : ffffd466`d2205dcd 00000000`00000000 fffff800`0330383b fffff880`0faacf54 : 0xfffff800`00b9c3d8
    fffff800`00b9b258 ffffd466`d2205dcd : 00000000`00000000 fffff800`0330383b fffff880`0faacf54 fffff880`0f6102d3 : 0x00002b99`2ddfa232
    fffff800`00b9b260 00000000`00000000 : fffff800`0330383b fffff880`0faacf54 fffff880`0f6102d3 fffffa80`09fd0830 : 0xffffd466`d2205dcd
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nvlddmkm+18d256
    fffff880`0f611256 ??              ???
    
    SYMBOL_STACK_INDEX:  1
    
    SYMBOL_NAME:  nvlddmkm+18d256
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nvlddmkm
    
    IMAGE_NAME:  nvlddmkm.sys
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  52b326bc
    
    FAILURE_BUCKET_ID:  X64_0xF7_MISSING_GSFRAME_nvlddmkm+18d256
    
    BUCKET_ID:  X64_0xF7_MISSING_GSFRAME_nvlddmkm+18d256
    
    Followup: MachineOwner
    ---------
    But, I've found more important things than just your graphics driver.

    If you look up top, you'll read that the error was DRIVER_OVERRAN_STACK_BUFFER (f7). You'll also read that this is a very common virus/hack attack. Did you download any suspicious programs for LoL or anything else?

    Your computer may be at risk. I'd suggest downloading MalwareBytes Anti-Malware, and running a complete system scan.

    Let it finish, and inform me of the results.

    Best of luck,

    PeregrineX
      My Computer


  7. Posts : 9
    Windows Home Premium 7 64bit
    Thread Starter
       #17

    PeregrineX said:
    Ok, your BSOD seems to be caused by your NVidia Graphics drivers:

    Code:
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    DRIVER_OVERRAN_STACK_BUFFER (f7)
    A driver has overrun a stack-based buffer.  This overrun could potentially
    allow a malicious user to gain control of this machine.
    DESCRIPTION
    A driver overran a stack-based buffer (or local variable) in a way that would
    have overwritten the function's return address and jumped back to an arbitrary
    address when the function returned.  This is the classic "buffer overrun"
    hacking attack and the system has been brought down to prevent a malicious user
    from gaining complete control of it.
    Do a kb to get a stack backtrace -- the last routine on the stack before the
    buffer overrun handlers and bugcheck call is the one that overran its local
    variable(s).
    Arguments:
    Arg1: fffff80000b9c3d8, Actual security check cookie from the stack
    Arg2: 00002b992ddfa232, Expected security check cookie
    Arg3: ffffd466d2205dcd, Complement of the expected security check cookie
    Arg4: 0000000000000000, zero
    
    Debugging Details:
    ------------------
    
    
    DEFAULT_BUCKET_ID:  GS_FALSE_POSITIVE_MISSING_GSFRAME
    
    SECURITY_COOKIE:  Expected 00002b992ddfa232 found fffff80000b9c3d8
    
    CUSTOMER_CRASH_COUNT:  1
    
    BUGCHECK_STR:  0xF7
    
    PROCESS_NAME:  System
    
    CURRENT_IRQL:  2
    
    TAG_NOT_DEFINED_c000000f:  FFFFF80000BA2FB0
    
    LAST_CONTROL_TRANSFER:  from fffff8800f611256 to fffff800032d8bc0
    
    STACK_TEXT:  
    fffff800`00b9b238 fffff880`0f611256 : 00000000`000000f7 fffff800`00b9c3d8 00002b99`2ddfa232 ffffd466`d2205dcd : nt!KeBugCheckEx
    fffff800`00b9b240 00000000`000000f7 : fffff800`00b9c3d8 00002b99`2ddfa232 ffffd466`d2205dcd 00000000`00000000 : nvlddmkm+0x18d256
    fffff800`00b9b248 fffff800`00b9c3d8 : 00002b99`2ddfa232 ffffd466`d2205dcd 00000000`00000000 fffff800`0330383b : 0xf7
    fffff800`00b9b250 00002b99`2ddfa232 : ffffd466`d2205dcd 00000000`00000000 fffff800`0330383b fffff880`0faacf54 : 0xfffff800`00b9c3d8
    fffff800`00b9b258 ffffd466`d2205dcd : 00000000`00000000 fffff800`0330383b fffff880`0faacf54 fffff880`0f6102d3 : 0x00002b99`2ddfa232
    fffff800`00b9b260 00000000`00000000 : fffff800`0330383b fffff880`0faacf54 fffff880`0f6102d3 fffffa80`09fd0830 : 0xffffd466`d2205dcd
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nvlddmkm+18d256
    fffff880`0f611256 ??              ???
    
    SYMBOL_STACK_INDEX:  1
    
    SYMBOL_NAME:  nvlddmkm+18d256
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nvlddmkm
    
    IMAGE_NAME:  nvlddmkm.sys
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  52b326bc
    
    FAILURE_BUCKET_ID:  X64_0xF7_MISSING_GSFRAME_nvlddmkm+18d256
    
    BUCKET_ID:  X64_0xF7_MISSING_GSFRAME_nvlddmkm+18d256
    
    Followup: MachineOwner
    ---------
    But, I've found more important things than just your graphics driver.

    If you look up top, you'll read that the error was DRIVER_OVERRAN_STACK_BUFFER (f7). You'll also read that this is a very common virus/hack attack. Did you download any suspicious programs for LoL or anything else?

    Your computer may be at risk. I'd suggest downloading MalwareBytes Anti-Malware, and running a complete system scan.

    Let it finish, and inform me of the results.

    Best of luck,

    PeregrineX
    I installed my graphic drivers again. Ran a full scan, found nothing. My pc is not infected. Atleast I played one game of LoL and got nothing. However, it didin't came every game.
    If you need mbam log from the scan, please tell me where I can find them.
    Also I did not download anything yesterday.
      My Computer


  8. Posts : 81
    Windows 7 Ultimate X64
       #18

    Ok, that's good. One cause ruled out.

    Now I'd recommend running Memtest86+ and check to see if there are any errors. If there are, your RAM may be corrupted. If not, then it may be your GPU.

    Best of luck,

    PeregrineX
      My Computer


 
Page 2 of 2 FirstFirst 12

  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 22:01.
Find Us