If you don't have any errors, or don't think they are related, then try this: https://itch.io/t/517674/alise-on-day-end. Otherwise, sharing errors(especially if not already posted here) from the console helps.
Edit: Any error can cause problems in semi-related sections, as errors cause the current function to immediately abort and return only a null value. So if an error occurs during the end of day functions before Alise is displayed, then it may never reach that part.
Viewing post in Aric's Expansion Rebred
Are there errors before the top one? Often with non-fatal errors you get cascading errors caused by a single problem that starts an avalanche. That top error is probably not the first, since String plus a Nil from a function usually means the function had an error and aborted. Also, a new version has been released, be sure to update. I am curious about your error for allnpcs, though I suspect I need to see your save file, it would seem that the state variable is messed up.
Edit: That last error seems to be related to v0.05 and is not present in any later versions. So a proper update seems to be the solution.
The Strive Discord is a great place to quickly resolve errors and has drag and drop file upload: https://itch.io/t/284398/discord
By proper update I mean trying to ensure that the old files are removed and the new files are applied. I felt like maybe you had tried to update, but I'm not certain. Not everyone understands the process and they find ways to mess stuff up. There are 2 approaches to updating the mod; I recommend the first unless problems continue.
1) The low effort way. Delete the old AricsExpansion mod folder in AppData and add newest mod folder. Run the game and apply the mod.
2) The highly effective way. Rename "Strive" folder in AppData and extract a new set of downloaded game files. Run game to main menu and quit in order to generate a new" Strive" folder, add newest AricsExpansion mod folders, and apply the mod.
line 650 in statstab says: resource.cum it should say resources.cum it fixed the problem of not being about to talk to the farm manager about the farm. 608 says: expansion.quirk , i believe it's supposed to say: person.quirk . this fixes an option inside the farm managers "menu".
I'm still getting the last two errors on the log above, I'm not sure how to fix them.