Questions tagged [smartfoxserver]

A multiuser server platform for developing and running multiplayer games

SmartFoxServer is the core product of the SmartFox platform.

It's a comprehensive SDK for rapidly developing multiplayer games and applications with Adobe Flash/Flex/Air, Unity, HTML5, iOS, Windows Phone 8, Android, Java, Windows 8, C++ and more.

SmartFoxServer is available in three different editions:

  • Basic
  • Pro
  • 2X
114 questions
0
votes
1 answer

Smartfox example (tris) for dynamic rooms is not working

I'm having a problem running the tris example of smartfox server. The site has the installation instruction. The game creates a dynamic rooms however when I check the zone monitor module and monitors the newly created room, the room extension tab is…
khepri
  • 77
  • 1
  • 10
0
votes
1 answer

FATAL ERROR: Could not create log files in smartFoxServer

Recently, I try use smartFoxServer for my new project. The problem is after the install, i try start the smartFoxServer, and it's write this: |------------------------------------------------------------| | SmartFoxServer …
EqWey Ace
  • 5
  • 4
0
votes
1 answer

RunOnUIThread in Android with callbacks

I'm developing an Android card game app and using smartfox client API in my project. When a user is playing game, smartfox server push responses to the client by invoking callbacks from back end and we need to manipulate app UI within these…
0
votes
1 answer

SmartfoxServer implementation with Amazon EC2?

Hell, I want to create a cloud server using Amazon EC2 and SmartFox. I succesfully installed SmartFox on windows machine Amazon provided me, configuered it so i have the private ip as they told me in the documentation, if i try to connect as…
Alexandru Dranca
  • 830
  • 1
  • 7
  • 21
0
votes
3 answers

ActionScript SmartFoxServer unable to connect

27.10.2014: I still really need help for this question. My friend and I are trying to host a game through SmartFoxServer. He is hosting the server on his computer, and has successfully portforwarded the necessary port (9339) to his local IP. We have…
0
votes
1 answer

Haxe not connecting to SmartFoxServer PRO 1.6.6

I'm working on a project in Haxe which requires a connection to the SmartFoxServer. I installed SFS Pro (localhost:8080 opens and displays the intro page fine). I haven't modified the config files either. Client-side, I try running…
user2784930
  • 15
  • 1
  • 7
0
votes
1 answer

NoClassDefFoundError com/google/gson/Gson when trying to use gson in my project

I have added gson to my java project, to be used as an extension for SmartFoxServer. If I just add the following line: Gson gson = new Gson(); then when I export the extension, I get the following error in the SFS console: Exception:…
Luoruize
  • 579
  • 2
  • 7
  • 25
0
votes
1 answer

Trigger smartfox server callback from PCL to Xamarin.android

I'm developing an android game using xamarin.android. Backend logic of game is hosted on smartfox server and I'm using smartfox Unity client API to consume the services. My project architecture is: Xamarin.android -> PCL (portal class…
0
votes
1 answer

How to save data permanently in an sfs server

I've got a virtual world in Adobe Flash AS2 using SmartFoxServerPro. One problem, everytime a user logs back in, his data resets, well the server never saves it. My question is: how to save permanent data to a server, so even when other people join,…
Danidre
  • 17
  • 1
  • 7
0
votes
1 answer

Using CryptSharp to validate against wordpress DB

I'm creating a game with Unity and Smart Fox Server and would like to use my wordpress database. My first attempt: string cryptedPassword = Crypter.PhpassCrypter.Crypt(password); The output I'm getting has the correct prefix so there's just…
J.Milliscone
  • 31
  • 1
  • 7
0
votes
0 answers

How to split get utf string

if (cmd == "card_request") { Debug.Log("FOund cards"); ISFSObject responseParams = (SFSObject)evt.Params["params"]; Debug.Log(responseParams.GetClass("cards").ToString()); SFSArray data = (SFSArray)responseParams.GetSFSArray("cards"); …
allrounder
  • 49
  • 6
0
votes
1 answer

USER_ENTER_ROOM event is not working

I am working on unity with smartfox integration for my multi player cards game. Now I am creating rooms to join to play the game. Room is created and user is joined in the room, the problem is now I have to call USER_ENTER_ROOM event to confirm that…
0
votes
1 answer

Usage Of SFSEventType.SERVER_READY inSmartFox Server

I am using SmartFox Server and want to check if the Server is ready to accept requests or not.According to my searchings in the available documentation and google..the way to do this by using a event handler on the server stating which kind of event…
AndroidMech
  • 1,676
  • 3
  • 20
  • 31
0
votes
1 answer

TypeError: Error #2007 Parameter type must be non-null

I have this problem : TypeError: Error #2007: Parameter type must be non-null. at flash.events::EventDispatcher/addEventListener() at Ch05_02() when I am running my flash doc the Ch05_02 as file package { import…
0
votes
1 answer

Conversion from flash to android tablet

I have a virtual world (user login, create avatar, walk around and play games) running on web with flash/as3 as client side and smartfox2X as server. I have plan to get the whole system into android tablets. My question is How do I achieve this? or…
Maddy
  • 67
  • 1
  • 12