Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, this game is great, but having some serious troubles getting past a bug with the bossfight in the crumbling mines. It throws the error
"Cannot read property 'includes' of undefined" as soon as the battle starts. 

(1 edit)

ruh roh!

ill see whats causing that, if you get the error again then press F12 to open console and screenshot what it says there, since im not encountering the error myself (assuming its the boss fight against the crimson fellas)

EDIT: might need to enable devtools to open the console, to do that go into package.json and remove "--disable-devtools "

i've updated the download with the latest version ive worked on, if you get it and copy+paste your save folder into it, you should be able to continue where you left off and hopefully the error is fixed

if error is not fixed in latest version, send me the results of what i said in other message 🐈

(1 edit)

this is the text that the console spits out:

rmmz_managers.js:2080 

TypeError: Cannot read property 'includes' of undefined
    at Game_Actor.Game_BattlerBase.<computed>.isStateCategoryResisted (VisuMZ_1_SkillsStatesCore.js:4019)

    at Game_Actor.Game_BattlerBase.isStateResist (VisuMZ_1_SkillsStatesCore.js:4019)

    at Game_Actor.Game_Battler.isStateAddable (rmmz_objects.js:3658)

    at Game_Actor.Game_Battler.<computed>.<computed> (VisuMZ_1_SkillsStatesCore.js:4019)

    at Game_Actor.Game_Battler.<computed> [as isStateAddable] (VisuMZ_3_LifeStateEffects.js:549)

    at Game_Actor.Game_Battler.<computed>.addState (VisuMZ_1_SkillsStatesCore.js:4019)

    at Game_Actor.Game_Battler.<computed> (VisuMZ_2_AggroControlSys.js:1307)

    at Game_Actor.Game_Battler.<computed>.<computed> (VisuMZ_2_BattleSystemFTB.js:1295)

    at Game_Actor.Game_Battler.<computed>.<computed> (VisuMZ_2_EnhancedTpSystem.js:1390)

    at Game_Actor.Game_Battler.<computed>.<computed> (VisuMZ_3_AntiDmgBarriers.js:1706)

SceneManager.catchNormalError @ rmmz_managers.js:2080