View Single Post
Old 02-12-2020, 04:46 AM   #222
Frenzie
Wizard
Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.Frenzie ought to be getting tired of karma fortunes by now.
 
Posts: 1,763
Karma: 731681
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O
Since it says loading plugins, could you please try what happens if you disable them all?

You can do that by adding this to settings.reader.lua:
Code:
    ["plugins_disabled"] = {
        ["kobolight"] = true,
        ["backgroundrunner"] = true,
        ["newsdownloader"] = true,
        ["systemstat"] = true,
        ["autosuspend"] = true,
        ["calibrecompanion"] = true,
        ["texteditor"] = true,
        ["autoturn"] = true,
        ["zsync"] = true,
        ["storagestat"] = true,
        ["statistics"] = true,
        ["goodreads"] = true,
        ["readtimer"] = true,
        ["evernote"] = true,
        ["terminal"] = true,
        ["batterystat"] = true,
        ["coverbrowser"] = true,
        ["SSH"] = true,
        ["perceptionexpander"] = true,
        ["docsettingtweak"] = true,
        ["kosync"] = true,
        ["send2ebook"] = true,
        ["keepalive"] = true,
        ["wallabag"] = true
    },
If the program should load, you can continue to determine if toggling any particular plugin triggers the problem by enabling them one by one (which requires a restart in between).

sqlite3 is used in coverbrowser & statistics for example, though I don't understand what curl could have to do with it.
Frenzie is offline   Reply With Quote