Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63944

fix runtime error message in webassembly

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • P2: Important
    • Some future release
    • None
    • QPA
    • None

    Description

      When running an Qt app compiled with emscripten, errors such as:

      bad name in getProcAddress: glReadBuffer,glReadBuffer
      bad name in getProcAddress: glReadBufferARB,glReadBuffer
      bad name in getProcAddress: glReadBufferOES,glReadBuffer
      bad name in getProcAddress: glReadBufferEXT,glReadBuffer
      bad name in getProcAddress: glReadBufferANGLE,glReadBuffer
      bad name in getProcAddress: glReadBufferNV,glReadBufferNV

      (and goes on)

      I believe these have no effect on running of apps, and previously I have simply commented out the output in system/lib/gl.c from emscripten.and recompiled it.

      But it would be nice to workaround this annoyance.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            lpotter Lorn Potter
            Santtu Ahonen Santtu Ahonen
            Tor Arne Vestbø Tor Arne Vestbø
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes