studio not work source AllRight Thailand

Results 1 to 6 of 6
  1. #1
    Newbie suly is offline
    MemberRank
    Feb 2014 Join Date
    7Posts

    studio not work source AllRight Thailand

    Hello,

    Studio, (source AllRight Thailand), crash when i want to update the database.

    The server is installed on a virtual machine, the game is installed on my pc and I use hamachi for the network.
    I would like to use studio editor from my pc because it does not work on the virtual machine.

    When i want to update the database, I get an error message "ERROR: timeout getting items db" and studio crash.
    I changed all the IP addresses of the code and I see the items at /api/php/api_getItemsDB.php. Here is the log:

    Code:
    ...
    000002.653| !!!!!!!!! Localization: Failed to find string id='301133_desc'
    000002.653| !!!!!!!!! Localization: Failed to find string id='301134_name'
    000002.653| !!!!!!!!! Localization: Failed to find string id='301134_desc'
    000002.653| !!!!!!!!! Localization: Failed to find string id='301135_name'
    000002.653| !!!!!!!!! Localization: Failed to find string id='301135_desc'
    000002.653| !!!!!!!!! Localization: Failed to find string id='301137_name'
    000002.653| !!!!!!!!! Localization: Failed to find string id='301137_desc'
    000002.653| !!!!!!!!! Localization: Failed to find string id='301139_name'
    000002.653| !!!!!!!!! Localization: Failed to find string id='301139_desc'
    000012.755| !!! ERROR: timeout getting items db
    000012.755| ... exiting
    When I am in edit mode of the card and I press F8, studio crash also.

    Thank you if you can help me.


  2. #2
    Newbie suly is offline
    MemberRank
    Feb 2014 Join Date
    7Posts

    Re: studio not work source AllRight Thailand

    Up ! Who knows this bug please ?

  3. #3
    Grand Master javaz97 is offline
    Grand MasterRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: studio not work source AllRight Thailand

    set all ip to 127.0.0.1
    and
    api path c:\inetpub\www\api

    check user + pass

  4. #4
    Newbie suly is offline
    MemberRank
    Feb 2014 Join Date
    7Posts

    Re: studio not work source AllRight Thailand

    Quote Originally Posted by javaz97 View Post
    set all ip to 127.0.0.1
    and
    api path c:\inetpub\www\api

    check user + pass
    Hello and thank you for your reply,

    I changed all the IP 127.0.0.1 in all the source code except r3dNetwork.cpp file:

    Code:
     // add  binding as well
      binds[numBinds++] = RakNet::SocketDescriptor(port, "127.0.0.1"); //ligne 264 et 265
    If I change the IP address 127.0.0.1 with the IP address of Hamachi, the master server crash.

    The path of the API: C:\inetpub\wwwroot\api is correct.

    Users in the database are created (wz_api_user, WOAdmin, WZAdmin and bn_api_user) with rights: db_datareader, db_datawriter, db_owner and public.

    I tried another studio source (first source) by changing the IP address and it works. I think there is a bug in the source Allright Thailand but I can not find the error ...

    Thanks if you can help me

  5. #5
    Grand Master javaz97 is offline
    Grand MasterRank
    May 2006 Join Date
    HellLocation
    1,537Posts

    Re: studio not work source AllRight Thailand

    set SupervisorServer.cfg
    externalIp = YOUR_IP


    add firewall
    UDP 34000-34050

  6. #6
    Newbie suly is offline
    MemberRank
    Feb 2014 Join Date
    7Posts

    Re: studio not work source AllRight Thailand

    Quote Originally Posted by javaz97 View Post
    set SupervisorServer.cfg
    externalIp = YOUR_IP


    add firewall
    UDP 34000-34050
    I think SupervisorServer.cfg and firewall (disabled) are correct.
    Now the message "Successfully updated English DB" appears but nothing happens on the server.

    What is the right approach for add loot on studio :

    1 Load map
    2 Add object gameplay
    3 Edit (add location object)
    4 Save map
    5 Global Save
    6 Update DataBase
    7 Transfer of Data and Levels directory on the server ??
    8 RSBuild ??

    Thank you for your answers.

    - - - Updated - - -

    It works!
    I use the studio sources ==> http://forum.ragezone.com/f791/tutorial-setup-infestation-mmo-server-956698/ and I changed all the IP addresses of these sources.
    Check php files ==> /api/php/
    When you have finished editing the map with studio, copy the folder of the map bin ==> Levels ==> mymap on your server ;)
    Thank you for your help.



Advertisement