OfflineTradersTable: Loading offline traders...
Exception in thread "main" java.lang.Error: Unable to determine localhost address.
at com.l2jserver.gameserver.network.L2GameClient.<init>(L2GameClient.java:148)
at com.l2jserver.gameserver.datatables.OfflineTradersTable.restoreOfflineTraders(OfflineTradersTable.java:178)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:397)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:486)
L2GameClient.java:148
public L2GameClient(MMOConnection<L2GameClient> con)
{
super(con);
_state = GameClientState.CONNECTED;
_connectionStartTime = System.currentTimeMillis();
_crypt = new GameCrypt();
_stats = new ClientStats();
_packetQueue = new ArrayBlockingQueue<>(Config.CLIENT_PACKET_QUEUE_SIZE);
if (Config.CHAR_STORE_INTERVAL > 0)
{
_autoSaveInDB = ThreadPoolManager.getInstance().scheduleGeneralAtFixedRate(new AutoSaveTask(), 300000L, (Config.CHAR_STORE_INTERVAL * 60000L));
}
else
{
_autoSaveInDB = null;
}
try
{
_addr = con != null ? con.getInetAddress() : InetAddress.getLocalHost();
}
catch (UnknownHostException e)
{
throw new Error("Unable to determine localhost address.");
}
}
Written on acis 401.
This is my biggest mod to date and my first ever service offer.
Mod Description: With this mod, players have the opportunity to purchase a bot from the Bot Shop, providing them with valuable assistance throughout their gameplay journey. As we are well aware, many players resort to external programs to simplify their gaming experience. However, this mod offers a legitimate solution to this issue, benefiting both players and admins alike.
Please note that this mod has been specifically designed as a PvE feature and may not be suitable for PvP scenarios. Its primary focus is to enhance the player's progress and enjoyment in PvE gameplay.
The mod comes with comprehensive support and access to its GitHub repository for regular updates.
Price: 200 - 160 euros
Since the mod is in the alpha stage, I am offering a 20% discount to the first clients.
Video
I had issues with my monitor thats why i stuck on some parts of the video.
If you are interested add me on discord Onizuka#8568
It's either you or your braindead friend of a GM. Doesn't matter, really. I've seen enough of your 'project' and staff, even if it wasn't you, most probably you're the same. But it's cool, server's closing in a week max anyways, so not wasting breath with you anymore.
Question
KONO
Hello, help me please
my server linux centos 5.9
Error
L2GameClient.java:148
/etc/hosts
Thank for help
Link to comment
Share on other sites
1 answer 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.