Search found 70 matches

by levancho
13 Oct 2012, 14:32
Forum: SFS2X Questions
Topic: after patching to latest 2.3.0 I get kicked as guest
Replies: 3
Views: 6216

after patching to latest 2.3.0 I get kicked as guest

as soon as I login as guest player, i get disconnected with error: "Reason: kick" on server side I have custom login and if I find that there is no username, i assume its guest and I do this trace(ExtensionLogLevel.DEBUG,"logging in as guest user"); outData.putInt(UPARAM_LOGIN_CO...
by levancho
11 Oct 2012, 11:03
Forum: SFS2X Questions
Topic: Question regarding Room Extension
Replies: 1
Views: 3629

Question regarding Room Extension

Hi, We have 3 types of Games, type1 type2 type3 every type of game gets its own type Extension gameType1Extension gameType2Extension gameType3Extension now, we have a code : public Collection<User> getRoomUsers() { return this.getParentRoom().getUserList(); } now, question is if we have three rooms ...
by levancho
09 Aug 2012, 06:02
Forum: SFS2X Questions
Topic: error with JDK7
Replies: 3
Views: 4967

[SOLVED]Re: error with JDK7

ok found a little bug in patcher,

1) have accidentally placed patched inside SFS2X , patche did not detected that it was in wrong folder and created another SFS2X inside SFS2X and even gave me message saying that patching was successfully.
by levancho
09 Aug 2012, 05:52
Forum: SFS2X Questions
Topic: error with JDK7
Replies: 3
Views: 4967

Re: error with JDK7

little update, it seems that patch 2.2.0 does not work with mac,
I executed install-osx.sh and it sayd everything was updated, but when I login into the admin it still says server Version 2.0.1
by levancho
09 Aug 2012, 05:48
Forum: SFS2X Questions
Topic: error with JDK7
Replies: 3
Views: 4967

error with JDK7

I have installed latest 2.2 patch and also replaced JRE folder with latest stable JDK 7 from oracle as soon as I log into the admin console I get following messages constantly in the logs, 09:40:15,659 WARN [com.smartfoxserver.v2.controllers.ExtensionController-1] controllers.ExtensionController - j...
by levancho
12 Jul 2012, 04:12
Forum: 2X Features Wish List
Topic: SFS2X custom Admin Tool modules
Replies: 21
Views: 64677

Re: SFS2X custom Admin Tool modules

so what is the status on this? cane e get a ADK to develop modules for admin?
by levancho
12 Jul 2012, 03:55
Forum: 2X Features Wish List
Topic: Smartfox V2 configData readWrite
Replies: 0
Views: 14400

Smartfox V2 configData readWrite

Hi, is there a way you can make configData as read write, I have a use case that i need to creat several smart fox objects for different environments, and I would like to set configData object programatically, instead of making a service call to load xml file. basically so I could do var sf:SmartFox...
by levancho
12 Jul 2012, 03:53
Forum: SFS2X ActionScript 3 API
Topic: Smartfox is not responding after first fail connection
Replies: 3
Views: 7527

Re: Smartfox is not responding after first fail connection

UPDATE:

killConnection does not work,

recreating smartfox object also is not good because then I have to reload config file, via service call
by levancho
11 Jul 2012, 13:40
Forum: SFS2X Questions
Topic: Socket Error -> kill client for ever
Replies: 26
Views: 38575

Re: Socket Error -> kill client for ever

I am cross linking this
http://smartfoxserver.com/forums/viewto ... 19&t=14507

it seems to relate to it, plus I am using air app so there is no browser involved.
by levancho
11 Jul 2012, 13:31
Forum: SFS2X ActionScript 3 API
Topic: Smartfox is not responding after first fail connection
Replies: 3
Views: 7527

Smartfox is not responding after first fail connection

hi, I have an application where i can pick the servers where i want to connect my client, we have local servers and integration servers, problem is that if I try to connect client to server that is down, I get following error in client : ## SocketError: [IOErrorEvent type="ioError" bubbles...
by levancho
07 Jul 2012, 09:59
Forum: SFS2X Questions
Topic: Debugging Smartfox on MAC/intelliJ
Replies: 3
Views: 8387

Debugging Smartfox on MAC/intelliJ

Hi,

I see that in my Mac version of smart fox there is no sfs2x-standalone.vmoptions

so where should I put my debug info for JVM?
by levancho
20 Jun 2012, 06:30
Forum: SFS2X Questions
Topic: compiling and running with JDK 7
Replies: 4
Views: 5555

Re: compiling and running with JDK 7

very nice, so basically I can order my dev team to switch to JDK 7 right?

thanks for the fix.

Regards
Levan
by levancho
04 May 2012, 05:31
Forum: SFS2X Questions
Topic: compiling and running with JDK 7
Replies: 4
Views: 5555

compiling and running with JDK 7

Hi Smartfox Team,

can you confirm that JDK 7 is supported to compile my extension and also to run on our Server? basically I would like to get rid of JDK 6 since its EOL is approaching.

also Bonus question: it should not matter if I compile with 64 bit JDK or 32 bit right?
by levancho
31 Mar 2012, 23:57
Forum: SFS2X Questions
Topic: spaceraces example UDP not workin on latest SFS2 api
Replies: 19
Views: 21343

spaceraces example UDP not workin on latest SFS2 api

game itself works but,it seems that UDP protocol is not working I have compiled both client and server code with latest API jar/swf I am still getting following error in console: DEFAULT, Logged: Yes, IP: 127.0.0.1:53294 } 19:53:48,942 WARN [SocketWriter-1] core.SocketWriter - java.lang.IllegalState...
by levancho
07 Mar 2012, 13:54
Forum: SFS2X ActionScript 3 API
Topic: Multiple/Single Instance(es) of Smartfox Object ?
Replies: 3
Views: 6821

Re: Multiple/Single Instance(es) of Smartfox Object ?

Well, I am not sure, because I played SpaceRacer and it was working as realworld example,I dont know how creating multiple smartfox instances can simulate multiple users ? as I see in source code it creates new instance of smartfox for each Ui windows, I am no sure if it needs that to simulate multi...

Go to advanced search