Search found 44 matches

by CB
27 Jan 2012, 19:45
Forum: SFS2X Questions
Topic: UnsupportedClassVersionError
Replies: 5
Views: 7369

Boot Logs

Lapo - That seems to be one of the problems. Once the RC3 patch is installed there ARE NO BOOT LOGS written. Here's the boot log from the last time I fired the server up PRIOR to installing the patch: 24 Jan 2012 17:59:46,370 INFO [main] bootLogger - SmartFoxServer 2X 24 Jan 2012 17:59:46,379 INFO [...
by CB
26 Jan 2012, 23:20
Forum: SFS2X Questions
Topic: UnsupportedClassVersionError
Replies: 5
Views: 7369

Server will not start - no log files

Thanks Lapo - I did this and . . . [INFO]: ******************************* [INFO]: SmartPatcher [INFO]: ver 1.0.3 [INFO]: (c) gotoAndPlay -- 2011 [INFO]: ******************************* [INFO]: SFS2X RC3 Patch Installer [INFO]: Working... 12 task(s) left... [INFO]: Working... 11 task(s) left... [DEB...
by CB
23 Jan 2012, 20:08
Forum: SFS2X Questions
Topic: UnsupportedClassVersionError
Replies: 5
Views: 7369

UnsupportedClassVersionError

When trying to install RC3 patch on my server I get the following error: Exception in thread "main" java.lang.UnsupportedClassVersionErrorL Bad version number in .class file. at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at ...
by CB
07 Jul 2010, 15:30
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SmartFoxServer 2X Announced!
Replies: 116
Views: 136259

2.X

Lapo -

Any clue when the public beta will be available?

Thanks

C
by CB
26 Jan 2009, 15:16
Forum: Server Side Extension Development
Topic: NPC error - ExtentsionHelper (SOLVED - but no idea why)
Replies: 1
Views: 4266

Okay - What am I missing here. The above example doesn't work. BUT if I change the line : vuser = _helper.createNPC("Test", "127.0.0.1", 9339, "Ttest") to vuser = __helper.createNPC("Test", "127.0.0.1", 9339, "Ttest") it does. All I added w...
by CB
26 Jan 2009, 00:31
Forum: Server Side Extension Development
Topic: NPC error - ExtentsionHelper (SOLVED - but no idea why)
Replies: 1
Views: 4266

NPC error - ExtentsionHelper (SOLVED - but no idea why)

I had this working just the way I wanted it - then it stopped and I can't figure out what is going on. In my serverside AS extention I have the following code: var _helper = Packages.it.gotoandplay.smartfoxserver.extensions.ExtensionHelper; var _scheduler = Packages.it.gotoandplay.smartfoxserver.uti...
by CB
24 Jan 2009, 18:28
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Maximum number of rooms
Replies: 7
Views: 10333

Thanks Lapo - that did the trick.
by CB
23 Jan 2009, 18:35
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Maximum number of rooms
Replies: 7
Views: 10333

If you plan to run 1000s of Rooms each one with its own extension you should take into consideration to use Java as the extension language Okay, I do plan to create thousands of rooms, each room runs the same game and each room utilizes the same room ext. Currently the ext attached to each room is ...
by CB
01 Oct 2008, 18:54
Forum: Server Side Extension Development
Topic: join room as Spectator
Replies: 4
Views: 7901

Yep. that does it. :lol:

Thanks!
by CB
01 Oct 2008, 18:43
Forum: Server Side Extension Development
Topic: join room as Spectator
Replies: 4
Views: 7901

Thanks Lapo!

I figured it was something simple.

But what do I do for things like pword if there is no pword required, just , ,?

_server.joinRoom(user, lobbyID, true, roomID, , true) ?
by CB
01 Oct 2008, 18:36
Forum: Server Side Extension Development
Topic: join room as Spectator
Replies: 4
Views: 7901

join room as Spectator

:( Okay, I'm using 1.6.3 I'm trying to log a user onto a room as a SPECTATOR and don't seem to be able to do this. I want users to begin as spectators and then - if they choose to, become "players" Here is the server side code I am using: case "jointhisroom" : trace("RECEIVE...
by CB
03 Aug 2008, 18:48
Forum: Server Side Extension Development
Topic: EmptyNames with customLogin
Replies: 6
Views: 11021

Just found this post which I think answers my question.

If when using a custom login but making guest login available also is there any reason to set emptynames to true? (if assiging guest_# is going to be handled by the extention?).

Thanks in advance

C
by CB
30 Jul 2008, 21:32
Forum: Server Side Extension Development
Topic: Stumpified
Replies: 5
Views: 9177

nevermind

:D okay - solved. But here's the thing that went wrong so that if someone else runs into this they know. DON'T USE CS3 to edit your config.xml files This was the problem. And my mistake - but annoying nevertheless - as I KNEW my code had nothing wrong with it but would not work anyway. The errors we...
by CB
30 Jul 2008, 20:24
Forum: Server Side Extension Development
Topic: Stumpified
Replies: 5
Views: 9177

Stumpified

:oops: Okay - I KNOW this is going to be something simple BUt I can't seem to find it. I have a development verison of the application I'm working on on my local machine which works PERFECTLY. I've FTP'd my files to an external server (something I do daily as I work on this) and suddenly I'm getting...
by CB
30 Jun 2008, 17:36
Forum: SmartFoxBits for SFS 1.x
Topic: AS3
Replies: 8
Views: 24870

AS3

Bax - I'm in the middle of a big project. The serverside is pretty much done (using standard actionscript as provided and will be re-written eventually in python), the client side is all AS3. I've used SFB before and it has saved me a lot of development time. Can you make any suggestions regarding u...

Go to advanced search