Search found 18 matches

by Ulnari
18 Mar 2013, 12:59
Forum: SFS2X Questions
Topic: Configuration extension error
Replies: 3
Views: 4938

Re: Configuration extension error

I had the same problem, it occured when submitting a zone extension config data for an existing zone (within the admin tool). Problem was, the extension name was the same as the zone name (which should be no problem IMHO) The error message is misleading because it says that the zone name is duplicat...
by Ulnari
22 Jul 2010, 10:30
Forum: Server Side Extension Development
Topic: Mistake in docs for DataRow.getItem(int index)
Replies: 0
Views: 3203

Mistake in docs for DataRow.getItem(int index)

Index starts from 1 not 0

Greetings
Ulnari
by Ulnari
25 Feb 2010, 09:54
Forum: Job offers and requests
Topic: Flash Game Developer (AS3) in Vienna
Replies: 0
Views: 4439

Flash Game Developer (AS3) in Vienna

konstruktGames is a start-up in Vienna and is looking for a Flash Game Developer (AS3) for implementing the client side of a multiplayer game prototype. Project: • Strategic RPG with player evolution • Scifi/cyberpunk setting • Multiplayer, realtime, client-server • Audited and funded by imp...
by Ulnari
26 Nov 2009, 15:19
Forum: Server Side Extension Development
Topic: Room Extension synchronize problem (1.6.6)
Replies: 1
Views: 3983

I found the reason: handleInternalEvent is not called by the system handler thread, but also by extension handler thread.
by Ulnari
26 Nov 2009, 14:33
Forum: Server Side Extension Development
Topic: Room Extension synchronize problem (1.6.6)
Replies: 1
Views: 3983

Room Extension synchronize problem (1.6.6)

Hi Lapo, I try to synchronize an extension, but the lock is ignored, regardless if method (instance lock) or object lock is used. For simplicity of the code posted here and to demonstrate the problem, "handleRequest" and "handleInternalRequest" are fully method synchronized, whic...
by Ulnari
06 Oct 2009, 11:43
Forum: Server Side Extension Development
Topic: Auto reconnect after kickUser()
Replies: 8
Views: 11720

Lapo, did you reproduce the behavior? It seems independend of the amount of time the user was logged in.
by Ulnari
01 Oct 2009, 12:15
Forum: Server Side Extension Development
Topic: Auto reconnect after kickUser()
Replies: 8
Views: 11720

You didn't really try it out, did you? Of course I did, otherwise I wouldn't have responded. Sorry, couldn't resist. Actually I want to thank you for your help. The code for immediate kick is just an example so that you can reproduce the behavior. In my application the user isn't kicked at the mome...
by Ulnari
30 Sep 2009, 20:28
Forum: Server Side Extension Development
Topic: Auto reconnect after kickUser()
Replies: 8
Views: 11720

Problem is, after a few seconds (~5) the client reconnects using the BlueBox. SFS debug output says: I can't reproduce this. Reconnecting after a kick always uses sockets, if they are available You didn't really try it out, did you? Just grab the AS3 example "template_AS3", turn client de...
by Ulnari
30 Sep 2009, 12:15
Forum: Server Side Extension Development
Topic: ??? how to force user to join as spectator server side ???
Replies: 6
Views: 8473

Yes, the problem is when userJoin is triggered, the user has already joined, here is a related thread: viewtopic.php?t=5943
by Ulnari
29 Sep 2009, 15:34
Forum: Server Side Extension Development
Topic: intercept room join?
Replies: 2
Views: 5159

Lapo, with "move to the server side" you mean to write a custom extension command, but not using the handleInternalRequest / userJoin, right?
by Ulnari
29 Sep 2009, 15:19
Forum: Server Side Extension Development
Topic: ??? how to force user to join as spectator server side ???
Replies: 6
Views: 8473

something like this ... ? public void handleInternalEvent(InternalEventObject evt) { String eventName = evt.getEventName(); switch(Event.valueOf(eventName)) { case userJoin: User user = (User) evt.getObject("user"); Room room = (...
by Ulnari
29 Sep 2009, 15:05
Forum: Server Side Extension Development
Topic: Auto reconnect after kickUser()
Replies: 8
Views: 11720

Auto reconnect after kickUser()

Hi, I am using SFS 1.6.6 In my server extension, I am using ExtensionHelper.kickUser() to remove a user from the room, which works as expected. SFS Client debug out: [ RECEIVED ]: <msg t='sys'><body action='dmnMsg' r='0'><user id='1' /><txt><![CDATA[Game has stopped]]></txt></body></msg>, (len: ...
by Ulnari
27 Apr 2009, 09:42
Forum: Server Side Extension Development
Topic: Java extension receiving null objects
Replies: 4
Views: 6710

Any ideas on this?

Thanks a lot!
by Ulnari
23 Apr 2009, 09:11
Forum: Server Side Extension Development
Topic: Java extension receiving null objects
Replies: 4
Views: 6710

public function useItem(monkeyId:String, itemInstanceId:String, itemId:String, locationName:String, slotName:String, xPos:Number, yPos:Number, gardenId:String):void { var params:Object = new Object; params.mk_id = monkeyId; params.ii_id = itemInstanceId; params.i_id = itemId; params.il...
by Ulnari
22 Apr 2009, 14:37
Forum: Server Side Extension Development
Topic: Java extension receiving null objects
Replies: 4
Views: 6710

Java extension receiving null objects

Hi, I have a problem with receiving null objects. One of the (string) parameters in the ActionscriptObject I receive is "null", and when I try "ao.getString()" on it, an ClassCastException is thrown. 17:38:23.523 - [ WARNING ] > Exception in ExtensionHandler: java.lang.ClassCastE...

Go to advanced search