Search found 16 matches

by kaspi
19 Mar 2012, 19:39
Forum: Java2SE / Android Client API
Topic: Can't connect to smartfox server using java client api
Replies: 3
Views: 14622

Re: Can't connect to smartfox server using java client api

Hello, I have exactly the same problem, when I try to connect to sfs server from a normal Java class with Main, It works without problem, BUT when I tried to connect from Android Activity class using the same code It gives me these error : Socket Error: Could not establish a connection! I have SFS P...
by kaspi
10 May 2011, 14:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: room list player count showing -1
Replies: 27
Views: 29609

1.6.9

We've just patched to 1.6.9, we'll observe the server then we'll give our feedback.
by kaspi
09 May 2011, 22:12
Forum: SmartFoxServer 1.x Discussions and Help
Topic: room list player count showing -1
Replies: 27
Views: 29609

the same user count and spectator count problem

We have exactly the same problem, after a certain period of time without restarting the server we got something like that : <rm id='15' priv='0' temp='0' game='1' ucnt='10' scnt='-10' maxu='10' maxs='8'><n><![CDATA[Table2]]></n></rm> user count is 10 and spectator count is -10 !! but there is no one...
by kaspi
02 Sep 2010, 10:46
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Threading in AS3
Replies: 10
Views: 12966

All the treatement, modifications, plays issues are done in the server side. The only thing that is done in the client side, is GUI issues. But, for example, if you want to show animation when player 1 plays. After this animation finished, you show the card played by the player 1. But, because of th...
by kaspi
31 Aug 2010, 14:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Threading in AS3
Replies: 10
Views: 12966

We have 0 dropped message and SFS PRO version. I'll explain the game, It is a card game played by 4 players (1,2,3,4) When player 1 plays, all the three others receive his play, then player 2 plays, 3 and player 4. This is the game and The things go fine in the most of the case, but the problem occu...
by kaspi
31 Aug 2010, 00:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Threading in AS3
Replies: 10
Views: 12966

Any answer plz
by kaspi
28 Aug 2010, 02:07
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Threading in AS3
Replies: 10
Views: 12966

The server values are : <ClientMessagQueue> <QueueSize>100</QueueSize> <MaxAllowedDroppedPackets>10</MaxAllowedDroppedPackets> </ClientMessagQueue> <MaxIncomingQueue>5000</MaxIncomingQueue> <DeadChannelsPolicy>strict</DeadChannelsPolicy> <MaxMsgLen>4096</MaxMsgLen> What do you recommand ?
by kaspi
27 Aug 2010, 09:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Threading in AS3
Replies: 10
Views: 12966

I send a play message, when player plays, I don't know the interval. They are 4 players on the game. Example : Player 1 plays, 2 plays, 3 plays and player 4 plays. The problem occurs when player 4 receives all the 3 plays (or 2) in the same time (due to connection issue or other issues). When this o...
by kaspi
24 Aug 2010, 12:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Threading in AS3
Replies: 10
Views: 12966

Threading in AS3

Hello, We've just launch our multiPlayer Game as beta version. Until now, everything works fine, but we have a problem due to the connection. Sometimes, a player (who has a bad connection) can receive two messages (two plays) in row from the Server. This can block this player to continue the game. (...
by kaspi
03 Aug 2010, 22:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: MissingExtensionException
Replies: 6
Views: 8900

I've just reinstalled the server. But I have exactly the same error. When I start the server using the start.sh command, everything is fine, but when I started It using "./sfs start" command, the server take only the last extension activated !!!! I checked the log file. The two extensions ...
by kaspi
24 May 2010, 10:11
Forum: SmartFoxServer 1.x Discussions and Help
Topic: MissingExtensionException
Replies: 6
Views: 8900

I checked all the .jar and all the config. The problem happened only when I use "./sfs start" command. And I guess the "./sfs start" command and the "./start.sh" one use the same config File, so If It works for "./start.sh" command It may mean that the config....
by kaspi
24 May 2010, 08:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: MissingExtensionException
Replies: 6
Views: 8900

This is the second time I post a question with no response !!
I don't know what is the criteria you follow to answer !

I have a real problem, I must have this works on the production machine to buy the licence !

Regards ...
by kaspi
23 May 2010, 14:15
Forum: SmartFoxServer 1.x Discussions and Help
Topic: MissingExtensionException
Replies: 6
Views: 8900

I discover that this problem happened when I start the server using "./sfs start" command ! when i started It using "./start.sh" command I didn't have this problem !!

How can I do to resolve It, I need to start the server using ./sfs start of course !
by kaspi
23 May 2010, 13:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: MissingExtensionException
Replies: 6
Views: 8900

MissingExtensionException

Hello, I've just finished developping a game based on smartFox, my developpement was done on iMac with smartFox Server Pro 1.6.6 with the 1.6.8 patch. I have only two zones and two exensions (Zone extension). Everything works fine, but when I put all this on the server (Debian 5 64bits). Only one zo...
by kaspi
04 Mar 2009, 22:38
Forum: Server Side Extension Development
Topic: Instance variable for Java Extension
Replies: 1
Views: 4090

I really need your help Lapo :)

Go to advanced search