Skip to main content

The screen is black and the Chrome console shows the error Cannot read properties of null reading handle with the call stack pointing to a function called set shader

images-medium

This could be due to a missing shader.

Possible solution:

  1. In Chrome dev tools make sure that pause on code exceptions is enabled.

  2. Refresh the page.

  3. Once the code pauses on this error, check the call stack a few functions back to find the name of the material which is missing the shader.

  4. Next, in the Luna plugin window check the Assets tab and uncheck the missing shader.

images-medium