Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Windows 10 BlueScreenView

  • 28-12-2015 10:36pm
    #1
    Registered Users Posts: 307 ✭✭


    Keeps happening.
    Can anyone interpret these BlueScreenView logs?

    Asus t200a


Comments

  • Registered Users, Registered Users 2 Posts: 2,426 ✭✭✭ressem


    It's a misbehaving hardware driver; but the dmp file would be required to read which driver, and that takes some work to learn to carry out on your own PC.
    (Bugcheck 0x0000001a, parameter 1=0x61946
    The MDL being created is flawed. This almost always means the driver calling MmProbeAndLockPages is at fault. Typically the driver is attempting to create a Write MDL when it is being asked to process a paging Read.)
    https://msdn.microsoft.com/en-us/library/windows/hardware/ff557391(v=vs.85).aspx

    If the dmp file is a minidump, less than 40MB in size, and you were not working on anything confidential prior to the last crash (i.e. credit card/bank details might be stored in memory); you can try uploading the dump file to

    http://www.osronline.com/page.cfm?name=analyze

    (The alternative is using the windows debug kit at
    https://msdn.microsoft.com/en-us/library/windows/hardware/ff551063(v=vs.85).aspx
    Not simple.
    )

    Is this a recent windows 10 upgrade from windows 7/8?
    (if so the antivirus, driver, or low level program might disagree with windows 10)

    Has windows update updated a driver?
    Check the event logs and the windows update history.

    Or have you or a game installed newer graphics drivers?


Advertisement