View Single Post
Old 12-27-2023, 12:01 PM   #995
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
The GitHub issue template will detail how to enable verbose debug logging .

Given your lack of input, though, you might instead want to manually edit koreader/koreader.sh over USB (in a decent enough editor that won't mangle unix line endings), to add -d -v to the reader.lua invocation; i.e., replace line 398 with
Code:
./reader.lua -d -v "$@" >>crash.log 2>&1
Note that this miiiight be fixed in current nightlies, but I'm still mildly curious about seeing logs in your current state .
NiLuJe is offline   Reply With Quote