PDA

View Full Version : chatlog scrubber error



gmkieran
June 30th, 2010, 05:57
Anyone know how to get around a chatlog scrubber crash that says parameter: Length cannot be 0? I've parsed this same file 30+ times as we complete each game session, so I'm not sure why it's having an issue, now.

Any help or direction would be greatly appreciated!

Zeus
June 30th, 2010, 09:48
You will need access to the .NET source files for the scrubber. That error message usually relates to where your either trying to manipulate a string but haven't checked to ensure the string isn't zero in length i.e. empty or null. Or your passing a parameter (string) to a subroutine/function which again is zero in length.

I would send a message to the author of the scrubber and if possible attach a screenshot of the exception error message your seeing.