|  02-04-2015, 05:20 PM | #601 | |
| Junior Member  Posts: 5 Karma: 10 Join Date: Feb 2014 Device: (Bookeen(Gen3|FrontLightHD)|KoboAuraHD) | Quote: 
 So it's not just me. (I assume that the post is about the bug with wiki menu button freezing Kobo ;-) ) May I know how you produce stack dumps? Do you just Code: cat /proc/`pgrep nickel`/stack | |
|   |   | 
|  02-04-2015, 05:22 PM | #602 | 
| Grand Sorcerer            Posts: 13,693 Karma: 79983758 Join Date: Nov 2007 Location: Toronto Device: Libra H2O, Libra Colour | 
			
			When the device reboots quite often a stackdump will be created in the .kobo directory (/mnt/onboard/.kobo)
		 | 
|   |   | 
| Advert | |
|  | 
|  02-04-2015, 06:06 PM | #603 | |
| Junior Member  Posts: 5 Karma: 10 Join Date: Feb 2014 Device: (Bookeen(Gen3|FrontLightHD)|KoboAuraHD) | Quote: 
 And you're right, now as I looked there, extra files stack_0?.log have shown up. To be honest, I've been expecting some sophisticated method of forcing a core dump of a running process ;-) | |
|   |   | 
|  02-05-2015, 10:16 AM | #604 | 
| Evangelist            Posts: 445 Karma: 287725 Join Date: Sep 2014 Location: Europe Device: Kobo Aura H2O/Glo HD/Libra 2, Kindle PW3/PW5/PW11, Boox Palma | 
			
			There is a minor translation bug with the latest firmware 3.12.1. When trying to access the annotations while reading an ebook, the menu entry called 'Annotations' remains in English no matter what language the system locale is set to.  I checked on a Kobo Glo, Aura and on my H2O and the problem is present in all of them. The only file types I tested are .kepub (both sideloaded and downloaded from Kobobooks) and .cbz. EDIT: I noticed that 'Books' and 'Table of Contents' from the navigation menu inside ebooks remain in English as well. Last edited by mathil; 02-05-2015 at 02:37 PM. | 
|   |   | 
|  02-06-2015, 06:20 AM | #605 | |
| Zealot            Posts: 113 Karma: 1012700 Join Date: Jan 2009 Location: Belgium Device: Kobo H20, Bebook mini | Quote: 
 | |
|   |   | 
| Advert | |
|  | 
|  02-06-2015, 09:40 AM | #606 | 
| Grand Sorcerer            Posts: 13,693 Karma: 79983758 Join Date: Nov 2007 Location: Toronto Device: Libra H2O, Libra Colour | 
			
			Kobo know about this.
		 | 
|   |   | 
|  02-17-2015, 01:49 AM | #607 | 
| Junior Member  Posts: 9 Karma: 10 Join Date: Dec 2014 Device: Kobo Glo | 
			
			When the text is justified I can't view the dictionary description for the final word at the end of each line. If I set the alignment to left it will display correctly. I didn't notice before and I'm constantly using the dictionary, so I think this is a bug from the last update. EDIT: I've found out that the source of the problem is the fullscreen mode. Removing "FullScreenReading=true" from the .config file solved the problem. Last edited by fdant; 02-17-2015 at 08:04 PM. | 
|   |   | 
|  03-02-2015, 06:20 PM | #608 | 
| Member            Posts: 23 Karma: 17972 Join Date: Nov 2010 Device: Sony reader PRS-650 | 
			
			So I am having this problem with reading books on my Kobo that I have converted from Kindle (.mobi or .azw3). In some of the books the last page of the chapter will not render. I am not sure if this is a bug in the Calibre conversion from AZW to KEPUB format, or some rendering bug in the Kobo firmware, but it's pretty frustrating... I can provide a sample book that has the problem in both formats (without DRM) to reproduce the problem...
		 | 
|   |   | 
|  03-02-2015, 06:48 PM | #609 | 
| Grand Sorcerer            Posts: 13,693 Karma: 79983758 Join Date: Nov 2007 Location: Toronto Device: Libra H2O, Libra Colour | 
			
			@jbennon: what version of f/w? What Kobo device? Any patches installed (or mods to the configuration file)?
		 | 
|   |   | 
|  03-16-2015, 04:40 PM | #610 | 
| Member            Posts: 23 Karma: 17972 Join Date: Nov 2010 Device: Sony reader PRS-650 | 
			
			I have firmware 3.12.1, but it has happened in prior versions of the firmware too. I don't have any patches or mods installed.
		 | 
|   |   | 
|  03-18-2015, 01:45 AM | #611 | 
| Dead account. Bye            Posts: 587 Karma: 668244 Join Date: Mar 2011 Device: none | 
			
			I can test if you want. Even if it's DRM free, check that it's a free book before publicly posting it. If you have doubts PM it (or a link to google drive or whatever) with a clear reference where you get the issue. I suppose you are using plain epubs not kepubs? (If you don't know what I asking you then you are using epubs) EDITED.... Oooops. I am not a good tester as I'm on FW 3.13.1.... Last edited by arspr; 03-18-2015 at 01:48 AM. | 
|   |   | 
|  03-25-2015, 01:20 PM | #612 | 
| Dead account. Bye            Posts: 587 Karma: 668244 Join Date: Mar 2011 Device: none | 
			
			@jbennion, I think the problem with your book is in its linked but not present fonts. I do not get exactly your troubles, but "random" FUBAR rendering. I mean, sometimes when you load a chapter it blinks several times and you can see how its rendering is fully wrong (half lines at the beginning or ending of the pages) and also of course missing text at the end of the chapter. As I've said it does not *always* happen, but I think I've always got it when: 
 But as I've said I think the problem is in missing fonts. Your book has a page_styles.css which sets: Code: @page {
    margin-bottom: 5pt;
    margin-top: 5pt
    }
