Tell me where is the mistake?InvasionMMOS

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! lokamber is offline
    MemberRank
    Jun 2013 Join Date
    RussiaLocation
    258Posts

    Tell me where is the mistake?InvasionMMOS

    000000.005| r3dFS: there is no volume file wz_00.bin
    000000.005| Connecting to master server at 10.0.0.251:34000
    000000.005| r3dNetwork: Creating client
    000000.028| IP: 10.0.0.251
    000000.028| waiting: connecting, 10.0 sec left
    000000.048| r3dNetwork: external ip: 10.0.0.251:65097
    000000.048| Game: Initializing with 32 players
    000000.048| Server time is Mon Jan 29 17:49:00 2024
    000000.048| CAsyncApiMgr starting
    000000.048| Starting server on port 34010
    000000.048| r3dNetwork: Creating host at port 34010
    000000.056| IP: 10.0.0.251
    000000.068| Getting shop data
    000004.580| WO_API: http timeout
    000004.580| GetShopData FAILED, code: 8
    000004.580| Reading game rewards
    000009.092| WO_API: http timeout
    000009.092| ApiGetDataGameRewards FAILED, code: 8
    000009.093| !!! ERROR: failed to get game rewards
    000009.093| !!! crashed
    000009.093| Creating minidump at logss\GS_1000002ff3a82.dmp
    000009.180| Minidump created.


  2. #2
    Holy mother jesus tractor Kratos147 is offline
    MemberRank
    Jan 2011 Join Date
    CroatiaLocation
    470Posts

    Re: Tell me where is the mistake?InvasionMMOS

    WO_API: http timeout.

    your IPs/Ports are wrong.. or so I think.

  3. #3
    Enthusiast teamlnwzaza is offline
    MemberRank
    Jun 2013 Join Date
    ThailandLocation
    41Posts

    Re: Tell me where is the mistake?InvasionMMOS

    Build WarZ_Server.sln complete ??? I'm error build

  4. #4
    Valued Member Bambo1421 is offline
    MemberRank
    May 2013 Join Date
    145Posts

    Re: Tell me where is the mistake?InvasionMMOS

    your ips are wrong

  5. #5
    Account Upgraded | Title Enabled! Maxunit is offline
    MemberRank
    Dec 2005 Join Date
    217Posts

    Re: Tell me where is the mistake?InvasionMMOS

    I struggled with that as well, still trying to solve it.

    I dunno what I did wrong compared to working on the Source from DNC. If I find a solution, I will post it.

    Okay, I found the solution!

    First, follow these instructions. Taken from SecretsOThePast's Topic (http://forum.ragezone.com/f791/warz-...-deadz-924263/)

    Change the location of the API to match in each of the solutions. Go into the solution and make sure the API base location (ctrl f -> gDomainBaseUrl ) looks like figure a in all solutions.
    a)
    Code:
    const char*	gDomainBaseUrl= "/api/"; //Keep this the same.
    			int		gDomainPort   = 80; // Change this to the port of the API server.
    			bool		gDomainUseSSL = false; //Change this if your IIS server uses SSL.
    b) Open up WarZ.sln's tab, and look for this:

    Code:
    case Menu_AppSelect::bStartGamePublic:
    	
    	And make the contents of the case look like this, replacing the DNS with your own:
    
    		// override API settings
    		g_api_ip->SetString("YOURSERVERSDNSHERE.com");
    Compile every solution after you did this. Server, Eclipse Studio, RSBuild and RSUpdate. Better safe than sorry.

    Then, modify the following in web.config, from WZBackend-ASP.NET:

    Replace
    Code:
    <add name="dbConnectionString" connectionString="Server=localhost,1433;Database=WarZ;User ID=user;Password=password;Trusted_Connection=False;" providerName="System.Data.SqlClient"/>
    with
    Code:
    <add name="dbConnectionString" connectionString="Server=localhost;Database=WarZ;User ID=user;Password=password;Trusted_Connection=False;" providerName="System.Data.SqlClient"/>
    Also change the big words accordingly with your login and password for MSSQL.

    Last, but not least, also in WZBackend-ASP.NET:

    Modify the dbinfo.inc.php in the php folder.

    Replace
    Code:
    $db_serverName     = "localhost,1433";
    with
    Code:
    $db_serverName     = "localhost";
    I had to remove the ports. If you don't have to, then do not do it...unless you want to play around with it.

    Voila, it works on my end :D

  6. #6
    Account Upgraded | Title Enabled! Maxunit is offline
    MemberRank
    Dec 2005 Join Date
    217Posts

    Re: Tell me where is the mistake?InvasionMMOS

    EDIT:

    You actually have to edit a few more things within WarZ_Server and RSUpdate. This might even force you to re-compile the other solutions and use RSBuild again to build the proper files for the update server.

  7. #7
    Account Upgraded | Title Enabled! lokamber is offline
    MemberRank
    Jun 2013 Join Date
    RussiaLocation
    258Posts

    Re: Tell me where is the mistake?InvasionMMOS

    prompt database must do something or not? database InvasionMMO

    it turns out nothing. the server had no errors but when I run the same thing and I can not register in this database(





Advertisement