View Single Post
Old 08-10-2017, 01:20 PM   #951
Wingsnail
Member
Wingsnail began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Aug 2017
Device: Kindle Paperwhite3 Manga Version
Quote:
Originally Posted by coplate View Post
No, since I have never used KOReader before, I don't know how that works, or how to get any log files that might show what happened.

There does appear to be a file that uses the device ID in KOReader itself.
https://github.com/koreader/koreader...libkohelper.sh

That may need to be updated to support your kindle. Look at line 59 of that github page.
You kindle is either G09 0LK ( black ) or G09 0LL( white )

Also this file has the same reference
https://github.com/koreader/koreader...dle/device.lua

Look at line 579 of this one.


You should be able to find those files on your kindle when you plug in usb, and add your Manga model to those two lists.

I don't know if it will help, but it shouldn't hurt :-)
It works now! Maybe next time when using some other app I would know what cause the problem and how to find way to fix it.

BTW, I find the crash.log in koreader's folder, with log like this:

Code:
              launching...
  _  _____  ____                _
 | |/ / _ \|  _ \ ___  __ _  __| | ___ _ __
 | ' / | | | |_) / _ \/ _` |/ _` |/ _ \ '__|
 | . \ |_| |  _ <  __/ (_| | (_| |  __/ |
 |_|\_\___/|_| \_\___|\__,_|\__,_|\___|_|
[*] Current time: 08/10/17-15:50:01

./luajit: frontend/device/kindle/device.lua:608: unknown Kindle model 90 (0LL)
stack traceback:
	[C]: in function 'error'
	frontend/device/kindle/device.lua:608: in main chunk
	[C]: in function 'probeDevice'
	frontend/device.lua:38: in main chunk
	[C]: in function 'require'
	frontend/ui/widget/container/widgetcontainer.lua:19: in main chunk
	[C]: in function 'require'
	frontend/ui/widget/horizontalgroup.lua:1: in main chunk
	[C]: in function 'require'
	frontend/ui/widget/buttontable.lua:1: in main chunk
	[C]: in function 'require'
	frontend/ui/widget/confirmbox.lua:21: in main chunk
	[C]: in function 'require'
	./reader.lua:91: in main chunk
	[C]: at 0x0000bef1
Maybe we should inform the developers about updating the device.lua file.
Wingsnail is offline   Reply With Quote