[PhoenixEMU] Phoenix 3.11.0 Problem..
http://img692.imageshack.us/img692/1121/kbjy.png
I get this problem.. this is my config file:
Code:
## Phoenix 3.0 System Configuration File
## Licence Information
**************.username=HobbaBR
**************.password=nope
## Licence Server Information
LicenceServer.URL=http://localhost/phx/
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=dandre12
db.name=habbix
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=90.215.89.9
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=90.215.89.9
mus.tcp.port=30001
mus.tcp.allowedaddr=90.215.89.9
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
re: [PhoenixEMU] Phoenix 3.11.0 Problem..
re: [PhoenixEMU] Phoenix 3.11.0 Problem..
re: [PhoenixEMU] Phoenix 3.11.0 Problem..
Its not.. Ive checked it over several times :/
UPDATE:
I tried the first 3.11.0 release and now i get this error...
http://img547.imageshack.us/img547/6981/v3s.png
I configured it in the same way as i did with the second release and im getting two completely different error's??
Re: [PhoenixEMU] Phoenix 3.11.0 Problem..
Re: [PhoenixEMU] Phoenix 3.11.0 Problem..
## Phoenix 3.0 System Configuration File
## Licence Information
**************.username=HobbaBR
**************.password=nope
## Licence Server Information
LicenceServer.URL=http://localhost/phx/
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=dandre12
db.name=habbix
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=90.215.89.9
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=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
Try that as your config. you may want to add back in the urls that have been taken out!
Re: [PhoenixEMU] Phoenix 3.11.0 Problem..
Ok, will let you know what happens
Re: [PhoenixEMU] Phoenix 3.11.0 Problem..
okay now im getting this error..
http://img839.imageshack.us/img839/9135/kk0n.png
this is my config;
Code:
## Phoenix 3.0 System Configuration File
## Licence Information
**************.username=HobbaBR
**************.password=nope
## Licence Server Information
LicenceServer.URL=http://localhost/phx/
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=dandre12
db.name=habbix
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=90.215.89.9
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=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
When i change the game tcp/ip config number to 127.0.0.1 the server works :|. I thought to my self its a portforwading problem but it when i try my ip in a different server it works..??
UPDATE: SWITCHED TO A DIFFERENT SERVER CBA ANYMORE
Re: [PhoenixEMU] Phoenix 3.11.0 Problem..
Quote:
Originally Posted by
dandre02
okay now im getting this error..
http://img839.imageshack.us/img839/9135/kk0n.png
this is my config;
Code:
## Phoenix 3.0 System Configuration File
## Licence Information
**************.username=HobbaBR
**************.password=nope
## Licence Server Information
LicenceServer.URL=http://localhost/phx/
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=dandre12
db.name=habbix
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=90.215.89.9
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=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
When i change the game tcp/ip config number to 127.0.0.1 the server works :|. I thought to my self its a portforwading problem but it when i try my ip in a different server it works..??
UPDATE: SWITCHED TO A DIFFERENT SERVER CBA ANYMORE
If you're using the source version search for .Bind( and replace the first argument of the IPEndPoint Instance to IPAddress.Any. (I can see on your screen that you're using the source thing, so take advantage of that and edit non-working parts.
Re: [PhoenixEMU] Phoenix 3.11.0 Problem..
Change your mus port or IP c:
Re: [PhoenixEMU] Phoenix 3.11.0 Problem..
Try to change:
Quote:
game.tcp.bindip=90.215.89.9
To:
Quote:
game.tcp.bindip=127.0.0.1
Re: [PhoenixEMU] Phoenix 3.11.0 Problem..
Quote:
Originally Posted by
azaidi
If you're using the source version search for .Bind( and replace the first argument of the IPEndPoint Instance to IPAddress.Any. (I can see on your screen that you're using the source thing, so take advantage of that and edit non-working parts.
sorry i dont quite understand what your telling me to do...
Re: [PhoenixEMU] Phoenix 3.11.0 Problem..
Quote:
Originally Posted by
BaasHotel
Try to change:
To:
Or 0.0.0.0