In r495 I adjusted the arguments being written to file in fsm_gen to handle
permanent buffs (see line 59 of r495, compared to line 75 of r472). For some
reason, at this time fsm.exe started perceiving the '\n' terminator as an
argument and threw errors, so I removed it.
However, now any time we attempt to use parallel processing, the file is
written improperly and fsm.exe sees many input arguments (instead of 9).
Returning the newline character re-introduces the error in single calculations
(sees 10 inputs instead of 9), and causes crashes with the parallel processing.
Original issue reported on code.google.com by theckhd on 3 Aug 2012 at 7:07
Original issue reported on code.google.com by
theckhd
on 3 Aug 2012 at 7:07