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.