Search found 90 matches

by andrew2110
26 Sep 2022, 15:30
Forum: SFS2X Questions
Topic: Login failed - session is already expired
Replies: 2
Views: 2218

Login failed - session is already expired

Have been coming across this little issue now and then recently but haven't been able to track down exactly what could be causing it: Using a custom login on 2.17.0 (the user id is the smartfox username shown in Login failed:) It seems to fail the login, in a way that I can't catch or figure out why...
by andrew2110
06 Jul 2021, 08:27
Forum: SFS2X Questions
Topic: Mobile Data / 5G Players sometimes cannot connect
Replies: 5
Views: 6438

Re: Mobile Data / 5G Players sometimes cannot connect

Thank you, thats what I've been telling them that its a specific issue with their mobile networks blocking connections to our server for some reason, I'll try to build in an automatic pinging 50.28.78.123:8080 and warning the users that their mobile network is blocking us for some reason. Thanks for...
by andrew2110
06 Jul 2021, 06:11
Forum: SFS2X Questions
Topic: Mobile Data / 5G Players sometimes cannot connect
Replies: 5
Views: 6438

Mobile Data / 5G Players sometimes cannot connect

Hello! Running a SmartFox Server at 50.28.78.123 (standard ports in use), and am often getting reports of users on mobile data unable to connect (though I can connect just fine on my devices via mobile data). The user reported yesterday they can't connect with 5G enabled but can connect just fine ov...
by andrew2110
04 Sep 2020, 15:05
Forum: The Gallery
Topic: Latest Version of Horse Academy
Replies: 0
Views: 101270

Latest Version of Horse Academy

Our game Horse Academy has been using SmartFoxServer for over 10 years now, and we have recently moved to our newest incarnation of the game with a complete rewrite of our server: One of our players has made a little walk through of their features here if anyone is interested: https://www.youtube.co...
by andrew2110
23 Jul 2020, 09:06
Forum: SFS2X Questions
Topic: Server will run via ./sfs2x.sh but not via ./sfs2x-service start
Replies: 6
Views: 8796

Re: Server will run via ./sfs2x.sh but not via ./sfs2x-service start

Added the options via the server tool (the new tool, thank you for making this by the way, excited to get to making extensions for this!) Server version: 2.16.0, CPU: Intel Xeon E3-1230 v6 Quad-Core, RAM: 32GB DDR4 SDRAM, CentOS with CentOS WebPanel The reason for wanting more RAM is that previous v...
by andrew2110
22 Jul 2020, 22:05
Forum: SFS2X Questions
Topic: Server will run via ./sfs2x.sh but not via ./sfs2x-service start
Replies: 6
Views: 8796

Re: Server will run via ./sfs2x.sh but not via ./sfs2x-service start

Sorry to drag this up again, but it does seem recreatable now that the server will boot once with: -Xms512M -Xmx8G via ./sfs2x-service start but then not boot again until I run ./sfs2x.sh and remove the jvm memory settings + it won't output any logs to help me figure out whats going on. Has anything...
by andrew2110
11 Jul 2020, 07:11
Forum: SFS2X Questions
Topic: Server will run via ./sfs2x.sh but not via ./sfs2x-service start
Replies: 6
Views: 8796

Re: Server will run via ./sfs2x.sh but not via ./sfs2x-service start

To answer my own question, its because I had invalid JVM Options:

It starts up with:
-Xms512M -Xmx8G

I must have originally made a typo in here causing it to fail on startup. Sorry for asking and answering my own question!
by andrew2110
11 Jul 2020, 06:34
Forum: SFS2X Questions
Topic: Server will run via ./sfs2x.sh but not via ./sfs2x-service start
Replies: 6
Views: 8796

Server will run via ./sfs2x.sh but not via ./sfs2x-service start

Hello! Am getting my new server ready to launch our new game but have come across a problem i've not seen before in any of my previous smartfox installs. running ./sfs2x.sh starts the server happily with no issues, no errors shown in the log on screen, however ./sfs2x-service start will just output;...
by andrew2110
05 Dec 2019, 16:00
Forum: SFS2X C# API
Topic: RoomJoin not firing after Unity Script Update
Replies: 2
Views: 7147

Re: RoomJoin not firing after Unity Script Update

Yeah that was the strange thing, I was watching the server logs and everything was firing correctly, the server got logged in, requested to join a room and the server did everything correctly but nothing received client side, a reimport of the client side .dlls fixed it all though :)
by andrew2110
05 Dec 2019, 12:29
Forum: SFS2X C# API
Topic: RoomJoin not firing after Unity Script Update
Replies: 2
Views: 7147

RoomJoin not firing after Unity Script Update

Have spent the morning trying to figure out why the On Room Join events aren't firing back to the client using Unity 2019.3.0f1 and the latest version of the c# API. I could see the user was joined in the room and all JoinRoomRequests fired successfully. I started with doing a reimport all in Unity ...
by andrew2110
21 Nov 2018, 18:00
Forum: SFS2X Questions
Topic: Adding jars to a boot class path
Replies: 1
Views: 4304

Adding jars to a boot class path

I'm relatively in-experienced when it comes to java, but have been trying to get Apple Push Notification Service (APNS) firing directly from a Smartfox Extension. I've now come up against a problem I can't figure a way around as shown on the screenshot: https://i.imgur.com/yZUPi8e.png INFO: ALPN cal...
by andrew2110
19 Nov 2018, 10:23
Forum: SFS2X Questions
Topic: ERR_CERT_SYMANTEC_LEGACY
Replies: 1
Views: 4417

ERR_CERT_SYMANTEC_LEGACY

Hello! Over the weekend we've started to see this error (ERR_CERT_SYMANTEC_LEGACY) pop up when trying to connect via WebGL to our server. The problem in detail can be read about here: https://knowledge.digicert.com/alerts/ALERT2566.html?fbclid=IwAR0gUhbeJH_F8QYo6JR9caAF1Wqe8uQTYnKuVqstdOUGafgrawsLLD...
by andrew2110
05 Oct 2018, 10:30
Forum: SFS2X Questions
Topic: Multiple DB Connections - Connection issue
Replies: 2
Views: 5412

Re: Multiple DB Connections - Connection issue

I thought that changing it so it specified port number might be the reason it wasn't working but doing this hasn't helped:

cfg.connectionString = "jdbc:mysql://80.0.21.46:3306/horseacademylts";
by andrew2110
05 Oct 2018, 10:11
Forum: SFS2X Questions
Topic: Multiple DB Connections - Connection issue
Replies: 2
Views: 5412

Multiple DB Connections - Connection issue

Hello! I've followed the tutorial here: https://smartfoxserver.com/blog/multiple-db-connections/ To create a second database connection to an external server, however it seems to be throwing this error message: {HA3DZone}: java.sql.SQLException: The DBManager is NOT active in this Zone. SQL Query fa...
by andrew2110
14 Aug 2018, 16:13
Forum: SFS2X Questions
Topic: A way to record all the in/out data from smartfox
Replies: 1
Views: 4125

A way to record all the in/out data from smartfox

Hello! As the subject implies, I'm trying to create an easy way that I can recreate all the data sent / received in a session (client side) so that I can recreate issues which appear to come up from time to time in very hard to recreate scenarios. Is there a "good" way to do this? It'll be...

Go to advanced search