
Originally Posted by
lipinleoni
[Help] Help Error Connect GameDB Failed T.T
Help Me Pleaseee..

Before post use SEARCH, please!
And we will help if not passed any parameters or log of your Server?! 
Well, make sure you changed all the IP on folder of PWServer:
In my case, I put my local IP on all.
But you should check if the other files are configured correctly, and can be executed (chmod 775)
Example in gamesys.conf
Code:
...
port = 29400
address = 192.168.56.101
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
listen_backlog = 10
accumulate = 16777216
[LogclientClient]
type = udp
port = 11100
address = 192.168.56.101
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[LogclientTcpClient]
type = tcp
port = 11101
address = 192.168.56.101
so_sndbuf = 16384
...