Search found 204 matches

by Ninjaoninja2
18 Nov 2021, 18:20
Forum: SFS2X Questions
Topic: SFS on Linux
Replies: 2
Views: 2943

Re: SFS on Linux

Also, what is the performance/reliability on Linux Ubuntu? Is it the same as I've seen on Mac over the years? We are running Ubuntu 18.04. Any suggestions on how we set up that server so that I can run SFS on the local network in the shop but also be able to access the web admin remotely from the w...
by Ninjaoninja2
27 Oct 2021, 08:24
Forum: SFS2X Questions
Topic: Experimenting with multi-zone structure
Replies: 2
Views: 3167

Re: Experimenting with multi-zone structure

Hi, I would suggest something like this: - User logs in the "Lobby" zone with username and pass - Extension checks credentials and if ok, you can store the "success" flag directly in the Session object. If you do so you don't even need the database (but maybe you do for other re...
by Ninjaoninja2
27 Oct 2021, 04:48
Forum: SFS2X Questions
Topic: Experimenting with multi-zone structure
Replies: 2
Views: 3167

Experimenting with multi-zone structure

Hi there, I'm experimenting with multiple zones in SmartFox, here's what I mean by that. Client Connects to SmartFox Instance --> User logs in to a "lobby" zone with appropriate credentials -->Extension switches DB flag isLogin to true --> User is presented with a server selection scene, w...
by Ninjaoninja2
20 Sep 2021, 17:05
Forum: SFS2X HTML5 / JavaScript API
Topic: Manual loading of api not working
Replies: 3
Views: 9551

Re: Manual loading of api not working

Bax wrote:Are you sure the API JavaScript file is not corrupted? Because the loading approach you use is the same we use in our examples, and they work as expected. Also, the error you reported doesn't show up in our examples.

Yup, it was a corrupt api file. Thanks! :shock: :lol:
by Ninjaoninja2
20 Sep 2021, 16:59
Forum: SFS2X HTML5 / JavaScript API
Topic: Manual loading of api not working
Replies: 3
Views: 9551

Re: Manual loading of api not working

Are you sure the API JavaScript file is not corrupted? Because the loading approach you use is the same we use in our examples, and they work as expected. Also, the error you reported doesn't show up in our examples. It could be. Let me try downloading the api again in a fresh new place, and I will...
by Ninjaoninja2
19 Sep 2021, 23:26
Forum: SFS2X HTML5 / JavaScript API
Topic: Manual loading of api not working
Replies: 3
Views: 9551

Manual loading of api not working

Hi there, For some reason when I manually load the api either from a web host, or locally, I keep getting this error. Uncaught ReferenceError: SFS2X is not defined. I have triple-checked that the file is indeed being loaded. I don't know if this is a SmartFox issue or not because I know it's being l...
by Ninjaoninja2
25 May 2021, 03:14
Forum: SFS2X Questions
Topic: Get how many users in a zone
Replies: 2
Views: 3643

Re: Get how many users in a zone

Lapo wrote:Hi,
on the server side every Zone object has a getUserCount() method.

Cheers

Perfect! Exactly what I was looking for. I knew I was missing something. Thanks!
by Ninjaoninja2
21 May 2021, 17:15
Forum: SFS2X Questions
Topic: Get how many users in a zone
Replies: 2
Views: 3643

Get how many users in a zone

Hi there, I have altered the login phase slightly where a user logs in, and then they're logged into a "hub" zone, from there on the client, they can select another zone out of a list of other zones. What I'm wanting to do, is expose to the users how many users are in that zone, out of how...
by Ninjaoninja2
21 May 2021, 17:11
Forum: SFS2X Questions
Topic: Discord server ?
Replies: 3
Views: 14804

Re: Discord server ?

Hi, it's been proposed several times. The problem we see if that it would fragment support in two places creating a "split" between what's discussed here and what's discussed on Discord. Additionally Discord sis too simplistic in terms of messaging/posting. You can't create a thread for a...
by Ninjaoninja2
15 Apr 2021, 08:34
Forum: Job offers and requests
Topic: Looking for Developer / Team to build 2D Virtual World (PAID)
Replies: 1
Views: 9666

Re: Looking for Developer / Team to build 2D Virtual World (PAID)

I know this is a little over year old, but I just sent a response via PM. If you could take a look when you get the chance, that would be great! I'm very interested in this role if it's still available. :D
by Ninjaoninja2
07 Mar 2020, 23:30
Forum: SFS2X C# API
Topic: Trying to connect to via websockets using Unity WebGL adds /websocket...
Replies: 3
Views: 9141

Re: Trying to connect to via websockets using Unity WebGL adds /websocket...

Hi. yes we need more info. For starters what SFS2X version you're using and what Unity API version you're running in your code. Before testing with SSL, let's try a simple non-encrypted connection. Step #1, make sure you can reach the server at port 8080 via your browser (http://www.yourdomain.com:...
by Ninjaoninja2
05 Mar 2020, 03:51
Forum: SFS2X C# API
Topic: Trying to connect to via websockets using Unity WebGL adds /websocket...
Replies: 3
Views: 9141

Trying to connect to via websockets using Unity WebGL adds /websocket...

Hi there, I'm experimenting with websockets with Unity's WebGL Builds, and I cannot connect to my server running SmartFox, my server has an SSL setup and SmartFox is set to only accept secure incoming connections, which is why I'm trying to use the WSS protocol, but out of curiosity I tried using ju...
by Ninjaoninja2
29 Jan 2020, 23:38
Forum: SFS2X Questions
Topic: Tomcat InitCrypto only affecting some users
Replies: 6
Views: 9344

Re: Tomcat InitCrypto only affecting some users

If my supposition is correct (some clients are too slow during connection/login) then you have no control over that delay because it is dependent on the client's network conditions. The solution I suggested (increase session timeout) simply makes the server more tolerant to such delay. We also did ...
by Ninjaoninja2
19 Jan 2020, 01:45
Forum: SFS2X Questions
Topic: Tomcat InitCrypto only affecting some users
Replies: 6
Views: 9344

Tomcat InitCrypto only affecting some users

Hello, My team and I just launched a new beta using SmartFoxServer2X and some of our users are unable to login since we upgraded to 14.0. We're getting a couple of errors in the server logs... Crypto Init Failed :: Server side session not found for id:..., from: xx.xx.xxx Crypto Init Failed :: Serve...
by Ninjaoninja2
19 Dec 2019, 15:56
Forum: SFS2X Questions
Topic: HTML5 Admin Tool restart button shuts down the server
Replies: 3
Views: 5375

Re: HTML5 Admin Tool restart button shuts down the server

On the server side? Ubuntu as well. But if you mean by just accessing the admin tool, Windows 10. I also have somebody else having the same problem on MacOS. I haven't been able to review the server logs at this time, maybe they will be able to give a clue into what is happening. I will check them l...

Go to advanced search