Search found 124 matches

by Alex
18 Jan 2012, 12:42
Forum: SFS2X Questions
Topic: Problem with user drops
Replies: 19
Views: 24077

Hi

Do you have any info on the problem or what might be causing it?
It is happening everyday so if you need more data I can try to capture and send it to you.
by Alex
16 Jan 2012, 08:29
Forum: SFS2X Questions
Topic: Problem with user drops
Replies: 19
Views: 24077

Hi I have more info on the problem. The drops were caused by me - what I have implemented is a simple ping-pong message system which works like this: -every 4 seconds the client sends an extension message to server and listens for the response If there is no response for at least 20 seconds I stop t...
by Alex
13 Jan 2012, 09:03
Forum: SFS2X Questions
Topic: create npc error?
Replies: 6
Views: 10563

Hi

You can use this

Code: Select all

getParentExtension().getParentZone()
by Alex
08 Jan 2012, 10:22
Forum: SFS2X Questions
Topic: Need more info on advanced server settings
Replies: 1
Views: 4013

Need more info on advanced server settings

Hi I need little bit more explanation about some of the advanced server settings. <systemControllerRequestQueueSize>20000</systemControllerRequestQueueSize> <extensionControllerRequestQueueSize>20000</extensionControllerRequestQueueSize> Is this the size per client or this is some queue that all cli...
by Alex
16 Sep 2011, 17:30
Forum: SFS2X Questions
Topic: Ghost room - Requested room does not exist
Replies: 17
Views: 21063

Hi Here is the new code but as I said it is only used when user wants to join buddy room, otherwise I have a lobby where I list all the rooms and users joins the rooms by sending standard JoinRoomRequest. public void buddyJoinRoom( User user, ISFSObject sfso ) throws SFSJoinRoomException ...
by Alex
14 Sep 2011, 06:47
Forum: SFS2X Questions
Topic: Ghost room - Requested room does not exist
Replies: 17
Views: 21063

It happens only once and it is one room at a time, never saw more than one ghost room. The amount of rooms is different - sometimes around 6-8, sometimes around 60.
by Alex
14 Sep 2011, 04:31
Forum: SFS2X Questions
Topic: Ghost room - Requested room does not exist
Replies: 17
Views: 21063

Hi

I can not reproduce as it is random, but it happens almost every day. I can trace more info if you want - just tell me what you need.
by Alex
12 Sep 2011, 19:03
Forum: SFS2X Questions
Topic: Ghost room - Requested room does not exist
Replies: 17
Views: 21063

Hi Ok I'll add the check, but the problem is that the room is being sent to the users and when they try to join, they get the error that it no longer exists. Do you think that adding that check will solve the problem? If the room is no longer managed by the zone why is being sent to the users?
by Alex
09 Sep 2011, 17:38
Forum: SFS2X Questions
Topic: [bluebox] getting user IP upon user login in Java ext
Replies: 4
Views: 7821

Hi You can try this inside you login handler: ISession session = ( Session ) event.getParameter( SFSEventParam.SESSION ); //trace the ip trace( session.getAddress() ); //trace ip:port trace( session.getFullIpAddress() ); Not sure if it will work with t...
by Alex
09 Sep 2011, 13:08
Forum: SFS2X Questions
Topic: Ghost room - Requested room does not exist
Replies: 17
Views: 21063

Hi Here is the client code: private function onBtnJoinGameClicked( event:CommonEvent ):void { var params:Object = event.params; var jrr:JoinRoomRequest = new JoinRoomRequest( String( params.name ), params.pass, _sfs.lastJoinedRoom.id, params.isSpectator ); _sfs.send(...
by Alex
09 Sep 2011, 11:07
Forum: SFS2X Questions
Topic: Ghost room - Requested room does not exist
Replies: 17
Views: 21063

Hi Yes - that is correct. Here is some more info. The two users are buddies and one of them can leave the room and then join the room again but only if he select the option join buddy room. I've implemented two ways to join room: 1st Way: Client sends var jrr:JoinRoomRequest = new JoinRoomRequest...
by Alex
09 Sep 2011, 08:53
Forum: SFS2X Questions
Topic: Ghost room - Requested room does not exist
Replies: 17
Views: 21063

Hi I know about the auto-remove feature but this is something different. As you see on the picture I've attached there are two users in the room. I've contacted them and they confirmed that they are in the room and they are playing the game normally. The room stays for more than one hour with the tw...
by Alex
08 Sep 2011, 15:23
Forum: SFS2X Questions
Topic: Ghost room - Requested room does not exist
Replies: 17
Views: 21063

Hi

Yes, I have the RC3 installed.

Eventually the room is destroyed - but its kind of annoying as the users sees the room but can't join.
by Alex
08 Sep 2011, 14:41
Forum: SFS2X Questions
Topic: Ghost room - Requested room does not exist
Replies: 17
Views: 21063

Ghost room - Requested room does not exist

Hi From time to time some of my rooms starts to behave strange. I receive the room at the client but when I try to join the room I got the error - Requested room does not exist. When I check the admin console - the room is there too but when I try to get the info I got the error: [18:32:40 | WARNING...
by Alex
02 Sep 2011, 10:56
Forum: SFS2X Questions
Topic: Problem with user drops
Replies: 19
Views: 24077

Hi Here is some more info. I've set log trace to INFO to see if there is something unusual. Here is part of the log "30 Aug 2011 21:35:37,897","INFO","[SocketReader]","bitswarm.sessions.DefaultSessionManager","Session removed:","{ Id: 29538...

Go to advanced search