- Joined
- Mar 16, 2013
- Messages
- 3
- Reaction score
- 0
- Primarily Uses
Hello guys.
I've been trying to port a game to a website, and i get this error:
TypeError Cannot read propert 'length' of undefined
In the console log it says:
I've tried everything, but i cant figure out how to fix this.
The game runs fine on the RPG maker MV Client, and this error only shows up in browser.
You guys can try look into the code from this link:
https://danime.dk/danime-online/#DanimeOnline
Hope you guys can help me solve this issue.
I've been trying to port a game to a website, and i get this error:
TypeError Cannot read propert 'length' of undefined
In the console log it says:
Code:
rpg_managers.js:1949 TypeError: Cannot read property 'length' of undefined
at Object._.preloadCharacterPieces (SRD_CharacterCreatorEX.js:603)
at Function.DataManager.createGameObjects (SRD_CharacterCreatorEX.js:662)
at Function.DataManager.setupNewGame (rpg_managers.js:217)
at Scene_Boot.start (rpg_scenes.js:402)
at Scene_Boot.start (SRD_PreloaderCore.js:772)
at Function.SceneManager.updateScene (rpg_managers.js:2019)
at Function.SceneManager.updateMain (rpg_managers.js:1983)
at Function.SceneManager.update (rpg_managers.js:1907)
The game runs fine on the RPG maker MV Client, and this error only shows up in browser.
You guys can try look into the code from this link:
https://danime.dk/danime-online/#DanimeOnline
Hope you guys can help me solve this issue.

