Error

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

Moderators: Moderators, Developers

zxca
Noob
Noob
Posts: 1
Joined: 24 Aug 2008, 12:08
Noob?: Yes

Error

#1 Post by zxca »

I always get this error when clicking on enemies or players.
It will just pop out, then openkore closes
OpenKore version 1.9.4 (SVN version)
@ai_seq = attack
Network state = 5
Network handler = Network::DirectConnection
No loaded plugins.

Error message:
(in cleanup) Can't locate object method "DESTROY" via package "Task::WithSubtask" at C:/Documents and Settings/Ralph/My Documents/rap/bot/openkore/src/Task/WithSubtask.pm line 81.

Stack trace:
(in cleanup) Can't locate object method "DESTROY" via package "Task::WithSubtask" at C:/Documents and Settings/Ralph/My Documents/rap/bot/openkore/src/Interface/Wx.pm line 109
Interface::Wx::mainLoop('Interface::Wx=HASH(0x2934830)') called at openkore.pl line 95
main::__start() called at start.pl line 118

Died at this line:
my ($self) = @_;
* $self->SUPER::DESTROY();
delete $self->{ST_mutexesChangedEvent} if ($self);
You do not have the required permissions to view the files attached to this post.
Cozzie
Spam Generator
Spam Generator
Posts: 499
Joined: 04 Apr 2008, 09:30
Noob?: No
Location: Melbourne, City of beer and awful sushis

Re: Error

#2 Post by Cozzie »

you need to tell us in what context did the error happened, also read the stickies.
Make Openkore Awesome. Join the team.
sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: Error

#3 Post by sli »

Is the experimental AI branch? I don't think we're taking bug reports on it, yet, as the branch is incomplete and not meant for production use (to use some buzzwords). Or does the trunk use Task::WithSubTask, now?
cs : ee : realist
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Error

#4 Post by Technology »

in settings.pm of AI 2008 branch:
# Translation Comment: Strings for the name and version of the application
our $NAME = 'OpenKore';
our $VERSION = 'AI 2008';
# Translation Comment: Version String
our $SVN = T(" (Dev Version) ");
In trunk a task can have 1 subtask, in AI 2008 it can have multiple subtasks irc.

zxca, your error report says version: 1.9.4 (SVN version), its outdated.
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!
kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: Error

#5 Post by kali »

Tasks were introduced in 1.9.0 iirc
Got your topic trashed by a mod?

Trashing topics is one click, and moving a topic to its proper forum is a lot harder. You expend the least effort in deciding where to post, mods expend the least effort by trashing.

Have a nice day.
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Error

#6 Post by Technology »

OH look who we have here, its Ralph ;)

Anyways, i think kLab added the DESTROY method here.
So i doubt its still a 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!