Game Server Error

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
kamikadzez
Posts: 3
Joined: Sun May 31, 2015 6:22 pm

Game Server Error

Post by kamikadzez »

So i have a problem with running game server. The login server works, and it allows me to log in however game server shows sever offline and this is the stdout file
https://gist.github.com/kamikadzez/331e5be92453325ab7a2

Would appreciate any help from people.
zhort
Posts: 106
Joined: Thu Oct 06, 2011 11:08 pm

Re: Game Server Error

Post by zhort »

pull & compile again a lots of error lol, U can log w/o server(server down)
kamikadzez
Posts: 3
Joined: Sun May 31, 2015 6:22 pm

Re: Game Server Error

Post by kamikadzez »

zhort wrote:pull & compile again a lots of error lol, U can log w/o server(server down)
Recompiled and same error ... maybe due to java 1.9?
kamikadzez
Posts: 3
Joined: Sun May 31, 2015 6:22 pm

Re: Game Server Error

Post by kamikadzez »

fixed with new error in Login log

This happens after the first person logs in. Recompiled the MMO Core and the whole system

Code: Select all

Exception in thread "SelectorThread-18" java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer;
	at com.l2jserver.loginserver.network.L2LoginClient.encrypt(L2LoginClient.java:128)
	at com.l2jserver.mmocore.SelectorThread.putPacketIntoWriteBuffer(SelectorThread.java:628)
	at com.l2jserver.mmocore.SelectorThread.prepareWriteBuffer(SelectorThread.java:589)
	at com.l2jserver.mmocore.SelectorThread.writePacket(SelectorThread.java:500)
	at com.l2jserver.mmocore.SelectorThread.run(SelectorThread.java:187)
Post Reply