Framebuffer/Draw framebuffer is incomplete

For performance reason we cannot check all the inputs :frowning:
But I’m glad you folks figured it out!

In my case,I solved it by start scene in a timeout,
like so:
setTimeout(function () {
startScene();
}, 100);