Hy everyone! I read whole internet but didn't find how can i fix my problem. I started successefuly login and community servers, but now I stuck on GameServer. I get that error - or kind of error:
Starting L2J Game Server.
Network Config: ipconfig.xml exists using manual configuration...
I don't think it is the problem but ... anyway as I said i started successefully the login server - a friend of mine connected too but server is down (creating acc is working too)
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Daily reward system operational.
28 rewards.
Option to buy days (Donate).
Automatically resets on the first day of each month.
External configuration file.
You can submit daily rewards by account or IP.
Minimum claim level.
Claiming on the 28th locks the reward until the next month.
Contact Discord: lykoz#0331
Well, you can use them as they are supposed to be used, to begin with.
Of course your tasks will be delayed, and this behavior is not strange at all, you don't have control over when the JVM will move them to a carrier thread.
You still need an executor for delayed task, and regarding instant task, they are simply executed using regular virtual thread.
Delayed tasks handling was anyway reverted back due to VT's pinning / strange behavior.
If you got something better to propose, you can also contribute rather than "??".
Hello everyone, I'm selling my Salvation license from L2JEternity. It's a lifetime license that I bought from LordWinter about 2 years ago. He's been updating the project diligently since then. I used it to open just one project and then never used it again. Since it's been idle, I'd like to sell it.
At the time, I paid 600 euros for this license. I'm selling it for 350 euros.
Payments only in cryptocurrencies to avoid chargebacks from the jokers.
Thank you and if you need any recommendations from important people on the forum, I have them.
https://prnt.sc/SloDzTxN3fs6
Question
AvigarD
Hy everyone! I read whole internet but didn't find how can i fix my problem. I started successefuly login and community servers, but now I stuck on GameServer. I get that error - or kind of error:
Starting L2J Game Server.
Network Config: ipconfig.xml exists using manual configuration...
Loaded 6 Filter Words.
-----------------------------------------------------------------=[ Database ]
GameServer: L2J Server Version: 5937
GameServer: L2J Datapack Version: 9641
Updated characters online status.
Cleaned 0 elements from database in 0 s
Cleaned 0 expired timestamps from database.
BitSetIDFactory: 102912 id's available.
------------------------------------------------------------------=[ Engines ]
Script Engine: java 1.7 - Language: java - Language Version: 1.7
Script Engine: Mozilla Rhino 1.7 release 3 PRERELEASE - Language: ECMAScript - L
anguage Version: 1.8
Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1
--------------------------------------------------------------------=[ World ]
GameTimeController: Started.
Exception in thread "main" java.lang.NoSuchMethodError: com.l2jserver.util.L2Fas
tList.shared()Ljavolution/util/FastList;
at com.l2jserver.util.L2FastList.<init>(L2FastList.java:64)
at com.l2jserver.gameserver.model.entity.Instance.<init>(Instance.java:8
3)
at com.l2jserver.gameserver.instancemanager.InstanceManager.<init>(Insta
nceManager.java:57)
at com.l2jserver.gameserver.instancemanager.InstanceManager$SingletonHol
der.<clinit>(InstanceManager.java:385)
at com.l2jserver.gameserver.instancemanager.InstanceManager.getInstance(
InstanceManager.java:380)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:206)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:470)
I think it is a problem from java, I tried to reinstall all javas kit and etc but still same problem... here is my IPCONFIG file
<?xml version="1.0" encoding="UTF-8"?>
<!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! -->
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="192.168.0.101" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.101" />
</gameserver>
I don't think it is the problem but ... anyway as I said i started successefully the login server - a friend of mine connected too but server is down (creating acc is working too)
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.