bugs of 7552 update

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

Moderators: Moderators, Developers

Message
Author
jacko2008
Noob
Noob
Posts: 1
Joined: 30 Sep 2010, 11:54
Noob?: Yes

bugs of 7552 update

#1 Post by jacko2008 »

since I have updated SVN to 7552
(this file : openkore/trunk/src/Network/Receive/ServerType0.pm)

there came out a bug :

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

Error message:
'/' must follow a numeric type in unpack at src/Network/Receive/ServerType0.pm line 7844.

Stack trace:
'/' must follow a numeric type in unpack at src/Network/Receive/ServerType0.pm line 7844.
at src/Network/Receive/ServerType0.pm line 7844
Network::Receive::ServerType0::special_item_obtain('Network::Receive::twRO=HASH(0x50ff514)', 'HASH(0x563c47c)') called at src/Network/Receive.pm line 193
Network::Receive::parse('Network::Receive::twRO=HASH(0x50ff514)', '\x{fd}\x{7}9\x{0}\x{1}K\x{10}\x{18}**love\x{b7}R\x{a4}l**\x{0}p\x{a4}p\x{b3}\x{a5}\x{0}J\x{0}~\x{0}\x{0}\x{18}\x{b7}t\x{b6}\x{c2}\x{b2}\x{bd}\x{a5}q\x{0}\x{e2}\x{0}\x{0}Dese\x{8}\x{0}\x{0}\x{0}\x{f}\x{0}\x{0}\x{0}') called at src/functions.pl line 1320
main::parseIncomingMessage('\x{fd}\x{7}9\x{0}\x{1}K\x{10}\x{18}**love\x{b7}R\x{a4}l**\x{0}p\x{a4}p\x{b3}\x{a5}\x{0}J\x{0}~\x{0}\x{0}\x{18}\x{b7}t\x{b6}\x{c2}\x{b2}\x{bd}\x{a5}q\x{0}\x{e2}\x{0}\x{0}Dese\x{8}\x{0}\x{0}\x{0}\x{f}\x{0}\x{0}\x{0}') called at src/functions.pl line 690
main::mainLoop_initialized() called at src/functions.pl line 69
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x400480c)') called at openkore.pl line 97
main::__start() called at start.pl line 129

在這一行當掉:
} elsif ($args->{type} == TYPE_MONSTER_ITEM) {
* @{$args}{qw(monster_name)} = unpack 'C/Z', $args->{etc};

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

Re: bugs of 7552 update

#2 Post by EternalHarvest »


Locked