Page 1 of 1

Checking resume data qbit 3.1.9

Posted: Sat Mar 22, 2014 10:08 pm
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 ?

Re: Checking resume data qbit 3.1.9

Posted: Sat Mar 22, 2014 10:46 pm
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"

Re: Checking resume data qbit 3.1.9

Posted: Sun Mar 23, 2014 12:58 am
by fusk
Lol, i don't have the patience to wait 5 days, i wait 2 min.

Re: Checking resume data qbit 3.1.9

Posted: Sun Mar 23, 2014 10:02 am
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.

Re: Checking resume data qbit 3.1.9

Posted: Sun Mar 23, 2014 2:11 pm
by fusk
Will give that a try, just waiting for it to happen again.

Re: Checking resume data qbit 3.1.9

Posted: Sun Mar 23, 2014 7:42 pm
by sledgehammer_999
If you use the 64bit WinBdg then before step 5 insert this "!wow64exts.sw"