Skip to main content

Occasional Problem: Application::update

Answered

Comments

1 comment

  • Jason Stanczyk

    One reason could be that Application is in idle state. You may find more details about it in the documentation page here.
     
    Other than that, there could be some function call that blocks the main thread from executing, like graphics driver hanging on an OpenGL or windowing system call, or any other application logic. If that is the case, then you will need to debug the application and understand where the hang occurs.

    0

Please sign in to leave a comment.