![]() |
#1 |
Member Retired
![]() Posts: 7
Karma: 10
Join Date: Jan 2014
Location: Bucharest, Romania
Device: Palm Tungsten E2
|
Calibre no longer showing covers after upgrade to 64-bit
Hello everyone, long time lurker, first time poster.
Sorry to start with a problem like this. I've recently upgraded to a 64-bit Linux -- SalixOS 14, by the way -- and all of a sudden I no longer see the book covers in the cover browser OR the book details window. All it shows me is that big "generic book" icon. If I go to the metadata editor and tell it to pull the cover from an ePub file, it complies for the moment, but doesn't save it. I checked, and the existing covers are still on disk under the Calibre Library folder. I'm using Calibre 1.20 for 64-bit Linux from the official website (the binary install -- I've used the official binaries since the beginning). Tried going back to the 32-bit version, but it doesn't run anymore. It wouldn't be a problem if the covers were at least preserved during book conversions, but I have an impression that doesn't work anymore either -- I need to double check though. That's about all I can think of for now. Thank you for reading. |
![]() |
![]() |
![]() |
#2 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,298
Karma: 27111240
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
@claudeb: You should run calibre indebug mode and post the log (right click the preferences button)
Last edited by DoctorOhh; 01-22-2014 at 06:46 AM. |
![]() |
![]() |
Advert | |
|
![]() |
#3 | |
Member Retired
![]() Posts: 7
Karma: 10
Join Date: Jan 2014
Location: Bucharest, Romania
Device: Palm Tungsten E2
|
Quote:
Code:
calibre Debug log calibre 1.20 isfrozen: True is64bit: True Linux-3.2.45-x86_64-AMD_Sempron-tm-_Processor_3200+-with-slackware-14.0 Linux ('64bit', 'ELF') ('Linux', '3.2.45', '#2 SMP Fri May 31 20:14:55 CDT 2013') Python 2.7.5 Linux: ('Slackware ', '14.0', '') Failed to read metadata from font file: /usr/share/fonts/TTF/TSCu_Times.ttf tuple index out of range Failed to read metadata from font file: /usr/share/fonts/TTF/TSCu_Comic.ttf tuple index out of range Traceback (most recent call last): File "site-packages/calibre/utils/config.py", line 289, in refresh File "site-packages/calibre/utils/config.py", line 278, in raw_to_object File "plistlib.py", line 103, in readPlistFromString File "plistlib.py", line 78, in readPlist File "plistlib.py", line 401, in parse File "xml/parsers/expat.py", line 4, in <module> ImportError: /opt/calibre/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: XML_SetHashSalt Starting up... Started up in 11.81 seconds with 74 books Oh yeah, that pyexpat error reminds me: I'm also no longer able to convert from ODT files, it complains about not being able to find any SAX parser. Converting from ePub works just fine. |
|
![]() |
![]() |
![]() |
#4 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,298
Karma: 27111240
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
@claudeb: Looks like the libraries on your system are conflicting. You can get more info by running
LD_DEBUG=libs calibre-debug -g But unless you pretty familiar with linux, fixing this kind of thing is a lot of work. |
![]() |
![]() |
![]() |
#5 | |
Member Retired
![]() Posts: 7
Karma: 10
Join Date: Jan 2014
Location: Bucharest, Romania
Device: Palm Tungsten E2
|
Quote:
Code:
3050: /opt/calibre/lib/python2.7/lib-dynload/pyexpat.so: error: symbol lookup error: undefined symbol: XML_SetHashSalt (fatal) Traceback (most recent call last): File "site-packages/calibre/utils/config.py", line 289, in refresh File "site-packages/calibre/utils/config.py", line 278, in raw_to_object File "plistlib.py", line 103, in readPlistFromString File "plistlib.py", line 78, in readPlist File "plistlib.py", line 401, in parse File "xml/parsers/expat.py", line 4, in <module> ImportError: /opt/calibre/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: XML_SetHashSalt Code:
3050: /opt/calibre/lib/ImageMagick-6.7.6/modules-Q16/coders/png.so: error: symbol lookup error: undefined symbol: png_LTX_RegisterPNGImage (fatal) 3050: /opt/calibre/lib/ImageMagick-6.7.6/modules-Q16/coders/png.so: error: symbol lookup error: undefined symbol: png_LTX_UnregisterPNGImage (fatal) 3050: 3050: calling init: /opt/calibre/lib/ImageMagick-6.7.6/modules-Q16/coders/jpeg.so 3050: 3050: /opt/calibre/lib/ImageMagick-6.7.6/modules-Q16/coders/jpeg.so: error: symbol lookup error: undefined symbol: jpeg_LTX_RegisterJPEGImage (fatal) 3050: /opt/calibre/lib/ImageMagick-6.7.6/modules-Q16/coders/jpeg.so: error: symbol lookup error: undefined symbol: jpeg_LTX_UnregisterJPEGImage (fatal) As for how familiar I am with Linux, let's just give it a try. ![]() |
|
![]() |
![]() |
Advert | |
|
![]() |
#6 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,298
Karma: 27111240
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
A quick check: You are running calibre using
/opt/calibre/calibre and not /opt/calibre/bin/calibre The former sets LD_LIBRARY_PATH to load the libraries bundled with calibre, which avoids these sorts of problems. |
![]() |
![]() |
![]() |
#7 |
Junior Member
![]() Posts: 9
Karma: 10
Join Date: May 2013
Device: Kobo Aura HD and Kobo Glo
|
@claudeb
Hope you get things figured out and working @kovidGoyal Thanks for your help and a great product |
![]() |
![]() |
![]() |
#8 |
Member Retired
![]() Posts: 7
Karma: 10
Join Date: Jan 2014
Location: Bucharest, Romania
Device: Palm Tungsten E2
|
Yes, of course. I'm always starting the application with /opt/calibre/calibre.
|
![]() |
![]() |
![]() |
#9 |
Member
![]() Posts: 10
Karma: 10
Join Date: Jan 2014
Location: The Netherlands
Device: sony
|
In Calibre 1.21 (64 bit) the book covers are not shown. In the 32 bit version (using the same database) the covers are still there.
![]() Using Windows 7 Ultimate 64 bit on a desktop computer. Any clue? |
![]() |
![]() |
![]() |
#10 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
|
Quote:
I see them just fine on my PC calibre 1.21 64 bit win 7 64 bit - both in cover browser and in the right hand pane if I toggle back to list view |
|
![]() |
![]() |
![]() |
#11 | |
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,000
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
But ![]() |
|
![]() |
![]() |
![]() |
#12 |
Member
![]() Posts: 10
Karma: 10
Join Date: Jan 2014
Location: The Netherlands
Device: sony
|
Still no covers in 64 bit version of Calibre 1.22. Not in browser not in right pane, nowhere
![]() |
![]() |
![]() |
![]() |
#13 | |
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 21,691
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
Quote:
If its OK then its probably something in the 64bit code or configuration data, if its not OK then its probably something in the library data. BR |
|
![]() |
![]() |
![]() |
#14 |
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,000
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
|
![]() |
![]() |
![]() |
#15 | |
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 21,691
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
@theducks - in PeterNL's case, probably not, given he wrote
Quote:
Interesting that it's also manifested itself on Linux ![]() BR |
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calibre Showing Covers, not Records... can't switch back | Merischino | Library Management | 2 | 08-12-2013 03:49 PM |
Calibre 32-bit and 64-bit Installed; Uninstall 32-bit? | J-Mac | Calibre | 6 | 06-29-2013 06:40 AM |
Calibre Companion Not Showing All Covers | seacity1 | Calibre Companion | 14 | 06-22-2013 08:53 PM |
Calibre -> Android/Aldiko, covers for epub not showing in device | Backdraft | Devices | 8 | 06-14-2011 11:33 PM |
Calibre viewer no longer displays covers | Sigwolf | Calibre | 3 | 04-21-2010 11:27 AM |