Search found 52 matches

by Kicksome
29 Dec 2007, 15:11
Forum: Server Side Extension Development
Topic: Correct management of dropped packets
Replies: 9
Views: 12635

The problem I have is the Admin tool disconnects every few seconds when I have a lot of people on (it seems like this is due to dropped packets - when I increase the value it stays connected longer). It also doesn't show when a room is created like the old version - you have to go to another tab the...
by Kicksome
25 Dec 2007, 14:37
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

I'm using SFS 1.6.0 ... No idea :(
by Kicksome
24 Dec 2007, 01:26
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

I downloaded the 1.5.0_14 JDK and I run it as server (I used the jre in the sdk dir). I also notice that is uses up all the memory that I specify unlike 1.6. If I say use 1 gig it'll use 1 gig. 1.6 never even got close to using the min memory I specified.
by Kicksome
23 Dec 2007, 22:47
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

Well - I just installed the 1.5.0_14 java. And it works!!! Or at least it's worked for the past 5 hours which is 3 hours longer than it's ever worked before. I was talking to a friend of mine who does java coding for a living with the government and he said 1.6 was VERY unstable (at least for what t...
by Kicksome
23 Dec 2007, 17:34
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

The -server thing didn't fix my problem although it seemed to run much better in general. So I just tried downgrading my java SDK to 1.5.0_14.

I'm hoping for a x-mas miracle! If not, looks like I'll be spending x-mas working on my java extensions.

-Kick
by Kicksome
23 Dec 2007, 14:54
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

Just for the record for some reason I searched on server and couldn't find anything in the forums. To run the JVM in server mode on Windows 2003 server I had to do the following.... 1) Download the JDK from sun. 2) Install it 3) Stop SFS. Rename the smartfoxserverpro_1.6.0/jre to jre_bak 4) copy the...
by Kicksome
23 Dec 2007, 14:04
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

Thanks Lapo. I'm running it right now as -sever in the dos box to see if that helps things.
by Kicksome
22 Dec 2007, 19:10
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

So much for that theory - still crashed - same Java error.
by Kicksome
22 Dec 2007, 18:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: allow duplicate username
Replies: 6
Views: 9532

Set User Variables can be broadcast to all people in the room. If you use user.properties.put (myvar, myvar value) it attaches the values on the server side. you have to be using room extensions for it to be any use. If you're using only client side - then you have to use set user variables. So you ...
by Kicksome
22 Dec 2007, 18:07
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

I just found a BIG clue I think. I just noticed something - it may be nothing BUT.... [/got/instance2.as]: About to create room: C610 [/got/instance2.as]: About to create room: C511 Notice that I never got a room created message from the first room! I had a room being created.... then before I got t...
by Kicksome
22 Dec 2007, 17:37
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

Crashed again after 1 hour 20 mins. Darn....
by Kicksome
22 Dec 2007, 16:50
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

Well - I tried accessing everything from the init() and it still crashed. I guess I'll see how long it lasts and if it makes any difference now that it's a fresh restart. As far as accessing the variables from the init. As far as the room creation... It sure looks like it could be the problem. My lo...
by Kicksome
22 Dec 2007, 16:02
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

With the 400+ player one that's rock solid It creates the room from the flash client. (which I don't like obviously) There are no room variables or anything. The client passes the fight number and the server loads that info from a loadvars. The init is really simple for the stable one function init&...
by Kicksome
22 Dec 2007, 15:20
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

I just happened to crash - so it's using the new 1 gig min settings. Although it's not showing the max memory as 1gig in use for java. It looks the same as far as memory allocation. Not sure why it's just not allocating 1 gig at the start as I set that for min memory. Since today is a very popular d...
by Kicksome
22 Dec 2007, 15:03
Forum: Server Side Extension Development
Topic: Java error I'm getting in extension
Replies: 29
Views: 38043

A couple side notes. I have the Java settings: -XX:MaxPermSize=256m -Xms128m -Xmx1024m the java.exe process is never over 300 megs. So maybe I should make the -Xms1024? Just in case it's having trouble dynamically allocating the memory??? Not sure... As far as the create room. I'm doing the follow: ...

Go to advanced search