Begal Posted November 30, 2010 Posted November 30, 2010 I run the login & game server normally without problems but... I log my account and I see the server light with 9999 ping and I can't confirm the server! Thnx for the help in advance! ;)
0 HippO™ Posted November 30, 2010 Posted November 30, 2010 ah.. somewhere was an option to change your min/max ping but i dont remember where ;s
0 Begal Posted November 30, 2010 Author Posted November 30, 2010 When I try to confirm i get this in the game server consol : Unclosed connection! Trance: java.lang.RuntimeException at com.l2dc.DatabaseFactory.getConnection<L2DatabaseFactory.Java:252 at com.l2dc.gameserver.model.actor.instance.L2SchemeBufferInstance.loadData<L2SchemeBufferInstance.java:56> at com.l2dc.gameserver.Gameserver.<init><GameServer.java:303> at com.l2dc.gameserver.Gameserver.main<GameServer.java:530>
0 HippO™ Posted November 30, 2010 Posted November 30, 2010 you had any error when you made your compile?
0 Tryskell Posted November 30, 2010 Posted November 30, 2010 Your buffer focks up the launch of your server, in the loadData method line 56. It's surely how you open/use/close the connection. To solve, check any instancemanager, there is plenty of exemples on how to load things through datatables (ClanDataTable.java as example). It's nothing related to your ping, as the connection cannot be established, you just don't have connection, well something is semi-working and semi-broken. And from what I know there is no option for ping, and even there are, they're not for this problem. at com.l2dc.gameserver.model.actor.instance.L2SchemeBufferInstance.loadData<L2SchemeBufferInstance.java:56>
0 Begal Posted November 30, 2010 Author Posted November 30, 2010 I fixed the error that I get from game server consol but I still get 9999 ping and can't log in server! I use no-ip, I opened all the ports even for the no-ip, the server.properties is right edited! Does anyone know what's wrong now and how i can deal with it?
0 Begal Posted December 1, 2010 Author Posted December 1, 2010 --------------------------------------------------------------------------- # Networking # --------------------------------------------------------------------------- # # Note: External/Internal address definitions was moved to the ipconfig.xml # # Where's the Login server this gameserver should connect to # Default: 127.0.0.1 LoginHost = <----- my IP here # TCP port the login server listen to for gameserver connection requests # Default: 9014 LoginPort = 9014 # Bind address for gameserver. You should not need to change it in most cases. # Default: * (0.0.0.0) GameserverHostname = <----- i tried with my IP here and with * # Default: 7777 GameserverPort = 7777
0 Flash™ Posted December 1, 2010 Posted December 1, 2010 look this # Default: * InternalHostname = no-ip # Where's the Login server this gameserver should connect to # Default: 127.0.0.1 LoginHost = 127.0.0.1 # TCP port the login server listen to for gameserver connection requests # Default: 9014 LoginPort = 9014 # Default: * GameserverHostname = 0.0.0.0 # Default: 7777 GameserverPort = 7777
0 Begal Posted December 1, 2010 Author Posted December 1, 2010 Tried it but still nothing.... I can see server light but with 9999 ping and can't log in!
0 Trance Posted December 1, 2010 Posted December 1, 2010 I saw same problem but, when u use for exemple: interlude project and another client e.g. gracia.
0 fokys Posted December 2, 2010 Posted December 2, 2010 If it is light 9999 that means IP is fine and server is conected! Could be protocol version!
0 DarkKnightCZ Posted December 2, 2010 Posted December 2, 2010 fokys: no it isnt :) if you see that, it means that something is wrong lets say your gameserver succesfully connect to loginserver (paste loginserver log and end of gameserver log - 10 lines) do you have all ports open?
0 Begal Posted December 4, 2010 Author Posted December 4, 2010 I found the solution! it seems that the problem was on the ipconfig.xml file! Also the protocol don't make the ping 9999 just don't let u log in! Even though thnx for ur try guys. Topic locked!
Question
Begal
I run the login & game server normally without problems but...
I log my account and I see the server light with 9999 ping and I can't confirm the server!
Thnx for the help in advance! ;)
14 answers to this question
Recommended Posts