
SVN 2.0.7 AI bottleneck
Moderator: Moderators
-
- OpenKore Monk
- Posts: 457
- Joined: 04 Apr 2008, 10:10
Re: SVN 2.0.7 AI bottleneck
Yeah, just caught that 

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.
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.
-
- Human
- Posts: 26
- Joined: 29 Oct 2008, 22:18
- Noob?: No
Re: SVN 2.0.7 AI bottleneck
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
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
-
- Noob
- Posts: 8
- Joined: 24 Apr 2008, 15:08
Re: SVN 2.0.7 AI bottleneck
The fix did it for me, I'll report more if I see anything new.
Thank you!
Thank you!
-
- OpenKore Monk
- Posts: 457
- Joined: 04 Apr 2008, 10:10
Re: SVN 2.0.7 AI bottleneck
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.
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.
-
- Noob
- Posts: 8
- Joined: 24 Apr 2008, 15:08
Re: SVN 2.0.7 AI bottleneck
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.)kali wrote:Is it really fixed? How did you patch it: update svn or applying my patch? Try re-checking out the program.
I'll check your patch later, but I'd assume it's similar/the same?
-
- OpenKore Monk
- Posts: 457
- Joined: 04 Apr 2008, 10:10
Re: SVN 2.0.7 AI bottleneck
It's actually the same. I came to the same conclusion as EternalHarvest did, and already committed the fix before I posted the patch 

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.
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.
-
- Human
- Posts: 26
- Joined: 29 Oct 2008, 22:18
- Noob?: No
Re: SVN 2.0.7 AI bottleneck
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)
PD: svn updated by normal SVN method (TortoiseSVN)
-
- Noob
- Posts: 5
- Joined: 08 Jul 2009, 21:39
- Noob?: Yes
Re: SVN 2.0.7 AI bottleneck
did same thing.... fixed it.... thx you so muchcazanova000 wrote:svn updated by normal SVN method (TortoiseSVN)

-
- Administrator
- Posts: 1301
- Joined: 24 Apr 2008, 12:02