Problem logging with Ranger "clientSuspend" error

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

Moderators: Moderators, Developers

Jonathandp08
Noob
Noob
Posts: 13
Joined: 13 Jun 2008, 23:00
Noob?: Yes

Problem logging with Ranger "clientSuspend" error

#1 Post by Jonathandp08 »

I get clientSuspend error only when I loggin with my Ranger. It was working just fine in the morning, now in the afternoon I'm getting that error.

There is the file, hmm I'll stick it xD

Code: Select all

OpenKore version what-will-become-2.1
Network state = 4
Network handler = Network::XKore
SVN revision: 7430
Loaded plugins:
  plugins/macro/macro.pl (macro)

Error message:
Can't call method "clientSuspend" on an undefined value at src/AI.pm line 152.

Stack trace:
Can't call method "clientSuspend" on an undefined value at src/AI.pm line 152.
 at src/AI.pm line 152
	AI::ai_clientSuspend(0, 10) called at src/Network/Receive/kRO/Sakexe_0.pm line 567
	Network::Receive::kRO::Sakexe_0::map_loaded('Network::Receive::kRO::RagexeRE_2010_03_03a=HASH(0x3c8ec8c)', 'HASH(0x463448c)') called at src/Network/Receive.pm line 193
	Network::Receive::parse('Network::Receive::kRO::RagexeRE_2010_03_03a=HASH(0x3c8ec8c)', 's\x{0}g\x{da}\x{f1}\x{96}D\x{82}\x{90}\x{5}\x{5}') called at src/functions.pl line 1331
	main::parseIncomingMessage('s\x{0}g\x{da}\x{f1}\x{96}D\x{82}\x{90}\x{5}\x{5}') called at src/functions.pl line 701
	main::mainLoop_initialized() called at src/functions.pl line 69
	main::mainLoop() called at src/Interface.pm line 75
	Interface::mainLoop('Interface::Console::Win32=HASH(0x286ca24)') called at openkore.pl line 97
	main::__start() called at start.pl line 129

Died at this line:
  
* sub ai_clientSuspend { $char->clientSuspend(@_) }
 
I'm botting in RychiRO

Code: Select all

##http://www.reincarnation-ro.net/
[Rychi RO]
ip 199.71.212.114
port 6900
version 25
master_version 18
serverType kRO_RagexeRE_2010_03_03a
serverEncoding Western
charBlockSize 108
private 1
recvpackets recvpackets-rychiro.txt
You do not have the required permissions to view the files attached to this post.
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Problem logging with Ranger "clientSuspend" error

#2 Post by Technology »

You by any chance don't have multiple instances of RAG running?
(since i had this error too once when i did)
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!
Jonathandp08
Noob
Noob
Posts: 13
Joined: 13 Jun 2008, 23:00
Noob?: Yes

Re: Problem logging with Ranger "clientSuspend" error

#3 Post by Jonathandp08 »

Nope, only one RO running. BTW I'm using XKore1.
I just try to use it again and It get the same error when I'm trying to log with my WhiteSmith. :(
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Problem logging with Ranger "clientSuspend" error

#4 Post by EternalHarvest »

map_loaded initializes $char, so why it's undefined?
Jonathandp08
Noob
Noob
Posts: 13
Joined: 13 Jun 2008, 23:00
Noob?: Yes

Re: Problem logging with Ranger "clientSuspend" error

#5 Post by Jonathandp08 »

EternalHarvest wrote:map_loaded initializes $char, so why it's undefined?
I have no idea what are you talking about xD
It was working perfect 2 days ago and today I get the same thing but "InventorySuspend" instead of "clientSuspend" with my High Wizard character Y_Y.

The "clientSuspend" only happens when you relog. When I make a new character with a different name the xkore works fine, but when I relog I get this error.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Problem logging with Ranger "clientSuspend" error

#6 Post by EternalHarvest »

There is now assertion in map_loaded to make sure $char is Actor::You.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Problem logging with Ranger "clientSuspend" error

#7 Post by kLabMouse »

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

Re: Problem logging with Ranger "clientSuspend" error

#8 Post by Technology »

fixed in: r7441
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!