Search found 29 matches

by Godai
29 Oct 2009, 17:23
Forum: Server Side Extension Development
Topic: Wierd error "[ WARNING ] > Bad arguments in JoinRoom
Replies: 7
Views: 10181

I solved the problem. It was our multiplayer API extension that handled the creation/locking of rooms. Apparently a local zone variable was used where there was a global zone variable of the same name. After fixing this issue, the bug went away. Not sure why though :) But it did only happen with one...
by Godai
29 Oct 2009, 12:11
Forum: Server Side Extension Development
Topic: Wierd error "[ WARNING ] > Bad arguments in JoinRoom
Replies: 7
Views: 10181

Hehe. I don't quite understand it either. It's just when I call joinRoom(staticlimboroom) on the client side (only on a certain java plugin) the server console window writes: [ WARNING ] > Bad arguments in JoinRoom Request The joinRoom call succeeds but the room I was previously in (with the plugin)...
by Godai
29 Oct 2009, 09:43
Forum: Server Side Extension Development
Topic: Wierd error "[ WARNING ] > Bad arguments in JoinRoom
Replies: 7
Views: 10181

Wierd error "[ WARNING ] > Bad arguments in JoinRoom

I have two java plugins. When I exit the first as the only user, the room gets destroyed properly and my player moves to limbo room. In the other extension I get the warning : "[ WARNING ] > Bad arguments in JoinRoom Request" and the room is not destroyed although I move to the limbo room....
by Godai
26 Oct 2009, 08:31
Forum: Server Side Extension Development
Topic: Wierd null pointer exception in handlePrivateMessage
Replies: 3
Views: 5935

We're using SmartFoxServer PRO 1.6.6.
I think we have an unlimited user license.
Java VM is 1.6.0.16

Thanks in advance

/Godai
by Godai
20 Oct 2009, 11:02
Forum: Server Side Extension Development
Topic: Wierd null pointer exception in handlePrivateMessage
Replies: 3
Views: 5935

Wierd null pointer exception in handlePrivateMessage

We get the following wierd exception I double checked that we do not send any NULL or invalid data as private message. The exception goes one for some seconds up to over a minute and then goes away, only to surface again later. Happens a lot actually. Thanks in advance (We got the pro license ;)) IN...
by Godai
19 Oct 2009, 10:22
Forum: Server Side Extension Development
Topic: Rhino CPU usage problem? Details wanted :)
Replies: 3
Views: 6827

Ahh yes. I meant that it happens at certain times. I will check with concurrent users. I also think it's the GC.
Do you think converting all plugins to Java would make this go away?
Because that is currently my plan.

Thanks

/Godai
by Godai
19 Oct 2009, 08:56
Forum: Server Side Extension Development
Topic: Rhino CPU usage problem? Details wanted :)
Replies: 3
Views: 6827

Rhino CPU usage problem? Details wanted :)

We have an issue where after a certain time SmartFox will use a LOT of CPU time. We traced the issue to ScriptableObject::Slot. This is in the Rhino engine (which I assume is the one you use ;)) ScriptableObject is used as the glue between java and javascript so I believe it is our ActionScript exte...
by Godai
30 Sep 2009, 12:39
Forum: Server Side Extension Development
Topic: [HowTo] Debugging java extensions in Netbeans
Replies: 5
Views: 56459

[HowTo] Debugging java extensions in Netbeans

How to setup Smartfox java extension debugging Step 1 Download the Netbeans IDE for java development. (47mb SE version should be fine!) Step 2 Install and open Netbeans. Create a project from existing java source pointing to where your extensions are. Should be placed in src subfolder to be nice. (...
by Godai
10 Sep 2009, 15:54
Forum: Server Side Extension Development
Topic: Undocumented issue when storing/getting collections
Replies: 2
Views: 5242

Thanks. Actually we used it for both local extension storage and sending to the client :)
by Godai
10 Sep 2009, 12:48
Forum: Server Side Extension Development
Topic: Undocumented issue when storing/getting collections
Replies: 2
Views: 5242

Undocumented issue when storing/getting collections

Something that caused a few hours grief was that when you putCollection in an ActionscriptObject it is returned as an ActionscriptObject instead of the original collection (ArrayList<ActionscriptObject>). So you get an exception when doing ArrayList<ActionscriptObject> myList = (ArrayList<Actionscri...
by Godai
09 Sep 2009, 13:10
Forum: Server Side Extension Development
Topic: Limit on room name size?
Replies: 2
Views: 5439

Limit on room name size?

Is there a limit to room name sizes? I tried to create a room with the name discoConcertGameLeft_6_23 but when I got the onJoinRoom event the name was only: discoConcertGameLeft

Anyone experienced anything similar?

Thanks in advance :)
by Godai
25 Aug 2009, 07:27
Forum: BlueBox
Topic: How do I know if smartfox connected through bluebox?
Replies: 2
Views: 6815

Thanks. You da man! :)
by Godai
25 Aug 2009, 06:55
Forum: BlueBox
Topic: How do I know if smartfox connected through bluebox?
Replies: 2
Views: 6815

How do I know if smartfox connected through bluebox?

In our game we would like to log whenever users behind firewalls connect through bluebox. Is there anyway to do this?

Thanks in advance :)
by Godai
30 Jun 2009, 17:30
Forum: Server Side Extension Development
Topic: No user name or room name on user/roomLost?
Replies: 3
Views: 5991

Thanks. But user.getName() fails because user is undefined.
I use evt["user"] I think to get the user (in AS1)
by Godai
29 Jun 2009, 10:48
Forum: Server Side Extension Development
Topic: No user name or room name on user/roomLost?
Replies: 3
Views: 5991

No user name or room name on user/roomLost?

Is this intentional? It makes it very difficult to clean up any internal lists/bookkeeping on behalf of a player/room since you can't see which room/player was lost? This ofcourse only happens on disconnect, but if a lot of players disconnect (as most people do sooner or later since the just close t...

Go to advanced search