- Joined
- May 30, 2022
- Messages
- 4
- Reaction score
- 1
- First Language
- english
- Primarily Uses
- Other
Ik this isn't a shocker but idk much about code ;-;
I'm getting this error message after i try to load any existing saves? I use the DataManager.saveGame(1) command.
The console reads:
TypeError: Cannot read property 'name' of null
at Function.AudioManager.playBgm (rpg_managers.js:1180)
at Game_System.onAfterLoad (rpg_objects.js:239)
at Scene_Load.terminate (rpg_scenes.js:1745)
at Function.SceneManager.changeScene (rpg_managers.js:1998)
at Function.SceneManager.updateMain (rpg_managers.js:1982)
at Function.SceneManager.update (rpg_managers.js:1907)
(theres more if i expand it but idk if that's anything helpful)
I'm getting this error message after i try to load any existing saves? I use the DataManager.saveGame(1) command.
The console reads:
TypeError: Cannot read property 'name' of null
at Function.AudioManager.playBgm (rpg_managers.js:1180)
at Game_System.onAfterLoad (rpg_objects.js:239)
at Scene_Load.terminate (rpg_scenes.js:1745)
at Function.SceneManager.changeScene (rpg_managers.js:1998)
at Function.SceneManager.updateMain (rpg_managers.js:1982)
at Function.SceneManager.update (rpg_managers.js:1907)
(theres more if i expand it but idk if that's anything helpful)