Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 09-07-2008, 01:26 PM   #151
coljoe
Junior Member
coljoe began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2008
Device: Clie NX73
Ups.
coljoe is offline   Reply With Quote
Old 09-07-2008, 10:22 PM   #152
wheels2040
Member
wheels2040 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Nov 2007
Location: Colorado Springs, CO
Device: Sony PRS-505 Reader
Beta 9 on OS X, getting an error converting RTF's.

ControlError: Worker process died unexpectedly
Log:
Converting RTF to XML...
wheels2040 is offline   Reply With Quote
Advert
Old 09-07-2008, 10:57 PM   #153
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,396
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Attach the rtf or send it to me.
kovidgoyal is offline   Reply With Quote
Old 09-07-2008, 11:07 PM   #154
wheels2040
Member
wheels2040 began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Nov 2007
Location: Colorado Springs, CO
Device: Sony PRS-505 Reader
Attached. Happens with any RTF. Also get a python error

Code:
Process:         python [1143]
Path:            /Applications/calibre.app/Contents/MacOS/python
Identifier:      python
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  calibre [1045]

Date/Time:       2008-09-07 21:06:33.111 -0600
OS Version:      Mac OS X 10.5.4 (9E17)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ffffffff
Crashed Thread:  0
Attached Files
File Type: rtf pmTwentySample.rtf (153.5 KB, 412 views)
wheels2040 is offline   Reply With Quote
Old 09-07-2008, 11:50 PM   #155
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,396
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
It's not the rtf. I think there's a conflict between calibre's version of a library and the one in OS X 10.5. Can someone else with 10.5 try to convert an RTF and report what happens?

Also does converting the RTF from the command line via

Code:
rtf2lrf file.rtf
work?
kovidgoyal is offline   Reply With Quote
Advert
Old 09-08-2008, 12:06 AM   #156
pilotbob
Grand Sorcerer
pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.
 
pilotbob's Avatar
 
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
Quote:
Originally Posted by kovidgoyal View Post
It's not the rtf. I think there's a conflict between calibre's version of a library and the one in OS X 10.5. Can someone else with 10.5 try to convert an RTF and report what happens?
I converted an .rtf. No error during conversion. However, when I tried to view it, I received the following error.

error: unpack requires a string argument of length 6
Failed to render document
Detailed traceback:
Traceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/lib/python2.5/site-packages.zip/calibre/gui2/lrf_renderer/main.py", line 32, in run
self.lrf = LRFDocument(self.stream)
File "/Applications/calibre.app/Contents/Resources/lib/python2.5/site-packages.zip/calibre/ebooks/lrf/lrfparser.py", line 19, in __init__
LRFMetaFile.__init__(self, stream)
File "/Applications/calibre.app/Contents/Resources/lib/python2.5/site-packages.zip/calibre/ebooks/lrf/meta.py", line 440, in __init__
if self.lrf_header != LRFMetaFile.LRF_HEADER:
File "/Applications/calibre.app/Contents/Resources/lib/python2.5/site-packages.zip/calibre/ebooks/lrf/meta.py", line 64, in __get__
return obj.unpack(start=self._start, fmt="

BOb
pilotbob is offline   Reply With Quote
Old 09-08-2008, 12:21 AM   #157
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,396
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
In your case it looks like it's creating a truncated LRF file. Can you save it to disk and attach it here. Also what happens when you try it using the rtf2lrf command?
kovidgoyal is offline   Reply With Quote
Old 09-08-2008, 03:23 AM   #158
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,396
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Released b10 with a few changes to the RTF system that hopefully fix the problem. Try it and let me know.
kovidgoyal is offline   Reply With Quote
Old 09-08-2008, 11:27 AM   #159
pilotbob
Grand Sorcerer
pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.
 
pilotbob's Avatar
 
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
I tried to reconvert with b10 and display. Conversion worked but display didn't.

The .rtf is attached.

BOb
Attached Files
File Type: rtf CursorAdapter Spec.rtf (512.8 KB, 613 views)
pilotbob is offline   Reply With Quote
Old 09-08-2008, 11:45 AM   #160
pilotbob
Grand Sorcerer
pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.
 
pilotbob's Avatar
 
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
When I close/quit b10 now on Mac 10.5.4 I get an error that calibre quit unexpectedly.

BOb
pilotbob is offline   Reply With Quote
Old 09-08-2008, 02:00 PM   #161
Gromit
MacOS 10.5.4
Gromit began at the beginning.
 
Gromit's Avatar
 
Posts: 4
Karma: 10
Join Date: Sep 2008
Device: Sony Reader
B10 on Mac crashing

Also on a Mac. B10 crashing repeatedly after every couple of actions. Needed B10 to recognise UK Sony Reader. Also get the unexpected error when closing. Also crashes whenever I try to bulk anything (add books, send to device)
Gromit is offline   Reply With Quote
Old 09-08-2008, 02:01 PM   #162
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,396
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Yeah looks like the change i made for b10 is making things worse. I'm looking into alternative solutions
kovidgoyal is offline   Reply With Quote
Old 09-08-2008, 04:50 PM   #163
birch01
Member
birch01 began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Aug 2008
Device: sony prs500
Problem with empty dirs

Hi,

I have downloaded the beta 10 version and tried it. Have to say it looks great. The only problem I have noticed is that when you import books, the program creates a directory for the books. Let's say that the imported book has a lousy metadata. When you update that metadata the book gets moved accordingly, but the old directory doesn't get deleted, which could become annoying in time, after importing 3000 books with bad metadata for example. You would have about 3000 empty directories in the library.

I'm using binary package on ubuntu 32 bit. Just in case it's important.
birch01 is offline   Reply With Quote
Old 09-08-2008, 05:14 PM   #164
birch01
Member
birch01 began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Aug 2008
Device: sony prs500
Quick question

Just one more thing. I love the auto generating of author sort field. But I noticed that the format is like this:

Anna Trokes -> Trokes; Anna

Is that ";" there a typo? Or was it intentoinal? I haven't seen anyone using that syntax before. Usually it's ",". It's not a big deal but if it's not a typo I would love to be able to configure that if in Configuration window or somewhere.
birch01 is offline   Reply With Quote
Old 09-08-2008, 05:51 PM   #165
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,396
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by birch01 View Post
Hi,

I have downloaded the beta 10 version and tried it. Have to say it looks great. The only problem I have noticed is that when you import books, the program creates a directory for the books. Let's say that the imported book has a lousy metadata. When you update that metadata the book gets moved accordingly, but the old directory doesn't get deleted, which could become annoying in time, after importing 3000 books with bad metadata for example. You would have about 3000 empty directories in the library.

I'm using binary package on ubuntu 32 bit. Just in case it's important.
Hmm strange, I don't see this behavior. It deletes empty directories for me. Is there a particular metadata change that causes it (i.e. only title, or only author or only both)
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Beta testers wanted mtravellerh PocketBook 47 09-15-2010 04:22 PM
Testers wanted for 'series' custom columns chaley Calibre 15 06-26-2010 08:43 AM
DjVu plugin for DR1000 (testers wanted) luite iRex 42 02-13-2010 02:19 PM
Need some testers for eBook Creator spaze ePub 2 09-03-2009 05:42 AM
Palm OS Beta Testers required for NewsRaider MatYadabyte Reading and Management 1 09-05-2005 05:40 PM


All times are GMT -4. The time now is 08:53 PM.


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