Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QML Projects Do Not Work
Forum Updated to NodeBB v4.3 + New Features

QML Projects Do Not Work

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 559 Views 2 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.
  • M Offline
    M Offline
    MrShawn
    wrote on last edited by
    #1

    Hey guys, starting to get into the QML side for making my UIs better.

    On my current machine I have an issue with running QML. I think it has something to do with my gfx driver and open gl. If someone can help confirm and maybe nudge me in the direction of a solution that would be great.

    I open a brand new blank qml project, compile and run the program and I get the error -
    "D3D11: Removing Device.
    createWindowSurface: Could not create the EGL window surface: 0x300e"

    this machine has an Intel HD Graphics 530... I have installed multiple version of the graphics driver.

    I also noticed that the SysWOW64 folder has libegl.dll but the system32 folder does not. I am using mingw 32 bit compiler.

    Thanks,
    Shawn

    sierdzioS 1 Reply Last reply
    0
    • M MrShawn

      Hey guys, starting to get into the QML side for making my UIs better.

      On my current machine I have an issue with running QML. I think it has something to do with my gfx driver and open gl. If someone can help confirm and maybe nudge me in the direction of a solution that would be great.

      I open a brand new blank qml project, compile and run the program and I get the error -
      "D3D11: Removing Device.
      createWindowSurface: Could not create the EGL window surface: 0x300e"

      this machine has an Intel HD Graphics 530... I have installed multiple version of the graphics driver.

      I also noticed that the SysWOW64 folder has libegl.dll but the system32 folder does not. I am using mingw 32 bit compiler.

      Thanks,
      Shawn

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @MrShawn said in QML Projects Do Not Work:

      I also noticed that the SysWOW64 folder has libegl.dll but the system32 folder does not

      That's probably OK since MS has the splendid idea of putting 32 bit libs into WOW64 folder, and 64 bit libs into system32 :-D

      You have installed Qt from official installer, right?

      Which Windows version are you using?

      (Z(:^

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MrShawn
        wrote on last edited by
        #3

        Windows 7 - I will try copying that dll over and see if it works.

        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