Page 1 of 1

small bugs (Room Creation)

Posted: 12 Feb 2013, 22:08
by QiXi
in

Code: Select all

public void dispatch(BaseEvent pEvent) throws SFSException {
if (type.equalsIgnoreCase(SFSEvent.ROOM_CREATION_ERROR)) {

Log Cat
02-13 01:15:45.622: W/params(23269): {errorCode=14, errorMessage=Error in converting error code to text for code: 14. Cause: %d can't format java.lang.String arguments}


Im Fix

Code: Select all

SFSErrorCodes.setErrorMessage(ErrorCode.ERROR_ROOM_NAME_LENGTH, "Bad Room name length - Min: %s; max: %s; passed name length: %s");


please fix in sources lib

(bad English)

Re: small bugs (Room Creation)

Posted: 13 Feb 2013, 09:36
by Lapo
Thanks for reporting, will get it fixed in the next release.

Re: small bugs (Room Creation)

Posted: 03 Mar 2013, 20:05
by Lapo
Updated, you can download the new release which also supports the new HRC+ added to SFS2X 2.6
See the sticky post in this forum.