Mmmm ... I can get your save game to load (every time), but nothing I do causes it to crash.
It's never a good idea to have two copies of the same mod in the Mods sub-dir (CivV has the annoying habit of loading both of them, which may be causing the issue), so I'd delete "DLL - Various Mod Components (GK) (v 2)"
I'll keep trying as I get time.
You should also enable logging, as it will put more useful into into the various logs - in your config.ini file change the "LoggingEnabled = 0" to
Code:
; Enable the logging system
LoggingEnabled = 1
You could also try and disable the replacement DLL and see if the game crashes without it, in Mods\DLL - Various Mod Components (GK) (v 3)", with Notepad, edit the file "DLL - Various Mod Components (GK) (v 3).modinfo" and change the line
Code:
<File md5="AD4475A5F633AAD92D1481815F84CB42" import="[B][COLOR="Red"][SIZE="3"]0[/SIZE][/COLOR][/B]">CvGameCore_Expansion1.dll</File>
If the game will then load with it disabled, re-enable it and then you could try turing various bits of the DLL off, in the same sub-dir, edit the file "CustomModOptions.xml" and change all the Value="1" attributes to Value="0". If it will load with everything off, switch them back on a couple at a time until it crashes - that'll identify which aspect of the mod is causing the problem.
W