PDA

View Full Version : Creating QmlEngine



codeman
20th October 2013, 14:43
Hello friends,

I have some looping behavior which is strange. In my main.cpp where I create my QmlEngine:

QQmlEngine engine;
the execution flow is hanging. One of the output panes say this:

QML Debugger: No application output received in time, trying to connect ...

QML Debugger: No application output received in time, trying to connect ...


So debugging becomes imposibble. Have anybody any idea what this is?

I am using Qt5.1.1 msvc2012_64...

Thx,

spirit
20th October 2013, 15:00
Did you check firewall settings?
Did you check if "Helpers: GDB Helper, QML Dump." were built?

codeman
20th October 2013, 18:01
I install the prebuild binary "Qt 5.1.1 for Windows 64-bit (VS 2012, 525 MB)"

so what do I have to check? And how do I check it?

codeman
27th October 2013, 21:20
The problem seems to be fixed in 5.2 beta....