Jump to content

VAO not created


ZachRose

Recommended Posts

Posted · VAO not created

I'm working on a plugin that generates a flow of QML windows when Cura is booted up with the plugin installed. I've been using some aspects of the WelcomePagesModel as a model for my workflow. About 30-50% of the time when booting Cura to test my plugin, it crashes and the log throws the error:

UM.View.RenderBatch.render [219]: VAO not created. Hell breaks loose

I looked at the Uranium documentation but that's a little low level for my skills. Can anyone offer some background/context what the VAO does/is or why I might be breaking its ability to be created some of the time?

 

  • Link to post
    Share on other sites

    Posted · VAO not created

    Well, as you might notice from the warning error, we really, really don't expect this case to happen. It's more as a cheek in tongue kind of remark that there is an error at all.

     

    What we do is we ask the opengl drivers if they support vertexArrayObjects. If it does, we create one. That's also the moment that this error occurs; The drivers say that it's supported, but it fails to actually provide us with a vertexArray.

     

    I've added a bit of code that at least should prevent the vertexArrayObject from being used if it wasn't created correctly, but that will only be in the 4.6 release. Since I don't actually have the issue, it might also not actually resolve it.

     

     

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 26 replies
    ×
    ×
    • Create New...