Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. CreatePlatformOpenGLContext error
Qt 6.11 is out! See what's new in the release blog

CreatePlatformOpenGLContext error

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 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.
  • R Offline
    R Offline
    raghaw
    wrote on last edited by
    #1

    I am trying to run one QtQuick2 project on nitrogen board with following commnad
    ./app -platform linuxfb.

    everytime i am getting the following seg fault.

    bq. QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed
    QIconvCodec::copwm_config: pwm freq = 32786, clk_select=2 clock_rate=22000000
    pwm_config: pwm freq = 20000, clk_select=2 clock_rate=22000000
    nvertToUnicode: using Latin-1 for conversion, iconv_open failed
    qrc:/gui/main.qml:12: Unable to assign QQuickAnchorLine to QQuickItem*
    This plugin does not support createPlatformOpenGLContext!
    Segmentation fault

    Please help me out.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      agocs
      wrote on last edited by
      #2

      linuxfb has no OpenGL support. It supports software-rendered content (e.g. QWidgets) only. Try -platform eglfs instead.

      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