I'm getting constant CTD since the base game update to the beta 1.9. I've updated all major mods like CWO, Frostfall, BBBS etc. as well as all environmental mods. But same effect.
then recently checked the Papyrus.0 log for the first time in months and noticed a TON of files (all of which were upgraded where possible for v1.9) that were showing up. They all have similar messages leading up to the CTD:
"Cannot open store for class "X", missing file? where X is a file in class for the esp"
e.g. "Cannot open store for class "lorecraftPlayer", missing file?"
"Warning: Property X on script Y attached to (ref id#) cannot be initialized because the script no longer contains that property"
e.g. "Warning: Property CoTRain11 on script GetShelterTBScript attached to (3D015358) cannot be initialized because the script no longer contains that property"
"Error: Unable to bind script Y to (file ref ID number) because their base types do not match"
e.g. "Error: Unable to bind script LIAT to (36004AAE) because their base types do not match"
In first case, this is to be expected since Lorecraft has been obsoleted for a while now. But oddly enough, my older lorecraft dependent mods worked just fine up to v1.9. So I guess the latest beta version was what broke it.
In the 2nd case, LIAT is still an extremely popular mod, despite it's mod author abandoning it recently on their Nexus site. LIAT also appeared to be working fine up to 1.9 as my char could enter the Inns at the designated time. But this mod shows up in papyrus.0.log when I began running into the CTD issues associated with being unable to wait/sleep.
In the 3rd case, I'm using the CoT compatible version of Real Shelter, a currently updated mod. So not sure why papyrus is reporting an updated file like this?
Are these papyrus error messages due to outdated mods (which sould be the case for lorecraft) or mods that require revision? Or is it more fundamental issue i.e. the base 1.9 beta version is incompatible with all mods listed in the log? Even though some of these appear up to date like Real Shelter etc.