I got this error when I resumed my music-server from sleep. I figured it has something to do with xPerT as it makes references to it, and the phrase "Tyhjantoimittaja" is Finnish for something.
- Code: Select all
Tyhjantoimittaja just died
System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwayCopy)
at System.String.Substring(Int32 startIndex, Int32 length)
at xlobby2.Winamp.GetWindowText()
at xlobby2.AudioPlayer.GetWindowText()
at xlobby2.Command.ReplaceVariables(String args, Control control)
at xlobby2.PicButton.drawImage(Graphics g, Control c)
at xlobby2.XHelper.ConvertVariables(String text)
at xPerT.xPerT.hae(String moro, String caller)
at xPerT.xPerT.toimittaja()
I was wondering if when the server went to sleep...at that moment xPerT was trying to communicate to its modules (P3rvhub and kXd) that could cause this error?
xPert.dll 1.0.0.0
both P3rvhub and kXd were the last beta's that I use with ZoneSkin3 (so released around the Feb. time frame).
Hope that helps.