SVN 2.0.7 AI bottleneck

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: SVN 2.0.7 AI bottleneck

#11 Post by kali »

Yeah, just caught that :P
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.
cazanova000
Human
Human
Posts: 26
Joined: 29 Oct 2008, 22:18
Noob?: No

Re: SVN 2.0.7 AI bottleneck

#12 Post by cazanova000 »

WOOOHOOOO...an error after the update =x

OpenKore version what-will-become-2.0.7 (SVN Version)
@ai_seq = route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 6766
Loaded plugins:
plugins/watchman.pl (watchman)

Error message:
Can't use anonymous symbol table for method lookup at src/Task/WithSubtask.pm line 129.

Stack trace:
Can't use anonymous symbol table for method lookup at src/Task/WithSubtask.pm line 129.
at src/Task/WithSubtask.pm line 129
Task::WithSubtask::iterate('Task::Route=HASH(0x4a86b9c)') called at src/Task/Route.pm line 149
Task::Route::iterate('Task::Route=HASH(0x4a86b9c)') called at src/Task/WithSubtask.pm line 129
Task::WithSubtask::iterate('Task::MapRoute=HASH(0x48a1b14)') called at src/Task/MapRoute.pm line 130
Task::MapRoute::iterate('Task::MapRoute=HASH(0x48a1b14)') called at src/AI/CoreLogic.pm line 739
AI::CoreLogic::processTask('route', 'onError', 'CODE(0x3b37db4)') called at src/AI/CoreLogic.pm line 88
AI::CoreLogic::iterate() called at src/functions.pl line 596
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(0x3d1d770)') called at D:\Openkore\openkore.pl line 96
main::__start() called at D:\Openkore\openkore.pl line 186

Died at this line:
my $task = $self->{ST_subtask};
* $task->iterate();

i think it's related to the update of corelogic.pm
Fyske
Noob
Noob
Posts: 8
Joined: 24 Apr 2008, 15:08

Re: SVN 2.0.7 AI bottleneck

#13 Post by Fyske »

The fix did it for me, I'll report more if I see anything new.

Thank you!
kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: SVN 2.0.7 AI bottleneck

#14 Post by kali »

Is it really fixed? How did you patch it: update svn or applying my patch? Try re-checking out the program.
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.
Fyske
Noob
Noob
Posts: 8
Joined: 24 Apr 2008, 15:08

Re: SVN 2.0.7 AI bottleneck

#15 Post by Fyske »

kali wrote:Is it really fixed? How did you patch it: update svn or applying my patch? Try re-checking out the program.
I have updated the bot by using the usual SVN method, nothing wrong so far. Not a single problem for the moment, the bot has been running for at least 5 hours. (I am always monitoring it.)

I'll check your patch later, but I'd assume it's similar/the same?
kali
OpenKore Monk
OpenKore Monk
Posts: 457
Joined: 04 Apr 2008, 10:10

Re: SVN 2.0.7 AI bottleneck

#16 Post by kali »

It's actually the same. I came to the same conclusion as EternalHarvest did, and already committed the fix before I posted the patch :P
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.
cazanova000
Human
Human
Posts: 26
Joined: 29 Oct 2008, 22:18
Noob?: No

Re: SVN 2.0.7 AI bottleneck

#17 Post by cazanova000 »

that error I got was single and didn't repeated again, so I assumed it was a fault mine =X

PD: svn updated by normal SVN method (TortoiseSVN)
azndude988
Noob
Noob
Posts: 5
Joined: 08 Jul 2009, 21:39
Noob?: Yes

Re: SVN 2.0.7 AI bottleneck

#18 Post by azndude988 »

cazanova000 wrote:svn updated by normal SVN method (TortoiseSVN)
did same thing.... fixed it.... thx you so much :D
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: SVN 2.0.7 AI bottleneck

#19 Post by kLabMouse »

Bug Fixed.
Closing.