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!

[RELEASE] SrcLucas bin+src+skinsystem+ghp

Newbie Spellweaver
Joined
Jul 29, 2015
Messages
7
Reaction score
5
I Want to fix

000000.001| cmd: 1
000000.002| Loading config file build\RSBuild.xml
000000.002| Using C:\inetpub\wwwroot\server_files\bins\wz67101633 as base archive
000000.003| r3dFS: there is no volume file C:\inetpub\wwwroot\server_files\bins\wz67101633_00.bin
000000.003| !!! ERROR: can't open base archive C:\inetpub\wwwroot\server_files\bins\wz67101633


000000.003| ... exiting
I want to fixI want to fixI want to fix
Check Your Rsbuild.xml find
<!-- set base archive for incremental update -->
<base file="C:\inetpub\wwwroot\server_files\bins\wz67101633_00.bin"/>
Replace with
<!-- set base archive for incremental update -->
<!-- base file="C:\inetpub\wwwroot\server_files\bins\wz67101633_00.bin"/-->
 
Junior Spellweaver
Joined
Sep 19, 2013
Messages
107
Reaction score
8
help me Pages do not load game
--- Log started at Thu Dec 01 14:47:55 2016

000000.019| CrashSender.exe is not found in the specified path.
000000.196| Checking for D3D11
000000.354| r3dFile: can't open game.ini
000000.354| Can't open file "game.ini"
000000.354| r3dFile: can't open local.ini
000000.354| Can't open file "local.ini"
000000.380| Input Devices enabled: Mouse, Keyboard
000000.432| VMEM As seen through DDRaw: 1018
000000.432| VMEM As seen through WMI: 0
000000.462| We have 1778 MB texture memory
000000.462| r3dFont: Creating Verdana 10pt
000000.468| r3dFont: Finished creating Verdana 10pt
000000.468| r3dFont: Creating System 12pt
000000.469| r3dFont: Finished creating System 12pt
000000.469| r3dFont: Creating System 10pt
000000.469| r3dFont: Finished creating System 10pt
000000.469| r3dFont: Creating System 8pt
000000.469| r3dFont: Finished creating System 8pt
000000.469| r3dFont: Creating System 11pt
000000.469| r3dFont: Finished creating System 11pt
000001.068| Starting updater, v:0.8, cmd:
000001.068| Checking for new updater
000001.718| Checking for new updater - finished



help me Pages do not load game
askmyleg - [RELEASE] SrcLucas bin+src+skinsystem+ghp - RaGEZONE Forums
 
Initiate Mage
Joined
Oct 26, 2015
Messages
2
Reaction score
0
HOW TO FIX





WO_API: failed with error code 5 System.IndexOutOfRangeException: IsModerator


at System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName)


at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)


at System.Data.SqlClient.SqlDataReader.get_Item(String name)


at api_GetProfile1.Execute()


at WOApiWebPage.Page_Load(Object sender, EventArgs _e)
000005.708| GetProfile FAILED, code: 5
000005.740| Couldn't get profile data! stage: 5
 
Junior Spellweaver
Joined
Jun 15, 2016
Messages
139
Reaction score
37
Go to src-->API. Open: WZBackend-ASP.NET

Search for : xml.Append(xml_attr("IsModerator", reader["IsModerator"]));

Replace with: //xml.Append(xml_attr("IsModerator", reader["IsModerator"]));

Issue should be resolved.
 
Junior Spellweaver
Joined
Jun 15, 2016
Messages
139
Reaction score
37
You need to try recreate the error and then open your r3dlog.txt so the we can see what the issue is. But wait, you instantly opened the r3dlog.txt and then tried to login so we cant see anything. & your also already posting on ragezone. Have some initiative fgs.

 
Junior Spellweaver
Joined
Aug 2, 2004
Messages
125
Reaction score
16
Studio loading data and then close without error... there's no error showing in r3dlog, did you success build and got into game ?

Error:
askmyleg - [RELEASE] SrcLucas bin+src+skinsystem+ghp - RaGEZONE Forums

Run-time check failure #2 stack around the variable 't' was corrupted.
 
Last edited:
Back
Top