Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 03-21-2025, 09:57 PM   #1
DaedalusWren
Junior Member
DaedalusWren began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2021
Device: Kobo Wifi N647 & Touch
New install Of 8.0.1.0 fails to start windows 11

I couldn't get the new version to update until I did it through Admin command line. Then it would not run.I uninstalled the program and installed the 8.0.1.0 without issue, but the program still will not start.
Used the command line with calibre-debug -g and received the following.
Since I saw a python error, I tried updating to the newest stable version of python 3.13.2, to no avail.
Any and all help would be appreciated.

C:\Windows\System32>calibre-debug -g
calibre 8.0.1 embedded-python: True
Windows-10-10.0.22631-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.22631')
Python 3.11.5
Windows: ('10', '10.0.22631', 'SP0', 'Multiprocessor Free')
Interface language: None
EXE path: G:\Program Files\Calibre2\calibre-debug.exe
Successfully initialized third party plugins: DeDRM (7, 2, 1) && Kobo Books (1, 9, 0) && Kobo Utilities (2, 19, 1)
Traceback (most recent call last):
File "runpy.py", line 198, in _run_module_as_main
File "runpy.py", line 88, in _run_code
File "site.py", line 83, in <module>
File "site.py", line 78, in main
File "site.py", line 50, in run_entry_point
File "calibre\debug.py", line 241, in main
File "calibre\gui_launch.py", line 73, in calibre
File "bypy-importer.py", line 279, in exec_module
File "calibre\gui2\main.py", line 11, in <module>
ImportError: Module use of python38.dll conflicts with this version of Python.
DaedalusWren is offline   Reply With Quote
Old 03-21-2025, 10:06 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,364
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Uninstall, delete C:\Program Files\Calibre2
(or wherever you chose to install calibre). Then re-install. And
dont worry, uninstalling will not affect your books/settings/plugins.
kovidgoyal is online now   Reply With Quote
Advert
Old 03-22-2025, 01:23 AM   #3
DaedalusWren
Junior Member
DaedalusWren began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2021
Device: Kobo Wifi N647 & Touch
Wow,, thank you very much. Works fine now. Cheers.
DaedalusWren is offline   Reply With Quote
Old 03-22-2025, 09:44 AM   #4
kck
Member
kck began at the beginning.
 
Posts: 13
Karma: 10
Join Date: May 2014
Device: none
Sorry to say that I have the same problem. Uninstalling, removing directory "calibre2", and reinstalling did not help. This is a machine with "Microsoft Windows Server 2016 Standard" as operating system. Output of calibre-debug is appended below. Will return to Calibre 7.26 now, but would very much like to be able to update. Thank you for any time you can invest in looking at this issue.

KCK

>calibre-debug -g
calibre 8.0.1 embedded-python: True
Windows-10-10.0.14393-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.14393')
Python 3.11.5
Windows: ('10', '10.0.14393', 'SP0', 'Multiprocessor Free')
Interface language: de
EXE path: C:\Program Files\Calibre2\calibre-debug.exe
Failed to import PyQt module: PyQt6.QtWidgets with error: DLL load failed while importing QtWidgets: Die angegebene Prozedur wurde nicht gefunden.
Traceback (most recent call last):
File "runpy.py", line 198, in _run_module_as_main
File "runpy.py", line 88, in _run_code
File "site.py", line 83, in <module>
File "site.py", line 78, in main
File "site.py", line 50, in run_entry_point
File "calibre\debug.py", line 241, in main
File "calibre\gui_launch.py", line 72, in calibre
File "calibre\gui_launch.py", line 51, in register_with_default_programs
File "bypy-importer.py", line 279, in exec_module
File "calibre\gui2\__init__.py", line 15, in <module>
ImportError: cannot import name 'QApplication' from 'qt.core' (C:\Program Files\Calibre2\app\bin\python-lib.bypy.frozen\qt\core.pyc)
kck is offline   Reply With Quote
Old 03-22-2025, 11:10 AM   #5
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,364
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
That's the Qt DLL failing to load, probably some missing DLL on your machine given how old the version of windows is. Sadly there is no easy way on windows to find which DLL is missing, you can try the dll depends tool
kovidgoyal is online now   Reply With Quote
Advert
Old 03-22-2025, 01:30 PM   #6
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,763
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by kck View Post
Sorry to say that I have the same problem. Uninstalling, removing directory "calibre2", and reinstalling did not help. This is a machine with "Microsoft Windows Server 2016 Standard" as operating system. Output of calibre-debug is appended below. Will return to Calibre 7.26 now, but would very much like to be able to update. Thank you for any time you can invest in looking at this issue.

KCK

