![]() |
#1051 |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Then that is probably a report BY reader.lua could not find something it needed.
Although that is a bit strange, Lua usually have very good error messages (and a stack back-trace). Read the reader.lua file (it is human readable, only compiled at runtime) and check for things listed in a 'require' statement not being present. You will have to check against the search paths used by the Lua that is being executed (Lua has its own search paths compiled in). Last edited by knc1; 05-30-2017 at 10:56 AM. |
![]() |
![]() |
![]() |
#1052 | |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
Code:
#!./koreader-base And the first line of koreader-base: Code:
#!./luajit Which ends with: Code:
if not arg[1] then error("you must give the name of the main lua executable as the first argument") end local file = arg[1] table.remove(arg, 1) ARGV=arg dofile(file) So, what are you passing as arg[1]? Does it include a full path to the file? |
|
![]() |
![]() |
Advert | |
|
![]() |
#1053 | |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Jun 2017
Device: Kindle Keyboard 3 (WIFI+3G) Europe
|
Quote:
|
|
![]() |
![]() |
![]() |
#1054 |
Member
![]() Posts: 20
Karma: 10
Join Date: Jul 2017
Device: Kindle Keyboard
|
Link to last snapshot of KPV is missing.
https://github.com/koreader/kindlepd.../wiki/Download Is there another source to the binary files? |
![]() |
![]() |
![]() |
#1055 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,741
Karma: 730681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
|
Quote:
|
|
![]() |
![]() |
Advert | |
|
![]() |
#1056 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 934
Karma: 53902736
Join Date: Jun 2015
Device: multiple
|
Since Librerator is no longer supported, are there any plans to make KindlePdfViewer easier to open?
Shift-P-D assumes two-handed coordination. |
![]() |
![]() |
![]() |
#1057 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,741
Karma: 730681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
|
It's no more supported than Librerator, but it looks like you should be able to change it in the launchpad/kpdf.ini file.
Code:
[Actions] # start kindlepdfviewer with filebrowser in /mnt/us/documents P D = !/mnt/us/kindlepdfviewer/kpdf.sh /mnt/us/documents # start kindlepdfviewer with last document P P = !/mnt/us/kindlepdfviewer/kpdf.sh # start kindlepdfviewer without framework in /mnt/us/documents P K = !/mnt/us/kindlepdfviewer/kpdf.sh --framework_stop /mnt/us/documents # start kindlepdfviewer without framework on last read document P L = !/mnt/us/kindlepdfviewer/kpdf.sh --framework_stop # restart amazon framework - when it got irritated P R = !/etc/init.d/framework restart |
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
KOReader: a document reader for PDF, DJVU, EPUB, FB2, HTML, ... (GPLv3) | hawhill | Kindle Developer's Corner | 1289 | 04-07-2025 10:18 AM |
Librerator - multi-format e-reader, fork of KPV | Kai771 | Kindle Developer's Corner | 433 | 05-25-2024 03:34 AM |
Yet another PDF viewer (muPDF based) | melihron | PocketBook | 66 | 09-02-2014 03:03 AM |
Text-based PDF to Mobi, etc./Kindle 3 | kidblue | Calibre | 41 | 07-20-2012 03:19 PM |
muPDF on Kindle DX!! | DairyKnight | Kindle Developer's Corner | 8 | 03-21-2010 03:39 AM |