[HELP] Allright source: http500 returned
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:
Quote:
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:
Quote:
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
Re: [HELP] Allright source: http500 returned
first what ip, start > run > cmd > type "ipconfig"
2nd # url check api
http://your_ip/api/php/api_GetLootBo...5-EB135E16F5EF
http://your_ip/api/api_login.aspx
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
- - - Updated - - -
api config
C:\WarZ\src\EclipseStudio\Sources\Backend\WOBackendAPI.cpp
const char* gDomainBaseUrl = "/api/";
int gDomainPort = 80;
bool gDomainUseSSL = false;
** follow this
Re: [HELP] Allright source: http500 returned
When I check my API:
http://62.141.46.114/api/php/api_Get...-EB135E16F5EF:
Server Error in '/' Application.
Runtime Error
<!-- 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> |
http://62.141.46.114/api/api_login.aspx:
XML-Error: Syntax-Error
Address: http://62.141.46.114/api/php/api_Get...5-EB135E16F5EF
Line 1, Colum 1:
Re: [HELP] Allright source: http500 returned
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
- - - Updated - - -
what ip, start > run > cmd > type "ipconfig"
>>> show a pic
Re: [HELP] Allright source: http500 returned
http://www7.pic-upload.de/12.01.14/4emly7p5esxf.png
My IP is: 62.141.46.114
- - - Updated - - -
I did everything now ... and still:
000002.477| WO_API: returned http500
Re: [HELP] Allright source: http500 returned
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
Re: [HELP] Allright source: http500 returned
Re: [HELP] Allright source: http500 returned
Re: [HELP] Allright source: http500 returned
Quote:
Originally Posted by
javaz97
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.
Re: [HELP] Allright source: http500 returned
Re: [HELP] Allright source: http500 returned
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?
Re: [HELP] Allright source: http500 returned
Quote:
Originally Posted by
javaz97
show your log or pic
http://i43.tinypic.com/2ry2bkg.png
Picture of my error this is only error API side..
Pic of my lootbox page
http://i42.tinypic.com/ruqr03.png
Re: [HELP] Allright source: http500 returned
Quote:
Originally Posted by
NoRulez
set App in iis (c:\inetpub\www\api)
Re: [HELP] Allright source: http500 returned
Quote:
Originally Posted by
javaz97
set App in iis (c:\inetpub\www\api)
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.
Re: [HELP] Allright source: http500 returned
Quote:
Originally Posted by
NoRulez
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
Re: [HELP] Allright source: http500 returned
Quote:
Originally Posted by
aabret
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
Re: [HELP] Allright source: http500 returned
re check Database + User + pass
and IIS + App + php
Re: [HELP] Allright source: http500 returned
Well I forget to say that its finally working now ...
I just changed the ports from 80 to 443 and enabled ssl.
Re: [HELP] Allright source: http500 returned
"XML Parsing Error: syntax error
Location: http://198.50.153.61/api/php/api_Get...5-EB135E16F5EF
Line Number 1, Column 1:Connection could be established."
When i check in http://198.50.153.61/api/php/api_Get...5-EB135E16F5EF
Can someone help?