Search found 298 matches

by mmilen
25 Sep 2023, 21:21
Forum: SFS2X Questions
Topic: Admin bug with log downloads
Replies: 2
Views: 20810

Re: Admin bug with log downloads

You are absolutely right HTTP was enabled.
by mmilen
24 Sep 2023, 02:44
Forum: SFS2X Questions
Topic: Admin bug with log downloads
Replies: 2
Views: 20810

Admin bug with log downloads

Hi,

My server version is 2.19.3
There is a bug in the log downloads. My TomCap does not operate in non SSL mode, the download link is set for http port 8080, admin is connected via https on port 8843.

http://somehost.com:8080/logsBackup/SFS ... xxxxxx.zip
by mmilen
20 Apr 2023, 12:44
Forum: SFS2X Questions
Topic: loadRoom(roomname) fails
Replies: 12
Views: 8081

Re: loadRoom(roomname) fails

Thanks mate. I think all our efforts in that area are in vain.
Anyway, the patch worked like a charm for both loadRoom and removeRoom by name.
Thanks a ton.
by mmilen
19 Apr 2023, 16:56
Forum: SFS2X Questions
Topic: loadRoom(roomname) fails
Replies: 12
Views: 8081

Re: loadRoom(roomname) fails

Sent an email. It will show as admin@thesharkbridge...
by mmilen
18 Apr 2023, 13:41
Forum: SFS2X Questions
Topic: loadRoom(roomname) fails
Replies: 12
Views: 8081

Re: loadRoom(roomname) fails

Latest one on our 2000 user license is 2.19 . and my test system is going 2.19 shortly.
by mmilen
17 Apr 2023, 14:01
Forum: SFS2X Questions
Topic: loadRoom(roomname) fails
Replies: 12
Views: 8081

Re: loadRoom(roomname) fails

It is one big private hidden variable (SFSObject), with and SFSArray that has some 90K entries :). In our tests saving every few seconds and reloading once in a blue moon worked well.
by mmilen
16 Apr 2023, 04:52
Forum: SFS2X Questions
Topic: loadRoom(roomname) fails
Replies: 12
Views: 8081

Re: loadRoom(roomname) fails

I have some long running games that over time do grow to about this size. We can certainly find ways to cut size by re-rolling data, but is some much easier to just reload it :).
by mmilen
13 Apr 2023, 13:47
Forum: SFS2X Questions
Topic: loadRoom(roomname) fails
Replies: 12
Views: 8081

Re: loadRoom(roomname) fails

Lapo, I think removeRoom by name also fails. this.getParentZone().getRoomPersistenceApi().removeRoom(getParentRoom().getName()) this code fails to remove a saved room. The room name is sim_lobby_constant , and the file name I get is 696e64765f7473696d5f6c6f6262795f636f6e7374616e74.room This one if k...
by mmilen
08 Apr 2023, 18:58
Forum: SFS2X Questions
Topic: Request for new SFSRoomVariable convenience method with isHidden parameter
Replies: 4
Views: 2493

Re: Request for new SFSRoomVariable convenience method with isHidden parameter

Here is an example, I added a static method that does it for me. java.util.List<RoomVariable> vars = new ArrayList<RoomVariable>(); vars.add(SHARKROOM.newRoomVariable("varname", params, true, true, false, true)); rootSettings.setRoomVariables(vars); Without the status method, I have to do ...
by mmilen
07 Apr 2023, 15:47
Forum: SFS2X Questions
Topic: Request for new SFSRoomVariable convenience method with isHidden parameter
Replies: 4
Views: 2493

Request for new SFSRoomVariable convenience method with isHidden parameter

Hi Guys,

Thank you very much for the excellent game server software.

May I request a new SFSRoomVariable() method that includes the isHidden parameter? It will help tremendously with adding variables.
by mmilen
20 Mar 2023, 00:41
Forum: SFS2X Questions
Topic: loadRoom(roomname) fails
Replies: 12
Views: 8081

loadRoom(roomname) fails

Hi, Server version 2.18.3. I am playing around with the FilePersistant storage. My test Room saves, and I can see the file. When I use getParentZone().getRoomPersistenceApi().loadRoom(roomname) I get this error. tablename = "1864743674_-1480107014" e = "com.smartfoxserver.v2.persisten...
by mmilen
06 Mar 2023, 23:10
Forum: SFS2X Questions
Topic: GeoLite froze the whole server
Replies: 1
Views: 1791

GeoLite froze the whole server

Today GeoLite froze the whole server after a very long while, this showed in the log, and the server became responsive again. Unable to geo-locate IP 192.168.80.118 due to the following error: Connect to http://www.geoplugin.net:80 [www.geoplugin.net/178.237.33.50] failed: Operation timed out (Conne...
by mmilen
22 Feb 2022, 12:23
Forum: SFS2X Questions
Topic: Request for a simple interface to update Zone
Replies: 2
Views: 2915

Re: Request for a simple interface to update Zone

Ability to do int, double, string and boolean would be very nice.
by mmilen
16 Feb 2022, 12:15
Forum: SFS2X Questions
Topic: Request for a simple interface to update Zone
Replies: 2
Views: 2915

Request for a simple interface to update Zone

Hi ,

I request ( I know we can write one, or use Console) , but can you add actions in the Zone Monitor to update Zone properties. And the same for updating Room variables and properties.

Can we by 3rd party admin modules that do that?

Go to advanced search