Search found 22667 matches

by Lapo
03 Jul 2007, 06:50
Forum: Server Side Extension Development
Topic: Possible to debug at runtime?
Replies: 11
Views: 16338

Thanks Zood, very useful tip :) For that it would be great to "runtime" debug the extensions. Its a hell compiling and copying files to the server all the time. You guys can relieve the pain using Ant which usually comes embedded with Eclipse. With Ant you can automate the entire process o...
by Lapo
03 Jul 2007, 06:45
Forum: Server Side Extension Development
Topic: server to server connection for clustering
Replies: 7
Views: 10220

It's a bad idea :)
The current architecture of SFS doesn't support clustering. You could work around this using the embedded webserver and creating your own cross-server messaging system... but be prepared to some serious headache :)
by Lapo
03 Jul 2007, 06:38
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connecting... and?
Replies: 9
Views: 10248

Since you're having all these issues with your config, I'd recommend to use SmartFoxServer Basic or PRO instead.
They can auto-send the policy file and the PRO comes with its own webserver too. They are both free to download and they come with a free 20-users license.
by Lapo
03 Jul 2007, 06:36
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Errors showing up
Replies: 3
Views: 4936

You don't seem to have installed any SmartFoxClient APIs
Please follow the instructions in our documentation and if it doesn't help check this post, too -> viewtopic.php?t=16
by Lapo
03 Jul 2007, 06:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: FLA publish question regarding SmartFox Server extensions
Replies: 1
Views: 3894

This is Flash going nuts :(
Unfortunately there are some well known Flash bugs that can prevent it from compiling regular classes.

Try clearing the ASO files cache -> http://flashmove.com/forum/showthread.php?t=17420
by Lapo
03 Jul 2007, 06:32
Forum: SmartFoxServer 1.x Discussions and Help
Topic: How to know if a user is connected?
Replies: 3
Views: 5855

You use room.getUser(id)
if an object is returned then the user is connected, otherwise you'll get null/undefined
by Lapo
03 Jul 2007, 06:31
Forum: SmartFoxServer 1.x Discussions and Help
Topic: How to get User object on the client-side ?
Replies: 9
Views: 15356

room.getUserId(id)

There are dozens of examples of usage in our tutorials, also please check our documentation -> http://www.smartfoxserver.com/docs/
by Lapo
29 Jun 2007, 12:13
Forum: Server Side Extension Development
Topic: Serverside errorcodes
Replies: 14
Views: 18611

Here we go: Login errors: Sorry, this zone is full! You should provide a non empty user name! Socket connection is null Socket connection is closed User already logged in Zone does not exist! This user name is already taken. Your username contains badwords! Too many connections coming from your ip a...
by Lapo
29 Jun 2007, 11:40
Forum: Server Side Extension Development
Topic: Attaching Extensions to dynamically created rooms in Java
Replies: 7
Views: 11659

Just check the server side version of the createRoom() method
(chapter 7.2, javadoc)
by Lapo
29 Jun 2007, 11:38
Forum: Server Side Extension Development
Topic: CancelledKeyException?
Replies: 2
Views: 5948

I think this is related with the other problem you mentioned (too many files open). Once that is fixed this one should go away as well.
by Lapo
29 Jun 2007, 09:36
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Building MMO Virtual Worlds
Replies: 10
Views: 29041

mmm... I am not sure about what you mean. Essentially it's just a matter of integrating the ORM (let's say Hibernate) with the extension. In practice this means: - add the jar files and relative references in the classpath - configure the ORM (general config and mapping files) - add a couple of Java...
by Lapo
29 Jun 2007, 09:27
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartMessenger example: setUserVariables fails
Replies: 12
Views: 17839

Problem spotted :) This is a very particular case. The variables do work correctly, that's why we were not able to understand the origin of the problem, which is to found somewhere else. This is the issue: - The SmartMessenger uses a custom login, so there's an extension that handles the login proce...
by Lapo
29 Jun 2007, 09:09
Forum: Features Wish List
Topic: smart real time api
Replies: 6
Views: 12785

without an extension?
I don't get it, can you better explain?
Maybe you mean that you would like something like sendObject but with a more compressed format?
by Lapo
29 Jun 2007, 09:06
Forum: Server Side Extension Development
Topic: onExtension Response & change of frame
Replies: 5
Views: 8934

It is happening to me on a very fast MacBookPro also, with a local server (127.0.0.0) that the extension response arrives before the playhead gets to the "game" frame. Yep, since the local server has almost 0 lag it's probably faster than the frame switch. I didn't even know that "on...
by Lapo
29 Jun 2007, 07:26
Forum: SmartFoxServer 1.x Discussions and Help
Topic: New article available!
Replies: 1
Views: 3149

forgot to mention: if you wish to leave comments/questions please leave them in the sticky, not here.

Thanks

Go to advanced search