Unhandled Exception error caused by mod

Starrynite120

Prince
Joined
Jul 15, 2015
Messages
472
I'm getting this error message when testing my mod, just showed up for the first time today on a build that had previously been working. Anyone know what's wrong? To be clear, I did not get this error with the I modded game. The crash always happens when I finish constructing a building, and I think when I finish researching a technology.

Unhandled Exception
Code: EXCEPTION_ACCESS_VIOLATION
Error reading address 0xe0

Call Stack
-----------------------------------------------------
(0x00000000169A0000 : 0x00009062) CvGameCoreDLL_Expansion1FinalRe ! ??? (???, line 0)
(0x00000000169A0000 : 0x00008EF5) CvGameCoreDLL_Expansion1FinalRe ! ??? (???, line 0)
(0x00000000169A0000 : 0x0000813F) CvGameCoreDLL_Expansion1FinalRe ! ??? (???, line 0)
(0x00000000169A0000 : 0x00008614) CvGameCoreDLL_Expansion1FinalRe ! ??? (???, line 0)
(0x00000000169A0000 : 0x001A432C) CvGameCoreDLL_Expansion1FinalRe ! lua_toboolean (???, line 0)
(0x00000000169A0000 : 0x000FD4D9) CvGameCoreDLL_Expansion1FinalRe ! HksCompilerSettings::getIntLiteralsEnabled (???, line 0)
(0x00000000169A0000 : 0x000FA89E) CvGameCoreDLL_Expansion1FinalRe ! HksCompilerSettings::getIntLiteralsEnabled (???, line 0)
(0x00000000169A0000 : 0x000FAEE9) CvGameCoreDLL_Expansion1FinalRe ! HksCompilerSettings::getIntLiteralsEnabled (???, line 0)
(0x00000000169A0000 : 0x00102CB6) CvGameCoreDLL_Expansion1FinalRe ! HksCompilerSettings::setBytecodeSharingFormat (???, line 0)
(0x00000000169A0000 : 0x000D2329) CvGameCoreDLL_Expansion1FinalRe ! HksCompilerSettings::getIntLiteralsEnabled (???, line 0)
(0x0000000000400000 : 0x002B5AA5) civilizationbe_dx11 ! ForgeUI::ControlBase::SetConsumeMouseButton (???, line 0)
(0x0000000000400000 : 0x00559293) civilizationbe_dx11 ! PeekLogFileMgr (???, line 0)
(0x0000000000000000 : 0x751086E3) ??? ! ??? (???, line 0)
(0x0000000000000000 : 0x77A3BD99) ??? ! ??? (???, line 0)
(0x0000000000000000 : 0x77A3BD6C) ??? ! ??? (???, line 0)
 
Top Bottom