hello guys. faced such a problem, when connecting to the game writes LOGIN FAILED Wrong username or password
my r3dlog:
000035.486| WO_API: http timeout
000035.486| LoginAuth: 8
my 127.0.0.1/app/api_Login.aspx
WO_5no parameter username
SRC: CodexPo
Printable View
hello guys. faced such a problem, when connecting to the game writes LOGIN FAILED Wrong username or password
my r3dlog:
000035.486| WO_API: http timeout
000035.486| LoginAuth: 8
my 127.0.0.1/app/api_Login.aspx
WO_5no parameter username
SRC: CodexPo
if u can call the api from browser but gets wo_x soo x is presenting a code, then it has something todo with ur client or server, check out if u have set up everything in their properly.
Try check all the api ip and path if they are correct, and check that your api is working normally, and returns with the value:Code:/*
WO API error codes:
0: operation Ok
1: session not valid (disconnected)
5: php<->SQL error
6: SQL parameters error
7: SQL logic error (not enough money, etc)
8: http connection
9: http output error
*/
"WO_5no parameter username".
I found an error, the problem was that I did not specify the correct ipv4 address in my src
but now when cleaning the assembly, the error appears
LNK1181: cannot open input file 'SpeedTreeCore_v7.1_VS2008_MTDLL.lib
I connected libraries
Include:
C:\WarZ\src\External\SpeedTreeSDK\Include
C:\WarZ\src\External\SpeedTreeSDK\Source
Lib:
C:\WarZ\src\External\SpeedTreeSDK\Lib
thanks a lot, bugs resolved