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.
@sunwind >> What nice and great files!
Could you tell me how to connect and use them?
There is a java folder, an sql folder, and a DataCleaning folder! Please make a quick tutorial on how to connect! Thank you.
observation:The system folder shows how to log into the game, etc., but the system is missing files. Should I copy the files from this system and put them in another one that contains l2.exe? Another thing: the 1start.bat file is missing! Only these files were found!
0stop mysql
1startmysql
2startloginserver
3startgameserver
clean fake account
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.