Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QOpenGLFramebufferObject: Framebuffer incomplete attachment.
Forum Updated to NodeBB v4.3 + New Features

QOpenGLFramebufferObject: Framebuffer incomplete attachment.

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 3 Posters 4.8k Views 2 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.
  • small_birdS Offline
    small_birdS Offline
    small_bird
    wrote on last edited by
    #1

    Hello everyone, as title shows: I came across the problem when I compile my QML project. Why? Could anyone help me? Thanks in advance!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Can you show the exact error ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      small_birdS 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Can you show the exact error ?

        small_birdS Offline
        small_birdS Offline
        small_bird
        wrote on last edited by
        #3

        @SGaist

        Starting D:\qt3d-examples-master\baked-keyframe-animation\debug\baked-keyframe-animation.exe...
        QML debugging is enabled. Only use this in a safe environment.
        QOpenGLFramebufferObject: Framebuffer incomplete attachment.
        QOpenGLFramebufferObject: Framebuffer incomplete attachment.
        QOpenGLFramebufferObject: Framebuffer incomplete attachment.
        QOpenGLFramebufferObject: Framebuffer incomplete attachment.
        QOpenGLFramebufferObject: Framebuffer incomplete, missing attachment.
        QOpenGLFramebufferObject: Framebuffer incomplete attachment.
        QOpenGLFramebufferObject: Framebuffer incomplete attachment.
        QOpenGLFramebufferObject: Framebuffer incomplete, missing attachment.
        QOpenGLContext::swapBuffers() called without corresponding makeCurrent()
        QOpenGLContext::swapBuffers() called without corresponding makeCurrent()
        QImage: out of memory, returning null image
        QImage: out of memory, returning null image
        QImage: out of memory, returning null image
        Qt Concurrent has caught an exception thrown from a worker thread.
        This is not supported, exceptions thrown in worker threads must be
        caught before control returns to Qt Concurrent.
        Invalid parameter passed to C runtime function.
        Invalid parameter passed to C runtime function.
        terminate called after throwing an instance of 'std::bad_alloc'
          what():  std::bad_alloc
        QWaitCondition: Destroyed while threads are still waiting
        QWaitCondition: Destroyed while threads are still waiting
        QWaitCondition: Destroyed while threads are still waiting
        QWaitCondition: Destroyed while threads are still waiting
        
        1 Reply Last reply
        0
        • R Offline
          R Offline
          RaubTieR
          wrote on last edited by
          #4

          Do you do something with renderbuffer manually or it is an internal routine failing? Also any related code would help others understand what is wrong.

          1 Reply Last reply
          1

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved