View Single Post
Old 02-07-2014, 03:01 PM   #5
mikeandsue
Junior Member
mikeandsue began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2014
Device: kindle fire hd
OK, I found this command calibre-debug -g run from a command prompt. I needed to run the cmd prompt as an administrator. When I did that, instead of crashing, I get the error below. Basically, it says that the device cannot be written to. So, I tried right-clicking and running Calibre as an administrator, just off the shortcut. Instead of getting the cannot be written to error, it crashes. I just found a link to the Calibre bug report. I've opened a new bug there. Anyone that can help would be most appreciated.

C:\Program Files\Calibre2>calibre-debug -g
calibre 1.23 [64bit] isfrozen: True is64bit: True
Windows-8-6.2.9200 Windows ('64bit', 'WindowsPE')
('Windows', '8', '6.2.9200')
Python 2.7.5
Windows: ('8', '6.2.9200', '', 'Multiprocessor Free')
Starting up...
Started up in 0.96 seconds with 74 books
Job: 1 Get device information started
DeviceJob: 1 Get device information done, calling callback
DeviceJob: 1 Get device information callback returned
Job: 2 Get list of books on device started
MTP: Loading filesystem metadata...
MTP: Filesystem metadata loaded in 0.00399995 seconds (1 objects)
DeviceJob: 2 Get list of books on device done, calling callback
Failed to write data to file, commit failed: hr=2147500037 facility=0 error_code=16389 description: Unspecified error


Traceback (most recent call last):
File "site-packages\calibre\gui2\device.py", line 86, in run
File "site-packages\calibre\gui2\device.py", line 490, in _books
File "site-packages\calibre\devices\mtp\driver.py", line 208, in books
File "site-packages\calibre\devices\mtp\driver.py", line 180, in get_driveinfo

File "site-packages\calibre\devices\mtp\driver.py", line 170, in _update_drive_info
File "site-packages\calibre\devices\mtp\windows\driver.py", line 35, in check_thread
File "site-packages\calibre\devices\mtp\windows\driver.py", line 439, in put_file
WPDError: Failed to write data to file, commit failed: hr=2147500037 facility=0error_code=16389 description: Unspecified error


DeviceJob: 2 Get list of books on device callback returned
Job: 2 Get list of books on device finished
Failed to write data to file, commit failed: hr=2147500037 facility=0 error_code=16389 description: Unspecified error


Traceback (most recent call last):
File "site-packages\calibre\gui2\device.py", line 86, in run
File "site-packages\calibre\gui2\device.py", line 490, in _books
File "site-packages\calibre\devices\mtp\driver.py", line 208, in books

File "site-packages\calibre\devices\mtp\driver.py", line 180, in get_driveinfo
File "site-packages\calibre\devices\mtp\driver.py", line 170, in _update_drive_info
File "site-packages\calibre\devices\mtp\windows\driver.py", line 35, in check_thread
File "site-packages\calibre\devices\mtp\windows\driver.py", line 439,in put_file
WPDError: Failed to write data to file, commit failed: hr=2147500037 facility=0 error_code=16389 description: Unspecified error


Job: 1 Get device information finished
No details available.
mikeandsue is offline   Reply With Quote