Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. QtonPi
  4. qmlscene qt5.6 can't create egl surface (error 0x3003)

qmlscene qt5.6 can't create egl surface (error 0x3003)

Scheduled Pinned Locked Moved Unsolved QtonPi
1 Posts 1 Posters 1.3k 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.
  • J Offline
    J Offline
    jehutting
    wrote on last edited by
    #1

    Cross compiled Qt5.6 and running on the Raspberry Pi 2B.
    When running an application made with QtCreator, the application works fine. An EGL surface is made without any problem.

    However, running qmlscene gives me the error.

    loaded library "/usr/local/qt5rpi2/qml/QtQuick.2/libqtquick2plugin.so"
    JEHUTTING Qt5 createNativeWindow
    JEHUTTING Qt5 createDispmanxLayer
    JEHUTTING Qt5 createDispmanxLayer eglWindow=19497048
    JEHUTTING resetSurface m_surface=0
    EGL Error : Could not create the egl surface: error = 0x3003
    

    The QEglFSWindow::resetSurface() calls eglCreateWindowSurface() which fails.

    I can't find where this function is defined, so I don't know how too zoom in.

    So if anyone can show me where to find the eglCreateWindowSurface() that would be highly appreciated.

    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