Here's a link to the log file
SMAPI Log. I had to edit it so the site would parse it.
I think your main issue is this error here.
Code:
'Child Age Up' has multiple patches which load the 'Characters/Bonnie' asset at the same time (Child Age Up > FirstChild Characters Normally Auto NoApron #2, Child Age Up > SecondChild Characters Auto Apron #2). None will be applied. You should report this to the content pack author.
You can't have mods that use the same Load function of CP. So CP isn't loading either, which then gets you to the second issue which is actually causing your game to crash
Code:
An error occurred in the base update loop: Microsoft.Xna.Framework.Content.ContentLoadException: The content file was not found. ---> FileNotFoundException: Could not find file 'C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Content\Characters\Bonnie.xnb'.
The game keeps looking for the bonnie.xnb file for ever until the game finally gives up and crashes.