Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 14.0.2
-
openSUSE Tumbleweed, Qt 6.7.2, gcc 14.2
Description
Starting qtcreator 14.0.2 throws an error if the qmldesigner plugin was previously enabled:
```
terminate called after throwing an instance of 'Sqlite::StatementHasError'
what(): Sqlite::StatementHasError: incomplete inputSessions(
```
When starting the app again, a popup appears, suggesting to disable the QmlDesigner plugin temporarily.
(with the `WITH_QMLDESIGNER` option enabled at build time)