Timeout.pm bug At revision 7740.

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

Moderators: Moderators, Developers

Message
Author
gresu
Noob
Noob
Posts: 1
Joined: 26 May 2011, 03:34
Noob?: Yes

Timeout.pm bug At revision 7740.

#1 Post by gresu »

Got this error after updating rev 7740.
OpenKore version what-will-become-2.1
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7740
Loaded plugins:
plugins/warprakey.pl (warprakey)
plugins/macro.pl (macro)

Error message:
Can't locate object method "new" via package "Task::Wait" (perhaps you forgot to load "Task::Wait"?) at src/Task/Timeout.pm line 38.

Stack trace:
Can't locate object method "new" via package "Task::Wait" (perhaps you forgot to load "Task::Wait"?) at src/Task/Timeout.pm line 38.
at src/Task/Timeout.pm line 38
Task::Timeout::new('Task::Timeout', 'object', 'HASH(0xb48b3f90)', 'weak', 1, 'function', 'CODE(0xb48b3fc0)', 'seconds', 229.931, ...) called at src/Actor.pm line 426
Actor::setStatus('Actor::You=HASH(0xb60e4de0)', 'EFST_INC_AGI', 1, 229931) called at src/Network/Receive/ServerType0.pm line 1863
Network::Receive::ServerType0::actor_status_active('Network::Receive::idRO=HASH(0xb4591bf0)', 'HASH(0xb48b3fb0)') called at src/Network/Receive.pm line 193
Network::Receive::parse('Network::Receive::idRO=HASH(0xb4591bf0)', '?\x{4}\x{c}\x{0}]\x{92}\x{1e}\x{0}\x{1}+\x{82}\x{3}\x{0}\x{a}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}') called at src/functions.pl line 1346
main::parseIncomingMessage('?\x{4}\x{c}\x{0}]\x{92}\x{1e}\x{0}\x{1}+\x{82}\x{3}\x{0}\x{a}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}') called at src/functions.pl line 707
main::mainLoop_initialized() called at src/functions.pl line 74
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Unix=HASH(0xb6775440)') called at openkore.pl line 97
main::__start() called at openkore.pl line 187

Died at this line:

* my $self = $class->SUPER::new(tasks => [
Task::Wait->new(%args),

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

Re: Timeout.pm bug At revision 7740.

#2 Post by EternalHarvest »

Fixed.

Post Reply