Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Cannot start QML Emulator

Cannot start QML Emulator

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
qmlcontrol 2puppeterrordesign
7 Posts 2 Posters 3.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Crash22
    wrote on 19 Oct 2016, 16:16 last edited by
    #1

    Hi,

    I've installed qt creator 4.1.0 along with QT 5.7. I also have visual studio 2015 as well. I'm new to qt creator but I have used designer before with python.

    When every I open an example that's using control 2 I get an error when I try to open the qml file in the design tab. example (QT Quick Controls 2 - Gallyer) But I can run it and the window will appear. So it does work. I also get this error just making a new project.

    Error window:
    Cannot Start QML Emulator Layer (QML Puppet)
    the executable of the QML emulator layer (QML Puppet) process cannot be started or does not respond.

    Any ideas what would case this?
    Thanks

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Thomas Hartmann
      wrote on 20 Oct 2016, 12:20 last edited by
      #2

      Does a pure Qt Quick application without controls work for you?

      You can also try to set QT_OPENGL=software in the enviroment you run Qt Creator from.

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Crash22
        wrote on 20 Oct 2016, 16:48 last edited by
        #3

        Just the base Qt quick app doesn't load. I tried the QT_OPENGL and that doesn't seem to work.

        I did update my video drivers and I could get to the design tab once with the demo gallery app. But the second time I tried to get to it I got the same puppet error. Now I get the error every time.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Crash22
          wrote on 20 Oct 2016, 18:03 last edited by
          #4

          I've uninstalled creator 4.1 and all QT. then installed QT 4.0.3 and I get the same error.

          Installers:
          First tried this:
          qt-creator-opensource-windows-x86-4.1.0.exe
          then...
          qt-opensource-windows-x86-msvc2015_64-5.6.2.exe
          then...
          qt-opensource-windows-x86-msvc2015_64-5.7.0.exe

          1 Reply Last reply
          0
          • T Offline
            T Offline
            Thomas Hartmann
            wrote on 21 Oct 2016, 08:46 last edited by
            #5

            If you define QT_OPENGL=software then Qt Creator and the QML Emulator Layer use software rendering, so the issue seems not to be related to OpenGL. But you have to set the variable for Qt Creator itself not just in the run settings for the application.

            We use sockets to communicate with the process (qml2puppet) that does the rendering, but there are no known issues with that.
            The issues on Windows I am aware of are problems with Wacom drivers.
            Which version of Windows to you use?

            1 Reply Last reply
            0
            • C Offline
              C Offline
              Crash22
              wrote on 21 Oct 2016, 19:57 last edited by
              #6

              Windows 7 Professional, I do have a wacom table...I unplugged it and restart my computer. The design tab worked once but now gives the same error.

              1 Reply Last reply
              0
              • T Offline
                T Offline
                Thomas Hartmann
                wrote on 27 Oct 2016, 20:36 last edited by
                #7

                Unplugging the tablet does not help. You have to at least temporarily disable the driver.
                The issue is described in detail here: https://bugreports.qt.io/browse/QTBUG-47548

                You can stop the driver like this: net stop WTabletServicePro
                And restart the driver with this command: net start WTabletServicePro

                1 Reply Last reply
                0

                3/7

                20 Oct 2016, 16:48

                • Login

                • Login or register to search.
                3 out of 7
                • First post
                  3/7
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved