PW Server and Client

03/28/2010 21:03 lonewolfsc#1
Does anyone know where I can find information on setting up a PW Private Server? I tried ******** and downloaded the server files and installed them. Now I have a error and not getting much help to resolve it from them. I guess hardly anyone uses that site anymore.

IF anyone wants to take a look at the error, here it is:

STARTING GLINKD
GAuthServer::OnAddSession com.goldhuman.IO.Protocol.Session@1a7508a
info : program started with 1 threads.
info : logclient: OnAddSession
TRACE : gdelivery::connect gfactionserver successfully.
info : logclienttcp: OnAbortSession
TRACE : gdelivery::connect to gauthd successfully.
TRACE : ganticheatclient:: connect gacd successfully!
err : gdelivery:: connect GameDB failed
TRACE : gfactionserver:: add link(or Delivery) 0 to map.
TRACE : Receive zoneid=1 from delivery
gauthd: 27 Mar 2010 08:14:59,161 INFO GAuthServer:? - <<< clear all online records on zone 1

I am totally lost and I am a noob at setting up games servers.

Thanks in advance.
05/11/2010 22:39 lonewolfsc#2
NVM I fogured it out. Need to adjust pause time between functions.
05/12/2010 18:26 aringaso#3
Edit all the IP in a file in the folder game.conf gdelivery, with IP linux, check all files that are in the folder / etc / like table.xml make sure everything's the same with either the mysql password, etc., and all the files from the server that ends * . Conf like authd.conf / Gmserver.conf / iWeb, conf, etc.
sorry my bad english
05/13/2010 16:03 lonewolfsc#4
I checked all the ip's on everything. They were fine. I changed the sleep from 1 to 10 on each function and it loads fine now.

The only problem I am experiencing now is that the client will not connect to the server. I monitored the server as I was trying to connect and watched as it tried to query the database. It fails to get a verification back from the server. The client get a error or failure when connecting. The client sees the server but gets a returned error something like "Error in server and netowrk" . I have no clue what the heck that means.

And suggestions? Thank