SVNrev. 8716 XKore 2 cant connect Game Client to XKore Proxy

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
derpy
Noob
Noob
Posts: 2
Joined: 03 Nov 2013, 14:44
Noob?: Yes

SVNrev. 8716 XKore 2 cant connect Game Client to XKore Proxy

#1 Post by derpy »

/openkore/trunk rev 8716
/tablepack/trunk/tables rev 8716
/confpack/trunk/control rev 8716
/fieldpack/trunk/fields rev 8716

OpenKore running with XKore2 and sucessfully connected to fRO.
Bot logged in and Idle, no error messages in Bot Console.

Code: Select all

XKore_listenPort 6901
XKore_publicIp 0.0.0.0
Connect from GameClient to Kore is sucessful but on the Character Screen the dreaded Error Message:
"if number of characters exceed 0 on selecting window, connection to game can't not be made"
is displayed.

Already tried the whole Range of charBlockSize but to no avail. The default supplied 116 seems to be the only working setting.

Thanks for any Help / Pointer in the right direction.

5e13ct
Plain Yogurt
Plain Yogurt
Posts: 51
Joined: 02 Sep 2012, 11:09
Noob?: No
Location: Brazil - PR

Re: SVNrev. 8716 XKore 2 cant connect Game Client to XKore Proxy

#2 Post by 5e13ct »

derpy wrote:/openkore/trunk rev 8716
/tablepack/trunk/tables rev 8716
/confpack/trunk/control rev 8716
/fieldpack/trunk/fields rev 8716

OpenKore running with XKore2 and sucessfully connected to fRO.
Bot logged in and Idle, no error messages in Bot Console.

Code: Select all

XKore_listenPort 6901
XKore_publicIp 0.0.0.0
Connect from GameClient to Kore is sucessful but on the Character Screen the dreaded Error Message:
"if number of characters exceed 0 on selecting window, connection to game can't not be made"
is displayed.

Already tried the whole Range of charBlockSize but to no avail. The default supplied 116 seems to be the only working setting.

Thanks for any Help / Pointer in the right direction.
Do you tried using 127.0.0.1?

Code: Select all

XKore_listenPort 6901
XKore_publicIp 127.0.0.1 #local host

derpy
Noob
Noob
Posts: 2
Joined: 03 Nov 2013, 14:44
Noob?: Yes

Re: SVNrev. 8716 XKore 2 cant connect Game Client to XKore Proxy

#3 Post by derpy »

That shouldnt have any influence on the error. Running on 0.0.0.0 means listening on all interfaces and that seems to be the case because i can connect to Openkore. Its more likely the communication trough Opencore with the Charserver which goes wrong. The Bot itself is running fine.

Locked