← Return to game
Log in with itch.io to leave a comment.
doesn't load, webconsole reports:
Uncaught TypeError: Cannot read property 'canvas' of null at xT (main.js:1362) at main.js:1363 at main.js:1363xT @ main.js:1362(anonymous) @ main.js:1363(anonymous) @ main.js:1363
What browser are you using?
work pc, win 10, chrome
Win 10 and Chrome is what the game was developed on, so it may be issues with work-related restrictions, or an unsuitable Chrome version.
This is the line that errored, when canvas.getContext("webgl2") couldn’t get the context.
canvas.getContext("webgl2")
This table here details compatible browsers, which I will add to the page shortly. If you are on Chrome 56 or older (chrome://version/) then that is likely the issue.
← Return to game
Comments
Log in with itch.io to leave a comment.
doesn't load, webconsole reports:
Uncaught TypeError: Cannot read property 'canvas' of null
at xT (main.js:1362)
at main.js:1363
at main.js:1363
xT @ main.js:1362
(anonymous) @ main.js:1363
(anonymous) @ main.js:1363
What browser are you using?
work pc, win 10, chrome
Win 10 and Chrome is what the game was developed on, so it may be issues with work-related restrictions, or an unsuitable Chrome version.
This is the line that errored, when
canvas.getContext("webgl2")
couldn’t get the context.This table here details compatible browsers, which I will add to the page shortly. If you are on Chrome 56 or older (chrome://version/) then that is likely the issue.