>calibre-debug -g
calibre 8.0.1 embedded-python: True
Windows-10-10.0.14393-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.14393')
Python 3.11.5
Windows: ('10', '10.0.14393', 'SP0', 'Multiprocessor Free')
Interface language: de
EXE path: C:\Program Files\Calibre2\calibre-debug.exe
Failed to import PyQt module: PyQt6.QtWidgets with error: DLL load failed while importing QtWidgets: Die angegebene Prozedur wurde nicht gefunden.
Traceback (most recent call last):
File "runpy.py", line 198, in _run_module_as_main
File "runpy.py", line 88, in _run_code
File "site.py", line 83, in <module>
File "site.py", line 78, in main
File "site.py", line 50, in run_entry_point
File "calibre\debug.py", line 241, in main
File "calibre\gui_launch.py", line 72, in calibre
File "calibre\gui_launch.py", line 51, in register_with_default_programs
File "bypy-importer.py", line 279, in exec_module
File "calibre\gui2\__init__.py", line 15, in <module>
ImportError: cannot import name 'QApplication' from 'qt.core' (C:\Program Files\Calibre2\app\bin\python-lib.bypy.frozen\qt\core.pyc)
Given that your Windows 10 is seriously out-of-date, I suggest you upgrade to the latest Windows 10 and then try calibre 8.0.1 again. There have been instances where QT does not work on such an old version of Windows 10.

Last edited by JSWolf; 03-22-2025 at 05:39 PM.
JSWolf is offline   Reply With Quote
Old 03-22-2025, 03:11 PM   #7
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,273
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by kck View Post
Code:
calibre-debug -g
calibre 8.0.1  embedded-python: True
Windows-10-10.0.14393-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.14393')
Python 3.11.5
Windows: ('10', '10.0.14393', 'SP0', 'Multiprocessor Free')
Is there a reason that you are still running Windows 10 build 1607 AKA Anniversary Update? That version was released in August, 2016 and went end of life in April, 2018 (April, 2019 for Enterprise and Education). If your hardware supports it, can you try running Windows Update and updating to the latest build your computer will support.
DNSB is offline   Reply With Quote
Old 03-22-2025, 04:31 PM   #8
shauntih
Member
shauntih began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Sep 2013
Device: Kindle
Uninstalling the install directory and reinstalling fixed my issue as well!
shauntih is offline   Reply With Quote
Old 03-24-2025, 06:25 AM   #9
mbovenka
Wizard
mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.
 
Posts: 2,079
Karma: 14079267
Join Date: Oct 2007
Location: Almere, The Netherlands
Device: Kobo Sage
Quote:
Originally Posted by DNSB View Post
Is there a reason that you are still running Windows 10 build 1607 AKA Anniversary Update? That version was released in August, 2016 and went end of life in April, 2018 (April, 2019 for Enterprise and Education). If your hardware supports it, can you try running Windows Update and updating to the latest build your computer will support.
He is running Server 2016 for whatever reason.
mbovenka is offline   Reply With Quote
Old 03-24-2025, 06:37 AM   #10
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,763
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by mbovenka View Post
He is running Server 2016 for whatever reason.
Exactly. This is why he needs to update to the latest Windows 10 unless his computer is able to run Windows 11.
JSWolf is offline   Reply With Quote
Old 03-24-2025, 06:56 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,273
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Perhaps he is running a domain controller or other server items on the computer? Though it's generally recommended that domain controllers be dedicated machines. Mine lives on a VM.

Can you give us the build level of your 2016 server (should look something like 14393.7876 for the full string)?
DNSB is offline   Reply With Quote
Old 03-25-2025, 11:24 AM   #12
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,763
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by DNSB View Post
Perhaps he is running a domain controller or other server items on the computer? Though it's generally recommended that domain controllers be dedicated machines. Mine lives on a VM.

Can you give us the build level of your 2016 server (should look something like 14393.7876 for the full string)?
It could be that the version of QT being used needs a newer Windows 10. We've seen this before with Windows 10 with someone else on MR.
JSWolf is offline   Reply With Quote
Old 03-28-2025, 12:12 PM   #13
kck
Member
kck began at the beginning.
 
Posts: 13
Karma: 10
Join Date: May 2014
Device: none
Many thanks for the advice. The build level appears to be "10.0.14393.5786" as far as I can tell. I have asked the people in charge of this server whether they are willing to update (to a later version of Windows 10 or to Windows 11). The machine is certainly powerful enough, but moving to Windows 11 may be associated with costs for the system adminstrators.

KCK
kck is offline   Reply With Quote
Old 03-28-2025, 02:49 PM   #14
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,273
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
As a retired sytem administrator, I would be tempted to say to say "Get off of my server!".

Sorry but it's unlikely that a wipe and reinstall is going to be done to keep a user happy. The upgrade path from Server 2016 is to Server 2025 not to Windows 11.
DNSB is offline   Reply With Quote
Reply

Tags
8.0.1.0, crash, not starting, reinstall, win11


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! Diags fails to start KarZh Kindle Developer's Corner 2 05-01-2023 09:14 PM
calibre fails to start jmrdv Calibre 10 09-12-2021 09:14 AM
Calibre install fails windows 8 rover176 Devices 3 05-06-2013 05:36 AM
Sigil fails to start phossler Sigil 12 02-13-2013 07:49 AM
Calibre fails to start? thegreenemachine Calibre 1 03-14-2012 03:38 AM


All times are GMT -4. The time now is 09:18 AM.


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