Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
hi @ztimer is it posable to mak a video of it cuz mine is not working out good. i get errors in my sql 2008 lik the login is invaled and something and on my supervisorserver its saing it cant pare the ip xxx.xxx.xxx.xxx.
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
I got this error "The archive is either in unknown format or damaged" whem trying to open it.
Maybe the sources are really broken. :(
Nevermind, Just update WinRAR version. Sorry :)
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
Sorry, The solution cannot open 'unordered_map' file while compling.
How to solve this problem? :$:
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
Install visual Studio 2008 sp1
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
Quote:
Originally Posted by
GigaToni
Install visual Studio 2008 sp1
Solved that problem but i got new problem when trying to complie "server\WarZ_Server.sln" follow these messages
Quote:
Error 2 error PRJ0019: A tool returned an error code from "copying.exe" SupervisorServer SupervisorServer
Error 233 error PRJ0019: A tool returned an error code from "copying.exe" WarZ Game Server WarZ Game Server
Error 235 error PRJ0019: A tool returned an error code from "copying.exe" MasterServer MasterServer
I dont know why, It's should get the result follow this tutorial guide but not.
NOW, I have some problem while login via Launcher, After register the account via launcher and trying to login i got "Login failed, Please try agian later." message. The my account is not appear in row of database (dbo.Account). :$:
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
Can't download "WarZ Sql.rar". just get "Temporary Error, Retrying".
- - - Updated - - -
Found backup, nevermind.
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
Does the group system work?
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
Excuse me, How to solve this error.
Code:
000000.000| ini: no ini file Launcher.cfg
000000.119| Input Devices enabled: Mouse, Keyboard
000000.315| VMEM As seen through DDRaw: 128
000000.315| VMEM As seen through WMI: 0
000000.333| We have 1749 MB texture memory
000000.333| r3dFont: Creating Verdana 10pt
000000.334| r3dFont: Finished creating Verdana 10pt
000000.334| r3dFont: Creating Tahoma 12pt
000000.335| r3dFont: Finished creating Tahoma 12pt
000000.335| r3dFont: Creating Tahoma 10pt
000000.336| r3dFont: Finished creating Tahoma 10pt
000000.336| r3dFont: Creating Tahoma 9pt
000000.336| r3dFont: Finished creating Tahoma 9pt
000000.647| Starting updater, v:1.0.0, cmd:
000000.648| Checking for new updater
000000.712| Checking for new updater - finished
000002.409| WO_API: http timeout
000002.409| Login FAILED, code: 8
000003.913| Checking for game update
000003.918| !resp ChilkatLog:
SynchronousRequest:
DllDate: Jun 14 2011
UnlockPrefix: ARKTOSHttp
Username: X-PC:X
Architecture: Little Endian; 32-bit
Language: Visual C++ 9.0
domain: 127.0.0.1
port: 80
ssl: 0
OriginallySetFromUrl: http://127.0.0.1/wz/wz.xml
RequestData:
HttpVersion: 1.1
Verb: GET
Path: /wz/wz.xml
Charset: utf-8
SendCharset: 0
MimeHeader:
ReadTimeout: 60
ConnectTimeout: 30
httpConnect:
hostname: 127.0.0.1
port: 80
ssl: 0
ConnectTimeoutMs: 30000
calling ConnectSocket2
This is an IPV4 numeric address...
AddrInfoList:
AddrInfo:
ai_flags: 4
ai_family: 2
ai_socktype: 1
ai_protocol: 0
ai_addrlen: 16
ai_canonname: (NULL)
Connect using IPV4.
ipAddress1: 127.0.0.1
sockError: 10055
Connect function failed.
SocketError: WSAENOBUFS No buffer space is available. The socket cannot be created.
connectTimeoutSec: 30
idleTimeoutMs: 60000
Failed to connect.
Failed.
000003.919| FailUpdate: Failed to get current game build
000003.919| Exception! EResult=2
000003.922| CUpdater::Stop()
Thank you.
NVM, just copy wz.xml to wwwroot\wz\
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
http://gyazo.com/c3c093983eb3e9db52d3a997966f48a7
I re-done the database like 5 times in every step...
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
Is this update 2? when yes Read the Points
7. Select all from WZ\WarZ.sql opened in notepad and paste to the query and hit execute.
Note:
You will see some error messages like „Cannot drop the table 'dbo.********', because it does not exist or you do not have permission“. This is ok as the query is trying to drop the existing tables before creating them but as we just deleted everything then there is nothing to drop.
8. Close SQL Server Management Studio.
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
Code:
1>------ Build started: Project: RSBuild, Configuration: Release Win32 ------1>Compiling...
1>r3dFSBuilder.cpp
1>.\Sources\r3dFSBuilder.cpp(299) : error C2601: 'r3dFSBuilder::CreateFileSystem' : local function definitions are illegal
1> .\Sources\r3dFSBuilder.cpp(269): this line contains a '{' which has not yet been matched
1>.\Sources\r3dFSBuilder.cpp(327) : error C2601: 'r3dFSBuilder::OpenBaseArchive' : local function definitions are illegal
1> .\Sources\r3dFSBuilder.cpp(269): this line contains a '{' which has not yet been matched
1>.\Sources\r3dFSBuilder.cpp(343) : error C2601: 'r3dFSBuilder::ExistInBaseArchive' : local function definitions are illegal
1> .\Sources\r3dFSBuilder.cpp(269): this line contains a '{' which has not yet been matched
1>.\Sources\r3dFSBuilder.cpp(373) : error C2601: 'r3dFSBuilder::CheckTextures' : local function definitions are illegal
1> .\Sources\r3dFSBuilder.cpp(269): this line contains a '{' which has not yet been matched
1>.\Sources\r3dFSBuilder.cpp(421) : error C2601: 'r3dFSBuilder::ReconvertAllSCO' : local function definitions are illegal
1> .\Sources\r3dFSBuilder.cpp(269): this line contains a '{' which has not yet been matched
1>.\Sources\r3dFSBuilder.cpp(499) : error C2601: 'r3dFSBuilder::FilterOutSCO' : local function definitions are illegal
1> .\Sources\r3dFSBuilder.cpp(269): this line contains a '{' which has not yet been matched
1>.\Sources\r3dFSBuilder.cpp(560) : error C2601: 'r3dFSBuilder::FilterAndDeleteLostSCB' : local function definitions are illegal
1> .\Sources\r3dFSBuilder.cpp(269): this line contains a '{' which has not yet been matched
1>.\Sources\r3dFSBuilder.cpp(608) : error C2601: 'r3dFSBuilder::CreateArchive' : local function definitions are illegal
1> .\Sources\r3dFSBuilder.cpp(269): this line contains a '{' which has not yet been matched
1>.\Sources\r3dFSBuilder.cpp(669) : error C2601: 'r3dFSBuilder::DeleteVolumes' : local function definitions are illegal
1> .\Sources\r3dFSBuilder.cpp(269): this line contains a '{' which has not yet been matched
1>.\Sources\r3dFSBuilder.cpp(676) : fatal error C1075: end of file found before the left brace '{' at '.\Sources\r3dFSBuilder.cpp(269)' was matched
1>Build log was saved at "file://c:\WZ\src\RSBuild\Release\BuildLog.htm"
1>RSBuild - 10 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
I ALWAYS get this error when I try to build RSBuild.sln,
I have reinstalled the whole code, even redownloading it.
I am using Windows Server 2008 R2 and have installed Visual Studio 2008 and Visual Studio 2008 SP1.
Any ideas on how to fix this error? I am using the source from the thread.
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
@PatientZero
Im thinking you have a typo in the code. How is it possible. Well because you did something not in the tutorial and now you have a problem. How i know this? Simple. I have rerun this tutorial with only what it says 20 or more times and it always ends up the same way. With 100% working server.!
Now reading the error messages you have. Well there seems to be not closed { . Check the lines given by the number and figure out what did you do in the code. I also would like to hear why did you have to edit the source and come here to ask for help when your case is supposed to be under help.
If i were you i would have put this in the help section with header "Trying to follow instructions [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition! with side modification to file r3dFSBuilder.cpp and its failing."
People dont seem to understand that first put the server up using the tutorial. Then when it is up and running 100%. You make a backup of the working WZ folder and then you start experimenting some more maps to your game and so on. If it fails you can then go and get working files back.
And its more easier to help others when you say. I followed this tutorial to set it up . It was working.. then i went and modified this file with this values and now its fucked up. What should i do?.
@Nico Kochanski
If I understand correctly you are not yet at Update2 then you are using the wrong sql to create the database.! DO NOT skip steps in the tutorial and yes like @Ronnyxx99 sayd "read the points".
PS. NO I WILL NOT GO INTO YOUR SERVERS TO SET IT UP FOR YOU..!!!
Re: [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition!
Quote:
Originally Posted by
ztimer
@
PatientZero
Im thinking you have a typo in the code. How is it possible. Well because you did something not in the tutorial and now you have a problem. How i know this? Simple. I have rerun this tutorial with only what it says 20 or more times and it always ends up the same way. With 100% working server.!
Now reading the error messages you have. Well there seems to be not closed { . Check the lines given by the number and figure out what did you do in the code. I also would like to hear why did you have to edit the source and come here to ask for help when your case is supposed to be under help.
If i were you i would have put this in the help section with header "Trying to follow instructions [Tutorial] Setting up Infestation MMO server - RaGEZONE Community Edition! with side modification to file r3dFSBuilder.cpp and its failing."
People dont seem to understand that first put the server up using the tutorial. Then when it is up and running 100%. You make a backup of the working WZ folder and then you start experimenting some more maps to your game and so on. If it fails you can then go and get working files back.
And its more easier to help others when you say. I followed this tutorial to set it up . It was working.. then i went and modified this file with this values and now its fucked up. What should i do?.
@
Nico Kochanski
If I understand correctly you are not yet at Update2 then you are using the wrong sql to create the database.! DO NOT skip steps in the tutorial and yes like @
Ronnyxx99 sayd "read the points".
PS. NO I WILL NOT GO INTO YOUR SERVERS TO SET IT UP FOR YOU..!!!
I did not edit the source at all,
I will retry again the tutorial - Should I remove the entire database again to do this or just try redo the WZ folder?