Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QT Quick emulation layer Crashed (1:0), Files not created in GUI project, no prompts?
Forum Updated to NodeBB v4.3 + New Features

QT Quick emulation layer Crashed (1:0), Files not created in GUI project, no prompts?

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 2.0k Views 1 Watching
  • 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.
  • E Offline
    E Offline
    Edward161
    wrote on last edited by
    #1

    On a fresh install. QTC 3.3.1 running on Win 7 Pro 64-Bit.

    Error:
    QT Quick emulation layer Crashed (1:0)

    When opening the Design feature.

    Could this be because when creating a new project I'm not getting the prompts to create: Class, Header, and Form files? After the project is created those files are also not listed in the projects file view contents.

    Thoughts?

    Guidance and propulsion systems testing. But need a C++ GUI IDE that works. :)

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      A workaround was posted yesterday: http://blog.qt.io/blog/2015/02/24/qt-5-4-1-released/#comment-1195025

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • E Offline
        E Offline
        Edward161
        wrote on last edited by
        #3

        That solved it.

        These bugs wouldn't have anything to do with All of the Build menu items being dis-enabled would it?

        Guidance and propulsion systems testing. But need a C++ GUI IDE that works. :)

        1 Reply Last reply
        0
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          [quote author="Edward~" date="1424892414"]That solved it.[/quote]Good to hear!

          [quote author="Edward~" date="1424892414"]These bugs wouldn't have anything to do with All of the Build menu items being dis-enabled would it?[/quote]Probably not. I reproduced the crash on my copy of QtC, but I can still build my projects.

          I'm guessing that either:

          You installed a version of Qt (the library) without installing the matching compiler, or

          You installed Qt Creator (the IDE) without installing Qt (the library)

          If #1, either (a) install the appropriate compiler, or (b) install a copy of Qt that matches your compiler.

          If #2, install Qt.

          Notes:

          • The Qt packages already include a copy of Qt Creator too.
          • The MinGW Qt package also includes the MinGW compiler. However, Microsoft forbids Qt from bundling their compiler, so you need to get MSVC directly from Microsoft.
          • If you do #1a or #2, uninstall what you already have first, to avoid duplicate copies.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          0

          • Login

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