Xkore2 wont allow login to client | 2.0.6.1 | XiLeRO PK

This place is for Unresolvable bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Message
Author
L4M3573R
Human
Human
Posts: 37
Joined: 24 Apr 2008, 16:15

Xkore2 wont allow login to client | 2.0.6.1 | XiLeRO PK

#1 Post by L4M3573R »

Heres a brief description of my problem: I run my Openkore 2.0.6.1 in "XKore 2" set in config, well i open my client and login to my clients "Xkore2" server and it brings me to the char select screen with 5/9 char slots of the char I wanna see kill and what not, well when I try to login to the map server my Openkore 2.0.6.1 gives me a mapserver error.

What have I done?: I have searched the forums here and one of the posts said to try the SVN version...come to find out it was something totally different then my mapserver problem, but I did try the SVN version and it pulls up the same kind of error just on a different line.

Heres my portion of the config im using:
Code:
# 1 = hook into RO client, 2 = Act as stand-alone proxy, proxy = act as true proxy
XKore 2
XKore_silent 1
XKore_bypassBotDetection 0
XKore_exeName XiLeRO!.exe

# XKore 2 / Proxy configuration
XKore_listenIp 127.0.0.1
XKore_listenPort 5900
XKore_publicIp 127.0.0.1


Any other useful information: I'm playing on XiLeRO PK, as far as any NEW updates, not that i no of, i just restarted to play agian, and this isnt due to a GM announcement, it only happends when i try to login with my client to connect to the XKore2 proxy

Any Errors?: yes heres the errors im getting...

Code: Select all

OpenKore version 2.0.6.1
Network state = 5
Network handler = Network::DirectConnection
SVN revision: unknown
Loaded plugins:
  plugins/Autotalk after death.pl (autotalk)
  plugins/cmdOnLogin.pl (cmdOnLogin)

Error message:
'x' outside of string in unpack at src/Base/Ragnarok/MapServer.pm line 108.

Stack trace:
'x' outside of string in unpack at src/Base/Ragnarok/MapServer.pm line 108.
at src/Base/Ragnarok/MapServer.pm line 108
   Base::Ragnarok::MapServer::process_009B('Network::XKore2::MapServer=HASH(0x49f9e48)', 'Base::Server::Client=HASH(0x4c3c8b4)', '\x{9b}\x{0}c\x{0}&\x{84}3\x{0}\x{0}E\x{ee}\x{18}\x{0}7ac\x{0}\x{0}\x{0}\x{0}') called at src/Base/RagnarokServer.pm line 56
   Base::RagnarokServer::onClientData('Network::XKore2::MapServer=HASH(0x49f9e48)', 'Base::Server::Client=HASH(0x4c3c8b4)', '\x{9b}\x{0}c\x{0}&\x{84}3\x{0}\x{0}E\x{ee}\x{18}\x{0}7ac\x{0}\x{0}\x{0}\x{0}\x{0}p\x{1d}\x{91}\x{2}\x{1}', 0) called at src/Base/Server.pm line 203
   Base::Server::iterate('Network::XKore2::MapServer=HASH(0x49f9e48)') called at src/Network/XKore2.pm line 142
   Network::XKore2::mainLoop('mainLoop_pre', 'undef', 'undef') called at src/Plugins.pm line 440
   Plugins::callHook('mainLoop_pre') called at src/functions.pl line 69
   main::mainLoop() called at src/Interface.pm line 75
   Interface::mainLoop('Interface::Console::Win32=HASH(0x3dcabb8)') called at openkore.pl line 96
   main::__start() called at start.pl line 119

Died at this line:
        # Map server login.
*       my ($accountID , $charID, $sessionID, $gender) = unpack('x4 a4 x a4 x4 V x4 C', $message);
        $self->handleLogin($client, $accountID, $charID, $sessionID, $gender);

Code: Select all

OpenKore version what-will-become-2.0.7 (SVN Version)
@ai_seq = route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 6564
Loaded plugins:
  plugins/Autotalk after death.pl (autotalk)
  plugins/cmdOnLogin.pl (cmdOnLogin)

Error message:
'x' outside of string in unpack at src/Base/Ragnarok/MapServer.pm line 116.

Stack trace:
'x' outside of string in unpack at src/Base/Ragnarok/MapServer.pm line 116.
at src/Base/Ragnarok/MapServer.pm line 116
   Base::Ragnarok::MapServer::process_009B('Network::XKore2::MapServer=HASH(0x4840fd4)', 'Base::Server::Client=HASH(0x48b702c)', '\x{9b}\x{0}3\x{0}&\x{84}3\x{0}\x{0}E\x{ee}\x{18}\x{0}fae\x{0}\x{0}\x{0}\x{0}') called at src/Base/RagnarokServer.pm line 56
   Base::RagnarokServer::onClientData('Network::XKore2::MapServer=HASH(0x4840fd4)', 'Base::Server::Client=HASH(0x48b702c)', '\x{9b}\x{0}3\x{0}&\x{84}3\x{0}\x{0}E\x{ee}\x{18}\x{0}fae\x{0}\x{0}\x{0}\x{0}\x{0}\x{c3}\x{86}\x{b3}\x{2}\x{1}', 0) called at src/Base/Server.pm line 203
   Base::Server::iterate('Network::XKore2::MapServer=HASH(0x4840fd4)') called at src/Network/XKore2.pm line 142
   Network::XKore2::mainLoop('mainLoop_pre', 'undef', 'undef') called at src/Plugins.pm line 444
   Plugins::callHook('mainLoop_pre') called at src/functions.pl line 69
   main::mainLoop() called at src/Interface.pm line 75
   Interface::mainLoop('Interface::Console::Win32=HASH(0x3bfd93c)') called at openkore.pl line 96
   main::__start() called at start.pl line 119

Died at this line:
        # Map server login.
*       my ($accountID , $charID, $sessionID, $gender) = unpack('x4 a4 x a4 x4 V x4 C', $message);
        $self->handleLogin($client, $accountID, $charID, $sessionID, $gender);
Last edited by L4M3573R on 04 Oct 2008, 20:15, edited 1 time in total.

kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: Xkore2 wont allow login to client | 2.0.6.1

#2 Post by kali »

That kind of error usually means you used the wrong servertype. Try a different one, or make sure the server you are playing on is actually supported.
Got your topic trashed by a mod?

Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.

Have a nice day.

L4M3573R
Human
Human
Posts: 37
Joined: 24 Apr 2008, 16:15

Re: Xkore2 wont allow login to client | 2.0.6.1

#3 Post by L4M3573R »

well, i used the program to get the server info and it gave me server type 8, if i didnt use servertype 8 the bot wouldnt login at all, so its the right servertype, and yes xilero pk is supported, i have all the stuff right for the xkore2 setting in the sclient info, otherwise it wouldnt let me login to the char select screen, its only when i try and login to the map server that it gives me the error.

sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: Xkore2 wont allow login to client | 2.0.6.1 | XiLeRO PK

#4 Post by sli »

You tried all 24 servertypes, then?
cs : ee : realist

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Xkore2 wont allow login to client | 2.0.6.1 | XiLeRO PK

#5 Post by Technology »

The xkore modes are unmaintained and thus depreciated.
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

Post Reply