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. "Could not initialize egl display: error 12289" - cross-compiled Qt 5.2.1 for Win64
Forum Updated to NodeBB v4.3 + New Features

"Could not initialize egl display: error 12289" - cross-compiled Qt 5.2.1 for Win64

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 2.4k 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.
  • S Offline
    S Offline
    SebDyn
    wrote on last edited by
    #1

    Dear forum,

    I am struggling a little with a Qt problem hoping that one of you can help me out.

    I am using the openSuse (based on Fedora) Linux cross-compiler suite for compiling a Qt app for Windows x64. In the past I was using Qt 4.8 without any problems. Now I am porting to Qt 5.2.1. Our tool chain differs a little from the default deployment:

    • Link against MS VC 11.0 C runtime (msvcr110.dll)
    • Link against runtmchk.lib and WbemUuid.lib (from MS SDK)
    • The application opens a OpenGL context using QGLWidget with frame buffers and other stuff from OpenGL 2 (ES subset)

    Now the problem: The application can not be started. Dependency Walker identifies the following error message:
    "Could not initialize egl display: error 12289"

    Any idea, where this may come from ?

    • The problem appears in a virtual machine with Windows 7 guest, and on native Windows 7
    • I have all mingw, GCC and Qt5 related DLLs beside the executable
    • I installed qwindows.dll in platforms folder
    • I installed the Windows Qt5 SDK and copied the D3D_compiler_47.dll into the path of the executable.

    Best regards
    Sebastian

    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