Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help]WO_API: returned http500 After trying to Regist an Account

Newbie Spellweaver
Joined
Jul 5, 2018
Messages
19
Reaction score
3
Hello,

So i was trying to setup the AfterLife MMO 1.5 Source :
http://forum.ragezone.com/f790/rls-afterlife-mmo-source-v1-1154286/

Everything went fine until i reached the "Regist an Account" on the Launcher.

ParadoxDEV - [Help]WO_API: returned http500 After trying to Regist an Account - RaGEZONE Forums

ParadoxDEV - [Help]WO_API: returned http500 After trying to Regist an Account - RaGEZONE Forums
YUfT5oW - [Help]WO_API: returned http500 After trying to Regist an Account - RaGEZONE Forums


R3Engine_logs.txt :
000001.267| Checking for D3D11
000001.366| Input Devices enabled: Mouse, Keyboard
000001.417| VMEM As seen through DDRaw: 128
000001.417| VMEM As seen through WMI: 0
000001.492| We have 4090 MB texture memory
000001.492| r3dFont: Creating Titillium 10pt
000001.496| r3dFont: Finished creating Titillium 10pt
000001.497| r3dFont: Creating Titillium 10pt
000001.500| r3dFont: Finished creating Titillium 10pt
000001.500| r3dFont: Creating Titillium 9pt
000001.500| r3dFont: Finished creating Titillium 9pt
000001.500| r3dFont: Creating Titillium 8pt
000001.501| r3dFont: Finished creating Titillium 8pt
000001.784| Starting updater, v:0.91.3, cmd:
000001.784| Checking for new updater
000002.190| Checking for new updater - finished
000002.190| Checking for game update
000002.194| Checking for game update - finished
000002.194| Opening game data
000002.197| WO_API: returned http500
000002.246| r3dFS: version:November 22, 2018 17:47, 55642 files
000002.567| r3dFS: version:November 22, 2018 17:47, 55642 files
000002.828| Opening game data - finished
000002.828| current build version=-1961488081, updater data version=-1961488081
000002.828| WaitReadyToPlay!
000002.828| Making sure extracted files exists
000003.200| Making sure extracted files exists - finished
000027.425| WO_API: returned http500
000030.215| Requested to stop, 0 files in queue
000030.215| CUpdater::Stop()

Now i have made my research around this error in the forum but any of the fixes shown actually worked.

pPFMuh - [Help]WO_API: returned http500 After trying to Regist an Account - RaGEZONE Forums


eNDp3Qw - [Help]WO_API: returned http500 After trying to Regist an Account - RaGEZONE Forums

I am using Hamachi and i checked all IPs and it is correct, also checked the folder paths of GameAPI and they are in the right spot. Now i got no information about gamecp and i don't know if they are in the right area. If anyone can give me a quick help here or even in team viewer i would really appreciate it.
Now i am new in this source so if i am not showing the right error log please tell me.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Mar 26, 2011
Messages
194
Reaction score
13
@ParadoxDEV Fixed your bug:?

this should be a problem in IIS or SSL.

Maybe I can try to help you. I already used this source both 1.4. and 1.5 all always cause this bug ends up not wanting the IIs works and sometimes to the php.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 5, 2018
Messages
19
Reaction score
3
@ParadoxDEV Fixed your bug:?

this should be a problem in IIS or SSL.
Maybe I can try to help you. I already used this source both 1.4. and 1.5 all always cause this bug ends up not wanting the IIs works and sometimes to the php.

No it didn't work. I managed to run the untouched version with no problems so i am doing something wrong with this one. I will send you a PM, when you have free time feel free to respond.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 5, 2018
Messages
19
Reaction score
3
Fixed!

Many thanks to gorhan2009 for taking his time and help me out setting the source, and to all the other members that shared their wisdom in this topic.

Here is the FIX for it:

Open WOBackendAPI.cpp
Search: const char* gDomainBaseUrl= "/GameAPI/app/";

Edit the 2 lines below to look like this:
int gDomainPort = 80; // PAX_BUILD - change to 80 and no SSL bool gDomainUseSSL = false;

Basically edit the port to 80 and change the true to false

I also had some trouble setting out the ISS so here is a screenshot to help you out:

gBKvF4s - [Help]WO_API: returned http500 After trying to Regist an Account - RaGEZONE Forums


PM me if you need anything im glad to help you out.
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top