Closed cwross closed 1 year ago
Same issue occurs when built from "bleeding edge" master repo.
Confirmed that the issue is related to the lack of existing log/database. On Linux, I installed the version of KLog supplied by my package manager, 1.8.6. It started up just fine - I created a new log/database, closed the application, uninstalled 1.8.6 using the package manager, then launched 2.3.1: It showed a dialog about updating settings and started normally!
Closed in master. Rebuilding for new release. Thank you!
I have installed a fresh copy (no previous databases or installations) on both Windows and Linux, and the program freezes on the KLog splash screen stating "Initializing window..."
On Linux, I compiled from the .tar.gz file provided on Github (Linux Mint 21.1).
Considering this happens on both platforms, it seems like a bug.
Here is the exact sequence of events (same on both platforms):
During the initial run, the following is printed to the Linux terminal:
QSqlQuery::exec: database not open
QSqlQuery::exec: database not open
QObject::connect(QQuickWindow, QDeclarativeGeoMap): invalid nullptr parameter
When run a 2nd time, none of the dialogs appear (as expected), and the program just gets immediately "stuck" on the splash screen. Nothing is printed to the terminal.