Hey Guys!
I'm trying to start a War Z Emulator server Via Hamachi. Already put the Hamachi IP on every files that i need to, but when i try to connect it says Checking Update (Try 2, 3, 4...)
I could use some help <3
Thank you
Hey Guys!
I'm trying to start a War Z Emulator server Via Hamachi. Already put the Hamachi IP on every files that i need to, but when i try to connect it says Checking Update (Try 2, 3, 4...)
I could use some help <3
Thank you
Just a minute, i'm trying to turn on the servers on localhost, but it says "SERVER UNAVAILABLE"
- - - Updated - - -
That's my friend's log
--- Log started at Mon Dec 30 18:32:28 2013
000000.000| r3dFile: can't open local.ini
000000.000| Can't open file "local.ini"
000000.016| Input Devices enabled: Mouse, Keyboard
000000.075| VMEM As seen through DDRaw: 991
000000.075| VMEM As seen through WMI: 0
000000.102| We have 4059 MB texture memory
000000.103| r3dFont: Creating Verdana 10pt
000000.104| r3dFont: Finished creating Verdana 10pt
000000.104| r3dFont: Creating Tahoma 12pt
000000.107| r3dFont: Finished creating Tahoma 12pt
000000.107| r3dFont: Creating Tahoma 10pt
000000.109| r3dFont: Finished creating Tahoma 10pt
000000.109| r3dFont: Creating Tahoma 9pt
000000.111| r3dFont: Finished creating Tahoma 9pt
000000.480| Starting updater, v:0.9.3, cmd:
000000.518| Checking for new updater
000003.738| Requested to stop, 0 files in queue
000003.738| CUpdater::Stop()
My log
everting to gethostbyname...
dnsCacheLookup: https
Resolving domain name (IPV4)
Cannot get host by name..
hostname: https
Domain name lookup failed.
Failed to connect.
Failed.
Last edited by Arthur Henrici; 30-12-13 at 11:21 PM.
It worked, thank you for helping.
You're the best
Code://=================== // Manual Config //=================== serialBuyURL = "http://192.168.2.170/buy?ref=WarL"; serialExpiredBuyURL = "http://192.168.2.170/buy?ref=WarE"; accountForgotPasswordURL = "http://192.168.2.170/account"; accountRegisterURL = "http://192.168.2.170/register"; myAccountURL = "http://192.168.2.170/account"; forumsURL = "http://192.168.2.170/forum"; supportURL = "http://192.168.2.170/support"; youtubeURL = "http://www.youtube.com"; facebookURL = "http://www.facebook.com"; twitterURL = "http://twitter.com"; accountUnknownStatusMessage = "Unknown account status, please contact support@localhost"; accountDeletedMessage = "Your account was deleted because your payment was refunded or cancelled\n\nPlease contact your payment provider"; accountBannedMessage = "Your account has been permanently banned"; accountFrozenMessage = "Your account has been temporarily frozen because of violation of the Terms of Service ( Paragraph 2 )\n\nYou will be able to continue to use the service in %d hours"; accountCreateFailedMessage = "Account creation failed, please try again later"; accountCreateEmailTakenMessage = "There is already registered account with that email!\nPlease note that you must use unique email per The War Z account"; accountCreateInvalidSerialMessage = "Serial Key is not valid after Serial Key Check\ncontact support@localhost"; webAPIDomainIP = "192.168.2.170"; webAPIDomainBaseURL = "/api/"; webAPIDomainPort = 80; webAPIDomainUseSSL = false; ToSURL = "http://192.168.2.170/eula-en.rtf"; EULAURL = "http://192.168.2.170/eula-en.rtf"; updateLauncherDataHostURL = "http://192.168.2.170/wz/updater/"; updateGameDataURL = "http://192.168.2.170/wz/wz.xml"; updateLauncherDataURL = "http://192.168.2.170/wz/updater/woupd.xml"; serverInfoURL = "http://192.168.2.170/api_getserverinfo.xml";