Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Error: Disconnect after channel selection

Junior Spellweaver
Joined
Apr 4, 2007
Messages
155
Reaction score
13
I followed the instructions on https://forum.ragezone.com/f854/guid...s-7-a-1036011/ but I'm having trouble with clients within the LAN to connect.

I can connect properly using the same client above so long as I'm on the same machine running the server.
However, if I attempt to connect using a different machine in the same LAN, I get as far as choosing a character and selecting a channel before receiving a disconnected message.

Rigorous searching indicates a possible firewall issue so I've disabled the firewall on the machine running the server, and the machine attempting to connect.

I've replaced every instance of 127.0.0.1 under /Config/*.ini and restarted.

​Any other troubleshooting I can try?
 
Newbie Spellweaver
Joined
Aug 8, 2014
Messages
51
Reaction score
5
Try check in PatchConfigList.xml (in webserver) and check that string:

Code:
<login addr="Public IP shown in GameServer" port="Login Server Port"/>


----Edit (noticed the disconnect on channel select)


Check also ChannelInfo.xml in System Path

The IP of VillageServer should be the same Public IP
 
Last edited:
Junior Spellweaver
Joined
Apr 4, 2007
Messages
155
Reaction score
13
I've already altered the IPs in here.

ChannelInfo.xml
Code:
<ServerInfo>
  <Server ID="1" IP="192.168.1.50" Name="World of Darkness" WorldMaxUser="1000" DefaultChannelCount="1" DefaultMaxUser="1000">
    <VillageServerInfo ID="1" IP="192.168.1.50" Port="14400">
    </VillageServerInfo>
  </Server>
</ServerInfo>

I have not modified PatchConfigInfo.xml however.
 
Newbie Spellweaver
Joined
Aug 8, 2014
Messages
51
Reaction score
5
Check in login server for logs about disconnection (if there's a particular error).
 
Newbie Spellweaver
Joined
Nov 8, 2014
Messages
95
Reaction score
5
'16:17:12' [OnAccept:7] Socket:1408, Ip:127.0.0.1, Port:3000


'16:17:12' [OnAccept:Log] Socket:1408, Ip:127.0.0.1


'16:31:01' >> [T:6, WorldID:0] 127.0.0.1:1433:DNMembership


'16:31:55' [1000] Disconnect Connection GQCSError!!!


'16:36:32' [OnAccept:0] Socket:1404, Ip:127.0.0.1, Port:63758


'16:36:32' SQLError: #SQLExecute # (08S01) 0, [Microsoft][ODBC SQL Server Driver]Communication link failure


'16:36:32' Query:{?=CALL dbo.Auth_ResetAuthServer(1003)}


'16:36:32' [Q:{?=CALL dbo.Auth_ResetAuthServer(1003)}] W:1003


'16:36:32' [QUERY_RESETAUTHSERVER] Query Error Result:-1


'16:36:34' SQLError: #SQLExecute # (08S01) 0, [Microsoft][ODBC SQL Server Driver]Communication link failure


'16:36:35' Query:{CALL dbo.P_GetListDNEvent(6)}


'16:36:35' [Query Over Time:p_GetListEventStatus] ThreadID:6776 time=1157 ms
'16:36:36' [Query Over Time:p_ResetAlteiaEvent] ThreadID:7076 time=1266 ms
'16:36:37' [QUERY_UPDATE_PVPRANKCRITERIA:1] Threshold[403400]

what seems to be the prob when i connect to town
 
Newbie Spellweaver
Joined
Dec 21, 2014
Messages
69
Reaction score
0
'16:17:12' [OnAccept:7] Socket:1408, Ip:127.0.0.1, Port:3000


'16:17:12' [OnAccept:Log] Socket:1408, Ip:127.0.0.1


'16:31:01' >> [T:6, WorldID:0] 127.0.0.1:1433:DNMembership


'16:31:55' [1000] Disconnect Connection GQCSError!!!


'16:36:32' [OnAccept:0] Socket:1404, Ip:127.0.0.1, Port:63758


'16:36:32' SQLError: #SQLExecute # (08S01) 0, [Microsoft][ODBC SQL Server Driver]Communication link failure


'16:36:32' Query:{?=CALL dbo.Auth_ResetAuthServer(1003)}


'16:36:32' [Q:{?=CALL dbo.Auth_ResetAuthServer(1003)}] W:1003


'16:36:32' [QUERY_RESETAUTHSERVER] Query Error Result:-1


'16:36:34' SQLError: #SQLExecute # (08S01) 0, [Microsoft][ODBC SQL Server Driver]Communication link failure


'16:36:35' Query:{CALL dbo.P_GetListDNEvent(6)}


'16:36:35' [Query Over Time:p_GetListEventStatus] ThreadID:6776 time=1157 ms
'16:36:36' [Query Over Time:p_ResetAlteiaEvent] ThreadID:7076 time=1266 ms
'16:36:37' [QUERY_UPDATE_PVPRANKCRITERIA:1] Threshold[403400]

what seems to be the prob when i connect to town
have u fix the gqcserror
 
Back
Top