Search found 11 matches

by haha0738
30 Dec 2014, 06:40
Forum: SFS2X ActionScript 3 API
Topic: version required to extract this entry not supported (788)
Replies: 1
Views: 5525

version required to extract this entry not supported (788)

I updated my client api form version 2.6 to version 2.9.
But I got the message "version required to extract this entry not supported (788)" when I trying to browse the SWC content.
The IDE what I am using is FlashDevelop 4.6.4.1.
by haha0738
09 Jun 2014, 03:43
Forum: SFS2X Questions
Topic: I can not send request to rooms by bluebox
Replies: 10
Views: 26101

Re: I can not send request to rooms by bluebox

I found out the reason.
Because user.getSession().isConnected() of bluebox connection is false. I refuse the request.
Thanks for your help.
by haha0738
06 Jun 2014, 08:43
Forum: SFS2X Questions
Topic: I can not send request to rooms by bluebox
Replies: 10
Views: 26101

Re: I can not send request to rooms by bluebox

I upgrade my client to 1.2.0 and server to 2.8.4. It's the same. Bluebox log is empty. There is no error on server. I send request from client the http log file logged my request, but I can not see any error or message on smartfoxserver log. Can I trace the bluebox on smartfoxserver? logs/http/2014_...
by haha0738
05 Jun 2014, 04:14
Forum: SFS2X Questions
Topic: I can not send request to rooms by bluebox
Replies: 10
Views: 26101

Re: I can not send request to rooms by bluebox

The version of my client api is 1.0.1. The server is 2.6.0
Local and live test have the same problem.
by haha0738
04 Jun 2014, 04:11
Forum: SFS2X Questions
Topic: I can not send request to rooms by bluebox
Replies: 10
Views: 26101

Re: I can not send request to rooms by bluebox

I tried it locally. Everything works without bluebox.
It happens all the times. I can not send request to room level extension with bluebox, But I can receive the response which is sent by room level extension.
by haha0738
03 Jun 2014, 03:10
Forum: SFS2X Questions
Topic: I can not send request to rooms by bluebox
Replies: 10
Views: 26101

Re: I can not send request to rooms by bluebox

There are no errors on the server side. Bluebox logs are empty too. The client actually logged in and join the room. I can see it from Admin Tool https://www.dropbox.com/s/uz7d92jho20uxuq/2014-06-03_102402.png 7734-7 | bitswarm.sessions.DefaultSessionManager | | Session created: { Id: 3, Type: BLUEB...
by haha0738
29 May 2014, 11:09
Forum: SFS2X Questions
Topic: I can not send request to rooms by bluebox
Replies: 10
Views: 26101

I can not send request to rooms by bluebox

sfs-config.xml <!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: SFS2X Client Configuration file (c) 2011 gotoAndPlay ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: --> <SmartFoxConfig> <!-- Mandatory Settings --> <ip>XXX.XXX.XXX.XXX</ip> <port>993...
by haha0738
01 Sep 2010, 07:29
Forum: Server Side Extension Development
Topic: setUserVariables can't update client
Replies: 2
Views: 5260

Does this work for you? HashMap vars = new HashMap(); vars.put("nick_name", request.nick_name); ExtensionHelper.instance().setUserVariables(user, vars, true); No need to use user.setVariable of you use helper.setUserVariables to set the user's variables. Th...
by haha0738
31 Aug 2010, 10:12
Forum: Server Side Extension Development
Topic: setUserVariables can't update client
Replies: 2
Views: 5260

setUserVariables can't update client

This is my server code user.setVariable("nick_name", request.nick_name, UserVariable.TYPE_STRING); ExtensionHelper.instance().setUserVariables(user, user.getVariables(), true); This is what I receive in client [ RECEIVED ]: <msg t='sys'><body action='uVarsUp...
by haha0738
23 Nov 2009, 07:09
Forum: .Net / Unity3D API
Topic: Some problem in Unity3D
Replies: 6
Views: 11616

thanks for your help^^
I think I have been solved the problem.
I use SendXtMessage method
by haha0738
20 Nov 2009, 04:35
Forum: .Net / Unity3D API
Topic: Some problem in Unity3D
Replies: 6
Views: 11616

Some problem in Unity3D

I use C# to develope my game. I send a SFSObject from client, but I can't handle it on public void handleRequest(String cmd, ActionscriptObject ao, User fromUser, int fromRoom) Have any on can tell me how to receive the object in jave extension? this is the message what I send form client [S...

Go to advanced search