-
Member
[HELP] Disconnecting from server problem
Hello Ragezone,
So i've finally managed to get the servers working up and running, i created a characted and tried to join colorado server.. but after a loading bar reached 100% i've been disconnected to the menu..
Im using Clean untouched source,
here's the gameserver log:
000269.950| WO_API: failed with error code 5 SQL Select Failed: Procedure or function WZ_Char_SRV_SetStatus has too many arguments specified.
000269.950| !!!! UpdateCharThread failed, code: 5, ans: SQL Select Failed: Procedure or function WZ_Char_SRV_SetStatus has too many arguments specified.
000269.950| !!!! CAsyncApiWorker 0 job CJobUpdateChar[1000019] 187E4740 failed
000269.950| CAsyncApiWorker 0 job CJobUpdateChar[1000019] 187E4740 failed
000269.950| AddForcedJob CID:1000019 CJobAddLogInfo
000269.950| LogInfo: peer00, r:DisconnectPeer API FAILED, CID:1000019 [SoldierVG], ip:127.0.0.1
000269.950| DeletePlayer: SoldierVG, playerIdx: 0
000305.085| time: 305, plrs:0/32, net_lastFreeId: 8359, objects: 8048, async:0 0 0 0
Thanks in advance.
-
-
Developer
Re: [HELP] Disconnecting from server problem
The error describes the problem. You're api is supplying too many arguments to the SQL function WZ_Char_SRV_SetStatus
-
Member
Re: [HELP] Disconnecting from server problem