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. when compiling the program occured the errors.
Forum Updated to NodeBB v4.3 + New Features

when compiling the program occured the errors.

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 359 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.
  • nicker playerN Offline
    nicker playerN Offline
    nicker player
    wrote on last edited by
    #1

    Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly
    [3,804:12,460:0923/163821.970:FATAL:feature_info.cc(1,776)] Check failed: ::gl::g_current_gl_context_tls->Get()->Api->glGetErrorFn() == static_cast<GLuint>(0x0) (1,285 vs. 0)
    Backtrace:
    QWebEngineUrlSchemeHandler::qt_static_metacall [0x07,CC3,345+820,181]
    QWebEngineUrlSchemeHandler::qt_static_metacall [0x07,CD5,644+894,676]
    QWebEngineUrlSchemeHandler::qt_static_metacall [0x07,CD5,6DC+894,828]
    QWebEngineUrlSchemeHandler::qt_static_metacall [0x07,C07,046+49,366]
    GetHandleVerifier [0x09,0D8,63E+20,799,358]
    GetHandleVerifier [0x09,0D5,734+20,787,316]
    GetHandleVerifier [0x09,0D4,00A+20,781,386]
    GetHandleVerifier [0x09,163,D56+21,370,518]
    GetHandleVerifier [0x09,0D1,00A+20,769,098]
    GetHandleVerifier [0x09,0D1,288+20,769,736]
    GetHandleVerifier [0x09,37A,557+23,559,831]
    GetHandleVerifier [0x09,37A,F21+23,562,337]
    GetHandleVerifier [0x09,37A,994+23,560,916]
    GetHandleVerifier [0x09,36E,3FF+23,510,335]
    GetHandleVerifier [0x09,36E,190+23,509,712]
    GetHandleVerifier [0x09,367,BCA+23,483,658]
    TargetGetStockObject [0x05,FA4,7DA+6,646,874]
    TargetGetStockObject [0x05,F9C,811+6,614,161]
    TargetGetStockObject [0x05,F9D,1DA+6,616,666]
    TargetGetStockObject [0x05,F9E,16F+6,620,655]
    TargetGetStockObject [0x05,FA6,526+6,654,374]
    QtWebEngineCore::WebEngineSettings::setWebContentsAdapter [0x04,F31,165+3,173]
    QWebEngineUrlSchemeHandler::qt_static_metacall [0x07,C1F,5C1+149,073]
    GetHandleVerifier [0x07,D12,B4F+66,703]
    GetHandleVerifier [0x07,D12,486+64,966]
    QWebEngineUrlSchemeHandler::qt_static_metacall [0x07,CDD,44B+926,939]
    GetHandleVerifier [0x07,D13,31C+68,700]
    QWebEngineUrlSchemeHandler::qt_static_metacall [0x07,C4C,4DB+333,163]
    QWebEngineUrlSchemeHandler::qt_static_metacall [0x07,C4C,294+332,580]
    QWebEngineUrlSchemeHandler::qt_static_metacall [0x07,C53,102+360,850]
    QWebEngineUrlSchemeHandler::qt_static_metacall [0x07,C53,C0C+363,676]
    QWebEngineUrlSchemeHandler::qt_static_metacall [0x07,C10,49C+87,340]
    BaseThreadInitThunk [0x75,333,43D+18]
    RtlInitializeExceptionChain [0x77,4F9,812+99]
    RtlInitializeExceptionChain [0x77,4F9,7E5+54]
    Task trace:
    Backtrace:
    TargetGetStockObject [0x05,FA4,784+6,646,788]
    GetHandleVerifier [0x08,147,E49+4,478,857]
    GetHandleVerifier [0x0B,6E4,EAE+60,696,558]
    IPC message handler context: 0x11E46C09

    GDI::createContext: wglCreateContext failed. (操作成功完成。)
    Unable to create a GL Context.
    Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlagsQSurfaceFormat::FormatOption(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile QSurfaceFormat::NoProfile) .
    This is most likely caused by not having the necessary graphics drivers installed.

    Install a driver providing OpenGL 2.0 or higher, or, if this is not possible, make sure the ANGLE Open GL ES 2.0 emulation libraries (libEGLd.dll, libGLESv2d.dll and d3dcompiler_*.dll) are available in the application executable's directory or in a location listed in PATH

    the program runs well on the other platform,but wrong on some platforms.

    1 Reply Last reply
    0
    • nicker playerN Offline
      nicker playerN Offline
      nicker player
      wrote on last edited by nicker player
      #2

      fd5fd682-d762-4af7-8720-fa288116b4d2-image.png ![image.png](https://ddgobkiprc33d.cloudfront.net/82f5a82f-4709-4be1-8f6b-606fea4793a7.png
      maybe it was cauesed by the os problem?-

      jsulmJ 1 Reply Last reply
      0
      • nicker playerN nicker player

        fd5fd682-d762-4af7-8720-fa288116b4d2-image.png ![image.png](https://ddgobkiprc33d.cloudfront.net/82f5a82f-4709-4be1-8f6b-606fea4793a7.png
        maybe it was cauesed by the os problem?-

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @nicker-player So, do you have proper support for OpenGL 2.0 or higher or OpenGL ES 2.0 on those devices? Do other OpenGL applications work? Could also be graphics driver issues. Compare the hardware and software of the working devices with those not working.

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0
        • nicker playerN Offline
          nicker playerN Offline
          nicker player
          wrote on last edited by
          #4

          I guess it maybe caused by the graphics driver issues.but I just want to find out the way to change the mode of webegine so that it could run normally without the opegles supportings.

          C 1 Reply Last reply
          0
          • nicker playerN nicker player

            I guess it maybe caused by the graphics driver issues.but I just want to find out the way to change the mode of webegine so that it could run normally without the opegles supportings.

            C Offline
            C Offline
            ChrisW67
            wrote on last edited by
            #5

            The minimum requirements for Qt 5 include OpenGL support. There a couple of ways to provide it: these are provided in the error message and in more detail on the page above:

            This is most likely caused by not having the necessary graphics drivers installed.

            Install a driver providing OpenGL 2.0 or higher, or, if this is not possible, make sure the ANGLE Open GL ES 2.0 emulation libraries (libEGLd.dll, libGLESv2d.dll and d3dcompiler_*.dll) are available in the application executable's directory or in a location listed in PATH

            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