Bugs?

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

Moderators: Moderators, Developers

Message
Author
radiatorspring
Noob
Noob
Posts: 4
Joined: 22 Apr 2009, 05:25
Noob?: Yes

Bugs?

#1 Post by radiatorspring »

Hi there. So I have here, 2 screenshots.
The first one is when I type "storage" without qoutes in the console.
The second, happened while refining.
Help how to resolve this? Thanks.

Image

Image

errors.txt for the 1st picture.
OpenKore version what-will-become-2.1
@ai_seq = attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7820
Loaded plugins:
plugins/cmdOnLogin.pl (cmdOnLogin)
plugins/macro.pl (macro)

Error message:
Can't call method "usable" on unblessed reference at src/Commands.pm line 4267.

Stack trace:
Can't call method "usable" on unblessed reference at src/Commands.pm line 4267.
at src/Commands.pm line 4267
Commands::cmdStorage_list(undef) called at src/Commands.pm line 4224
Commands::cmdStorage('storage', undef) called at src/Commands.pm line 285
Commands::run('storage') called at src/functions.pl line 963
main::parseInput('storage') called at src/functions.pl line 63
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x121871c)') called at openkore.pl line 97
main::__start() called at start.pl line 136

Died at this line:
my $item = $storage{$storageID[$i]};
* if ($item->usable) {
push @useable, $item;
errors.txt for the 2nd picture.
OpenKore version what-will-become-2.1
@ai_seq =
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7820
Loaded plugins:
plugins/auto-refine.pl (Auto-Refine)
plugins/cmdOnLogin.pl (cmdOnLogin)
plugins/macro.pl (macro)

Error message:
Can't call method "isa" on an undefined value at src/Task/MapRoute.pm line 87.

Stack trace:
Can't call method "isa" on an undefined value at src/Task/MapRoute.pm line 87.
at src/Task/MapRoute.pm line 87
Task::MapRoute::new('Task::MapRoute', 'map', 'prt_in', 'x', 63, 'y', 60, 'distFromGoal', 10, ...) called at D:/Tedric/Ragnarok Bot/Refiner/plugins/auto-refine.pl line 107
autoRefine::route('prt_in', 63, 60) called at D:/Tedric/Ragnarok Bot/Refiner/plugins/auto-refine.pl line 68
autoRefine::main('AI_pre', undef, undef) called at src/Plugins.pm line 431
Plugins::callHook('AI_pre') called at src/AI/CoreLogic.pm line 112
AI::CoreLogic::iterate() called at src/functions.pl line 735
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(0x1217d5c)') called at openkore.pl line 97
main::__start() called at start.pl line 136

Died at this line:

* unless ($args{actor}->isa('Actor') and $args{map}) {
ArgumentException->throw(error => "Invalid arguments.");
For the SVN Version, 7820
Last edited by radiatorspring on 02 Aug 2011, 08:13, edited 2 times in total.

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

Re: Bugs?

#2 Post by kLabMouse »

Can't Accept this bug report due to:
1) No Server defined
2) No SVN version defined
3) User did not tried to update
4) No errors.txt (for both bug's).

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Bugs?

#3 Post by EternalHarvest »


radiatorspring
Noob
Noob
Posts: 4
Joined: 22 Apr 2009, 05:25
Noob?: Yes

Re: Bugs?

#4 Post by radiatorspring »

Edit: Placed errors.txt

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Bugs?

#5 Post by EternalHarvest »

radiatorspring wrote: Can't call method "isa" on an undefined value at src/Task/MapRoute.pm line 87.
at src/Task/MapRoute.pm line 87
Task::MapRoute::new('Task::MapRoute', 'map', 'prt_in', 'x', 63, 'y', 60, 'distFromGoal', 10, ...) called at D:/Tedric/Ragnarok Bot/Refiner/plugins/auto-refine.pl line 107
autoRefine::route('prt_in', 63, 60) called at D:/Tedric/Ragnarok Bot/Refiner/plugins/auto-refine.pl line 68
Problem in the plugin, fixed.

radiatorspring
Noob
Noob
Posts: 4
Joined: 22 Apr 2009, 05:25
Noob?: Yes

Re: Bugs?

#6 Post by radiatorspring »

Yeah, I'm sorry. I'm already finished updating my openkore. Thanks for the help.

Post Reply