Jump to content
  • 0

[Help] Problem in gameserver!


Question

Posted

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

  • 0
Posted

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
Posted

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
Posted

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
Posted

---------------------------------------------------------------------------
# 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
Posted

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
Posted

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
Posted

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!

Guest
This topic is now closed to further replies.


×
×
  • Create New...