[HELP] CreateHost failed 5

Results 1 to 3 of 3
  1. #1
    Apprentice Rene Wilson is offline
    MemberRank
    Dec 2014 Join Date
    22Posts

    [HELP] CreateHost failed 5

    CreateHost failed 5

    Code:
    000000.094| permgame: ID:1, Colorado, MAPID_WZ_Colorado
    000000.095| permgame: ID:2, Cliffside, MAPID_WZ_Cliffside
    000000.097| WarZ 0 games, 32 players each
    000000.098| r3dNetwork: Creating host at port 34000
    000000.147|  IP: 25.182.139.165
    000000.147|  IP: 192.168.0.14
    000000.150|  !!! ERROR: r3dNetwork::CreateHost failed 5
    
    
    000000.151|  !!! crashed
    000000.151|  Creating minidump at logms\MS_54b34955.dmp
    000000.249|  Minidump created.


  2. #2
    Apprentice pala3 is offline
    MemberRank
    Jan 2014 Join Date
    10Posts

    Re: [HELP] CreateHost failed 5

    Search for:
    binds[numBinds++] = RakNet::SocketDescriptor(port, "YOUR IP");
    and change the ip to 127.0.0.1:
    binds[numBinds++] = RakNet::SocketDescriptor(port, "127.0.0.1");


    Save and compile again

  3. #3
    Apprentice Rene Wilson is offline
    MemberRank
    Dec 2014 Join Date
    22Posts

    Re: [HELP] CreateHost failed 5

    Quote Originally Posted by pala3 View Post
    Search for:
    binds[numBinds++] = RakNet::SocketDescriptor(port, "YOUR IP");
    and change the ip to 127.0.0.1:
    binds[numBinds++] = RakNet::SocketDescriptor(port, "127.0.0.1");






    Save and compile again
    thanks



Advertisement