servertype 21
here are the changes i've made:
http://www.dcode.com.br/rag/mon_control.txt
http://www.dcode.com.br/rag/chat_resp.txt
http://www.dcode.com.br/rag/config.txt
http://www.dcode.com.br/rag/items_control.txt
http://www.dcode.com.br/rag/recvpackets.txt
http://www.dcode.com.br/rag/servers.txt (just changed bro odin's servertype to 21)
http://www.dcode.com.br/rag/plugins.zip (same errors occur with empty plugins folder)
Situation:
Everything was fine with save on rachel and botting on ice_dun01, then I wet to payon:
save on pay_archer, botting on pay_dun03
changed the mon_control file and the config file to fit the place
then these errors started to happen
I tried removing all the plugins and the errors continue.
Frequency: 10~15 minutes mostly, sometimes takes more then an hour.
Regards.
Error n. 1
Code: Select all
OpenKore version what-will-become-2.0.7 (SVN Version)
@ai_seq =
Network state = 5
Network handler = Network::DirectConnection
SVN revision: unknown
Loaded plugins:
plugins/alert.pl (alertsound)
plugins/botBebado.pl (botBebado)
plugins/randreconn.pl (randtimeout)
plugins/reactOnKillSteal.pl (reactOnKillSteal)
plugins/macro/macro.pl (macro)
plugins/macro/recorder.pl (recorder)
Error message:
Invalid hook handle passed to Plugins::delHook().
Stack trace:
Trace begun at src\Plugins.pm line 412
Plugins::delHook(undef) called at src\Task\Route.pm line 112
Task::Route::DESTROY('Task::Route=HASH(0x76bbd98)') called at src\Interface\Wx.pm line 113
eval {...} at src\Interface\Wx.pm line 113
Interface::Wx::mainLoop('Interface::Wx=HASH(0x453d378)') called at openkore.pl line 96
main::__start at start.pl line 125
Died at this line:
} else {
* ArgumentException->throw("Invalid hook handle passed to Plugins::delHook().");
}
Code: Select all
OpenKore version what-will-become-2.0.7 (SVN Version)
@ai_seq =
Network state = 5
Network handler = Network::DirectConnection
SVN revision: unknown
Loaded plugins:
plugins/alert.pl (alertsound)
plugins/botBebado.pl (botBebado)
plugins/randreconn.pl (randtimeout)
plugins/reactOnKillSteal.pl (reactOnKillSteal)
plugins/macro/macro.pl (macro)
plugins/macro/recorder.pl (recorder)
Error message:
Invalid arguments.
Stack trace:
Trace begun at src\Task\Route.pm line 80
Task::Route::new('Task::Route', 'x', 0, 'y', 93, 'maxDistance', undef, 'maxTime', 75, 'distFromGoal', undef, 'pyDistFromGoal', undef, 'avoidWalls', 1, 'notifyUponArrival', undef) called at src\AI.pm line 506
AI::ai_route('pay_dun03', 0, 93, 'maxRouteTime', 75, 'attackOnRoute', 2, 'noMapRoute', 1) called at src\AI\CoreLogic.pm line 1980
AI::CoreLogic::processRandomWalk at src\AI\CoreLogic.pm line 150
AI::CoreLogic::iterate at src\functions.pl line 594
main::mainLoop_initialized at src\functions.pl line 70
main::mainLoop at src\Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x3c649b8)') called at openkore.pl line 96
main::__start at start.pl line 119
Died at this line:
* if ($args{x} == 0 || $args{y} == 0) {
ArgumentException->throw(error => "Invalid arguments.");