The smartfoxserver tag has no wiki summary.
1
vote
0answers
23 views
Access UserList within RoomList Room Object with smartfoxserver pro
Thanks in advance for reading. I've been trying to figure this out for the past two weeks, been researching heavily and have lots of pieces just need to know how to fit them together.
So I'm using ...
0
votes
3answers
44 views
Java import error
I am trying to get a jar file with java class provided by sfs2x to store buddy list. And having troble in importing like,
import org.apache.commons.io.FileUtils;
import org.slf4j.Logger;
import ...
1
vote
0answers
134 views
Encrypt a plain-text password in actionscript with the wordpress hash
I have a Flash/ActionScript login client that sends the password to the server. On the server, that password is checked a WordPress database. The passwords are encrypted with the WordPress encryption ...
0
votes
0answers
39 views
SmartFoxServer not getting installed
I am using Smartfox server(sfs)2.0,i tried to installsfs 2.o from the following link
http://www.smartfoxserver.com/download/sfs2x#p=installer
Everything is working proper in installation,but after ...
3
votes
3answers
159 views
Java Unreachable code error
I am creating a Java class for SmartFox Server Extension. It is trying to access MySQL Database.
I am receiving a error called Unreachable Code on the line session.setProperty("DatabaseID", dbId);
...
0
votes
1answer
97 views
How to prevent user from leaving the current room and join the newly created room?
I'm facing a problem while working with SmartFoxServer 2X that I want to share seeking any help/advice from the community. It might be the default behaviour of SFS, but I want to do it another way for ...
0
votes
1answer
29 views
Chat Issue with Smartfox Server
Hi I'm running the http://www.impactjs.com game engine with smartfox to create a multiplayer card game. I've run into an issue with the public chat api.
I'm getting an error on line 158 of the API ...
0
votes
1answer
181 views
Smartfoxserver 2X linux 64 running on EC2 via dotcloud - how to install?
I am currently trying to deploy smartfoxserver 2X on EC2 using dotcloud. I have been able to detect the private ip of the amazon web instance, and using the dotcloud tools I have been able to ...
0
votes
0answers
50 views
Smartfoxserver Virtual World Spawn Point
I need help with anybody who has experience in Actionscript 2.0 virtual world programming.I use SmartFoxServer and have been using the AvatarChat.fla that is included with the Pro version of the ...
0
votes
0answers
37 views
Smartfox Room Extension Firebug Logs
I have a smartfox room extension that is defined as 'Is game',
I can not seem to have any request or response logs from firebug net logs,
is there a way to see the firebug logs of requests and ...
0
votes
0answers
93 views
Make Unity-SWF-SFS Combination work
I have made my multi-player game work with Unity and SFS. Now I am trying to host the app on the web and with the Unity Web Player it works great. However, I am now asked to explore if we could make ...
0
votes
0answers
100 views
SmartFoxServer x2 ExtensionController threads causing loss of game state
I'm having a problem using SFS2X. I have an extension request which is being called in parallel by different ExtensionController threads which is causing my game logic to break.
Here is a sample of ...
0
votes
0answers
56 views
SmartFoxServer2x how to set SmartFox2XClient config at rumtime?
SmartFox2XClient provide a api
-(void)loadConfig:(NSString *)filePath connectOnSuccess:(BOOL)connectOnSuccess;
It must load a config.xml,the server ip and port was assigned in this file,
But if I ...
1
vote
1answer
120 views
swf file not playing aftre being published
i am trying to run the 'connector' example that comes bundled with smartfoxserver2x downloads..there it connects to the server and loads the correct configuration file.
when i run it in adobe flash ...
0
votes
1answer
238 views
SmartFoxServer 2x using sfsApi, NullPointerException
I am simply trying to set a room variable (adding the user's name to a room varible) in my UserJoinedRoomHandler:
From my JAVA extension:
public class UserJoinedRoomHandler extends ...
1
vote
0answers
148 views
No Login Request Recieved at the smartfox server
I am making a game in Unity (C#/.NET Api) using SFS 2X as the game server. When the user tries to log in, I get no trace in the log specifying that a Login Request has been made by the client-side. ...
0
votes
1answer
106 views
Server Requirements for SFS2X
I am developing a game which would be played by 1000 - 10000 users. Can SFS2X handle this range of users? If yes, what would be the server requirements, like OS, Hardware, RAM, HDD etc?
Your input ...
0
votes
0answers
126 views
Difference between SmartFox server and any other server like Apache Tomcat?
I want to know What is the difference between the Multiplayer gaming servers in general say for example SmartFox server and other normal servers like tomcat, Jboss etc which we use for web ...
0
votes
1answer
494 views
Client Status: Can't connect to server
I have set up an SFS 2X server on the LAN and server-side OS is Mac OS X.. I am trying to host this (http://docs2x.smartfoxserver.com/ExamplesUnity/object-movement) Unity 3d game (provided as an ...
3
votes
1answer
253 views
Not working Android SmatFox Server examples
I tried to compile this example on my computer, and all apps have errors like this :
04-17 18:01:18.493: E/AndroidRuntime(271): FATAL EXCEPTION: main
04-17 18:01:18.493: E/AndroidRuntime(271): ...
2
votes
1answer
396 views
SmartFoxServer unable to connect to server
I am working in android chat application.
I used SmartFox server. I am using 10.0.2.2 as server IP address and 9933 as Port.
Whenever i run this application using emulator then works fine but when i ...
2
votes
1answer
149 views
How to unit test smartfoxserver
Can anyone suggest an efficient strategy in unit testing smartfoxserver extensions? I'm interested in the latest 2x version.
0
votes
1answer
144 views
Android: SmartFox Server: check room is created or not?
I am working in android. I want to create a chat room dynamically using programming.
I am using following code for this:-
private void createNewRoom()
{
// Create a new chat Room
...
0
votes
1answer
3k views
Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object
I am trying install SmartFoxServer 2X in ubuntu, but during installation i have this error
Error occurred during initialization of VM
java/lang/NoClassDefFoundError: java/lang/Object
What's the ...
0
votes
3answers
478 views
HaxeNME with smartfox server integration
I'm working on a multiplayer game that required the use of Smartfox server, surely I want to start creating the client side in HaxeNME to enable exportation to iphone / android / web at the same time. ...
0
votes
1answer
97 views
Facebook security - spoofing?
What, if anything, should I know about spoofing in regard to Facebook?
I was planning on logging users in with just their Facebook ID - no password. My assumption was that they would already be ...
1
vote
0answers
64 views
Getting rollback error in JPA when deploying to smartfox [duplicate]
Possible Duplicate:
JPA RollbackException but not in unit test
I have an issue that is not present when running a unit test using JPA 2.0, but if I try to use this functionality within a ...
1
vote
1answer
364 views
SmartFox server
Im currently working on an iphone app project. The app is based on a simple chat function between 2 or more people who have registered to the app. Iv outsourced the project. The developers working on ...
-2
votes
1answer
111 views
What is the most suitable platform for developing a custom Flex multi-chatroom app? [closed]
I'm about to develop a multi-chatroom Flex app, and potentially add to it in the future real-timish audio capabilities (push-to-talk audio messaging).
I'm considering Smartfox, Electro, Wowza, and ...
0
votes
1answer
434 views
how to login user by facebook in smartfoxserver?
i want my user to login by facebook login ,i am using this code in client side
sfsClient.login("myext", param1, ""); and in extension response i want
if (event.params.dataObj.success)
{
...
8
votes
1answer
6k views
JDBC SQLServerException: “This driver is not configured for integrated authentication.”
My standard disclaimer: I haven't worked with Java in about 10 years, so it's very probable I'm doing something elementary wrong here...
I am writing a "server-side extension" for SmartFoxServer ...
0
votes
1answer
934 views
How to fix a NoClassDefFoundError?
I haven't worked with Java in about 10 years, so it's very probable I'm doing something elementary wrong here...
I am writing a "server-side extension" for SmartFoxServer (SFS). In my login script, ...