Phoenix ERROR [Including reward]
I get this error, I use phoenix 3.11.0 the open source released on ragezone. It has probably something to do with MySQL but I don't know what exactly. I'm ready to reward the person for the golden solution.
5/4/2015 3:25:28 PM: [TCPListener.OnRequest]: Could not handle new connection request: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult)
at System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult)
at Phoenix.Net.Class114.method_4(IAsyncResult iasyncResult_0) in c:\Users\Eigenaar\Desktop\source2\Phoenix\Net\SocketsListener.cs:line 83
Re: Phoenix ERROR [Including reward]
Re: Phoenix ERROR [Including reward]
Try this:
Restart MySQL (and Emulator) First (and make sure the configuration is correct - double check the IP and Port)
If you're using two servers (one of your database and one for emulator): Make sure the Remote Server has Remote MySQL Enabled
If you're using a proxy or a proxy provider, confirm that traffic is being forwarded between the ports.
Re: Phoenix ERROR [Including reward]
Quote:
Originally Posted by
Xversion
Try this:
Restart MySQL (and Emulator) First (and make sure the configuration is correct - double check the IP and Port)
If you're using two servers (one of your database and one for emulator): Make sure the Remote Server has Remote MySQL Enabled
If you're using a proxy or a proxy provider, confirm that traffic is being forwarded between the ports.
I only use 1 server. I use 1 TCP proxy with the proxy port 2100, which is opened in Windows Firewall. Checked the configuration and nothing is wrong there.
Re: Phoenix ERROR [Including reward]
Quote:
Originally Posted by
DutchenL
I only use 1 server. I use 1 TCP proxy with the proxy port 2100, which is opened in Windows Firewall. Checked the configuration and nothing is wrong there.
Hmm, have you tried opening it as an Administrator (or maybe if you're sure that all the code and configuration are correct run it using Visual Studio).
Re: Phoenix ERROR [Including reward]
Quote:
Originally Posted by
Xversion
Hmm, have you tried opening it as an Administrator (or maybe if you're sure that all the code and configuration are correct run it using Visual Studio).
Yes I do.
Re: Phoenix ERROR [Including reward]
Re: Phoenix ERROR [Including reward]
Not sure what's causing this but have you considered using GTE instead? It might be a good idea while you're waiting for a fix.
Re: Phoenix ERROR [Including reward]
I know how to fix it:
Use your TCP proxy port on your client.php and your ip adress there but make ur phoenix config me 127.0.0.1 as ip and mus as 30000 instead of 2100
Re: Phoenix ERROR [Including reward]
Quote:
Originally Posted by
Antiflot96
I know how to fix it:
Use your TCP proxy port on your client.php and your ip adress there but make ur phoenix config me 127.0.0.1 as ip and mus as 30000 instead of 2100
I have this atm:
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=50
## Game TCP/IP Configuration
game.tcp.bindip=VPS IP
game.tcp.port=1232
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=VPS IP
mus.tcp.port=1233
mus.tcp.allowedaddr=VPS IP
- - - Updated - - -
Quote:
Originally Posted by
Matata
Not sure what's causing this but have you considered using GTE instead? It might be a good idea while you're waiting for a fix.
I read that GTE isn't safe? Injections were possible or something
Re: Phoenix ERROR [Including reward]
Quote:
Originally Posted by
DutchenL
I have this atm:
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=50
## Game TCP/IP Configuration
game.tcp.bindip=VPS IP
game.tcp.port=1232
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=VPS IP
mus.tcp.port=1233
mus.tcp.allowedaddr=VPS IP
- - - Updated - - -
I read that GTE isn't safe? Injections were possible or something
Havent checked but Shamike posted a version of an edited GTE emulator, which have new commands, and should be fixed with no backdoors etc
Re: Phoenix ERROR [Including reward]
Quote:
Originally Posted by
DutchenL
I have this atm:
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=50
## Game TCP/IP Configuration
game.tcp.bindip=VPS IP
game.tcp.port=1232
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=VPS IP
mus.tcp.port=1233
mus.tcp.allowedaddr=VPS IP
- - - Updated - - -
I read that GTE isn't safe? Injections were possible or something
Change vps ip to 127.0.0.1 and port 1233 to 30001 and port 1232 to 30000.
I know it sounds wrong but just do it, then in ur client.php and cms config
rather have ur vps ip or proxy ip in there, i recommend your proxy details.
Also use ur proxy tcp port in those configs too. Let me know if it works.
Re: Phoenix ERROR [Including reward]
Quote:
Originally Posted by
DutchenL
I have this atm:
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=50
## Game TCP/IP Configuration
game.tcp.bindip=VPS IP
game.tcp.port=1232
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=VPS IP
mus.tcp.port=1233
mus.tcp.allowedaddr=VPS IP
- - - Updated - - -
I read that GTE isn't safe? Injections were possible or something
I do believe that someone released a version, where all the exploits were removed. :)
Re: Phoenix ERROR [Including reward]
Quote:
Originally Posted by
Antiflot96
Change vps ip to 127.0.0.1 and port 1233 to 30001 and port 1232 to 30000.
I know it sounds wrong but just do it, then in ur client.php and cms config
rather have ur vps ip or proxy ip in there, i recommend your proxy details.
Also use ur proxy tcp port in those configs too. Let me know if it works.
I tried it and did not help.
Re: Phoenix ERROR [Including reward]
Quote:
Originally Posted by
DutchenL
I tried it and did not help.
Tell me what happens when you do it.