small bugs (Room Creation)

Post here your questions about the Java client / Android API for SFS2X

Moderators: Lapo, Bax

Post Reply
QiXi
Posts: 8
Joined: 06 Feb 2013, 16:46
Location: Russia
Contact:

small bugs (Room Creation)

Post 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)
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: small bugs (Room Creation)

Post by Lapo »

Thanks for reporting, will get it fixed in the next release.
Lapo
--
gotoAndPlay()
...addicted to flash games
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: small bugs (Room Creation)

Post 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.
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply