[Release] All Right Thailand Source (including fixes) + Updates {HELP}

Results 1 to 1 of 1
  1. #1
    Member Alengard is offline
    MemberRank
    Oct 2013 Join Date
    26Posts

    Support [Release] All Right Thailand Source (including fixes) + Updates {HELP}

    Good evening. Already a whole day, I get a server that has been downloaded from...

    http://forum.ragezone.com/f790/relea...-fixes-978035/

    Here are just enabling launcher gives me this...

    Log:
    Spoiler:
    000000.000| Input Devices enabled: Mouse, Keyboard
    000000.183| VMEM As seen through DDRaw: 971
    000000.183| VMEM As seen through WMI: 0
    000000.195| We have 4039 MB texture memory
    000000.195| r3dFont: Creating Verdana 10pt
    000000.196| r3dFont: Finished creating Verdana 10pt
    000000.196| r3dFont: Creating Tahoma 12pt
    000000.196| r3dFont: Finished creating Tahoma 12pt
    000000.197| r3dFont: Creating Tahoma 10pt
    000000.197| r3dFont: Finished creating Tahoma 10pt
    000000.197| r3dFont: Creating Tahoma 9pt
    000000.197| r3dFont: Finished creating Tahoma 9pt
    000000.412| Starting updater, v:2.9.6, cmd:
    000000.413| Checking for new updater
    000000.420| Checking for new updater - finished
    000004.007| WO_API: returned http404
    000004.007| Login FAILED, code: 8
    000005.189| WO_API: returned http404
    000005.190| Login FAILED, code: 8
    000005.338| WO_API: returned http404
    000005.338| Login FAILED, code: 8
    000005.505| WO_API: returned http404
    000005.505| Login FAILED, code: 8
    000005.655| WO_API: returned http404
    000005.655| Login FAILED, code: 8
    000005.821| WO_API: returned http404
    000005.821| Login FAILED, code: 8
    000006.006| WO_API: returned http404
    000006.007| Login FAILED, code: 8
    000012.735| Requested to stop, 0 files in queue
    000012.735| CUpdater::Stop()


    Tried to remove this error on this way, but nothing happens. What to do?

    Spoiler:
    New problem(login failed)

    Spoiler:


    000092.349| WO_API: http timeout
    000092.349| Login FAILED, code: 8
    000434.357| WO_API: http timeout
    000434.357| Login FAILED, code: 8
    000856.322| WO_API: http timeout
    000856.322| Login FAILED, code: 8

    FIX LOGIN FAILED
    Open RSUpdate

    Launcherconfig.cpp

    Search
    Code:
    updateGameDataURL = r3dReadCFG_S(configFile, group, "updateGameDataURL",
    "http:///wz/wz.xml");
    updateLauncherDataURL = r3dReadCFG_S(configFile, group, "updateLauncherDataURL",
    "http:///wz/updater/woupd.xml");
    // updateLauncherDataHostURL Used by -generate cmdline arg to output a woupd.xml file.
    updateLauncherDataHostURL = r3dReadCFG_S(configFile, group, "updateLauncherDataHostURL",
    "http:///wz/updater/");
    change to
    Code:
    updateGameDataURL = r3dReadCFG_S(configFile, group, "updateGameDataURL",
    "https:///wz/wz.xml");
    updateLauncherDataURL = r3dReadCFG_S(configFile, group, "updateLauncherDataURL",
    "https:///wz/updater/woupd.xml");
    // updateLauncherDataHostURL Used by -generate cmdline arg to output a woupd.xml file.
    updateLauncherDataHostURL = r3dReadCFG_S(configFile, group, "updateLauncherDataHostURL",
    "https:///wz/updater/");

    Search
    Code:
    updateGameDataURL = "http://yourip/wz.xml";
    updateLauncherDataURL = "http://yourip/updater/woupd.xml";
    updateLauncherDataHostURL = "http://yourip/updater/";
    serverInfoURL = "http://yourip/api_getserverinfo.xml";
    Change to | and where it says yourip change for your ip
    Code:
    updateGameDataURL = "https://yourip/wz.xml";
    updateLauncherDataURL = "https://yourip/updater/woupd.xml";
    updateLauncherDataHostURL = "https://yourip/updater/";
    serverInfoURL = "http://yourip/api_getserverinfo.xml";


    Help please...
    Last edited by Alengard; 30-03-14 at 08:10 PM.




Advertisement