Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 06-01-2023, 10:23 PM   #1
gkhenderson
Junior Member
gkhenderson began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2023
Device: Ipad
Exclamation Calibre won't start problem

Recently calibre on my Windows 10 64bit PC won't run.

It displays the small start up panel with the user iterface start up message and then hangs. Never appears in the Task Manager. If I kill it and try again I usually get an error

"Failed to contact running instance of calibre try restarting calibre"

If I do I get the same response.

Same problem occurs if run calibre in Windows Safe mode,
Same problem if I try running in debug mode
Am using Calibre 6.1
Have tried deleting and reinstalling calibre - same result.

Any suggestions welcome

Graham Henderson
gkhenderson is offline   Reply With Quote
Old 06-01-2023, 10:29 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,343
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
https://manual.calibre-ebook.com/faq...ing-on-windows
kovidgoyal is online now   Reply With Quote
Advert
Old 06-01-2023, 11:33 PM   #3
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,718
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by gkhenderson View Post
Never appears in the Task Manager. If I kill it and try again I usually get an error . . .
So how do you kill it?

Try this: after terminating all other active tasks, right click on empty space in the Taskbar and select Cascade windows - if calibre pops you're good to go.

BR
BetterRed is offline   Reply With Quote
Old 06-04-2023, 09:44 PM   #4
gkhenderson
Junior Member
gkhenderson began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2023
Device: Ipad
Quote:
Originally Posted by kovidgoyal View Post
Thanks Kovid,

The article you pointed me to solved my problem - much appreciated
gkhenderson is offline   Reply With Quote
Old 06-06-2023, 06:43 AM   #5
gkhenderson
Junior Member
gkhenderson began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2023
Device: Ipad
Quote:
Originally Posted by kovidgoyal View Post
Still having problems starting calibre. Sometimes it works but mostly won't start
running in debug mode from cmd.exe produces error
MduleNotFoundError: No module named 'Stringio'
gkhenderson is offline   Reply With Quote
Advert
Old 06-06-2023, 06:53 AM   #6
gkhenderson
Junior Member
gkhenderson began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2023
Device: Ipad
Here is the full debug output
Microsoft Windows [Version 10.0.19045.2965]
(c) Microsoft Corporation. All rights reserved.

