I have been working on a small 2-4 player map. I did not want to limit players to a specific nation, and did not want to set specific start provinces for specific nations. Thought that I would be slick and set all but 4 provinces to #nostart with the idea that the starting provinces could easily be changed by the user later by simply commenting out the nostart's to enable a province, or uncommenting others to disable them.
When creating a game, get the "Can't find valid starting province" error. I assume that it is trying to place specific nations on specific terrain types??? For example, Ermor on wasteland, or Ctis in the swamp?
Any confirmation and/or solutions would be much appreciated.