V3 - libraries on non existent Windows drives

Bug #1701399 reported by Better Red
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
calibre
Fix Released
Undecided
Unassigned

Bug Description

Revision history for this message
Kovid Goyal (kovid) wrote : Re: calibre bug 1701399

It isn't non-existent windows drives. It is removable drives with
missing media, and is caused by this python bug: http://bugs.python.org/issue17551

Fundamentally, this is a windows issue, there is no reliable way to
check for the existence of a file without popping up that error dialog.
I have changed calibre to call SetErrorMode at startup to try to
suppress that popup. However, lots of other software also calls
SetErrorMode all the time, so there is no guarantee that doing so will
actually work on all systems. However, it should reduce the probability
of it happening.

 status fixreleased

Changed in calibre:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.