Supervisorserver game finished - Help ?

Results 1 to 7 of 7
  1. #1
    Proficient Member rollwow is offline
    MemberRank
    Sep 2013 Join Date
    LisbonLocation
    153Posts

    Supervisorserver game finished - Help ?

    Hello,
    i try change 2 sources, i saw like 10 videos, and i dont find the solution for my error.
    When i start master server and supervisorserver, the supervisorserver say game finished...


    LOGS:



    000000.006| r3dFS: there is no volume file wo_00.bin
    000000.006| Connecting to master server at 127.0.0.1:34000
    000000.006| r3dNetwork: Creating client
    000000.032| IP: ***.***.1.2
    000000.032| IP: 25.176.***.***
    000000.032| r3dNetwork: connecting to 127.0.0.1:34000
    000000.032| waiting: connecting, 10.0 sec left
    000000.052| r3dNetwork: external ip: 127.0.0.1:49266
    000000.052| Game: Initializing with 32 players
    000000.052| Server time is Thu Dec 09 21:26:24 2027
    000000.052| CAsyncApiMgr starting
    000000.052| Starting server on port 34010
    000000.052| r3dNetwork: Creating host at port 34010
    000000.061| IP: ***.***.1.2
    000000.061| IP: 25.176.***.***
    000000.073| Getting shop data
    000000.091| WO_API: failed with error code 5 SQL Connect failed
    000000.091| GetShopData FAILED, code: 5
    000000.092| Reading game rewards
    000000.102| WO_API: failed with error code 5 SQL Connect failed
    000000.102| ApiGetDataGameRewards FAILED, code: 5
    000000.103| !!! ERROR: failed to get game rewards
    000000.103| !!! crashed
    000000.103| Creating minidump at logss\GS_1000004351380.dmp
    000000.193| Minidump created.

    PS: The IPS: ***.***.1.2 // And // 25.176.***.*** Its my IPS and i removed with "***" for people dont see.


    Plz Help me (Its my PC not a vps)
    Thanks, Rollwow.


  2. #2
    Alpha Member javaz97 is offline
    MemberRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: Supervisorserver game finished - Help ?

    000000.073| Getting shop data
    000000.091| WO_API: failed with error code 5 SQL Connect failed
    000000.091| GetShopData FAILED, code: 5

    add user to sql server
    and set owner for each DB
    and set admin

    and config password (API)

  3. #3
    Proficient Member rollwow is offline
    MemberRank
    Sep 2013 Join Date
    LisbonLocation
    153Posts

    Re: Supervisorserver game finished - Help ?

    Quote Originally Posted by javaz97 View Post
    000000.073| Getting shop data
    000000.091| WO_API: failed with error code 5 SQL Connect failed
    000000.091| GetShopData FAILED, code: 5

    add user to sql server
    and set owner for each DB
    and set admin

    and config password (API)
    Hi, thank you for you helping me.
    But im new so, i need you tell me How to do this:

    add user to sql server
    and set owner for each DB
    and set admin

    and config password (API)


    (with setps)


    Sorry.




    thanks, rollwow.

  4. #4
    Alpha Member javaz97 is offline
    MemberRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: Supervisorserver game finished - Help ?

    C:\WarZ\src\Scripts\WZBackend-ASP.NET\Site\web.config
    C:\WarZ\src\Scripts\WZBackend-ASP.NET\Site\php\dbinfo.inc.php



    Compile WZBackend-ASP.NET C:\WarZ\src\scripts\WZBackend-ASP.NET with DEBUG* build

    and Publish Web Site it to your API folder default is c:\inetpub\wwwroot\api

  5. #5
    Proficient Member rollwow is offline
    MemberRank
    Sep 2013 Join Date
    LisbonLocation
    153Posts

    Re: Supervisorserver game finished - Help ?

    Hi, thank you for your help.
    Javaz97 you really are a good guy im just new xD and i dont understand to much.
    Soo, i open the web.config and dbinfo.inc.php but i dont know what i need to do.
    @javaz97 can you edit and put here the web.config and dbinfo.inc.php ? Really sorry and thank you for you helping me.

    Here the two files
    https://mega.co.nz/#!D1QEgQiI!IVA8Kw...3-sFar5wdbnXe4


    Here the 2 screenshots for you see my web and dbinfo.
    If you edit this two files tell me what i need to do now.
    Thank you Javaz97!!






  6. #6
    Proficient Member rollwow is offline
    MemberRank
    Sep 2013 Join Date
    LisbonLocation
    153Posts

    Re: Supervisorserver game finished - Help ?

    Hi, thank you javaz. I Solved my own problem!

    Problem fix:
    default: C:\\inetpub\wwwroot\WarZ\api -> web.config

    Find
    " <add name="dbConnectionString" connectionString="Server=localhost;Database=WarZ;User ID=wz_api_user;Password=g54vxca5Ez;Trusted_Connection=False;" providerName="System.Data.SqlClient"/> "

    Replace

    " <add name="dbConnectionString" connectionString="Server=localhost,1433;Database=WarZ;User ID=wz_api_user;Password=g54vxca5Ez;Trusted_Connection=False;" providerName="System.Data.SqlClient"/> "


    Thank you all.

  7. #7
    Alpha Member javaz97 is offline
    MemberRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: Supervisorserver game finished - Help ?

    sql server default port 1433



Advertisement