Construct 3 r472

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • After updating to r472, opening a project can crash immediately when loading a layout. The crash happens inside Construct’s graphics code in IWebGLRenderer.Quad3(). The call comes from a third-party Spine add-on’s editor-side Draw() method when it tries to render an on-layout error overlay text (using RendererText → GetTexture() → Quad3). It appears that in r472 the texture returned by RendererText.GetTexture() can be null/not-ready/invalid on first frames, and Quad3() does not guard against it and crashes internally (reading 'JSi').