I'm tinkering with adding some extra provinces to the Winter King map (carving out my own kingdom, didn't want to disrupt the pre-existing ones though). I haven't adding any new landmasses, just carved out new provinces from old ones. I've successfully added islands and provinces to CK2 maps before, but for some reason I cannot get it to work this time.
Crashing during 'Calculating Paths'.
Graphics Log:
Code:
provincetemplate.cpp:237: Province 0 has invalid origin
Last few lines of setup.log:
Code:
[map.cpp:1396]: Adjacencies for 194 ==> 1 6 10 15 16 45 46 79 80 81 86 87 88 126 184 193
[map.cpp:1396]: Adjacencies for 195 ==> 35 59 60 61 69 89 97 111 112 141 145 183 198 196
[map.cpp:1396]: Adjacencies for 196 ==> 62 63 69 89 91 114 190 192 195 197
[map.cpp:1396]: Adjacencies for 197 ==> 63 64 66 69 70 73 139 196
[map.cpp:1396]: Adjacencies for 198 ==> 35 36 40 43 57 67 69 141 160 162 165 168 195
[map.cpp:1396]: Adjacencies for 199 ==> 71 72 73 128 144 175 177 180 200 201
[map.cpp:1396]: Adjacencies for 200 ==> 37 41 68 108 151 156 179 180 182 199 201
[map.cpp:1396]: Adjacencies for 201 ==> 37 38 51 121 138 185 199 200
I've implemented a blank positions.txt and a 2-line adjaciences.csv as well. No idea what the issue might be. Any thoughts?