Can't call method "isa" on unblessed reference | r7231

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

Moderators: Moderators, Developers

midnytblu
Developers
Developers
Posts: 90
Joined: 14 Apr 2008, 09:37
Noob?: No
Location: prt_fild08 134 362

Can't call method "isa" on unblessed reference | r7231

#1 Post by midnytblu »

Code: Select all

OpenKore version what-will-become-2.1 (SVN Version) 
@ai_seq = route storageAuto
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7231
Loaded plugins:
  plugins/macro.pl (macro)
  plugins/tele-search v2.pl (Tele-Search v2)

Error message:
Can't call method "isa" on unblessed reference at src/Utils/ActorHashTie.pm line 18.

Stack trace:
Can't call method "isa" on unblessed reference at src/Utils/ActorHashTie.pm line 18.
 at src/Utils/ActorHashTie.pm line 18
	Tie::ActorHash::STORE('Tie::ActorHash=ARRAY(0x4bfe0d4)', '#U\x{0}\x{0}', 'HASH(0x521e6ec)') called at src/AI/CoreLogic.pm line 2615
	AI::CoreLogic::processAutoAttack() called at src/AI/CoreLogic.pm line 169
	AI::CoreLogic::iterate() called at src/functions.pl line 730
	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(0x3a7591c)') called at openkore.pl line 96
	main::__start() called at start.pl line 129

Died at this line:
  	
* 	die "Attempt to STORE non Actor reference to the hash of actors\n"
  	. "Key:\n"

happens when you summon your homunculus.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Can't call method "isa" on unblessed reference | r7231

#2 Post by EternalHarvest »

Test with r7232.

And expect more of this - ActorHashTie added for consistency checks of some OpenKore internals.

P.S. r7030 diff
midnytblu
Developers
Developers
Posts: 90
Joined: 14 Apr 2008, 09:37
Noob?: No
Location: prt_fild08 134 362

Re: Can't call method "isa" on unblessed reference | r7231

#3 Post by midnytblu »

thanks Eternal. this works now.
will keep an eye for more of these incidents.


/no1