Search found 87 matches

by smooch1502
02 Jan 2013, 08:45
Forum: SFS2X Questions
Topic: Memory Requirements
Replies: 2
Views: 4698

Re: Memory Requirements

Lapo wrote:No, 64MB is the minimum to run SmartFoxServer.
Also it's pretty hard to run any modern OS on anything below 256MB.



64MB on a VPS runs fine. (Xen Paravirtualization)
Haven't tried sfs on 32MB yet, but 64mb runs good enough for test uses
by smooch1502
28 Aug 2011, 05:09
Forum: SFS2X ActionScript 3 API
Topic: Stack Underflow Error AS3
Replies: 4
Views: 11596

Hi, I'm not sure if that will help as it seams to be a problem within the SFS2X API. I only seemed to start getting this error when upgrading to SFS2X RC3, i also seamed to start getting this once i updated the java extension to send another extension response with new data straight after another ex...
by smooch1502
27 Aug 2011, 12:46
Forum: SFS2X ActionScript 3 API
Topic: Stack Underflow Error AS3
Replies: 4
Views: 11596

Hi,

I'm not sure why this is happening. I'm compiling with Flex SDK 4.5 using SFS2X RC3 as the server. There is no response or error server-side.
by smooch1502
18 Jul 2011, 14:27
Forum: SFS2X Questions
Topic: Null pointer exception in admin panel
Replies: 1
Views: 4065

Null pointer exception in admin panel

Hello, I'm running the admin panel on SFS2X RC3 and when trying to add a new zone i am getting: 11:29:57,179 ERROR [com.smartfoxserver.v2.controllers.ExtensionController-1] controllers.ExtensionController - :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Exception: java.lang.N...
by smooch1502
08 Jul 2011, 07:17
Forum: SFS2X Questions
Topic: Public Message Event in Java
Replies: 1
Views: 4020

Public Message Event in Java

Hello, I'm going to be implementing a custom badword filter in my games Java Extension, i am listening for the event PUBLIC_MESSAGE as so... addEventHandler(SFSEventType.PUBLIC_MESSAGE, PubMessage.class); I am getting the event successfully however i need to check in that class if the message contai...
by smooch1502
08 Jul 2011, 06:51
Forum: SFS2X ActionScript 3 API
Topic: Stack Underflow Error AS3
Replies: 4
Views: 11596

Stack Underflow Error AS3

Hi, Up until now my game has been compiling and working fine without any problems, however suddenly its coming up with: VerifyError: Error #1024: Stack underflow occurred. at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at com.smartfoxserver....
by smooch1502
18 May 2011, 11:49
Forum: The Gallery
Topic: Multiplayerfunplace V2 [Alpha]
Replies: 0
Views: 9338

Multiplayerfunplace V2 [Alpha]

Multiplayerfunplace version 2.0 is a completely remade game using SFS2X as the game server

The game itself is currently in private alpha testing, if you'd like a invite just PM me!

http://play.v2.multiplayerfunplace.com

Everything has been completely re made! (and re designed)
by smooch1502
16 Jan 2011, 00:26
Forum: SFS2X ActionScript 3 API
Topic: Public Message event sending message in asterisks
Replies: 4
Views: 8315

I did already??
by smooch1502
15 Jan 2011, 11:39
Forum: SFS2X ActionScript 3 API
Topic: Public Message event sending message in asterisks
Replies: 4
Views: 8315

Public Message event sending message in asterisks

Hello, I have the following code: public function pubMessage(e:SFSEvent):void { var msg:String = e.params.message; var user:User = e.params.sender; trace(msg); } It is correctly setup with the proper SFSEvent listeners but its trace'ing the message as asterisks??? The function that sends the SFSEven...
by smooch1502
04 Nov 2010, 08:00
Forum: Server Side Extension Development
Topic: No escapeQuotes in Java Ext API
Replies: 2
Views: 5549

Thanks for the help!
by smooch1502
02 Nov 2010, 09:52
Forum: Server Side Extension Development
Topic: No escapeQuotes in Java Ext API
Replies: 2
Views: 5549

No escapeQuotes in Java Ext API

Hello,

I've been looking through the SFS Java extension docs and cannot find a escapeQuotes method. In AS1 its possible to use _server.escapeQuotes(stringHere);

Has this method been missed?
by smooch1502
02 Nov 2010, 01:43
Forum: SFS2X ActionScript 3 API
Topic: Downloadable docs?
Replies: 1
Views: 5010

Downloadable docs?

Hello,

I sometimes do my project developing without access to the internet.
Is there a downloadable AS3 SFS2X docs? and JavaDocs?
by smooch1502
18 Mar 2010, 01:58
Forum: Server Side Extension Development
Topic: DB Connection
Replies: 11
Views: 12466

Theres nothing in the error logs about db errors
by smooch1502
17 Mar 2010, 06:29
Forum: Server Side Extension Development
Topic: DB Connection
Replies: 11
Views: 12466

Hi,

I'm having a similar error with my extension, the query works fine but all results turn up undefined
by smooch1502
16 Nov 2009, 05:04
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Memory Usage (Java)
Replies: 2
Views: 5502

Memory Usage (Java)

Hi,

Is there a memory cache in sfs pro as when i seam to run it it takes up a lot of ram :(

If so how do i limit the cache?

Go to advanced search