This release is simply a bug fix: Chris Carlton gave the vict.jar a command that caused a parser to be not-sane; the resulting null propagated, and trashed out the entire parser. Unfortunately, the exception cascaded to the array of parsers, breaking isolation and tearing down all the parsers.
This would affect both vict.jar and vw4tools.jar as both share the underlying FibreChannel-Parsers
I need to create wrapping exception blocks to stop repeats of the cascade, but in the short-term this one symptom is resolved in this release. …with my apology.