Skip to main content

Black screen with console errors

Errors in browser:

“Failed to load resource: the server responded with a status of 404 (not found)”

“Uncaught ReferenceError: Luna is not defined”

“Uncaught ReferenceError: Bridge is not defined”

This could be due to a missing development framework such as .NET on the development PC, or the wrong version installed such as 4.8.

Possible solution:

  • Check the Luna.log file in the build directory (Project_Root/LunaTemp/luna.log) and see if any error messages are shown. The following message shows that the .NET framework version 4.7 couldn't be found:

images-large If this is also the case for you, please go through the steps to install .NET 4.7 listed here.