Search found 2805 matches

by rjgtav
15 Sep 2013, 13:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: This is driving me crazy
Replies: 14
Views: 18821

Re: This is driving me crazy

Ok, good :)
by rjgtav
15 Sep 2013, 13:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [ Dropped OUT-MSG ]
Replies: 5
Views: 9140

Re: [ Dropped OUT-MSG ]

Well, it depends, really, on the lag between the user's machine and the server.
For example, I'm in Portugal and for me it was running quite good, with not much delay on receiving the data from the server.

I would not worry much about the server location, for now.
by rjgtav
15 Sep 2013, 13:31
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Unable to connect: I/O Error
Replies: 7
Views: 11377

Re: Unable to connect: I/O Error

Well, the I/O Error is a very generic one..
Can you provide the error logs from the client?

If I'm not mistaken, you can get a more detailed error if you use the Flash Player Debugger.

Thanks
by rjgtav
12 Sep 2013, 02:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: cross domain adress syntax or format
Replies: 6
Views: 10365

Re: cross domain adress syntax or format

Yes, you can use that simple cross-domain I've provided. Please check if you have any firewall that may be blocking the connection from your PC to the one that is running SFS. If you connect from the PC that is running SFS, to that same SFS, through the AdminTool, but using the external ip, does it ...
by rjgtav
12 Sep 2013, 02:05
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [ Dropped OUT-MSG ]
Replies: 5
Views: 9140

Re: [ Dropped OUT-MSG ]

Hello again I've tested your game. One thing that caught my attention was that on a single room there about 30-40 users showing at the same time. These 30-40 users, all walking and chatting at the same time can generate quite a great amount of messages, which will overflow the slower clients. This h...
by rjgtav
10 Sep 2013, 20:58
Forum: SFS2X iPhone / iPad / OSX API
Topic: Cannot connect to SFS2X without wifi
Replies: 12
Views: 18075

Re: Cannot connect to SFS2X without wifi

Hmm, I see that some people are misreading Lapo's post regarding 1.1.8... ;) When it was first built, the API's developers compiled the v1.1.8 with an iOS 6 SDK, which, of course, made it unable to run on iOS 5. After this was reported by an User, it was sent to the developers to fix it and I'm pret...
by rjgtav
10 Sep 2013, 20:52
Forum: SmartFoxServer 1.x Discussions and Help
Topic: [ Dropped OUT-MSG ]
Replies: 5
Views: 9140

Re: [ Dropped OUT-MSG ]

Hi there, It seems that you're filling up the Outgoing Message queue pretty quickly. Can you provide more details regarding what type of application are you running, what clients are you targetting (either pcs or mobiles)? Are you sending many small packets instead of less, but bigger ones? By the w...
by rjgtav
10 Sep 2013, 20:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: cross domain adress syntax or format
Replies: 6
Views: 10365

Re: cross domain adress syntax or format

Hi, Well, the cross-domain policy file is not needed for this case, you can use a simple one that allows connection from any domain: <?xml version="1.0"?> <!DOCTYPE cross-domain-policy SYSTEM "/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <!-- This is a master-policy ...
by rjgtav
10 Sep 2013, 09:14
Forum: SFS2X iPhone / iPad / OSX API
Topic: Cannot connect to SFS2X without wifi
Replies: 12
Views: 18075

Re: Cannot connect to SFS2X without wifi

Please make sure that you're running the latest Client API, version 1.1.8, from:
http://www.smartfoxserver.com/download/sfs2x#p=client
by rjgtav
10 Sep 2013, 09:10
Forum: SFS2X Questions
Topic: Online Buddy Variable or Offline Buddy Variables
Replies: 9
Views: 9708

Re: Online Buddy Variable or Offline Buddy Variables

Hi, How are you setting the "$key1" variable? And when? As it has the $ prefix, it should be an offline BuddyVariable. And from which client are you trying to retrieve it? The client that owns that variables? A different client? If you, on the BuddyStorage class, trace the variables that y...
by rjgtav
10 Sep 2013, 09:04
Forum: SFS2X Questions
Topic: wamp vs sfs
Replies: 11
Views: 12024

Re: wamp vs sfs

Hi, On SFS you have to update the listening socket addresses, at the Zone Configurator module, and Jetty's port at the config/jetty/jetty.xml file. On WAMP, you have to update, at least, Apache's port at the httpd.conf file, and you can also change MySQLs port in case it is conflicting. Don't forget...
by rjgtav
10 Sep 2013, 02:43
Forum: SFS2X Questions
Topic: Serialization in smartfox
Replies: 11
Views: 12954

Re: Room creation

Hi, I'm sorry but you have to provide further details. When do you want to create those new rooms dinamically? In the meantime, you can check the SFSApi class of the Java Server API Documentation, as it contains the createRoom() methods which are responsible for creating a room whenever you want. Ch...
by rjgtav
10 Sep 2013, 02:18
Forum: SFS2X C# API
Topic: Init Buddylist failed
Replies: 3
Views: 7094

Re: Init Buddylist failed

Hi,

Is this using the Unity API and then exporting it as both Android and iOS builds?
If so, can you provide which Unity API version are you using?
You can find it at the version property of the SmartFox instance.

Cheers
by rjgtav
10 Sep 2013, 02:12
Forum: SFS2X iPhone / iPad / OSX API
Topic: Cannot connect to SFS2X without wifi
Replies: 12
Views: 18075

Re: Cannot connect to SFS2X without wifi

Hi there,

Hmm... Maybe your mobile connection provider's network doesn't support TCP connections?
Are you getting any error on the client? And/or any on the Server?
Can you provide further details of your setup?

Thanks
by rjgtav
10 Sep 2013, 02:03
Forum: SmartFoxServer 1.x Discussions and Help
Topic: cross domain adress syntax or format
Replies: 6
Views: 10365

Re: cross domain adress syntax or format

Hi,

I'm sorry but I didn't understand anything of what you said. What problem are you facing?

Cheers

Go to advanced search