Can't locate object method "sendRaw"

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

Moderators: Moderators, Developers

Message
Author
eban
Noob
Noob
Posts: 2
Joined: 23 Dec 2009, 03:09
Noob?: Yes

Can't locate object method "sendRaw"

#1 Post by eban »

OpenKore version what-will-become-2.1 (SVN Version)
@ai_seq = macro
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7007
Loaded plugins:
plugins/macro.pl (macro)

Error message:
Can't locate object method "sendRaw" via package "Network::Send::kRO::RagexeRE_2009_11_03a" at src/Commands.pm line 3924.

Stack trace:
Can't locate object method "sendRaw" via package "Network::Send::kRO::RagexeRE_2009_11_03a" at src/Commands.pm line 3924.
at src/Commands.pm line 3924
Commands::cmdSendRaw('send', '8E 01 55 2F 00 00 00 00 00 00') called at src/Commands.pm line 280
Commands::run('send 8E 01 55 2F 00 00 00 00 00 00') called at plugins/Macro/Utilities.pm line 315
Macro::Utilities::processCmd('send 8E 01 55 2F 00 00 00 00 00 00') called at plugins/Macro/Utilities.pm line 346
Macro::Utilities::callMacro('mainLoop_pre', undef, undef) called at src/Plugins.pm line 444
Plugins::callHook('mainLoop_pre') called at src/functions.pl line 69
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x2aff5bc)') called at openkore.pl line 96
main::__start() called at start.pl line 125

Died at this line:
my (undef, $args) = @_;
* $messageSender->sendRaw($args);
}

eban
Noob
Noob
Posts: 2
Joined: 23 Dec 2009, 03:09
Noob?: Yes

Re: Can't locate object method "sendRaw"

#2 Post by eban »

Bump, need help please.

Scarya
Moderators
Moderators
Posts: 136
Joined: 26 May 2008, 12:25
Noob?: No

Re: Can't locate object method "sendRaw"

#3 Post by Scarya »

No bumping!
A developer will take care of this soon.

It seams that sendRaw is missing on renewal server types?
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.

Richard Cook

Wiki

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

Re: Can't locate object method "sendRaw"

#4 Post by EternalHarvest »

Seems like sendRaw needs to be added to Send::kRO or Send::kRO::Sakexe_0.

But you can use sendProduceMix($itemID, 0, 0, 0) for what you are using sendRaw.

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Can't locate object method "sendRaw"

#5 Post by Technology »

should be fixed in svn.
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!

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Can't locate object method "sendRaw"

#6 Post by kLabMouse »

Fixed and Closed.

Locked