Strange thing: I know I had this same error before I uploaded, and fixed it. The problem was with line 73 of data.lua:
properties = CMH.images.check_hr_graphics(properties)
The function check_hr_graphics
in file images.lua didn't return anything, therefore pairs(properties)
in line 75 of data.lua would error, and adding
return properties
as line 70 of file images.lua would fix that.
Now, I couldn't reproduce your error. I've moved my local versions of CharacterModHelper_2.0.1 out of the way (both zipped and folder version) and let the in-game mod manager fetch the latest version from the mod portal. When I restart with that version, with all of the character mods mentioned in the thread, the game is still successfully loading on my end.
I simply do not understand what is going wrong here. No doubt something is wrong – but I can't reproduce it! I've even disabled Creative Mod, gvv, _debug, and downgraded PI-C_lib from my WIP version to the version available on the mod portal and the game is still loading successfully here!
Could anybody upload a saved game somewhere?