L2JMobius

Interlude GAME SERVER TERMINATED ABNORMALLY!

shulem · 3 · 1460

Offline shulem

  • Vassal
  • *
    • Posts: 4
Good evening, I hope you are all well.

I am having a problem with the DATAPACK and it is the following.
I followed all the steps on the forum for the installation and when I installed it on my PC it worked perfectly, I was configuring my server and everything went wonderfully, a few days ago I hired a VPS with Windows Server 2016, Ryzen 7 processor, 2GB RAM, 80GB SSD, I continued the same steps for the installation of the server, I installed the DB and registered the server but when I try to open the Game Server and the Login Server I get an error that says "Game Server Terminated Abnormally" I accept and it closes, without doing anything else.

Thank you very much in advance.


Offline shulem

  • Vassal
  • *
    • Posts: 4
I changed the UseZGC to UseG1GC in the Java.cfg file and it boots perfectly, most likely Windows Server 2016 does not have that feature.


Online Skache

  • Distinguished King
  • *****
    • Posts: 825
    • l2skale.com
I changed the UseZGC to UseG1GC in the Java.cfg file and it boots perfectly, most likely Windows Server 2016 does not have that feature.



Windows users should note that ZGC requires Windows version 1803 (i.e. Windows 10 or Windows Server 2019) or later. The reason is that earlier versions of Windows lack the memory management API used by ZGC to do heap multi-mapping.