• 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.
Hmm, very strange. I've never messed around with provinces db.
But thanks for the fast help, anyway.
I'm trying to fix it.

Edith (yes, the 'h' was intentional ^^): Problem solved. As you said, in province.csv were not only provinces with income 0.1 but also with 0.2. Very Strange. Changed it to 1 or 2 and now it works. Many thanks!


Great ; happy to have been of some help! :D

Is Edith your name ?

Yves
 
So i have this problem

************************
FILE LOADED... ANALYZING
************************

421 province was not found for EU3

java.lang.NullPointerException
at eu3.EU3Province.<init>(EU3Province.java:229)
at cv.CvProvince.<init>(CvProvince.java:278)
at cv.CvProvince.load(CvProvince.java:53)
at CK2EU3.main(CK2EU3.java:85)

FATAL ERROR

any idea ? i checked and i found this province so i don't know why it's not working. before that cosmopolitan_french and scottish culture also weren't working but i added them to cultures.txt in proper places


EDIT: ah i forgot - i used MEIOU mod (3.0.4)
 
Last edited:
So i have this problem



any idea ? i checked and i found this province so i don't know why it's not working. before that cosmopolitan_french and scottish culture also weren't working but i added them to cultures.txt in proper places


EDIT: ah i forgot - i used MEIOU mod (3.0.4)


Check that province : it has no citysize, nor native_size field.

Yves
 
Hey all,

just tried to convert and

FATAL ERROR

java.lang.NullPointerException
at ck.Country.loadAll(Country.java:105)
at ck.Analyzer.<init>(Analyzer.java:38)
at ck.Analyzer.loadAnalyzer(Analyzer.java:42)
at CK2EU3.main(CK2EU3.java:83)

Not sure what i am supposed to modify.

Thanks for all the work you've put into the converter. Maybe that im entering something wrong.
 
Hey all,

just tried to convert and

FATAL ERROR

java.lang.NullPointerException
at ck.Country.loadAll(Country.java:105)
at ck.Analyzer.<init>(Analyzer.java:38)
at ck.Analyzer.loadAnalyzer(Analyzer.java:42)
at CK2EU3.main(CK2EU3.java:83)

Not sure what i am supposed to modify.

Thanks for all the work you've put into the converter. Maybe that im entering something wrong.


Not sure what is exactly wrong there (several possibilities.)

However, this one is real bad, and points to severe inconsistencies in your save file. I can only help you if you send me your save file so that I can tell you what exactly has gone bad.

edit: It is likely that a county is "unowned" meaning that it is not assigned to anybody. Maybe that can be seen on the map ???? You could try to run the game some more (if possible) to see if you can get a consistent save : this often works.

Yves
 
Last edited:
Thanks for this utility. :) It hadn't worked for me before, since my comp was having trouble downloading Java, but the new version of Java works and the app works great. I've got almost all of Germany and Poland with Bohemian culture. :D It'd be a bit too easy to continue with this dynasty, but it was still cool to see. I'm going to start a new CK game soon with an eye for conversion.

Probably the only recommendation I'd make is weakening advisors/monarchs a bit. Almost all the countries I can see have monarchs with 7-9 in everything, and 3 4-6 star advisors.
 
Thanks for this utility. :)
This is always nice to read :D


Probably the only recommendation I'd make is weakening advisors/monarchs a bit. Almost all the countries I can see have monarchs with 7-9 in everything, and 3 4-6 star advisors.

Do you know that you can adapt this to your own tastes ?
I mean, most data for the conversion is in the text file: cvdata.txt

Once you understand how it works (and it is not that difficult), it gets easy to tweek the converter in the way you prefer.

I nelieve the values I fixed are technically correct, but also that the game ends up with too many characters with very high stats which you don't see at the beginning. It's difficult to adapt to a moving target...

Yves
 
Also note that you can get indications on what the conversion did in the way of various stats (notably for monarchs or advisors) ; you have to tell the converter to output that, though.

Yves
 
I'm trying to convert and get a very specific country error:

Code:
(...)
assigned tag TRI to C771
assigned tag ALH to ALGE
IOM country  was not found for  EU3 

java.lang.NullPointerException
	at eu3.EU3Country.<init>(EU3Country.java:264)
	at eu3.EU3Country.get(EU3Country.java:233)
	at cv.CvCountry.loadEU3data(CvCountry.java:562)
	at CK2EU3.main(CK2EU3.java:89)

FATAL ERROR

IOM is Isle of Man, a country I added in my mod, which I'm converting on top of. This error has happened before with added countries. In those cases a country file was missing in the mod, like, say, the country history file. This is not the case here.
 
I'm trying to convert and get a very specific country error:

Code:
(...)
assigned tag TRI to C771
assigned tag ALH to ALGE
IOM country  was not found for  EU3 

java.lang.NullPointerException
	at eu3.EU3Country.<init>(EU3Country.java:264)
	at eu3.EU3Country.get(EU3Country.java:233)
	at cv.CvCountry.loadEU3data(CvCountry.java:562)
	at CK2EU3.main(CK2EU3.java:89)

FATAL ERROR

IOM is Isle of Man, a country I added in my mod, which I'm converting on top of. This error has happened before with added countries. In those cases a country file was missing in the mod, like, say, the country history file. This is not the case here.

My best guess would be that you have either qome sliders missing, or mispelled. This mistake can also probably be avoided by not generating the conversion's final stats.

Yves
 
...

IOM is Isle of Man, a country I added in my mod, which I'm converting on top of. This error has happened before with added countries. In those cases a country file was missing in the mod, like, say, the country history file. This is not the case here.

Did my answer help you ?

Yves
 
I have a similar problem (using DVIP, worked before until I wanted to create an Andalusia in EU3):
Code:
(...)assigned tag U17 to U017(...)
Exception in thread "main" java.lang.NullPointerException
     at java.io.File.<init><Unknown Source>
     at eu3.EU3FileChanger.<init><EU3FileChanger.java:132>
     at eu3.EU3Country.<init><EU3Country.java:377>
     at eu3.EU3Country.get<EU3Country.java:351>
     at cv.CvCountry.preWriteAll<CvCountry.java:664>
     at CK2EU3.main<CK2EU3.java:88>

I've changed cvdata.txt to prefer to assign U017 the tag U17, added U17 to countries.txt, country_colors.txt, text.csv, as well as the history and countries folder. Is there anywhere else that I need to put it? Or can you try and tell me what you had to do Hundhedning? Thanks.
 
Last edited:
I have a similar problem (using DVIP, worked before until I wanted to create an Andalusia in EU3):
Code:
(...)assigned tag U17 to U017(...)
Exception in thread "main" java.lang.NullPointerException
     at java.io.File.<init><Unknown Source>
     at eu3.EU3FileChanger.<init><EU3FileChanger.java:132>
     at eu3.EU3Country.<init><EU3Country.java:377>
     at eu3.EU3Country.get<EU3Country.java:351>
     at cv.CvCountry.preWriteAll<CvCountry.java:664>
     at CK2EU3.main<CK2EU3.java:88>

I've changed cvdata.txt to prefer to assign U017 the tag U17, added U17 to countries.txt, country_colors.txt, text.csv, as well as the history and countries folder. Is there anywhere else that I need to put it? Or can you try and tell me what you had to do Hundhedning? Thanks.

very likely, there is no file for the new coutry in history/countries (EU3 side)
that file must have a name that begins with the country tag in lower case, either u017... or u17... (I don't understand which you used)

Yves