Search found 67 matches

by hhd90
20 Nov 2014, 04:48
Forum: SFS2X Java / Android API
Topic: IndexOutOfBoundsException in the LagMonitor class
Replies: 8
Views: 12719

Re: IndexOutOfBoundsException in the LagMonitor class

Has this bug been fixed in the new version? When a new version is released?
In this time, I use try catch block to prevent this error. Thanks
by hhd90
18 Nov 2014, 10:47
Forum: SFS2X Java / Android API
Topic: IndexOutOfBoundsException in the LagMonitor class
Replies: 8
Views: 12719

Re: IndexOutOfBoundsException in the LagMonitor class

I enabled the LagMonitor after login successful: private void onLogin(BaseEvent event) { _sfsClient.enableLagMonitor(Config.LAG_MONITOR); ............. } My client has already released to end user. In my client (android), I have implemented a method to send a mail to developer when the client was cr...
by hhd90
17 Nov 2014, 04:17
Forum: SFS2X Java / Android API
Topic: IndexOutOfBoundsException in the LagMonitor class
Replies: 8
Views: 12719

IndexOutOfBoundsException in the LagMonitor class

My client was sometime crashed by IndexOutOfBoundsException: java.lang.IndexOutOfBoundsException: Invalid index 9, size is 9\n\tat java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)\n\tat java.util.ArrayList.get(ArrayList.java:304)\n\tat sfs2x.client.util.LagMonitor.getLastPingTi...
by hhd90
06 Nov 2014, 04:15
Forum: SFS2X Questions
Topic: DisconnectReason when user login the same account
Replies: 3
Views: 6233

DisconnectReason when user login the same account

I think the reason for the disconnection is too general. This makes the client can not notify the user exactly disconnected scenarios they encounter. Eg: the 1st user login with username is hhd90, after the 2nd user login with the same username (hhd90), the 1st was disconnect with reason is UNKNOWN!...
by hhd90
05 Nov 2014, 04:40
Forum: SFS2X Questions
Topic: Join the lobby room and the game room
Replies: 1
Views: 4028

Join the lobby room and the game room

What is the difference between joining the lobby room and joining the game room? My scenario is to measure the latency of the request to join rooms. Test results indicate that join the game room spend more time than joining that lobby room, the more obvious difference when using 2G (Edge): joining t...
by hhd90
04 Nov 2014, 09:08
Forum: SFS2X Java / Android API
Topic: LagMonitor: NullPointerException when LostConnection
Replies: 2
Views: 6481

LagMonitor: NullPointerException when LostConnection

My client use the LagMonitor to tracking latency of the connection. But when LostConnection event was dispatched, my client thrown a exception: 11-04 15:06:21.370: E/AndroidRuntime(19759): FATAL EXCEPTION: Timer-2 11-04 15:06:21.370: E/AndroidRuntime(19759): java.lang.NullPointerException 11-04 15:0...
by hhd90
31 Jul 2014, 10:54
Forum: SFS2X Questions
Topic: Smartfox 2.9.0 : Error when run from bat file
Replies: 3
Views: 6063

Re: Smartfox 2.9.0 : Error when run from bat file

Hi, thanks for reporting. I tested under Windows 8 and I see a similar log with a number of warnings. I suspect this has something to do with the initial file-scan that the internal HTTP Server (Jetty) does at boot-time. It should be of no concern, it is only a "boot thing" and it doesn't...
by hhd90
31 Jul 2014, 05:01
Forum: SFS2X Questions
Topic: Smartfox 2.9.0 : Error when run from bat file
Replies: 3
Views: 6063

Smartfox 2.9.0 : Error when run from bat file

Hi SmartfoxSeverTeam,
I encounted this problem when run sever from bat file in smartfoxsever 2.9.0
My OS is window 7

Image

How do I fix this ?
Thanks !
by hhd90
30 Jul 2014, 03:26
Forum: SFS2X HTML5 / JavaScript API
Topic: Problem with Secure Websockets (WSS)
Replies: 12
Views: 22361

Re: Problem with Secure Websockets (WSS)

Lapo wrote:What version of CentOS is this exactly? 5? 6? 7?
thanks

My OS is

Code: Select all

CentOS release 6.4 (Final)
by hhd90
29 Jul 2014, 07:41
Forum: SFS2X HTML5 / JavaScript API
Topic: Problem with Secure Websockets (WSS)
Replies: 12
Views: 22361

Re: Problem with Secure Websockets (WSS)

I also encounter a strange error. My client API : SFS2X_API_JavaScript_v1.2.0 and server version : 2.9.0 Program run locally on window 7 or run on window server 2008, everything is OK but if I run on Linux OS, client can not connect to server. My OS info : Linux version 2.6.32-358.23.2.el6.x86_64 (...
by hhd90
28 Jul 2014, 08:22
Forum: SFS2X Questions
Topic: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!
Replies: 30
Views: 94013

Re: [[NEW]] July 8th, 2014: SmartFoxServer 2X 2.9 Available!

Today July 28th, 2014, I have just downloaded a new version SmartFoxServer but I can not install it on my server. Here is the error [root@B-GATE001 smartfox9]# ls SFS2X_unix_2_9_0_64.tar.gz [root@B-GATE001 smartfox9]# tar -xvzf SFS2X_unix_2_9_0_64.tar.gz SmartFoxServer_2X/ SmartFoxServer_2X/.install...
by hhd90
21 Jul 2014, 10:08
Forum: SFS2X HTML5 / JavaScript API
Topic: Problem with Secure Websockets (WSS)
Replies: 12
Views: 22361

Re: Problem with Secure Websockets (WSS)

Where is the location of https home folder. I put my client in the folder /www/root and get method notifys error null response when go to the link https://myip:wssport/client. If I just go to link https://myip:wssport, it show the { SFS2X Websocket Index Page } where is the location of this page ?
by hhd90
21 Jul 2014, 04:38
Forum: SFS2X HTML5 / JavaScript API
Topic: Problem with Secure Websockets (WSS)
Replies: 12
Views: 22361

Re: Problem with Secure Websockets (WSS)

I also encounter a strange error. My client API : SFS2X_API_JavaScript_v1.2.0 and server version : 2.9.0 Program run locally on window 7 or run on window server 2008, everything is OK but if I run on Linux OS, client can not connect to server. My OS info : Linux version 2.6.32-358.23.2.el6.x86_64 (m...

Go to advanced search