Computer crashes randomly

Page 1 of 2 12 LastLast

  1. Posts : 5
    Windows 7 Professional x64
       #1

    Computer crashes randomly


    like the title says my computer keeps crashing but it happens at random. their is no set pattern to the crashes. they may happen once and I wont get another crash for a couple weeks or even months.
      My Computer


  2. Posts : 26,869
    Windows 11 Pro
       #2

    lpzdlo1228, I've looked at some of your dump files and each one seems to give me a different reason for the crash. That is not really normal.

    Code:
    lmvm bflwfx64
    start             end                 module name
    fffff880`03ead000 fffff880`04000000   bflwfx64 T (no symbols)           
        Loaded symbol image file: bflwfx64.sys
        Image path: \SystemRoot\system32\DRIVERS\bflwfx64.sys
        Image name: bflwfx64.sys
        Timestamp:        Wed Feb 13 11:04:08 2013 (511BC788)
        CheckSum:         0001B330
        ImageSize:        00153000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    That is your Bigfoot Networks Bandwidth Control Wireless NDIS Light Weight Filter driver. There is no way I have found to update that driver. The bigfoot web site is not in service, so it seems they have either gone out of business or someone else has taken them over, which I can't find yet. Or if it is a part of your Motherboard, your motherboard web site may have an updated driver.

    Code:
    lmvm tap0901
    start             end                 module name
    fffff880`11200000 fffff880`1120d000   tap0901  T (no symbols)           
        Loaded symbol image file: tap0901.sys
        Image path: \SystemRoot\system32\DRIVERS\tap0901.sys
        Image name: tap0901.sys
        Timestamp:        Thu Nov 24 12:50:27 2011 (4ECE91F3)
        CheckSum:         000154D4
        ImageSize:        0000D000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    That could be several things but I think most likely it is a P2P VPN UTorrent application

    Code:
    lmvm avgtdia
    start             end                 module name
    fffff880`04294000 fffff880`042d9000   avgtdia  T (no symbols)           
        Loaded symbol image file: avgtdia.sys
        Image path: \SystemRoot\system32\DRIVERS\avgtdia.sys
        Image name: avgtdia.sys
        Timestamp:        Tue Jun 17 09:06:51 2014 (53A04B7B)
        CheckSum:         000462A1
        ImageSize:        00045000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    That is AVG TDI driver

    lmvm atikmpag
    start end module name
    fffff880`04d4f000 fffff880`04df2000 atikmpag T (no symbols)
    Loaded symbol image file: atikmpag.sys
    Image path: \SystemRoot\system32\DRIVERS\atikmpag.sys
    Image name: atikmpag.sys
    Timestamp: Thu Apr 17 20:07:07 2014 (53507ABB)
    CheckSum: 000A6939
    ImageSize: 000A3000
    Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4

    Your graphics driver. Download the latest WHQL driver from https://www.sevenforums.com/graphic-c...ndows-7-a.html or if it is the same, redownload it. Uninstall the current driver then follow these instructions onlt selecting ATI Display Drivers
    Drivers - Clean Left over Files after Uninstalling the install the new drivers, selecting custom install and only install the components you normally use. Nothing is required other than the display driver. CCC is not required as the audio/HDMI drivers are not required as your motherboard has those drivers and it just adds drivers that may conflict with each other.

    Open a elevated command prompt ( click start, type cmd in the search box, right click on the cmd entry and select run as administrator) in the black box that opens, copy/paste sfc /scannow. If you decide to type it, notice the space between the sfc and the /. It is a system file checker which will scan your system files and attempt to correct any missing or corrupt files. What we want are the results to say windows found no integrity violations. If it says files were found but could not be repaired, close the box, reboot and run it again, after opening the administrative command prompt. You may have to reboot and run it three times for it to repair all system files. If it can't repair them after 3 reboots, let us know.
      My Computer


  3. Posts : 4,161
    Windows 7 Pro-x64
       #3

    Problem 1:
    Appears to be caused by a faulty/outdated driver. The driver is bflwfx64.sys.
    Networks Bandwidth Control Wireless NDIS Light Weight Filter driver from Bigfoot Networks, Inc.

    Uninstall it and reboot or contact the supplier for an updated version.

    Code:
     
    BugCheck 1E, {ffffffffc0000094, fffff8800a5940f0, 0, 0}
    Unable to load image \SystemRoot\system32\DRIVERS\bflwfx64.sys, Win32 error 0n2
    
    *** WARNING: Unable to verify timestamp for bflwfx64.sys
    *** ERROR: Module load completed but symbols could not be loaded for bflwfx64.sys
    Probably caused by : bflwfx64.sys ( bflwfx64+8a16 )
    Followup: MachineOwner
     
    
    fffff880`03ead000 fffff880`04000000   bflwfx64 T (no symbols)           
        Loaded symbol image file: bflwfx64.sys
        Image path: \SystemRoot\system32\DRIVERS\bflwfx64.sys
        Image name: bflwfx64.sys
        Timestamp:        Wed Feb 13 11:04:08 2013 (511BC788)
        CheckSum:         0001B330
        ImageSize:        00153000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    Problem 2:
    ATI Radeon Kernel Mode Driver atikmdag.sys is outdated or the wrong driver for your system.

    Code:
     
    Unable to load image \SystemRoot\system32\DRIVERS\atikmdag.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for atikmdag.sys
    *** ERROR: Module load completed but symbols could not be loaded for atikmdag.sys
    
     
    fffff880`1128f000 fffff880`1219f000   atikmdag T (no symbols)           
        Loaded symbol image file: atikmdag.sys
        Image path: \SystemRoot\system32\DRIVERS\atikmdag.sys
        Image name: atikmdag.sys
        Timestamp:        Thu Apr 17 21:13:16 2014 (53508A3C)
        CheckSum:         00EAEEE6
        ImageSize:        00F10000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
      My Computer


  4. Posts : 4,161
    Windows 7 Pro-x64
       #4

    Looks like Steve beat me to it again. :)
      My Computer


  5. Posts : 26,869
    Windows 11 Pro
       #5

    I may be wrong, but I'm beginning to think Bigfoot was bought out by Atheros. Bigfoot no longer exists, at least their web site can't be found.
      My Computer


  6. Posts : 26,869
    Windows 11 Pro
       #6

    carwiz said:
    Looks like Steve beat me to it again. :)
    It just confirms what I found. 2 heads are better than one.
      My Computer


  7. Posts : 4,161
    Windows 7 Pro-x64
       #7

    essenbe said:
    I may be wrong, but I'm beginning to think Bigfoot was bought out by Atheros. Bigfoot no longer exists, at least their web site can't be found.
    I got an error when trying the site so it's probably toast.
      My Computer


  8. Posts : 5
    Windows 7 Professional x64
    Thread Starter
       #8

    unintalled the display drivers and the bigfoot (atheros) drivers and installed the latest ones. I did the "sfc /scan - then restart" a couple of times and after the fourth time I still get the "found corrupt files but was unable to fix them"
      My Computer


  9. Posts : 26,869
    Windows 11 Pro
       #9

    What type of loader did you use to get your system to activate?
      My Computer


  10. Posts : 5
    Windows 7 Professional x64
    Thread Starter
       #10

    essenbe said:
    What type of loader did you use to get your system to activate?
    ummm uhhh what do you mean?
      My Computer


 
Page 1 of 2 12 LastLast

  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 18:30.
Find Us