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.");
}
}
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.
Hello. You may encounter the Push item fail error when trying to pick up an item dropped on the ground by a mob.
or
You can throw something out of your inventory and pick it up again, several times.
Probably this is a quantum dependency) I don't understand at what point this happens, sometimes two items one after another experience push item errors, and sometimes I don't have enough thousands of attempts to repeat this trick)
In any case, this is just a visual error and after the relog, the item appears in the inventory. I think first i need to disconnect the extender and check it on a bare server. I still need time to check this, maybe it's not even about the autoloot function.
https://youtu.be/6mcfmdImofE
-----------
In general, I would like to thank our wonderful Emca Eressea for her deep knowledge in programming and reverse engineering. And for the fact that her work is open to everyone, this is very amazing, and incredibly valuable.
Question
KONO
Hello, help me please
my server linux centos 5.9
Error
L2GameClient.java:148
/etc/hosts
Thank for help
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.
Note: Your post will require moderator approval before it will be visible.