View Single Post
Old 12-09-2015, 04:11 PM   #25
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,746
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by sallyember View Post
Before I do this (and thanks for the explanation and detailed steps, Doitsu!): I use Windows OS 8.1 on a desktop Dell with Chrome browser: any known bugs or problems with Calibre?
If your computer supports Windows 8, it also supports Calibre and if you download the program from the official website, you won't get malware.

Quote:
Originally Posted by sallyember View Post
Can't any of you explain to me in plain language what these two errors mean and how to fix them in MS Word itself? I am computer savvy, but not code savvy.
It's next to impossible to guess which part of the Meatgrinder conversion caused the two errors, but they'd relatively easy to fix in an ePub file.

@eschwartz: The second error is typically caused by numerical ids in the .ncx file. For example:

Code:
    <navPoint id="12345">
      <navLabel>
        <text>Chapter 3</text>
      </navLabel>
      <content src="Text/book.xhtml#sigil_toc_id_3"/>
    </navPoint>
Since another Smashwords author reported the exact same issue, I'm guessing that there's a bug in Meatgrinder.
Doitsu is offline   Reply With Quote