Quote:
Originally Posted by gilali
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?