-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing cover image from book #14
Comments
Nice one I will test this tomorrow! |
Can you try:
or
I'm having some issues with git submodules and getting them to update to the correct commit. The issue with the book is that it contains some invalid utf-8 sequences which was crashing epdiy. Should be fixed in the latest version of epdiy now but for some reason that's not coming through in the git submodule. |
Sure!
A more detailed Serial output of the error:
If I see this correctly is hanging at this line: while ((c = next_cp((const uint8_t **)&string))) { // <-- HERE
get_char_bounds(font, c, &temp_x, &temp_y, &minx, &miny, &maxx, &maxy, &props);
} But that's strange before it didn't hang with this book on font.c, just the cover was missing. |
Awesome, now it works and the cover of this book is displayed properly, thanks!!! |
I really need to try and understand git submodules better. |
See this epub file:
https://sync.luckycloud.de/d/bf3a5b1d14f949b89955/?p=%2FePub&mode=list
Data all looks correct - but no cover image.
The text was updated successfully, but these errors were encountered: