-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Got everything installed and running!
However, I'm seeing the following 2 JavaScript errors in the browser's dev console (and nothing appears to load in the main content section):
JavaScript Error 1
undefined:1 Uncaught (in promise) DOMException: Unable to decode audio data
Phaser.Loader - image[lw_minimap_tileset_lw_minimap_tileset.png]: error loading asset from URL assets/levels/minimaps/lw_minimap_tileset.png
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_intro" not found in Cache.
phaser.js:42240 Cannot set frameName: background.png
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_intro" not found in Cache.
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_intro" not found in Cache.
phaser.js:42240 Cannot set frameName: logo.png
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_intro" not found in Cache.
phaser.js:42240 Cannot set frameName: sword.png
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_particles" not found in Cache.
phaser.js:42240 Cannot set frameName: swordshine/shine.png
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_intro" not found in Cache.
phaser.js:42240 Cannot set frameName: zpart.png
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_particles" not found in Cache.
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_intro" not found in Cache.
phaser.js:42240 Cannot set frameName: lore_img1.png
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_intro" not found in Cache.
phaser.js:42240 Cannot set frameName: lore_img2.png
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_intro" not found in Cache.
phaser.js:42240 Cannot set frameName: lore_img3.png
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_intro" not found in Cache.
phaser.js:42240 Cannot set frameName: lore_img4.png
phaser.js:44910 Phaser.Cache.getImage: Key "sprite_gui" not found in Cache.
phaser.js:42240 Cannot set frameName: dialog.png
phaser.js:44910 Phaser.Cache.getFrameData: Key "sprite_rog_font" not found in Cache.
JavaScript Error 2
Uncaught TypeError: Cannot read property 'getFrameByName' of null
prepareFontData @ ReturnOfGanon.ts:9
ReturnOfGanon @ ReturnOfGanon.ts:16
Dialog @ Dialog.ts:33
Intro._createLoreGroup @ Intro.ts:383
Intro.create @ Intro.ts:64
Phaser.StateManager.loadComplete @ phaser.js:6566
Phaser.Loader.finishedLoading @ phaser.js:47818
Phaser.Loader.processLoadQueue @ phaser.js:47775
Phaser.Loader.asyncComplete @ phaser.js:47848
Phaser.Loader.fileError @ phaser.js:48519
file.data.onerror @ phaser.js:48116