aMule Forum

English => en_Bugs => Topic started by: btkaos on January 11, 2011, 01:45:40 AM

Title: Assert in Stat tab when maximum number of connections is reached.
Post by: btkaos on January 11, 2011, 01:45:40 AM
It seems something is wrong with the stat code, but unfortunately I don't understand it.

Code: [Select]
2011-01-11 01:35:43: Logger.cpp(331): Debug: Format.cpp(184): assert "wxAssertFailure" failed in GetString(): Called GetString() before all values were passed: %i : %s %s
 2011-01-11 01:35:54: Logger.cpp(331): Debug: Format.cpp(288): assert "m_fieldStart < m_format.Length()" failed in GetCurrentField(): Passing argument to already completed string: Max Connection Limit Reached: %s
Title: Re: Assert in Stat tab when maximum number of connections is reached.
Post by: Stu Redman on January 11, 2011, 09:00:09 PM
Nice to have an easy one for a change. Fixed in 10429.
The asserts simply show that the arguments passed to a CFormat don't match the format string.