C:\Users\Graham>calibre-debug -g
calibre 6.1 embedded-python: True
Windows-10-10.0.19045-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19045')
Python 3.10.1
Windows: ('10', '10.0.19045', 'SP0', 'Multiprocessor Free')
Interface language: None
Failed to initialize plugin: 'C:\\Users\\Graham\\AppData\\Roaming\\calibre\\plu gins\\DeDRM.zip'
Traceback (most recent call last):
File "calibre\customize\ui.py", line 744, in initialize_plugins
File "calibre\customize\ui.py", line 64, in load_plugin
File "calibre\customize\zipplugin.py", line 304, in load
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "calibre\customize\zipplugin.py", line 196, in exec_module
File "calibre\customize\zipplugin.py", line 192, in get_code
File "calibre_plugins.dedrm.__init__", line 169
print u"{0} v{1}: Copying needed library files from plugin's zip".format(PLUGIN_NAME, PLUGIN_VERSION)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
Successfully initialized third party plugins: Find Duplicates (1, 9, 7) && Generate Cover (2, 2, 0) && Library Genesis (1, 2, 0) && Obok DeDRM (6, 5, 4)
QPA platform: windows
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 102.23899371069182 x 102.35820895522387
Using calibre Qt style: True
[0.00] Starting up...
[0.00] Showing splash screen...
[0.14] splash screen shown
[0.14] Initializing db...
[0.16] db initialized
[0.16] Constructing main UI...
Traceback (most recent call last):
File "calibre\gui2\ui.py", line 135, in __init__
File "calibre\gui2\ui.py", line 153, in init_iaction
File "calibre\customize\__init__.py", line 624, in load_actual_plugin
File "importlib\__init__.py", line 126, in import_module
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "calibre\customize\zipplugin.py", line 203, in exec_module
File "calibre_plugins.obok_dedrm.action", line 24, in <module>
File "calibre\customize\zipplugin.py", line 203, in exec_module
File "calibre_plugins.obok_dedrm.dialogs", line 30, in <module>
File "calibre\customize\zipplugin.py", line 203, in exec_module
File "calibre_plugins.obok_dedrm.utilities", line 10, in <module>
ModuleNotFoundError: No module named 'StringIO'
gkhenderson is offline   Reply With Quote
Old 06-06-2023, 09:41 AM   #7
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,047
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
You need to NOT get help with that plugin here at MR. (Forum rules)
Ask where you got that OBOOK tool.
theducks is offline   Reply With Quote
Old 06-06-2023, 09:44 AM   #8
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,343
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
uninstall the dedrm plugin, its obsolete and replaced by nodrm anyway.
kovidgoyal is online now   Reply With Quote
Old 06-06-2023, 04:24 PM   #9
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,149
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Update to noDRM's version v10.0.3 or at least to Apprentice Harper's v7.21. The version you are running is an old version that is Python 2 only. Calibre since version 5.0 has used Python 3.
DNSB is offline   Reply With Quote
Old 06-07-2023, 09:31 AM   #10
gkhenderson
Junior Member
gkhenderson began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2023
Device: Ipad
Quote:
Originally Posted by DNSB View Post
Update to noDRM's version v10.0.3 or at least to Apprentice Harper's v7.21. The version you are running is an old version that is Python 2 only. Calibre since version 5.0 has used Python 3.
I have found thst Calibre does eventually run if left alone but it takes 40-45 minutes. thanks for the advice on the DRM plugins. I have done that but it made no difference - still sits for 40 minutes then starts. I think it maybe a Windows Defender issue as I am also running Acronis.
gkhenderson is offline   Reply With Quote
Old 06-07-2023, 02:54 PM   #11
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,149
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by gkhenderson View Post
I have found thst Calibre does eventually run if left alone but it takes 40-45 minutes. thanks for the advice on the DRM plugins. I have done that but it made no difference - still sits for 40 minutes then starts. I think it maybe a Windows Defender issue as I am also running Acronis.
You might want to try starting Windows in safe mode and then running calibre. This will eliminate issues with most 3rd party addons. If you are not sure about how to start Windows 10 in safe mode, you can check this Lenovo link.
DNSB is offline   Reply With Quote
Old 06-07-2023, 09:48 PM   #12
gkhenderson
Junior Member
gkhenderson began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jun 2023
Device: Ipad
Quote:
Originally Posted by DNSB View Post
You might want to try starting Windows in safe mode and then running calibre. This will eliminate issues with most 3rd party addons. If you are not sure about how to start Windows 10 in safe mode, you can check this Lenovo link.
Yes I have done that. No change - calibre still takes 40 minutes to start
gkhenderson is offline   Reply With Quote
Old 06-07-2023, 10:15 PM   #13
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,047
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
corrected

By any chance had you ever tried using Save To Folder (now the popup say Export...). It is the 3.5" floppy icon.
Connect to folder is inside the Connect Share icon.

You need to Eject that device. I bet it is trying to mount a missing storage deviceCorrected

Last edited by theducks; 06-07-2023 at 11:08 PM. Reason: corrected location
theducks is offline   Reply With Quote
Old 06-08-2023, 06:01 AM   #14
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,740
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Have you thought of trying the latest version of Calibre instead of an older version?

The current version is 6.19.1 as of now.
JSWolf is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre won't start davidsmartin Calibre 8 11-18-2024 09:24 AM
Calibre won't start TomSpot Devices 11 03-06-2019 10:45 PM
Calibre won't start up hwhovis Calibre 3 02-04-2011 03:45 AM
Calibre won't start nathancabopino Calibre 14 06-30-2009 11:40 AM
Calibre 0.4.89 won't start ould Calibre 3 10-02-2008 09:21 PM


All times are GMT -4. The time now is 11:14 PM.


MobileRead.com is a privately owned, operated and funded community.