Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 01-21-2014, 09:44 AM   #1
claudeb
Member Retired
claudeb began at the beginning.
 
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.
claudeb is offline   Reply With Quote
Old 01-21-2014, 11:39 AM   #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,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.
kovidgoyal is offline   Reply With Quote
Advert
Old 01-21-2014, 01:36 PM   #3
claudeb
Member Retired
claudeb began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2014
Location: Bucharest, Romania
Device: Palm Tungsten E2
Quote:
Originally Posted by kovidgoyal View Post
@claudeb: You should run calibre indebug mode and post the log (right click the preferences button)
Sure thing, here it is:

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
I browsed through some of the books and tried to pull a cover anew under debug mode, dunno if it made a difference.

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.
claudeb is offline   Reply With Quote
Old 01-21-2014, 10:13 PM   #4
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,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.
kovidgoyal is offline   Reply With Quote
Old 01-22-2014, 01:30 AM   #5
claudeb
Member Retired
claudeb began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2014
Location: Bucharest, Romania
Device: Palm Tungsten E2
Quote:
Originally Posted by kovidgoyal View Post
@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.
I tried that, and it dumped a TON of information on the console, too much to paste here. A few bits do appear to be relevant though:

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
And after the "Started up in 4.78 seconds with 74 books" message:

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)
There were more errors like that, but I'll settle for figuring these out for now.

As for how familiar I am with Linux, let's just give it a try. Thanks again!
claudeb is offline   Reply With Quote
Advert
Old 01-22-2014, 01:35 AM   #6
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,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.
kovidgoyal is offline   Reply With Quote
Old 01-22-2014, 06:25 AM   #7
Strategist
Junior Member
Strategist began at the beginning.
 
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
Strategist is offline   Reply With Quote
Old 01-22-2014, 02:54 PM   #8
claudeb
Member Retired
claudeb began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2014
Location: Bucharest, Romania
Device: Palm Tungsten E2
Quote:
Originally Posted by kovidgoyal View Post
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.
Yes, of course. I'm always starting the application with /opt/calibre/calibre.
claudeb is offline   Reply With Quote
Old 01-28-2014, 01:36 PM   #9
PeterNL
Member
PeterNL began at the beginning.
 
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?
PeterNL is offline   Reply With Quote
Old 01-28-2014, 02:16 PM   #10
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
Quote:
Originally Posted by PeterNL View Post
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?
not shown where ?
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
cybmole is offline   Reply With Quote
Old 01-28-2014, 03:04 PM   #11
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,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:
Originally Posted by PeterNL View Post
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?
You may have a GUI display Button (lower right corner) Released
But I could have sworn that 32 and 64 used the same saved button status
theducks is offline   Reply With Quote
Old 01-31-2014, 03:58 PM   #12
PeterNL
Member
PeterNL began at the beginning.
 
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
PeterNL is offline   Reply With Quote
Old 01-31-2014, 05:21 PM   #13
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,691
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by PeterNL View Post
Still no covers in 64 bit version of Calibre 1.22. Not in browser not in right pane, nowhere
@PeterNL - try calibre portable version on the same library and post what happens here.

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
BetterRed is offline   Reply With Quote
Old 01-31-2014, 05:28 PM   #14
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,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:
Originally Posted by BetterRed View Post
@PeterNL - try calibre portable version on the same library and post what happens here.

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
did someone rm -r cover.jpg
theducks is offline   Reply With Quote
Old 01-31-2014, 07:46 PM   #15
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,691
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by theducks View Post
did someone rm -r cover.jpg
@theducks - in PeterNL's case, probably not, given he wrote

Quote:
Originally Posted by PeterNL
In the 32 bit version (using the same database) the covers are still there
Actually thinking about that - given it's OK with Calibre 32 bit (same library, same config data), indicates to me that its one of these weird 64bit installation 'glitches'. A successful test with portable would add further weight to that proposition.

Interesting that it's also manifested itself on Linux

BR
BetterRed is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
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


All times are GMT -4. The time now is 03:25 AM.


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