Mod causing CTD

ITcore

Warlord
Joined
Dec 25, 2016
Messages
248
Location
127.0.0.1
I've narrowed it down to my single mod. I don't know what is causing the issue. No errors or warnings are showing up in the logs and I can't find a crash report to save my life. The game with crash for one of two reasons:

1) Settle, move starting unit. Click Next Turn. Crash.

2) Click "Settle". Nothing happens. Crash.

I'm at a loss. I don't even have a log to look at to see why its crashing.
 
I've narrowed it down to my single mod. I don't know what is causing the issue. No errors or warnings are showing up in the logs and I can't find a crash report to save my life. The game with crash for one of two reasons:

1) Settle, move starting unit. Click Next Turn. Crash.

2) Click "Settle". Nothing happens. Crash.

I'm at a loss. I don't even have a log to look at to see why its crashing.

Can you give us some info about what your mod does? If it's a small, you can just post the code here.
 
Can you give us some info about what your mod does? If it's a small, you can just post the code here.

I have found the issue. For future knowledge, the game doesn't like it when you use a Technology as a prereq for Valid_ImprovementTerrain (or whatever the tag is). Single line of code messed me up completely even though it's a valid column in the schema database.
 
Back
Top Bottom