CTD with Spanish 1.06 patch
The Spanish 1.06 patch had an error again causing a CTD when selecting a CoT. This is due to a translation error in the Spanish patch. (due to a %d %s order)
Solution (copied from this this message ) :
1. Make a backup of original "text.csv" file.
2. Edit "text.csv" with Wordpad.
3. Look for the line starting with COTIWSHIELD_D
4. Change that line. Where the line reads:
COTIWSHIELD_D;%d mercader(es) de %s produce(n) %.2f$ anualmente.;
it should be:
COTIWSHIELD_D;%s tiene %d mercader(es) que produce(n) %.2f$ anualmente.;
5. Save the file.
Please update the 'Support Forum FAQ and Self-Help Guide' thread. I know that the technical support can only be offered in english on this forum, but if it's possible emphasize the bug to the spanish publisher.
Thanks
The Spanish 1.06 patch had an error again causing a CTD when selecting a CoT. This is due to a translation error in the Spanish patch. (due to a %d %s order)
Solution (copied from this this message ) :
1. Make a backup of original "text.csv" file.
2. Edit "text.csv" with Wordpad.
3. Look for the line starting with COTIWSHIELD_D
4. Change that line. Where the line reads:
COTIWSHIELD_D;%d mercader(es) de %s produce(n) %.2f$ anualmente.;
it should be:
COTIWSHIELD_D;%s tiene %d mercader(es) que produce(n) %.2f$ anualmente.;
5. Save the file.
Please update the 'Support Forum FAQ and Self-Help Guide' thread. I know that the technical support can only be offered in english on this forum, but if it's possible emphasize the bug to the spanish publisher.
Thanks