XKore bug errors(hopefully the right spot for this)

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
L4M3573R
Human
Human
Posts: 37
Joined: 24 Apr 2008, 16:15

XKore bug errors(hopefully the right spot for this)

#1 Post by L4M3573R »

I'm trying to do Xkore 1/2/3 on OldSchoolRO and I get this error.

Code: Select all

OpenKore version what-will-become-2.1
Network state = 4
Network handler = Network::XKoreProxy
SVN revision: unknown
Loaded plugins:
  plugins/macro/macro.pl (macro)
  plugins/macro/reactOnNPC.pl (reactOnNPC)
  plugins/macro/responseOnASCIInumber.pl (ASCIInumberKiller)

Error message:
Attempt to STORE non blessed reference (or not a reference)
Value:
$VAR1 = {};

Stack trace:
Attempt to STORE non blessed reference (or not a reference)
Value:
$VAR1 = {};
 at src/Utils/BlessedRefTie.pm line 10
	Tie::BlessedRef::STORE('Tie::BlessedRef=SCALAR(0x5497954)', 'HASH(0x5631b94)') called at src/Network/ClientReceive.pm line 108
	Network::ClientReceive::actor_look_at('Network::ClientReceive=HASH(0x5235124)', 'HASH(0x36b3914)') called at src/Network/PacketParser.pm line 260
	Network::PacketParser::parse('Network::Send::ServerType8_5=HASH(0x565b1c4)', '\x{9b}\x{0}a\x{0}<\x{88}!\x{0}\x{0}\x{c1} \x{e}\x{0}411\x{0}\x{98}\x{ad}\x{c5}g72\x{bb}\x{8}\x{1}', 'Network::ClientReceive=HASH(0x5235124)') called at src/Network/PacketParser.pm line 394
	Network::PacketParser::process('Network::Send::ServerType8_5=HASH(0x565b1c4)', 'Network::MessageTokenizer=HASH(0x5521c94)', 'Network::ClientReceive=HASH(0x5235124)') called at src/functions.pl line 715
	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(0x27b3064)') called at openkore.pl line 97
	main::__start() called at start.pl line 136

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

Re: XKore bug errors(hopefully the right spot for this)

#2 Post by EternalHarvest »

L4M3573R wrote:ServerType8_5

L4M3573R
Human
Human
Posts: 37
Joined: 24 Apr 2008, 16:15

Re: XKore bug errors(hopefully the right spot for this)

#3 Post by L4M3573R »

Oh wow....nice. Thank you Eternal....such a simple fix. -_-;;;

Locked