Windows 10: BSODs only when using qbittorrents, no error returned by WinDBG dps

Discus and support BSODs only when using qbittorrents, no error returned by WinDBG dps in Windows 10 BSOD Crashes and Debugging to solve the problem; Hello, Win10 version 2004 (19041.508) These BSOD's only happen when I'm using qBittorrent and the error codes are pretty much always different. With... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by Lantha, Oct 5, 2020.

  1. Lantha Win User

    BSODs only when using qbittorrents, no error returned by WinDBG dps


    Hello,

    Win10 version 2004 (19041.508)

    These BSOD's only happen when I'm using qBittorrent and the error codes are pretty much always different.
    With WinDBG I saw a number of different drivers accused to be the cause of the bsod's. I think the only one that came a few times is Ndu.sys.
    Doing "!thread" and "dps" in windbg never outputs any error, only warnings and sometimes no warnings either.
    I've seen so many threads about qBittorrent BSOD's and it's always a different cause because qBittorrent itself is not the culprit so I'm a bit lost.

    Thanks in advance for any help,

    :)
     
    Lantha, Oct 5, 2020
    #1
  2. Kursah Win User

    BSOD - Registry Error

    Your BSOD code is 0X000000051

    Here's the Google search I did for it: https://www.google.com/search?q=0x0...j5.399j0j7&sourceid=chrome&es_sm=122&ie=UTF-8

    There is a hotfix available that might help, https://support.microsoft.com/en-us/kb/810558

    This thread makes a few good suggestions too: http://www.sevenforums.com/bsod-hel...dows-7-pro-sp1-registry-error-0x00000051.html

    +1 to listing your full system specs, OS version, etc. I did only look at your BSOD log file.

    Run a Diskchk /R (I know you already ran one, so you can skip this)

    Run SFC /SCANNOW

    Report back.
     
    Kursah, Oct 5, 2020
    #2
  3. WinDbg error.


    Hi,

    I'm quite active on the BSOD subforum of Sevenforums and recently I've been having a small issue with WinDbg and I tried to fix it but it didn't work. It has something to do with symbols and its path has somehow gotten a bit messy.


    BSODs only when using qbittorrents, no error returned by WinDBG dps [​IMG]


    Above is the error output that happens whenever I open up a dmp file with WinDbg.

    I can't really recall that I've done anything specifically odd prior to getting this error.

    /Boris
     
    BorisTheAnimal, Oct 5, 2020
    #3
  4. axe0 Win User

    BSODs only when using qbittorrents, no error returned by WinDBG dps

    WinDbg error.


    Those errors have a few reasons:
    • Missing symbols
    • Corrupted symbols,
    • Counterfeit system,
    • Hardware damage,
    • Improper configuration of Windbg,
    • Microsoft servers down (rarely happening)

    In case of missing symbols, simply reload (re-open) the dumps a few times so the symbols are downloaded.

    In case of corrupted symbols,


    • empty the symbol folder, move the symbols to a different folder,
    • open the dump a few times, this should download the necessary symbols,
    • move the symbols back to the original folder and say no when Windows asks if you want to copy the files with the same name too.
     
    axe0, Oct 5, 2020
    #4
Thema:

BSODs only when using qbittorrents, no error returned by WinDBG dps

Loading...
  1. BSODs only when using qbittorrents, no error returned by WinDBG dps - Similar Threads - BSODs using qbittorrents

  2. WinDbg for Commercial Use?

    in Microsoft Windows 10 Store
    WinDbg for Commercial Use?: Hello there, I wanted to know if WinDbg can be used for commercial use for free? Thanks. https://answers.microsoft.com/en-us/windows/forum/all/windbg-for-commercial-use/5be337a3-09ea-4534-818c-c627b0d6a073
  3. WinDbg for Commercial Use?

    in Windows 10 Gaming
    WinDbg for Commercial Use?: Hello there, I wanted to know if WinDbg can be used for commercial use for free? Thanks. https://answers.microsoft.com/en-us/windows/forum/all/windbg-for-commercial-use/5be337a3-09ea-4534-818c-c627b0d6a073
  4. WinDbg for Commercial Use?

    in Windows 10 Software and Apps
    WinDbg for Commercial Use?: Hello there, I wanted to know if WinDbg can be used for commercial use for free? Thanks. https://answers.microsoft.com/en-us/windows/forum/all/windbg-for-commercial-use/5be337a3-09ea-4534-818c-c627b0d6a073
  5. BSOD WinDbg not minidump file create only a memory.dmp with Analysis_Inconclusive

    in Windows 10 Gaming
    BSOD WinDbg not minidump file create only a memory.dmp with Analysis_Inconclusive: Hello,I have a Windows server running windows 2016 and last night I get a BSOD, I needed to reboot the servers.I checked the event log:First Error log with EventID 1005:Unable to produce a minidump file from the full dump file.Second Error log with EventID 1001:The computer...
  6. BSOD windbg help

    in Windows 10 Ask Insider
    BSOD windbg help: Hello Im getting random bsod's in windows 10 . I used Windbg to analyze mini dump , but dont know how to read it. So where should i look and how read the debug report to identify cause of bsod.. Thanks submitted by /u/sk2536 [link] [comments]...
  7. Getting Error When using WINDBG tool

    in Microsoft Windows 10 Store
    Getting Error When using WINDBG tool: I am getting error when using WINDBG tool Error is : Unable to read psloadedmodulelist GetContextState Failed : 0x80070038 I couldnt find the Error ID description. I was able to narrow down the issue using "lm" command and it showed "winload" module. Could someone...
  8. qBittorrent downloading only at half speed!?

    in Windows 10 Software and Apps
    qBittorrent downloading only at half speed!?: Hy, I dealing with this problem for few months now, and it drives me crazy *Banghead Tried everything, different settings for qbittorrent I find on other forums so far... no luck. Downloading with browser works great, downloading at maximum speed 4-5 MB/s. But with...
  9. WinDbg error

    in Windows 10 BSOD Crashes and Debugging
    WinDbg error: For some reason, I can't debug using WinDbg. This error pops up whenever I debug my minidump files. Microsoft (R) Windows Debugger Version 10.0.15063.400 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\Users\Daryll...
  10. WinDbg error.

    in Windows 10 Software and Apps
    WinDbg error.: Hi, I'm quite active on the BSOD subforum of Sevenforums and recently I've been having a small issue with WinDbg and I tried to fix it but it didn't work. It has something to do with symbols and its path has somehow gotten a bit messy. [img] Above is the error...