Quote:
Originally Posted by baskerville
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?
|
Sorry, doesn't work. After trying to start plato like this, my reader gets unresponsive and I have to force a reboot (info.log is not moved to crash.log and doesn't include any backtrace).
I've wiped the plato directory and re-installed the updated package. Now, everything works fine again.