@font-face {
    font-family: "Caecilia";
    font-weight: normal;
    font-style: normal;
    src: url(res:///Data/fonts/Caecilia-Roman.otf)
    }
@font-face {
    font-family: "Caecilia";
    font-weight: bold;
    font-style: normal;
    src: url(res:///Data/fonts/Caecilia-Heavy.otf)
    }
@font-face {
    font-family: "Caecilia";
    font-weight: normal;
    font-style: italic;
    src: url(res:///Data/fonts/Caecilia-Italic.otf)
    }
@font-face {
    font-family: "Caecilia";
    font-weight: bold;
    font-style: italic;
    src: url(res:///Data/fonts/Caecilia-HeavyItalic.otf)
    }That font family is used EVERYWHERE as it is used in the "calibre_" class and you always have a <body class="calibre_"> in your html files. The solution is really easy. Just edit the book and comment out (or delete) those lines. I mean leave just the initial @page{...} or if you want to keep them for tracing purposes put /* and */ enclosing the conflictive lines: Code: @page {
    margin-bottom: 5pt;
    margin-top: 5pt
    }
/*
@font-face {
    font-family: "Caecilia";
    font-weight: normal;
    font-style: normal;
    src: url(res:///Data/fonts/Caecilia-Roman.otf)
    }
@font-face {
    font-family: "Caecilia";
    font-weight: bold;
    font-style: normal;
    src: url(res:///Data/fonts/Caecilia-Heavy.otf)
    }
@font-face {
    font-family: "Caecilia";
    font-weight: normal;
    font-style: italic;
    src: url(res:///Data/fonts/Caecilia-Italic.otf)
    }
@font-face {
    font-family: "Caecilia";
    font-weight: bold;
    font-style: italic;
    src: url(res:///Data/fonts/Caecilia-HeavyItalic.otf)
    }
*/Nevertheless I'm going to post a comment in the Calibre > Editor section of these forums in case there were a bug in Calibre. I mean, AFAIK page_styles.css is created by Calibre itself during the conversion if some settings (as page margin ones) are used. I think it is strange that Calibre creates the link to font files but not includes them in the book. In addition those urls are really strange also. How have you converted the ebook? Have you deleted those font files? Have you manually edited that css file? Last edited by arspr; 03-25-2015 at 02:09 PM. | 
|   |   | 
|  03-25-2015, 07:19 PM | #613 | 
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | 
			
			Another reason for text missing at the end of a chapter is unbalanced tags. I discovered this while reading a book where a chapter finished with the lyrics of a song. The next chapter start logically from that (he'd won the girl over with the song and the next chapter was the next morning). But, a few pages in something was mentioned that happened after the song and before waking that was important. When I opened the book in the calibre viewer, there was a lot of action after the song. Looking at the code for the song it was something like: Code: <blockquote> <p><i>Line one of yet another love song</p> <p>Line two of yet another love song</i></p> </blockquote> I wouldn't expect code like this to be generated by a calibre conversion, but there might be a bug. | 
|   |   | 
|  03-26-2015, 11:41 AM | #614 | |
| Dead account. Bye            Posts: 587 Karma: 668244 Join Date: Mar 2011 Device: none | Quote: 
 But there's a little BIG difference between a renderer failing with bad code (yes, it would be nice that the software were more robust but, in fact, I cannot blame Kobo if they don't do it) and a renderer failing with just unreferenced fonts (which is not bad code in any way; maybe in some systems those paths have full meanings as it's said in this thread in the Calibre > Editor subforum by jackie_w). I do think Kobo has a serious bug here. Nevertheless I've uploaded several pictures in that thread about jbennion's book. | |
|   |   | 
|  03-27-2015, 01:02 AM | #615 | 
| Wizard            Posts: 1,760 Karma: 9918418 Join Date: Feb 2013 Location: Here on the perimeter, there are no stars Device: Kobo H2O, iPad mini 3, Kindle Touch | 
			
			I've mentioned this one before, but it's worth mentioning again. Any time the the font size changes, whether by keyword (x-small, bigger, etc.), by relative measure (1.2em, 20px), or simply by tag (h1, sub, sup), the firmware needs to recalculate the line-height. It does not do so at present, at least with sideloaded books. My current workaround is to put line-height: normal; into the book's stylesheet for every such class, but that shouldn't be necessary in the majority of cases. | 
|   |   | 
|  | 
| Tags | 
| pocket app | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Probably a Kobo bug. | eXistenZ | Kobo Reader | 19 | 06-13-2014 09:16 PM | 
| [Old Thread] Bug in downloading metadata | Dasun | Library Management | 3 | 03-21-2011 07:31 PM | 
| Possible bug or misfeature when a thread is closed | tompe | Feedback | 7 | 10-05-2010 09:38 AM |