View Single Post
Old 01-28-2018, 04:28 AM   #68
baskerville
Evangelist
baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.
 
baskerville's Avatar
 
Posts: 443
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
Quote:
Originally Posted by taos View Post
Just updated to 0.3.3 and run into the following issue (from crash.log):
Code:
Plato is running on a Kobo Glo HD.
The framebuffer resolution is 1072 by 1448.
error: cannot open icons/check_mark-small.svg: No such file or directory
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /checkout/src/libcore/option.rs:335:20
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Aborted
Thanks, I forgot about this icon: it's used by the battery indicator.

I've updated the package.

Quote:
Originally Posted by taos View Post
After copying the icon from github, the error is just:
Code:
error: syntax error after attribute name
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /checkout/src/libcore/option.rs:335:20
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Aborted
I can't reproduce.
This error comes from mupdf's XML parser.

Before you try the updated package, could you replace

Code:
./plato > info.log 2>&1 || mv info.log crash.log
by

Code:
RUST_BACKTRACE=1 ./plato > info.log 2>&1 || mv info.log crash.log
in plato.sh and repost the content of crash.log?
baskerville is offline   Reply With Quote