-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No disk in drive G: 3.3 #4190
Comments
Are you using final v3.3.0? |
I've had the exact same issue and circumstances as OP immediately after upgrading to 3.3. Here's a screenshot: http://s8.postimg.org/y5s4cnl85/Capture.png Thanks Edit: Also, I'm using 3.3 final, after upgrading from within the previous stable version. |
To update: I went to Disk Management in Windows and changed the drive from G: to a different letter (S: in this case) and that seems to have fixed it, both immediately and after a restart. I can potentially see a lot of other people having the same issue though. |
That is very odd. What kind of disk is G:? hdd/ssd/NAS ? |
I have the same issue. Windows 10 (v1511) x64 qBittorrent 3.3.0 final release. |
If you remember sledge I had a very similiar issue with the RC: https://qbforums.shiki.hu/index.php/topic,3969.msg20324.html#msg20324. The message was gone after restarting my system. |
Maybe a qt5 issue then. Because on the RC I changed to it. I may need to perform tests in the weekend in a VM. |
I'm also experiencing this issue after upgrade to 3.3. I tried clearing all my profile data and starting fresh, this did not resolve the issue. I also tried rebooting, with no effect. I ran process monitor while launching qBittorrent, but strangely did not see any attempts to access drive G: (by qbittorrent.exe, or any other process for that matter). On my machine I have a USB flash media reader that appears as drives E: through H:. The message is attached below. |
Same issues on my pc as bsiegel above. I have a USB flash media reader that appears as drives E: through H aswell, but for some reason it want's to access G. When i click continue everything works fine it seems. I have Win 10 64 with everything updated in win update. latest builds etc. |
this happens if you have a card reader in your pc. there are disk drives for card slots that are hidden by windows while there are no cards plugged in, hence the error. disabling the card reader from device manager fixed the problem for me, although, it's not really a clean solution, qbittorrent should be able to skip the drives that do not have cards plugged in. what's the purpose of it scanning any drives during startup anyway? |
I think I have determined the issue. On launch, qBittorrent is attempting to load the file While the file above appears to be the only one that is attempting to be loaded, for reference, here are all of the strings containing hardcoded absolute paths I found in qBittorrent.exe v3.3.0:
Note: According to a similar bug report on the PHP bug tracker, the issue occurs because the OpenSSL library uses hardcoded paths assigned with There's also a workaround: Define an |
Got to say that a compiler issue was a possibility that crossed my mind, but discarded immediately as being highly improbable. Though it does highlight one very important problem, in that there is NOT enough testing before declaring a version as 'stable' and unleashing on the unsuspecting users. Real testing procedures would have prevented this getting 'into the wild', just as it would have prevented the "Missing files" debacle. And real testing does not mean 'by one person' who is also a developer and/or project maintainer and 'tested' on only the one machine that is was compiled on. The more cockups there are like this, the less confidence there will be in the project AND with everyone and anyone who is involved in the project, 'Anonymous' user names are not always as 'anonymous' as you would like to think. |
I do have an SD card reader that maps to G:. When I put in an SD card and restarted qBittorrent, it launched without giving me this error. So, I can confirm that this appears to be the bug. |
I do have a card reader also. Great find! |
bsiegel's workaround worked for me. |
You don't get away that easily, Next test is to remove the SD card, close qbittorrent, reboot the machine and restart qbittorrent without the card in place, to check if it is an initial start up 'issue' are one that occurs on every start up. |
I've tried on a machine with a removable USB card reader. (autoconfigures as F: G: H: I:) |
@bsiegel Great find! I indeed have my custom built toolchain(qt5, libtorrent, boost, openssl, zlib) in G: under that path. The very weird thing is that I had a similar setup for the v3.2.x series with qt4. It was also under G:. I don't understand why noone saw this error then.... |
Great news, thanks sledge. |
Hi, I have the same issue with qbittorrent 3.3 on Windows 10 Home version 1511 (build 10586.17). My G: drive is an USB slot in my printer. Turning off the printer makes the G: drive disappear, after which the issue no longer occurs. Turning the printer back on makes the G: drive appear again, and re-introduces the issue. Rebooting the PC or restarting qbittorrent does not make a difference. |
@mhoes if only you took to the time to read a few comments above.... |
@sledgehammer999 point taken. I did read most of the comments, just not the last ones: and thereby missing the resolution/fix will be included in v3.3.1. Thanks. |
v3.3.1 was released. I am pretty sure it fixes this problem. Closing. |
Yep confirm fixed. Thank you. |
That fixes it for me, too. Thanks! |
Yep--it's back in 3.3.2! |
Yep. Just updated to 3.3.2 No Disk In Drive G |
Try fixed build: #4591 (comment) |
Windows 10 x64
I have a built in empty USB card reader which shows as drive G:
If I start Qbittorrent version 3.3 it shows no disk in drive G:
If I skip or cancel the program start and it runs fine.
This didnt happen in earlier releases of Qbittorrent
Drive G: is not configured anywhere in Qbittorrent locations
I assume its now scanning for all drives before starting.
The text was updated successfully, but these errors were encountered: