an error message after updating the server

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

Moderators: Moderators, Developers

tatuloco
Noob
Noob
Posts: 2
Joined: 15 Jun 2008, 17:03
Noob?: Yes

an error message after updating the server

#1 Post by tatuloco »

:ugeek:
Hi, so good?
I do not much and I am having problems after the game server which had updates.
started to happen this error:
http://i299.photobucket.com/albums/mm29 ... obot-1.jpg

I draw the new information from the server, such as ip, master servers, etc. ... but complains that error ai.


Thaaaaaank you very muuuuuuuuuuch!!! :D
You do not have the required permissions to view the files attached to this post.
Cozzie
Spam Generator
Spam Generator
Posts: 499
Joined: 04 Apr 2008, 09:30
Noob?: No
Location: Melbourne, City of beer and awful sushis

Re: an error message after updating the server

#2 Post by Cozzie »

re-edit your post. Your title template is wrong. Post your errors.txt as a code block thanks.
Make Openkore Awesome. Join the team.
tatuloco
Noob
Noob
Posts: 2
Joined: 15 Jun 2008, 17:03
Noob?: Yes

Re: an error message after updating the server

#3 Post by tatuloco »

I am sorry, but I do not understand what you said to me, as well re-edit my post? I must post the open file? Thus:

Error message:
Assertion ('HASH(0x2fb6908)' must be of class 'Actor::You') failed!
at C:/Documents and Settings/Marcelo/Desktop/Bot - Katarina/src/deps/Carp/Assert.pm line 271
Carp::Assert::assert('', '\'HASH(0x2fb6908)\' must be of class \'Actor::You\'') called at src/Utils/Assert.pm line 31
Utils::Assert::assertClass('HASH(0x2fb6908)', 'Actor::You') called at src/Misc.pm line 223
Misc::checkValidity('Packet: stat_info') called at src/Network/Receive.pm line 415
Network::Receive::parse('Network::Receive::ServerType8=HASH(0x2fd1410)', '\x{b0}\x{0}\x{0}\x{0}\x{87}\x{0}\x{0}\x{0}') called at src/functions.pl line 1192
main::parseIncomingMessage('\x{b0}\x{0}\x{0}\x{0}\x{87}\x{0}\x{0}\x{0}') called at src/functions.pl line 545
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(0x23d73c0)') called at openkore.pl line 96
main::__start() called at start.pl line 119

Stack trace:
Assertion ('HASH(0x2fb6908)' must be of class 'Actor::You') failed!
at C:/Documents and Settings/Marcelo/Desktop/Bot - Katarina/src/deps/Carp/Assert.pm line 271
Carp::Assert::assert('', '\'HASH(0x2fb6908)\' must be of class \'Actor::You\'') called at src/Utils/Assert.pm line 31
Utils::Assert::assertClass('HASH(0x2fb6908)', 'Actor::You') called at src/Misc.pm line 223
Misc::checkValidity('Packet: stat_info') called at src/Network/Receive.pm line 415
Network::Receive::parse('Network::Receive::ServerType8=HASH(0x2fd1410)', '\x{b0}\x{0}\x{0}\x{0}\x{87}\x{0}\x{0}\x{0}') called at src/functions.pl line 1192
main::parseIncomingMessage('\x{b0}\x{0}\x{0}\x{0}\x{87}\x{0}\x{0}\x{0}') called at src/functions.pl line 545
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(0x23d73c0)') called at openkore.pl line 96
main::__start() called at start.pl line 119
at C:/Documents and Settings/Marcelo/Desktop/Bot - Katarina/src/deps/Carp/Assert.pm line 271
Carp::Assert::assert('', '\'HASH(0x2fb6908)\' must be of class \'Actor::You\'') called at src/Utils/Assert.pm line 31
Utils::Assert::assertClass('HASH(0x2fb6908)', 'Actor::You') called at src/Misc.pm line 223
Misc::checkValidity('Packet: stat_info') called at src/Network/Receive.pm line 415
Network::Receive::parse('Network::Receive::ServerType8=HASH(0x2fd1410)', '\x{b0}\x{0}\x{0}\x{0}\x{87}\x{0}\x{0}\x{0}') called at src/functions.pl line 1192
main::parseIncomingMessage('\x{b0}\x{0}\x{0}\x{0}\x{87}\x{0}\x{0}\x{0}') called at src/functions.pl line 545
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(0x23d73c0)') called at openkore.pl line 96
main::__start() called at start.pl line 119
User avatar
help_us
Testers Team
Testers Team
Posts: 106
Joined: 04 Apr 2008, 21:53
Noob?: No
Location: Asia

Re: an error message after updating the server

#4 Post by help_us »

already updating your recvpackets.txt ?
Image
Image
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: an error message after updating the server

#5 Post by Mushroom »

I got a similar error.
Openkore version 2.0.6
I got updated recvpackets.txt
And...I only get this error when using macros with the condition hp, sp, base, job...
This is the macro :

Code: Select all

automacro test {
  hp > 1%
  sp > 1%
  run-once 1
  call {
        log --- It worked ---
        }
 }
And this is the error.txt

Code: Select all

OpenKore version what-will-become-2.0.6 (SVN version)
Network state = 4
Network handler = Network::DirectConnection
SVN revision: 6444
Loaded plugins:
  plugins/macro.pl (macro)
  plugins/recorder.pl (recorder)

Error message:
Assertion ('HASH(0x3043138)' must be of class 'Actor::You') failed!
 at C:/Documents and Settings/hp/Desktop/OiE/Ragnarok Programs/bot/Openkore/src/deps/Carp/Assert.pm line 271
	Carp::Assert::assert('', '\'HASH(0x3043138)\' must be of class \'Actor::You\'') called at src/Utils/Assert.pm line 31
	Utils::Assert::assertClass('HASH(0x3043138)', 'Actor::You') called at src/Misc.pm line 228
	Misc::checkValidity('mainLoop_part2.1') called at src/functions.pl line 601
	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(0x2501060)') called at openkore.pl line 96
	main::__start() called at start.pl line 125

Stack trace:
Assertion ('HASH(0x3043138)' must be of class 'Actor::You') failed!
 at C:/Documents and Settings/hp/Desktop/OiE/Ragnarok Programs/bot/Openkore/src/deps/Carp/Assert.pm line 271
	Carp::Assert::assert('', '\'HASH(0x3043138)\' must be of class \'Actor::You\'') called at src/Utils/Assert.pm line 31
	Utils::Assert::assertClass('HASH(0x3043138)', 'Actor::You') called at src/Misc.pm line 228
	Misc::checkValidity('mainLoop_part2.1') called at src/functions.pl line 601
	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(0x2501060)') called at openkore.pl line 96
	main::__start() called at start.pl line 125
 at C:/Documents and Settings/hp/Desktop/OiE/Ragnarok Programs/bot/Openkore/src/deps/Carp/Assert.pm line 271
	Carp::Assert::assert('', '\'HASH(0x3043138)\' must be of class \'Actor::You\'') called at src/Utils/Assert.pm line 31
	Utils::Assert::assertClass('HASH(0x3043138)', 'Actor::You') called at src/Misc.pm line 228
	Misc::checkValidity('mainLoop_part2.1') called at src/functions.pl line 601
	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(0x2501060)') called at openkore.pl line 96
	main::__start() called at start.pl line 125
Well, that's it ^^
Quit.