bug item storage @ server fRo

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

Moderators: Moderators, Developers

MiDaM
Human
Human
Posts: 35
Joined: 20 Jan 2010, 09:07
Noob?: Yes

bug item storage @ server fRo

#1 Post by MiDaM »

Hi !
I have this bug with a quest item when autostorage option is enabled, it forces has put this item in storage loop

Code: Select all

OpenKore version what-will-become-2.1 (SVN Version) 
@ai_seq = route follow
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7099
Loaded plugins:
  plugins/alertSound.pl (alertSound)
  plugins/cmdOnLogin.pl (cmdOnLogin)
  plugins/macro.pl (macro)
  plugins/playerRecord.pl (prec)

Error message:
Can't call method "use" on unblessed reference at src/Interface/Wx/List/ItemList/Inventory.pm line 177.

Stack trace:
Can't call method "use" on unblessed reference at src/Interface/Wx/List/ItemList/Inventory.pm line 177.
 at src/Interface/Wx.pm line 155
	Interface::Wx::mainLoop('Interface::Wx=HASH(0x625af74)') called at openkore.pl line 96
	main::__start() called at start.pl line 125

Died at this line:
  	if ($self->isUsable ($item)) {
* 		$item->use;
  	} elsif ($self->isEquip ($item)) {
Image
Lotus
Human
Human
Posts: 32
Joined: 26 Jan 2010, 12:07
Noob?: No

Re: bug item storage @ server fRo

#2 Post by Lotus »

you said,
1)autostorage on
2)quest item on
and error.

did you specify what you want to do with item?
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: bug item storage @ server fRo

#3 Post by Technology »

The item is a quest item and can possibly not be stored, this can be solved by adjusting items_control.txt to not store the item.

The error presented is caused by an autovivication bug and has nothing to do with storage,
but rather with the user clicking on the item (to use it) "when it already got deleted in kore".
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!
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: bug item storage @ server fRo

#4 Post by kLabMouse »

Up.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: bug item storage @ server fRo

#5 Post by kLabMouse »

AutoVivify bug's are now handled in First place.
Report Closed.