Cannot login or create a key via launcher.
I'm using JonnyTruant/DNC's source. I've managed to do a large portion of the work, but upon trying to login I have this:
--- Log started at Mon Dec 30 17:53:12 2013
000000.000| r3dFile: can't open game.ini
000000.000| Can't open file "game.ini"
000000.000| r3dFile: can't open local.ini
000000.000| Can't open file "local.ini"
000000.215| Input Devices enabled: Mouse, Keyboard
000000.282| VMEM As seen through DDRaw: 0
000000.283| VMEM As seen through WMI: 0
000000.294| We have 251 MB texture memory
000000.296| r3dFont: Creating Verdana 10pt
000000.299| r3dFont: Finished creating Verdana 10pt
000000.300| r3dFont: Creating Tahoma 12pt
000000.301| r3dFont: Finished creating Tahoma 12pt
000000.301| r3dFont: Creating Tahoma 10pt
000000.301| r3dFont: Finished creating Tahoma 10pt
000000.301| r3dFont: Creating Tahoma 9pt
000000.301| r3dFont: Finished creating Tahoma 9pt
000002.216| Starting updater, v:0.9.3, cmd:
000002.223| Checking for new updater
000002.282| Checking for new updater - finished
000002.828| failed to get 192.3.205.221/api_getserverinfo.xml, http code 404
000038.642| WO_API: http timeout
000038.642| Login FAILED, code: 8
000063.180| failed to get 192.3.205.221/api_getserverinfo.xml, http code 404
000123.209| failed to get 192.3.205.221/api_getserverinfo.xml, http code 404
000183.242| failed to get 192.3.205.221/api_getserverinfo.xml, http code 404
000243.323| failed to get 192.3.205.221/api_getserverinfo.xml, http code 404
000290.101| WO_API: http timeout
000290.111| Login FAILED, code: 8
000303.339| failed to get 192.3.205.221/api_getserverinfo.xml, http code 404
000363.553| failed to get 192.3.205.221/api_getserverinfo.xml, http code 404
000393.933| WO_API: http timeout
000393.934| Login FAILED, code: 8
000420.418| Requested to stop, 0 files in queue
000420.418| CUpdater::Stop()
Re: Cannot login or create a key via launcher.
copy api_getserverinfo.xml to C:\inetpub\wwwroot
Re: Cannot login or create a key via launcher.
I switched to the Allright source. I'm trying different things and will post any errors I come across here.
Re: Cannot login or create a key via launcher.
I fixed the API errors, but now this is showing up on the launcher:
000000.000| Input Devices enabled: Mouse, Keyboard
000000.035| VMEM As seen through DDRaw: 0
000000.036| VMEM As seen through WMI: 0
000000.067| We have 251 MB texture memory
000000.073| r3dFont: Creating Verdana 10pt
000000.095| r3dFont: Finished creating Verdana 10pt
000000.095| r3dFont: Creating Tahoma 12pt
000000.109| r3dFont: Finished creating Tahoma 12pt
000000.109| r3dFont: Creating Tahoma 10pt
000000.111| r3dFont: Finished creating Tahoma 10pt
000000.111| r3dFont: Creating Tahoma 9pt
000000.113| r3dFont: Finished creating Tahoma 9pt
000000.906| Starting updater, v:2.9.6, cmd:
000000.906| Checking for new updater
000000.956| Checking for new updater - finished
000024.976| WO_API: failed with error code 5 SQL Connect failed
000024.976| Login FAILED, code: 5
Re: Cannot login or create a key via launcher.
App Folder convert to application ?
Re: Cannot login or create a key via launcher.
It's already converted to an application and I've already made the connection strings.
Re: Cannot login or create a key via launcher.
how did you fix the api errors?
I'm getting
Quote:
000001.513| Checking for new updater
000001.536| Checking for new updater - finished
000005.571| WO_API: returned http404
000005.571| Login FAILED, code: 8
- - - Updated - - -
Nvm mind changed launcher.cfg to port 80 and ssl to 0 now i'm stuck in the same place
- - - Updated - - -
Oops somehow i'm back at square one... getting first error again
Re: Cannot login or create a key via launcher.
I changed all the IP information inside of the launcher and rebuilt the solution in Visual Studio. However, I'm now getting this error on the client:
000000.000| Input Devices enabled: Mouse, Keyboard
000000.017| VMEM As seen through DDRaw: 978
000000.017| VMEM As seen through WMI: 0
000000.027| We have 4046 MB texture memory
000000.027| r3dFont: Creating Verdana 10pt
000000.028| r3dFont: Finished creating Verdana 10pt
000000.028| r3dFont: Creating Tahoma 12pt
000000.029| r3dFont: Finished creating Tahoma 12pt
000000.029| r3dFont: Creating Tahoma 10pt
000000.030| r3dFont: Finished creating Tahoma 10pt
000000.030| r3dFont: Creating Tahoma 9pt
000000.031| r3dFont: Finished creating Tahoma 9pt
000000.258| Starting updater, v:2.9.6, cmd:
000000.259| Checking for new updater
000030.476| !resp ChilkatLog:
SynchronousRequest:
DllDate: Jun 14 2011
UnlockPrefix: ARKTOSHttp
Username: K-9SLAYER-PC:k-9 slayer
Architecture: Little Endian; 32-bit
Language: Visual C++ 9.0
domain: localhost
port: 80
ssl: 0
OriginallySetFromUrl: http://localhost/wz/updater/woupd.xml
RequestData:
HttpVersion: 1.1
Verb: GET
Path: /wz/updater/woupd.xml
Charset: utf-8
SendCharset: 0
MimeHeader:
ReadTimeout: 60
ConnectTimeout: 30
httpConnect:
hostname: localhost
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
timeout waiting for connect to complete
timeout waiting for connect to complete
Connect function failed.
SocketError: WSAEWOULDBLOCK The socket would block.
For more information see this Chilkat Blog post: http://www.cknotes.com/?p=210
connectTimeoutSec: 30
idleTimeoutMs: 60000
Failed to connect.
Failed.
000041.930| Requested to stop, 0 files in queue
000041.930| CUpdater::Stop()
Re: Cannot login or create a key via launcher.
Try using your ipv4 address instead of localhost... also dont run the server on the same pc your playing it on... extreme lagg issues
Re: Cannot login or create a key via launcher.
I'm hosting the server on a VPS. How do I put the ipv4 address for the VPS files? I'm on another computer using the launcher