Can You help me with this error?

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

Moderators: Moderators, Developers

n00b
Human
Human
Posts: 33
Joined: 09 Dec 2009, 01:18
Noob?: No

Can You help me with this error?

#1 Post by n00b »

Hi i am a newbie and i dont know what to do with this kind of error :(

Code: Select all

OpenKore version what-will-become-2.1 (SVN Version) 
@ai_seq = skill_use attack follow
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7016
Loaded plugins:
  plugins/macro.pl (macro)

Error message:
Can't call method "name" on unblessed reference at src/Network/Receive/ServerType0.pm line 7101.

Stack trace:
Can't call method "name" on unblessed reference at src/Network/Receive/ServerType0.pm line 7101.
 at src/Network/Receive/ServerType0.pm line 7101
	Network::Receive::ServerType0::party_show_picker('Network::Receive::ServerType22=HASH(0x38585f4)', 'HASH(0x3a9b4dc)') called at src/Network/Receive.pm line 173
	Network::Receive::parse('Network::Receive::ServerType22=HASH(0x38585f4)', '\x{b8}\x{2}Pw*\x{0}#\'\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{4}') called at src/functions.pl line 1210
	main::parseIncomingMessage('\x{b8}\x{2}Pw*\x{0}#\'\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{4}') called at src/functions.pl line 555
	main::mainLoop_initialized() called at src/functions.pl line 70
	main::mainLoop() called at src/Interface.pm line 75
	Interface::mainLoop('Interface::Console::Win32=HASH(0x275d5c4)') called at openkore.pl line 96
	main::__start() called at start.pl line 125

Died at this line:
  	my ($self, $args) = @_;
* 	my $string = ($char->{party}{users}{$args->{sourceID}} && %{$char->{party}{users}{$args->{sourceID}}}) ? $char->{party}{users}{$args->{sourceID}}->name() : $args->{sourceID};
  	my $item = {};

i got this error with my Bot slave.. :( when i woke up i found out the my master bot had died and died lol :( bcoz my boting slave got this error and it got terminated..

please help.i dnt know how to fix this..

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

Re: Can You help me with this error?

#2 Post by Technology »

caused by autovivication bug.
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!
n00b
Human
Human
Posts: 33
Joined: 09 Dec 2009, 01:18
Noob?: No

Re: Can You help me with this error?

#3 Post by n00b »

oh ic..

same as this one?

http://forums.openkore.com/viewtopic.php?f=56&t=7525
i thought it was fixed alreadY?
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Can You help me with this error?

#4 Post by kLabMouse »

Up.
EternalHarvest
In one of your Topic, there was reported that you did not touched this line.
Please, fix it.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Can You help me with this error?

#5 Post by kLabMouse »

Closed. AutoVivify bug's are now handled in first place.