So, i wanted to make the rafting game from chapter 19. But when i made it, all it displayed was black screen. There were no errors in the code. But there were many errors in the javascript console:
[Deprecation] Application Cache API manifest selection is deprecated and will be removed in M85, around August 2020. See https://www.chromestatus.com/features/6192449487634432 for more details.
www.code3dgames.com/:1 Creating Application Cache with manifest https://www.code3dgames.com/3de/editor.appcache
www.code3dgames.com/:1 Application Cache Checking event
www.code3dgames.com/:1 Application Cache Error event: Invalid or missing manifest origin trial token: https://www.code3dgames.com/3de/editor.appcache
appcache.js:4 Uncaught TypeError: Cannot read property ‘addEventListener’ of undefined
at appcache.js:4
THREE.WebGLRenderer 87
code.html:5 Uncaught SyntaxError: Unexpected token ‘<’
/3de/packages/ice_code_editor/html/code3dgames.com/controls/OrbitControls.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/scoreboard.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/noise.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/physi.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/controls/OrbitControls.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/scoreboard.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/noise.js:1 Failed to load resource: the server responded with a status of 404 ()
code.html:3 Uncaught ReferenceError: Physijs is not defined
_.html:13 Uncaught TypeError: Cannot read property ‘style’ of null
/3de/packages/ice_code_editor/html/code3dgames.com/scoreboard.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/noise.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/controls/OrbitControls.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/physi.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/three.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/physi.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/controls/OrbitControls.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/scoreboard.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/noise.js:1 Failed to load resource: the server responded with a status of 404 ()
code.html:9 Uncaught ReferenceError: Physijs is not defined
_.html:13 Uncaught TypeError: Cannot read property ‘style’ of null
/3de/packages/ice_code_editor/html/code3dgames.com/physi.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/controls/OrbitControls.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/scoreboard.js:1 Failed to load resource: the server responded with a status of 404 ()
/3de/packages/ice_code_editor/html/code3dgames.com/noise.js:1 Failed to load resource: the server responded with a status of 404 ()
code.html:9 Uncaught ReferenceError: Physijs is not defined
_.html:13 Uncaught TypeError: Cannot read property ‘style’ of null
THREE.WebGLRenderer 87
code.html:42 Uncaught TypeError: Cannot read property ‘appendChild’ of null
THREE.WebGLRenderer 87
code.html:59 Uncaught ReferenceError: shapeshape is not defined
THREE.WebGLRenderer 87
code.html:40 Uncaught TypeError: Cannot read property ‘appendChild’ of null
code.html:30 Uncaught SyntaxError: Unexpected token ‘;’
code.html:30 Uncaught SyntaxError: Unexpected token ‘.’
code.html:30 Uncaught SyntaxError: Unexpected token ‘.’
THREE.WebGLRenderer 87
code.html:40 Uncaught TypeError: Cannot read property ‘appendChild’ of null
THREE.WebGLRenderer 87
code.html:40 Uncaught TypeError: Cannot read property ‘appendChild’ of null
THREE.WebGLRenderer 87
code.html:39 Uncaught TypeError: Cannot read property ‘appendChild’ of null
THREE.WebGLRenderer 87
code.html:59 Uncaught ReferenceError: shapeshape is not defined
THREE.WebGLRenderer 87
code.html:59 Uncaught ReferenceError: shapeshape is not defined
THREE.WebGLRenderer 87
code.html:59 Uncaught ReferenceError: shapeshape is not defined
THREE.WebGLRenderer 87
code.html:59 Uncaught ReferenceError: shapeshape is not defined
three.js:20919 THREE.WebGLRenderer 87
code.html:59 Uncaught ReferenceError: shapeshape is not defined
at addGround (code.html:59)
at code.html:45
at _.html:10
here’s the code:
plz help