r6894 | console map load errors come up randomly

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

Moderators: Moderators, Developers

comanche23
Noob
Noob
Posts: 2
Joined: 01 Jul 2009, 18:22
Noob?: Yes

r6894 | console map load errors come up randomly

#1 Post by comanche23 »

Hello guys,

I have succesfully Updated using the the Update tool (Update-star & Update-wx-start)succesfully.
Kore runs smoothly but sometime if I logon I am getting this error on the same map (standing or left where I log off).

It works sometime but i am getting this error. For me to make it work again, I have to run the update tool again both and try again, sometimes it works sometimes not. I hope someone can help me. I only have the default macro.pl 2.0.3

OpenKore version what-will-become-2.1 (SVN Version)
Network state = -1
Network handler = Network::XKore
SVN revision: 6894
Loaded plugins:
plugins/macro.pl (macro)

Error message:
Assertion ('HASH(0x50cbd90)' must be of class 'Actor::You') failed!
at C:/Documents and Settings/mark/Desktop/BOt/src/deps/Carp/Assert.pm line 271
Carp::Assert::assert('', '\'HASH(0x50cbd90)\' must be of class \'Actor::You\'') called at src/Utils/Assert.pm line 31
Utils::Assert::assertClass('HASH(0x50cbd90)', 'Actor::You') called at src/Misc.pm line 230
Misc::checkValidity('Packet: guild_name') called at src/Network/Receive.pm line 171
Network::Receive::parse('Network::Receive::ServerType8=HASH(0x4da28a8)', 'l\x{1}\x{ad}\x{aa}\x{0}\x{0}\x{5}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}Hang Over\x{0}\x{0}\x{0}\x{0}\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 1204
main::parseIncomingMessage('l\x{1}\x{ad}\x{aa}\x{0}\x{0}\x{5}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}Hang Over\x{0}\x{0}\x{0}\x{0}\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 551
main::mainLoop_initialized() called at src/functions.pl line 70
main::mainLoop() called at src/Interface/Wx.pm line 140
Interface::Wx::__ANON__('Interface::Wx=HASH(0x265ca60)', 'Wx::TimerEvent=SCALAR(0x3f95e64)') called at src/Interface/Wx.pm line 113
eval {...} called at src/Interface/Wx.pm line 113
Interface::Wx::mainLoop('Interface::Wx=HASH(0x265ca60)') called at openkore.pl line 96
main::__start() called at start.pl line 125

Stack trace:
Assertion ('HASH(0x50cbd90)' must be of class 'Actor::You') failed!
at C:/Documents and Settings/mark/Desktop/BOt/src/deps/Carp/Assert.pm line 271
Carp::Assert::assert('', '\'HASH(0x50cbd90)\' must be of class \'Actor::You\'') called at src/Utils/Assert.pm line 31
Utils::Assert::assertClass('HASH(0x50cbd90)', 'Actor::You') called at src/Misc.pm line 230
Misc::checkValidity('Packet: guild_name') called at src/Network/Receive.pm line 171
Network::Receive::parse('Network::Receive::ServerType8=HASH(0x4da28a8)', 'l\x{1}\x{ad}\x{aa}\x{0}\x{0}\x{5}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}Hang Over\x{0}\x{0}\x{0}\x{0}\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 1204
main::parseIncomingMessage('l\x{1}\x{ad}\x{aa}\x{0}\x{0}\x{5}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}Hang Over\x{0}\x{0}\x{0}\x{0}\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 551
main::mainLoop_initialized() called at src/functions.pl line 70
main::mainLoop() called at src/Interface/Wx.pm line 140
Interface::Wx::__ANON__('Interface::Wx=HASH(0x265ca60)', 'Wx::TimerEvent=SCALAR(0x3f95e64)') called at src/Interface/Wx.pm line 113
eval {...} called at src/Interface/Wx.pm line 113
Interface::Wx::mainLoop('Interface::Wx=HASH(0x265ca60)') called at openkore.pl line 96
main::__start() called at start.pl line 125
at src/Interface/Wx.pm line 113
Interface::Wx::mainLoop('Interface::Wx=HASH(0x265ca60)') called at openkore.pl line 96
main::__start() called at start.pl line 125
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r6894 | console map load errors come up randomly

#2 Post by Technology »

This has nothing to do with loading the map.
The guild_name packet is the trigger for this actor assertion error.
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: r6894 | console map load errors come up randomly

#3 Post by kLabMouse »

Technology wrote:The guild_name packet is the trigger for this actor assertion error.
Please List all Packet ID's about Guild and such.
So this part of OpenKore could be fixed.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: r6894 | console map load errors come up randomly

#4 Post by kLabMouse »

This Error can Rise because $char is not initialized.
From Error Message this seems to be Wrong ServerType and/or wrong recvpackets.

Closed.