11235813 / matlabadin

Automatically exported from code.google.com/p/matlabadin
0 stars 0 forks source link

fsm.exe has trouble parsing inputs #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by theckhd on 16 Aug 2012 at 10:47