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-14-2020, 06:35 AM   #1
eloigorri
Member
eloigorri began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jun 2020
Device: Ipad
Unable to open .mobi or .epub in windows

Hi Newbie here,
I have just installed Calibre v4.18.0 on my Windows 8 pc.
I am unable to view either .mobi or .epub files with the Calibre viewer or Editor.
I get a splash screen stating "Preparing to view ebook", which flashes up briefly and then disappears. No error message.

I can convert files .docx to mobi, epub but not view them.
The problem is also occurring with the supplied "Quick Start Guide.epub" so nothing to do with my own book conversions.

Is there a debug log which would give a better clue of what is failing?

Thanks - E
eloigorri is offline   Reply With Quote
Old 06-14-2020, 08:03 AM   #2
georgemk
Addict
georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.georgemk ought to be getting tired of karma fortunes by now.
 
Posts: 243
Karma: 291844
Join Date: Oct 2019
Device: Kobo Nia
To activate Calibre in debug mode, you restart Calibre using Control - Shift - R
georgemk is offline   Reply With Quote
Advert
Old 06-14-2020, 08:54 AM   #3
eloigorri
Member
eloigorri began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jun 2020
Device: Ipad
Thanks,
This is the log that was produced after attempting to view and also edit the supplied startup .epub book.

Looking at the log, the problem appears to be due to some kind of timeout [Errno 10060]?

Any ideas as to the cause?

Cheers - E
Spoiler:

calibre Debug log
calibre 4.18 [64bit] embedded-python: True is64bit: True
Windows-8-6.2.9200-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '8', '6.2.9200')
Python 2.7.16+
Windows: ('8', '6.2.9200', 'SP0', u'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: Count Pages (1, 9, 2)
calibre 4.18 [64bit] embedded-python: True is64bit: True
Windows-8-6.2.9200-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '8', '6.2.9200')
Python 2.7.16+
Windows: ('8', '6.2.9200', 'SP0', u'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: Count Pages (1, 9, 2)
Turning on automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 140.137931034 x 142.875
Using calibre Qt style: True
[0.00] Starting up...
[0.00] Showing splash screen...
[0.39] splash screen shown
[0.39] Initializing db...
[0.39] db initialized
[0.39] Constructing main UI...
[1.69] main UI initialized...
[1.69] Hiding splash screen
[5.11] splash screen hidden
[5.11] Started up in 5.11 seconds with 2 books
Worker Launch took: 0.121000051498
Failed to check for calibre update: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a

period of time, or established connection failed because connected host has failed to respond
Worker Launch took: 0.144999980927
Worker Launch took: 0.15700006485

Last edited by theducks; 06-14-2020 at 09:28 AM. Reason: spoilered
eloigorri is offline   Reply With Quote
Old 06-14-2020, 09:31 AM   #4
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
the timeout appears to be just a update check.

But the same cause might be blocking the use of the Viewer or editor workers.

Your (current) security settings are the most likley.
theducks is offline   Reply With Quote
Old 06-14-2020, 10:05 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,345
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
When you say disappears does it mean the process crashes or does it mena just that the window is hidden? If the former try turning off hardware acceleration as described here: https://doc.qt.io/qt-5/qtwebengine-debugging.html
kovidgoyal is online now   Reply With Quote
Advert
Old 06-15-2020, 08:26 AM   #6
eloigorri
Member
eloigorri began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jun 2020
Device: Ipad
Quote:
Originally Posted by theducks View Post
the timeout appears to be just a update check.

But the same cause might be blocking the use of the Viewer or editor workers.

Your (current) security settings are the most likley.
I have set administrator rights to Calibre and its directory, but still no joy, and Calibre was/is working fine, so I am not sure it is security settings.
Are there any other debug tools that would help narrow down the cause of the problem?

Thanks - E
eloigorri is offline   Reply With Quote
Old 06-15-2020, 11:01 AM   #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,168
Karma: 168983734
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
I'm wondering if this is a graphics driver issue? It sounds rather similar to the issues that made Windows 7 a not recommended OS for calibre 4.0+. Perhaps a check for a replacement graphics card driver or an update to Windows 8.1 or 10 might be helpful.
DNSB is offline   Reply With Quote
Old 06-15-2020, 05:42 PM   #8
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 eloigorri View Post
I have set administrator rights to Calibre and its directory, but still no joy, and Calibre was/is working fine, so I am not sure it is security settings.
Are there any other debug tools that would help narrow down the cause of the problem?

Thanks - E
It may not be a video driver issue.

The posts (starting at #12) between myself and the OP (Harakane) in this thread may offer a solution (as it has to couple of others with similar problems) ==>> [Help] Calibre 4.X eBook Viewer Broken.

BR
BetterRed is offline   Reply With Quote
Old 06-17-2020, 10:25 AM   #9
eloigorri
Member
eloigorri began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jun 2020
Device: Ipad
Thanks for the link to the previous thread.
My install was brand new to v4.18.0 I hadnever installed Calibre previously, so it cannot be damaged registry entries or left behind files from an older version.

Just in case.. my display adapter driver is an Intel HD Graphics 4000.

I am unable to run either the viewer or the editor directly from inside the directory either. When it executes, the screen just flashes up and disappears.

Cheers - E
eloigorri is offline   Reply With Quote
Old 06-17-2020, 04:20 PM   #10
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
There wouldn't be many using calibre 4.x on Windows 8, so maybe it's a Qt issue related to that. Most people I know skipped 8 and went straight from 7 to 10 or are still using 7.

Try uninstalling what you have and installing calibre version 3.84, old versions are here.

Or upgrade to Windows 10.

BR
BetterRed is offline   Reply With Quote
Old 06-17-2020, 10:58 PM   #11
eloigorri
Member
eloigorri began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jun 2020
Device: Ipad
I installed 3.84 after uninstalling v4.18.0 and that did the trick. Both the viewer and editor are now working.
Curiously all my previously installed Calibre plug-ins also reappeared automatically within the older version of Calibre, so I guess some registry entries must have been left behind.

Thanks for your help.

Cheers - E
eloigorri is offline   Reply With Quote
Old 06-18-2020, 06:06 AM   #12
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
Thanks, know we know that Calibre 4.x might not work on Windows 8 Ψ³

FYI: Calibre does not store its settings in the registry, they're in %appdata%; a click on the Preferences->Miscellaneous->User configuration directory button will take you there. They don't get deleted if calibre is uninstalled, ditto calibre libraries.

BR
BetterRed is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HD Kindle Fire HD 8th gen unable to open mobi or AZW3 amanda138a Kindle Fire 0 04-22-2019 10:55 AM
Unable to open/convert MOBI files MontyJ Calibre 18 12-04-2015 02:53 PM
Unable to Open Books After Windows 8.1 Reinstall sbeckett Library Management 3 05-23-2015 10:45 PM
Unable to open MOBI books Cefoxtrot Calibre 1 11-24-2013 10:57 PM
mobi to epub conversion fail and unable to open vulcan_girl Conversion 1 12-24-2012 01:27 PM


All times are GMT -4. The time now is 12:35 PM.


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