View Single Post
Old 03-17-2018, 05:46 AM   #105
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: 446
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
Quote:
Originally Posted by gilali View Post
H2Ov2+ ksm09 + plato 0.3.6
Same result but another error in crash.log :
Code:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 6, message: "No such device or address" } }', /checkout/src/libcore/result.rs:916:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
I'm afraid I might need a backtrace: could you edit /adds/kbmenu/onstart/start_plato.sh and replace:
Code:
./plato > info.log 2>&1 || mv info.log crash.log
with
Code:
RUST_BACKTRACE=1 ./plato > info.log 2>&1 || mv info.log crash.log
and try again?
baskerville is offline   Reply With Quote