Map can't generate stops at Cataclysm++

I’m playing on the stable 0.E-3 with no avail of map generation. does a recent experimental version fix this issue?

DEBUG : Error: data/mods//nocts_cata_mod-0.D/Monsters/c_monsters.json: line 37:7: invalid monster flag: “REGENERATES_10”

"flags": [
  "SEES",
  "
  ^
   REGENERATES_10",
  "HEARS",
  "SMELLS",

FUNCTION : bool main_menu::new_character_tab()
FILE : src/main_menu.cpp
LINE : 781

It looks like you’re using the 0.D version of Cata++ in the 0.E version of Cataclysm DDA.
I’d suggest to update the mod to match the versions.
You can find the download link and installation instructions on the mod’s GitHub.

Thank you that worked for the Cata++.
Another error pops up with More Survivor Stuff mod.

DEBUG : Error: data/mods//More_Survivor_Stuff/martialarts.json: line 18:27: tried to start array, but found ‘{’, not ‘[’

    "min_melee": 0,
    "bonus_blocks": 2,
    "flat_bonuses": [ {
                      ^
                        "stat": "block", "scaling-stat": "str", "scale": 0.7 }, { "stat": "dodge", "scale": -3.0 } ]
  }
],

FUNCTION : bool main_menu::new_character_tab()
FILE : src/main_menu.cpp
LINE : 781

If you don’t want to just remove it, you probably have to update that too - or downgrade, depending which version of the mod you have (if it’s fit for experimental, it might not work in stable).

Thank you for all your responses, I’ll take that in mind.