Page 1 of 1

Game Server Error

Posted: Sun May 31, 2015 6:33 pm
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.

Re: Game Server Error

Posted: Sun May 31, 2015 8:22 pm
by zhort
pull & compile again a lots of error lol, U can log w/o server(server down)

Re: Game Server Error

Posted: Sun May 31, 2015 10:43 pm
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?

Re: Game Server Error

Posted: Sun May 31, 2015 11:14 pm
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)