[Release] United source files

Page 5 of 10 FirstFirst 12345678910 LastLast
Results 61 to 75 of 142
  1. #61
    Account Upgraded | Title Enabled! askmyleg is online now
    MemberRank
    Dec 2014 Join Date
    Mery keyLocation
    849Posts

    Re: [Release] United source files

    have the source files of sounds?

  2. #62
    Apprentice CrissLeung is offline
    MemberRank
    Jun 2016 Join Date
    7Posts

    Re: [Release] United source files

    Quote Originally Posted by askmyleg View Post
    have the source files of sounds?
    for example?

  3. #63
    Member zsh7954 is offline
    MemberRank
    May 2016 Join Date
    81Posts

    Re: [Release] United source files

    000000.373| Getting shop data
    000010.388| WO_API: http timeout
    000010.389| GetShopData FAILED, code: 8
    000010.389| Reading game rewards
    000020.403| WO_API: http timeout
    000020.404| ApiGetDataGameRewards FAILED, code: 8
    000020.404| !!! ERROR: failed to get game rewards
    000020.404| !!! crashed, thread 2600
    000020.404| Creating minidump at logss\GS_200000946f0a8.dmp
    000020.533| Minidump created.

  4. #64
    Account Upgraded | Title Enabled! askmyleg is online now
    MemberRank
    Dec 2014 Join Date
    Mery keyLocation
    849Posts

    Re: [Release] United source files

    Quote Originally Posted by zsh7954 View Post
    000000.373| Getting shop data
    000010.388| WO_API: http timeout
    000010.389| GetShopData FAILED, code: 8
    000010.389| Reading game rewards
    000020.403| WO_API: http timeout
    000020.404| ApiGetDataGameRewards FAILED, code: 8
    000020.404| !!! ERROR: failed to get game rewards
    000020.404| !!! crashed, thread 2600
    000020.404| Creating minidump at logss\GS_200000946f0a8.dmp
    000020.533| Minidump created.
    check path /php/ add /api/php/...

  5. #65
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: [Release] United source files

    AMo.exe not responding why?

  6. #66
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    Re: [Release] United source files

    Quote Originally Posted by djbadboys38 View Post
    AMo.exe not responding why?

    File: Main_Netword.cpp

    Search
    Code:
    extern EGameReuslt PlayNetworkGame();
    Add
    Code:
    void tempDoMsgLoop()
    {
        r3dProcessWindowMessages();
    
    
        gClientLogic().Tick();
        gMasterServerLogic.Tick();
        gFriendsServerLogic.Tick();
    
    
        return;
    }

  7. #67
    Professional RageZone XxFuR4xX is offline
    MemberRank
    Jun 2013 Join Date
    ENG / FRLocation
    253Posts

    Re: [Release] United source files

    Hello bro. @LukasCCB
    The problem persists even after this line of code!

  8. #68
    Valued Member FrageDev is offline
    MemberRank
    Apr 2016 Join Date
    FranceLocation
    120Posts

    Re: [Release] United source files

    just remove every line like below from the source ....
    Code:
    void tempDoMsgLoop(){
        r3dProcessWindowMessages();
    
    
    
    
        gClientLogic().Tick();
        gMasterServerLogic.Tick();
        gFriendsServerLogic.Tick();
    
    
    
    
        return;
    }

  9. #69
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: [Release] United source files

    Quote Originally Posted by LukasCCB View Post
    File: Main_Netword.cpp

    Search
    Code:
    extern EGameReuslt PlayNetworkGame();
    Add
    Code:
    void tempDoMsgLoop()
    {
        r3dProcessWindowMessages();
    
    
        gClientLogic().Tick();
        gMasterServerLogic.Tick();
        gFriendsServerLogic.Tick();
    
    
        return;
    }
    thanks for help mate but code already exist ^^ so don't work

  10. #70
    Apprentice AlexandreDiaz is offline
    MemberRank
    Dec 2016 Join Date
    18Posts

    Re: [Release] United source files

    Quote Originally Posted by XxFuR4xX View Post
    Hello bro. @LukasCCB
    The problem persists even after this line of code!
    check duplicate code

    - - - Updated - - -

    Quote Originally Posted by djbadboys38 View Post
    thanks for help mate but code already exist ^^ so don't work
    why no like button lol if no exist only add

  11. #71
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: [Release] United source files

    Quote Originally Posted by FrageDev View Post
    just remove every line like below from the source ....
    Code:
    void tempDoMsgLoop(){
        r3dProcessWindowMessages();
    
    
    
    
        gClientLogic().Tick();
        gMasterServerLogic.Tick();
        gFriendsServerLogic.Tick();
    
    
    
    
        return;
    }
    i am trying...

  12. #72
    Valued Member FrageDev is offline
    MemberRank
    Apr 2016 Join Date
    FranceLocation
    120Posts

    Re: [Release] United source files

    Quote Originally Posted by djbadboys38 View Post
    i am trying...
    This isn't difficult my god ................................
    just right click on tempDoMsgLoop , find all reference and put a // before, this is to hard for everyone ?

  13. #73
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: [Release] United source files

    Quote Originally Posted by FrageDev View Post
    just remove every line like below from the source ....
    Code:
    void tempDoMsgLoop(){
        r3dProcessWindowMessages();
    
    
    
    
        gClientLogic().Tick();
        gMasterServerLogic.Tick();
        gFriendsServerLogic.Tick();
    
    
    
    
        return;
    }
    lol when i remove these line then i am gettiing this error on build

    Error 1 error LNK2001: unresolved external symbol "void __cdecl tempDoMsgLoop(void)" (?tempDoMsgLoop@@YAXXZ) Game.obj Eclipse Studio

  14. #74
    Apprentice AlexandreDiaz is offline
    MemberRank
    Dec 2016 Join Date
    18Posts

    Re: [Release] United source files

    Quote Originally Posted by djbadboys38 View Post
    i am trying...
    you are in WarZ.sln?

    - - - Updated - - -

    Search and paste below, easy

  15. #75
    Account Upgraded | Title Enabled! djbadboys38 is offline
    MemberRank
    Aug 2010 Join Date
    TanzanyaLocation
    1,365Posts

    Re: [Release] United source files

    Quote Originally Posted by FrageDev View Post
    This isn't difficult my god ................................
    just right click on tempDoMsgLoop , find all reference and put a // before, this is to hard for everyone ?
    just relax dude i mean i am trying... (i am making) :)

    - - - Updated - - -

    lol AMo.exe won't run on my win7 64 bit how can i solve? I can run AMo.exe and Studio on my vpn what's the problem?



Advertisement