Phoenix ERROR [Including reward]

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    YOLO <3 DutchenL is offline
    MemberRank
    Jul 2013 Join Date
    543Posts

    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


  2. #2
    Novice shintooo is offline
    MemberRank
    May 2015 Join Date
    EnglandLocation
    3Posts

    Re: Phoenix ERROR [Including reward]

    check your config

  3. #3
    Valued Member Xversion is offline
    MemberRank
    Mar 2012 Join Date
    LocalhostLocation
    144Posts

    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.

  4. #4
    YOLO <3 DutchenL is offline
    MemberRank
    Jul 2013 Join Date
    543Posts

    Re: Phoenix ERROR [Including reward]

    Quote Originally Posted by Xversion View Post
    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.

  5. #5
    Valued Member Xversion is offline
    MemberRank
    Mar 2012 Join Date
    LocalhostLocation
    144Posts

    Re: Phoenix ERROR [Including reward]

    Quote Originally Posted by DutchenL View Post
    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).

  6. #6
    YOLO <3 DutchenL is offline
    MemberRank
    Jul 2013 Join Date
    543Posts

    Re: Phoenix ERROR [Including reward]

    Quote Originally Posted by Xversion View Post
    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.

  7. #7
    YOLO <3 DutchenL is offline
    MemberRank
    Jul 2013 Join Date
    543Posts

    Re: Phoenix ERROR [Including reward]

    Bump!

  8. #8
    Hakuna Matata Matata is offline
    MemberRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    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.

  9. #9
    Member Antiflot96 is offline
    MemberRank
    Jul 2012 Join Date
    86Posts

    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

  10. #10
    YOLO <3 DutchenL is offline
    MemberRank
    Jul 2013 Join Date
    543Posts

    Re: Phoenix ERROR [Including reward]

    Quote Originally Posted by Antiflot96 View Post
    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 View Post
    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

  11. #11
    No need of reading this Rush Retros is offline
    MemberRank
    Dec 2013 Join Date
    DenmarkLocation
    365Posts

    Re: Phoenix ERROR [Including reward]

    Quote Originally Posted by DutchenL View Post
    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

  12. #12
    Member Antiflot96 is offline
    MemberRank
    Jul 2012 Join Date
    86Posts

    Re: Phoenix ERROR [Including reward]

    Quote Originally Posted by DutchenL View Post
    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.

  13. #13
    Hakuna Matata Matata is offline
    MemberRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Phoenix ERROR [Including reward]

    Quote Originally Posted by DutchenL View Post
    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. :)

  14. #14
    YOLO <3 DutchenL is offline
    MemberRank
    Jul 2013 Join Date
    543Posts

    Re: Phoenix ERROR [Including reward]

    Quote Originally Posted by Antiflot96 View Post
    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.

  15. #15
    Member Antiflot96 is offline
    MemberRank
    Jul 2012 Join Date
    86Posts

    Re: Phoenix ERROR [Including reward]

    Quote Originally Posted by DutchenL View Post
    I tried it and did not help.
    Tell me what happens when you do it.



Page 1 of 2 12 LastLast

Advertisement