Checking resume data qbit 3.1.9

Windows specific questions, problems.
Post Reply
fusk

Checking resume data qbit 3.1.9

Post by fusk »

Hi.
Today i noticed qbit would just hang with "checkking resume data" on a newly added torrent where there were no data to resume.
I closed qbit but exe hang in manager, rebooted, worked fine for 5 min, and now it does it again. It never contacts the tracker, it just sits there doing nothing unless i intervene. And force closing the exe doesn't work, it won't close. There's nothing in the log about any errors or the like.
The only thing i can do is reboot, via the reset button as it won't let windows shut down. And do note the program remains responsive.

Any suggestions ?
Last edited by fusk on Sat Mar 22, 2014 10:14 pm, edited 1 time in total.
urbanracer34

Re: Checking resume data qbit 3.1.9

Post by urbanracer34 »

Mac user here, same problem! I added a 9.6GiB torrent with no data to check and let it churn for over 5 days, not one piece downloaded, still said "checking resume data"
fusk

Re: Checking resume data qbit 3.1.9

Post by fusk »

Lol, i don't have the patience to wait 5 days, i wait 2 min.
sledgehammer_999
Administrator
Administrator
Posts: 2444
Joined: Sun Jan 23, 2011 1:17 pm

Re: Checking resume data qbit 3.1.9

Post by sledgehammer_999 »

1. Launch qbt and WinDbg
2. From WinDbg->Attach to process and select qbittorrent.exe
3. Debug->Go
4. When it gets stuck in "checking fastresume data" Debug->Break
5. In the command subwindow "~*kc 0x14"

Paste the outpue inside code tags.
NOTE: If that status appears before you attach to the process, then instead of step 2 do this: "Open executable", find qbittorrent.exe and hit Debug->Go as many times until qbt launches.
fusk

Re: Checking resume data qbit 3.1.9

Post by fusk »

Will give that a try, just waiting for it to happen again.
sledgehammer_999
Administrator
Administrator
Posts: 2444
Joined: Sun Jan 23, 2011 1:17 pm

Re: Checking resume data qbit 3.1.9

Post by sledgehammer_999 »

If you use the 64bit WinBdg then before step 5 insert this "!wow64exts.sw"
Post Reply