| 11-03-2004, 06:22 PM | #1 |
This is a new error that i have not encountered before for the compilation of the ai. creating \Scripts\War2\common.ai Use of uninitialsized value in substitution iterator at ejass.pl line 320 Use of uninitialsized value in substitution iterator at ejass.pl line 320 Use of uninitialsized value in substitution iterator at ejass.pl line 320 Use of uninitialsized value in substitution iterator at ejass.pl line 320 Use of uninitialsized value in substitution iterator at ejass.pl line 320 Not sure that it actually affects the ai as such as no errors in the file creation themselves where found. I guessing somewhere there is a statement thats no longer needed or something in my ai. |
| 11-03-2004, 10:49 PM | #2 |
Due to the optimizations in the compiler this error message you will now get when a column in a table that is referenced in an #INCLUDETABLE does not exist. There were some such mssing entries in the tables that we noticed after the optimization and added them. |
