Phoenix MUS socket error

Pacific

Spooderman
Feb 19, 2012
47
6
Hi,

I have a problem with my Phoenix Emulator (Source + cracked) - Look at the image below.

dwhc.png


My config is correct, the ports are open (30000 AND 30001) I have installed MySQL (community) server, connector/net and so on... so, what can the problem be? :S

Thanks!
 

Pacific

Spooderman
Feb 19, 2012
47
6
Post your config, removing DB password.


Code:
## Phoenix 3.0 System Configuration File
 
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=***
db.name=***
 
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
 
 
## Game TCP/IP Configuration
game.tcp.bindip=***
game.tcp.port=30000
game.tcp.conlimit=5000
 
 
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
 
 
## MUS TCP/IP Configuration
mus.tcp.bindip=***
mus.tcp.port=30001
mus.tcp.allowedaddr=***
 
 
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0
 

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
Code:
## Phoenix 3.0 System Configuration File
 
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=***
db.name=***
 
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
 
 
## Game TCP/IP Configuration
game.tcp.bindip=***
game.tcp.port=30000
game.tcp.conlimit=5000
 
 
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
 
 
## MUS TCP/IP Configuration
mus.tcp.bindip=***
mus.tcp.port=30001
mus.tcp.allowedaddr=***
 
 
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=0

Your error by the looks of it is the IP for the Emulator Config. I'm assuming it's a proxy IP?
 

Users who are viewing this thread

Top