• 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.

unmerged(1196)

IWW Grunt
Feb 25, 2001
1.004
0
Visit site
Debugging (Do Not Post)

All errors (and untested or tested solutions for these errors) will be listed here. This, of course, is priority one for the project. The list will be sorted by region and state. Please list only specific errors, not vague crashes.

To keep this thread clean, please list errors you find in the accompanied thread:

http://www.europa-universalis.com/forum/showthread.php?s=&threadid=76522
 
Last edited:

unmerged(1196)

IWW Grunt
Feb 25, 2001
1.004
0
Visit site
North America

Mexico

Error #1

Problem: Illegal syntax in Mexican event 17265.
Status: Fixed
Solution: Replace event with:

Code:
event = { 
id = 17265
random = no
country = MEX
date = {  month = may year = 1827}
offset = 30
date = { month = june year = 1827 }
name = "Abolition of Slavery"
desc = "EVENTHIST17265"
style = 5
action_a = {
name = "Support abolition in all of our provinces but those of Texas!"

command = { type = domestic   which = serfdom value = -2 }

command = { type = provincetax   which = -1 value = 1 }
command = { type = provincetax   which = -1 value = 1 }
command = { type = provincetax   which = -1 value = 1 }
command = { type = stability value = -1 }
}
action_b = {
name = "Support abolition in all of our territories, including Texas!"

command = { type = domestic   which = serfdom value = -3 }
command = { type = provincetax   which = -1 value = 1 }
command = { type = provincetax   which = -1 value = 1 }
command = { type = provincetax   which = -1 value = 1 }
command = { type = provincetax   which = -1 value = 1 }
command = { type = provincetax   which = -1 value = 1 }
command = { type = stability value = -2 }

command = { type = revolt   which = 44 }
command = { type = revolt   which = 43 }
command = { type = revolt   which = 42 }
command = { type = revolt   which = 1480 } 
command = { type = revolt   which = 41 } 
command = { type = revolt   which = 40 } 
command = { type = revolt   which = 22 } 

}
action_c = {
name = "Oppose abolition!"

command = { type = domestic   which = serfdom value = 1 }
command = { type = stability value = 1 }
}
}


Error #2

Problem: Not all Mexican events are firing. The last portion of the event file seems to be inactive.
Status: Not fixed.
Possible Solution(s):
a. Reduce the number of strings in the event file. Testing has so far not validated this technique.
 
Last edited: