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

WebGL error on Mac...

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 1 Posters 437 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.
  • M Offline
    M Offline
    miglto
    wrote on last edited by
    #1

    Running python 3.8, latest libs.

    The following code returns an error:

    from PyQt5 import QtCore, QtGui, QtWidgets, QtWebEngineWidgets
    app = QtWidgets.QApplication.instance() or QtWidgets.QApplication([])
    viewer = QtWebEngineWidgets.QWebEngineView()
    viewer.load(QtCore.QUrl("http://webglreport.com/?v=2"))
    viewer.show()
    app.exec_()

    Meaning the window shows no support for WebGLv1 or WebGLv2.

    What's the issue here?

    Thx.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      miglto
      wrote on last edited by
      #2

      Error in terminal:

      [9235:86275:0818/192438.831174:ERROR:context_group.cc(153)] ContextResult::kFatalFailure: WebGL2 blacklisted

      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