Application crashes with Qt 5.14/5.13 but runs correclty with 5.5
-
Do you have only one version of GStreamer installed ?
-
Strange... can you check with 5.15 ?
-
What do I need to check? I've already compiled with both 5.14 and 5.15 version, same results.
Do you think it could be helpful to see the env variable set in Build/Run env ? -
@DavideG said in Application crashes with Qt 5.14/5.13 but runs correclty with 5.5:
QQmlEngineDebugServiceImpl
It looks like it chokes in the part that implements the QML/JS debugger and profiler infrastructure. If you don't need it, you can try launchign your app without -qmljsdebugger command line argument. If you launch your app from Qt Creator, you achieve this by disabling the 'QML debugging and profiling' in the build settings.
-
It worked! By disabling the QML debugger the project runs correclty! Many many thanks :) I'll put the thread as "solved" but now I'm wondering what am I missing to let QML Debugger runs correclty
Can you point me to some sort of support page to check the packages needed on my system?
Thanks again! -
@DavideG said in Application crashes with Qt 5.14/5.13 but runs correclty with 5.5:
Can you point me to some sort of support page to check the packages needed on my system?
There's no external dependencies for the QML engine. What you might have hit, however, is a bug in Qt itself. You can report it; but before this, you should a) check whether it is still reproducible with Qt 5.15 or Qt 6.2/6.3.