Search found 14 matches

by balamost
11 Dec 2024, 09:37
Forum: SFS2X Questions
Topic: Could not update patch 2.13.8
Replies: 12
Views: 2333

Re: Could not update patch 2.13.8

Hi Lapo,

I have resolved this issue.

The solution was to add the parameter -Djava.awt.headless=true to the install-linux.sh script.

Please feel free to close this topic.

Thank you for your support!
by balamost
11 Dec 2024, 08:34
Forum: SFS2X Questions
Topic: Could not update patch 2.13.8
Replies: 12
Views: 2333

Re: Could not update patch 2.13.8

Hi Lapo,

Please give me link to download SFS2X 2.13
The webpage currenly have newest version

Thanks
by balamost
11 Dec 2024, 08:20
Forum: SFS2X Questions
Topic: Could not update patch 2.13.8
Replies: 12
Views: 2333

Re: Could not update patch 2.13.8

Hi Lapo,

1. "Ubuntu 22.04.5 LTS"
2. I have not replaced the original Java Runtime. But I already ran another update path for 2.13 before, maybe it changed JRE
This is "jre" folder I using:
https://drive.google.com/file/d/1TAMJHy ... sp=sharing

Thanks alot!
by balamost
11 Dec 2024, 07:45
Forum: SFS2X Questions
Topic: Could not update patch 2.13.8
Replies: 12
Views: 2333

Could not update patch 2.13.8

Hi Lapo,

I am using SFS2X version 2.13.0
now I update using this patch 2.13.8 get from there: m
After copy this zip file, unzip to "SmartFoxServer_2X" folder and run install-linux.sh
I got this error:
[linuxroot@sg1n-j-sf09] # sudo ./install-linux.sh
Exception in thread "main" java.lang ...
by balamost
10 Nov 2024, 03:10
Forum: SFS2X Questions
Topic: License server is down!
Replies: 65
Views: 76018

Re: License server is down!

We also have this issue : :(
by balamost
02 Oct 2019, 09:15
Forum: SFS2X Questions
Topic: SFSApi - getNewScheduler
Replies: 3
Views: 5881

Re: SFSApi - getNewScheduler

Hi Lapo!

I have a question also.
What is the difference between AdminTool > ServerConfigurator > General > Server task scheduler thread pool size and AdminTool > ServerConfigurator > Thread pools > System thread pool ?

Thanks!
by balamost
16 Apr 2019, 12:52
Forum: SFS2X Questions
Topic: Information about Thread Pool size
Replies: 15
Views: 21165

Re: Information about Thread Pool size

Hi Lapo,

I have some issues with config pool size,
Sometimes, My server game has lagged a bit
When I check the "Dashboard/Message Queue status" in the admin tool
I saw the "Extension Queue" seem to reach maximum (58/64)
So, could I increase "Extension thread pool" like this:
- Core threads: 8 ...
by balamost
19 Jan 2019, 04:11
Forum: SFS2X Questions
Topic: Export Kotlin Extension from Eclipse
Replies: 4
Views: 10644

Re: Export Kotlin Extension from Eclipse

Hi,

Thanks, Labo a lot
I can resolve this by maven
by balamost
17 Jan 2019, 07:47
Forum: SFS2X Questions
Topic: Export Kotlin Extension from Eclipse
Replies: 4
Views: 10644

Re: Export Kotlin Extension from Eclipse

Thanks, Labo!

I know how to export extension file in Java.

But when I do the same in Kotlin, I cannot add this extension to zone in server beccause I could not find out Main class
There are what I do:
1. Create Kotlin project and Write an extension class:
import com.smartfoxserver.v2.core ...
by balamost
15 Jan 2019, 06:37
Forum: SFS2X Questions
Topic: Export Kotlin Extension from Eclipse
Replies: 4
Views: 10644

Export Kotlin Extension from Eclipse

I have been read this post: https://smartfoxserver.com/blog/kotlin- ... server-2x/
This post guild to create Kotlin Extension and export it by InteliJ.
But I wanna try with Eclipse
have Anybody know a guild about this?
please help me!
Thanks allot
by balamost
09 Oct 2017, 07:14
Forum: SFS2X Questions
Topic: SFS admin tool not working
Replies: 3
Views: 6631

Re: SFS admin tool not working

Bax wrote:Try clearing the browser's cache. There's a chance it is loading an older version.
It still not working.
I have been used "Standalone AdminTool for SFS2X" and have the same result.
by balamost
03 Oct 2017, 02:59
Forum: SFS2X Questions
Topic: SFS admin tool not working
Replies: 3
Views: 6631

SFS admin tool not working

Hi all,
when I am login admin tool in my local server.
The result is "successfull login to 127.0.0.1:9933 performed", but nothing change in login page.
Any one help me to sole this problem.
Thanks
by balamost
09 May 2017, 01:34
Forum: Server Side Extension Development
Topic: How to config single thread for RoomExtention
Replies: 2
Views: 6397

Re: How to config single thread for RoomExtention

I will find another solution to resole my problem

Thank you very much @Lapo
by balamost
08 May 2017, 10:47
Forum: Server Side Extension Development
Topic: How to config single thread for RoomExtention
Replies: 2
Views: 6397

How to config single thread for RoomExtention

Hi everyone,

My server have a "Zone Extention", and many "Room Extentions".
All of them run multi threads in Thread pools by default configuration.

Could i configure "Zone Extention" still run multi threads but "Room Extention" run with only single thread

Thank you so much!