• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
It's blank.

map/adjacencies.csv is blank? I don't know if it's still the case... but on older versions of CK2 you need at least one strait, river crossing etc in the adjacencies... But I'm not sure.
 
  • 1
Reactions:
Holy sites are defined at county level now, not barony level. But lacking holy sites only caused crashes with the religious menu open, for the religion(s) lacking them.
 
Run the mod, look at where setup.log stops, run vanilla (or a working mod), see what happens after the point where the previous setup.log stopped.
 
Run the mod, look at where setup.log stops, run vanilla (or a working mod), see what happens after the point where the previous setup.log stopped.
It crashes after job (the actions) load.

[ck_application.cpp:1124]: CharacterActionDatabase Initialized

Maybe the problem is in the mod file.

Folder is named Test_Map
Code:
name = "Test Map"
path = "mod/Test Map"
user_dir = "Test Map"

replace_path = "history/characters"
replace_path = "history/provinces"
replace_path = "history/titles"
replace_path = "history/technology"
replace_path = "map"
replace_path = "common/bookmark"
replace_path = "common/landed_titles"
 
Last edited:
No line break after replace_path = common/landed_titles? The line is being ignored. Add a line break.
 
Make sure there's a blank line after the last line in the .mod file. CK2 no longer reads a line in that file that isn't ended with a line break (a carriage return, line feed, or both, depending on operating system... what ever is stored in a text file when you hit ENTER.)
 
Make sure there's a blank line after the last line in the .mod file. CK2 no longer reads a line in that file that isn't ended with a line break (a carriage return, line feed, or both, depending on operating system... what ever is stored in a text file when you hit ENTER.)
There is one in the mod file, I'll check the others.

Edit: all the title histories are missing.

Edit 2: all files have a line after them and it still crashes.
 
Last edited:
I think I see the problem... it's common/bookmarks, not bookmark.
 
Gimp or Paint.Net are both free alternatives.
 
Gimp or Paint.Net are both free alternatives.
How would I go about conforming provinces to a map overlay? I understand applying the map as a separate layer with transparency and so forth but map projections differ, so you can't really align a secondary map to the game map.

Sorry if this is something obvious I'm missing.
 
I am now having crashing upon pressing "Single Player". Does anyone know what could be causing this? It loads up perfectly, nudge works. But upon pressing single players it will crashing without warning.
 
I am now having crashing upon pressing "Single Player". Does anyone know what could be causing this? It loads up perfectly, nudge works. But upon pressing single players it will crashing without warning.

What exactly did you change before that bug started occurring? I ask because I bumped into exactly the same problem with my mod after adding some provinces and one culture. The culture without the map seems fine, but since nudge works well I suspect landed titles or history or something else like that.
 
What exactly did you change before that bug started occurring? I ask because I bumped into exactly the same problem with my mod after adding some provinces and one culture. The culture without the map seems fine, but since nudge works well I suspect landed titles or history or something else like that.

I have made my own full map. I have a landed person, custom culture and custom religion. Nudge works for me too. It's only when I click single player on the main menu it will close with no crash report thing. I have tried everything but nothing seems to work. I even used Validator but nothing seems to be coming up except. Castle is not a valid building or something, I can't quite remember.

I had problems with it getting to the main menu and then once I fixed the crashing, it started crashing once I hit single player so to be honest it has always been happening. I have yet to get to the bookmark select screen. I suspect it is one of those files too. I can't quite nail it down to what it is though. If I manage to fix it or get help, I will definitely tell you the how to solve it. Because I know how annoying it is. :p
 
What exactly did you change before that bug started occurring? I ask because I bumped into exactly the same problem with my mod after adding some provinces and one culture. The culture without the map seems fine, but since nudge works well I suspect landed titles or history or something else like that.

I found out what was causing the crashing for me. In my default.map file I was missing a few lines. Here is what I currently have in mine. Copy and paste this into yours and see if it fixes your problem.

definitions = "definition.csv"
provinces = "provinces.bmp"
positions = "positions.txt"
terrain = "terrain.bmp"
rivers = "rivers.bmp"
terrain_definition = "terrain.txt"
heightmap = "topology.bmp"
tree_definition = "trees.bmp"
continent = "continent.txt"
adjacencies = "adjacencies.csv"
climate = "climate.txt"
region = "island_region.txt"
geographical_region = "geographical_region.txt"
static = "static.txt"
seasons = "seasons.txt"