Search found 30 matches

by ersindemir
21 Sep 2023, 14:57
Forum: SFS2X Questions
Topic: Supporting clustering on Smartfoxserver Pro, similar to Overcast.
Replies: 1
Views: 2414

Supporting clustering on Smartfoxserver Pro, similar to Overcast.

We want to cluster multiple Smartfoxserver Pro instances on our servers, similar to how Overcast does it (Lobby Node and Game Nodes architect) . Is this possible? If so, is there any documentation available?
by ersindemir
03 Jun 2023, 19:03
Forum: SFS2X Questions
Topic: RoomExtensionSettings Consume Too Much Metaspacesize
Replies: 1
Views: 1730

RoomExtensionSettings Consume Too Much Metaspacesize

If I create too much room and set the RoomExtensionSettings, Smartfoxserver uses too much metaspace size. This is because the new RoomExtensionSettings uses a Java ClassLoader. Is there any option in Smartfoxserver to create new RoomExtensionSettings without using the ((java.lang.String id, java.lan...
by ersindemir
08 Nov 2021, 14:09
Forum: SFS2X Questions
Topic: SFS :java.lang.IllegalStateException
Replies: 5
Views: 4460

Re: SFS :java.lang.IllegalStateException

Hi; I updated smartfox server 2.17.3 from 2.12.0. Same problem was occurred on WebGL clients (not Android or IOS). I fixed problem with Lapo answer. If you use "Task.cancel(true);" on your game or zone extension codes , change it to "Task.cancel( false );" Thank you for answer , ...
by ersindemir
25 Sep 2019, 17:16
Forum: SFS2X Questions
Topic: Login error: The maximum number of concurrent users has been reached
Replies: 7
Views: 11535

Re: Login error: The maximum number of concurrent users has been reached

We have same problem too. Our server has unlimited licence, but we got "The license code entered in the SmartFoxServer configuration is invalid; you should purchase a valid license in the SmartFoxServer online shop" error after 12 hour from server restart, then all user are disconnected fr...
by ersindemir
14 Jan 2018, 14:03
Forum: SFS2X Questions
Topic: Buddy isOnline() always returns true
Replies: 1
Views: 3394

Buddy isOnline() always returns true

Buddy isOnline() always returns true in backend side. No problem on Client side. I found this solution : http://www.smartfoxserver.com/forums/viewtopic.php?f=18&t=16686&p=71953&hilit=isOnline#p71953 boolean isOnline = getZone().getUserByName(buddy.getName()); but is it fixed any 2.12.0+ ...
by ersindemir
05 Jan 2018, 10:06
Forum: SFS2X Questions
Topic: Maximum Rooms Per User in Zone Configurations
Replies: 1
Views: 3276

Maximum Rooms Per User in Zone Configurations

What does "Maximum Rooms Per User" config in Zone Configurations do ?
Current value is 3. But user can join more then 3 room same time.

Smartfox Backend Version : 2.12.0
Smartfox Unity Client Version : 1.7.2
by ersindemir
26 Oct 2017, 07:52
Forum: SFS2X Questions
Topic: How Can I get Network Type?
Replies: 3
Views: 5089

Re: How Can I get Network Type?

How Can I get Network Type on Backend ? (3G ,4G or wifi)

I need Java Function name
by ersindemir
22 Oct 2017, 13:41
Forum: SFS2X Questions
Topic: How Can I get Network Type?
Replies: 3
Views: 5089

How Can I get Network Type?

How Can I get Network Type ? (3G ,4G or wifi) I didn't find this property in smartfox JAVA documents.

Smartfox Backend Version : 2.12.0
Smartfox Unity Client Version : 1.7.2
by ersindemir
13 Sep 2017, 13:20
Forum: SFS2X Questions
Topic: Upgrade Licence
Replies: 2
Views: 4883

Re: Upgrade Licence

Smartfox licence is upgraded on Runtime succesfully. No problem occured.

Only click "Reload Licence" button !
by ersindemir
06 Sep 2017, 20:14
Forum: SFS2X Questions
Topic: Upgrade Licence
Replies: 2
Views: 4883

Upgrade Licence

Smartfox server version :2.12.0 We want to upgrade smartfox licence 5000 to unlimited. 1- If we upgrade licence on runtime , Does any problem occur ? ( I read release document : "The AdminTool's License Manager module now allows to reload the changes applied to a license without restart. This i...
by ersindemir
25 Jul 2017, 11:53
Forum: SFS2X Questions
Topic: Remove Offline Buddy
Replies: 1
Views: 4340

Remove Offline Buddy

How can I remove buddy if he is offline? public void removeBuddy(Zone zone,java.lang.String ownerName,java.lang.String buddyName,boolean fireClientEvent,boolean fireServerEvent) Function is exist but description of this function is "Removes a Buddy from the owner's BuddyList even if the User is...
by ersindemir
11 Feb 2017, 17:52
Forum: SFS2X Questions
Topic: SFSUser.getPlayerId NullPointerException
Replies: 2
Views: 4329

Re: SFSUser.getPlayerId NullPointerException

it is erratic. I dont know how it is happened and I can not repoduce it.
by ersindemir
10 Feb 2017, 20:18
Forum: SFS2X Questions
Topic: SFSUser.getPlayerId NullPointerException
Replies: 2
Views: 4329

SFSUser.getPlayerId NullPointerException

I got this exception on Runtime. task = SmartFoxServer.getInstance().getTaskScheduler().schedule(new Runnable() { @Override public void run() { for (User player : getParentRoom().getPlayersList()) trace(player.getPlayerId()); } }, 1000, TimeUnit.MILLISECONDS); java.lang.NullPointerException at com.s...
by ersindemir
08 Feb 2017, 09:04
Forum: SFS2X Questions
Topic: LeaveRoom SFSApi Exception
Replies: 1
Views: 3723

LeaveRoom SFSApi Exception

Sometimes smartfox write this exception on console. Exception: com.smartfoxserver.v2.exceptions.SFSRuntimeException Message: LeaveRoom failed: user is not joined in any room. ( User Name: xxxxxxxxx, Id: x, Priv: 0, Sess: x.x.x.x:xxxx ) Description: Runtime error while processing request +--- --- ---...
by ersindemir
07 Feb 2017, 09:26
Forum: SFS2X C# API
Topic: Unity MySelf.IsSpectator Exception
Replies: 3
Views: 6273

Re: Unity MySelf.IsSpectator Exception

After SFSEvent.ROOM_JOIN event is fire from smartfox , I got this exception. lastJoinedRoom can not be null ( Again it is so hard to reproduce)
I saw this exception on crashlytics.

Go to advanced search