[HELP] Allright source: http500 returned

Experienced Elementalist
Joined
Oct 23, 2013
Messages
289
Reaction score
29
Hello everyone,

javaz told me I should try again getting the new source working ...

I did everything like in the tutorials and so on ... but it doesnt work.

My launchers log:

000000.000| Input Devices enabled: Mouse, Keyboard
000000.030| VMEM As seen through DDRaw: 1990
000000.030| VMEM As seen through WMI: 0
000000.059| We have 4026 MB texture memory
000000.059| r3dFont: Creating Verdana 10pt
000000.060| r3dFont: Finished creating Verdana 10pt
000000.060| r3dFont: Creating Tahoma 12pt
000000.062| r3dFont: Finished creating Tahoma 12pt
000000.062| r3dFont: Creating Tahoma 10pt
000000.062| r3dFont: Finished creating Tahoma 10pt
000000.062| r3dFont: Creating Tahoma 9pt
000000.063| r3dFont: Finished creating Tahoma 9pt
000000.359| Starting updater, v:2.9.6, cmd:
000000.359| Checking for new updater
000000.697| Checking for new updater - finished
000002.056| WO_API: returned http500
000002.056| Login FAILED, code: 8

And also the server cant connect:

WOApi: Connect to 62.141.46.114
WOApi: api_GetDataGameRewards.aspx NETWORK time: 0.1446
WO_API: returned http500
APiGetDataGameRewards FAILED, code: 8
!!! ERROR: failed to get game rewards
!!! crashed

I know that I missed something but I checked everything and found nothing.
Maybe its because my other src worked with port: 443 and not 80.
I didnt changed anything at my IIS.


Please help me
 
first what ip, start > run > cmd > type "ipconfig"

2nd # url check api



3rd show "game.ini" config

4th
C:\WarZ\bin\server\WO_GameServer\Sources\ServerMain.cpp
find
CkHttpResponse* resp = http.SynchronousRequest("192.168.2.170", 80, false, req);

192.168.2.170 to your_ip



api config

C:\WarZ\src\EclipseStudio\Sources\Backend\WOBackendAPI.cpp
const char* gDomainBaseUrl = "/api/";
int gDomainPort = 80;
bool gDomainUseSSL = false;

** follow this
 
Upvote 0
[h=1]When I check my API:



Server Error in '/' Application.

[/h] [h=2] Runtime Error [/h]
<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>




Notes: The current error page you are seeing can be
replaced by a custom error page by modifying the "defaultRedirect"
attribute of the application's <customErrors> configuration tag to
point to a custom error page URL.





<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
:

XML-Error: Syntax-Error
Address:
Line 1, Colum 1:
 
Upvote 0
config

C:\WarZ\src\Scripts\WZBackend-ASP.NET\Site\web.config
C:\WarZ\src\Scripts\WZBackend-ASP.NET\Site\php\dbinfo.inc.php

to localhost

and setup SQL Server 2008 + Owner + user + pass

then
Compile WZBackend-ASP.NET C:\WarZ\src\scripts\WZBackend-ASP.NET DEBUG build
and Publish Web Site it to your API folder
default is c:\inetpub\wwwroot\api



what ip, start > run > cmd > type "ipconfig"

>>> show a pic
 
Upvote 0
Cryptopia - [HELP] Allright source: http500 returned - RaGEZONE Forums



My IP is: 62.141.46.114



I did everything now ... and still:
000002.477| WO_API: returned http500
 
Upvote 0
Does anyone know how to fix this error....

Code:
Server Error in '/' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: Could not load the assembly 'App_Web_anrfmz0o'. Make sure that it is compiled before accessing the page.

Source Error: 


Line 1:  <%@ page language="C#" autoeventwireup="true" inherits="api_Friends, App_Web_anrfmz0o" %>

Source File: /api/api_Friends.aspx    Line: 1 

Version Information: Microsoft .NET Framework Version:2.0.50727.7905; ASP.NET Version:2.0.50727.7905
 
Upvote 0
# url check api

or

My lootbox shows a blank screen, api_login gives me parser errors and i have no clue on how to fix that.. lol running everything needed for it.
 
Upvote 0
000013.530| WOApi: api_GetShop1.aspx NETWORK time: 0.4181
000013.530| WO_API: returned http500
000013.530| GetShopData FAILED, code: 8
000013.530| Reading game rewards
000013.537| WOApi: api_GetDataGameRewards.aspx NETWORK time: 0.0066
000013.537| WO_API: returned http500
000013.537| ApiGetDataGameRewards FAILED, code: 8
000013.538| !!! ERROR: failed to get game rewards
000013.538| !!! crashed

how to fix that?
 
Upvote 0
What do you mean by set app do you mean right click in iis and "add application"?


-----
Edit

Fixed the parser error now im getting uh WO_5SQL Connect failed

But all my configs are right.
The error is in the permissions in the database check to make sure its all set to sys admin and all that good stuff
 
Upvote 0
The error is in the permissions in the database check to make sure its all set to sys admin and all that good stuff


This works has anyone got the launcher for allrightsource to work? i cant seem to get a .exe when i compile...


When i compile all sources for warz i always get .manifest files for ex.. (WarZlauncher.exe.intermediate.manifest) instead of .exe


never mind they all compile back to different folders however i edit launcher.cfg and i cant seem to get the launcher 2.9.6 beta version to connect to my API / woup.xml
 
Last edited:
Upvote 0
"XML Parsing Error: syntax error
Location:
Line Number 1, Column 1:Connection could be established."

When i check in

Can someone help?
 
Upvote 0
Back