• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] United source files

Newbie Spellweaver
Joined
May 9, 2016
Messages
81
Reaction score
3
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.
 
Custom Title Activated
Loyal Member
Joined
Dec 19, 2014
Messages
1,111
Reaction score
350
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/...
 
Joined
Apr 23, 2013
Messages
1,172
Reaction score
1,797
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;
}
 
Junior Spellweaver
Joined
Apr 2, 2016
Messages
120
Reaction score
76
just remove every line like below from the source ....
Code:
void tempDoMsgLoop(){
    r3dProcessWindowMessages();




    gClientLogic().Tick();
    gMasterServerLogic.Tick();
    gFriendsServerLogic.Tick();




    return;
}
 
Custom Title Activated
Loyal Member
Joined
Aug 23, 2010
Messages
1,544
Reaction score
423
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
 
Custom Title Activated
Loyal Member
Joined
Aug 23, 2010
Messages
1,544
Reaction score
423
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
 
Custom Title Activated
Loyal Member
Joined
Aug 23, 2010
Messages
1,544
Reaction score
423
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) :)



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?
 
Junior Spellweaver
Joined
Jan 12, 2013
Messages
127
Reaction score
18
when i start the Client after creating an account it shows wrong user/Password.

Btw im setting this server up for 6 players Max.

Any help?
 
Back
Top