r7840, ST8_4, XKore, Attempt to STORE non blessed reference

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

Moderators: Moderators, Developers

hazard74
Noob
Noob
Posts: 6
Joined: 23 Jan 2010, 08:54
Noob?: Yes

r7840, ST8_4, XKore, Attempt to STORE non blessed reference

#1 Post by hazard74 »

Hi,

before i post my problem I already search it but still cant fix the problem and version too old.

this is my search result: http://forums.openkore.com/search.php?k ... mit=Search but i still cant solve this problem that why i make new topic about this problem.

Here my problem:

Code: Select all

OpenKore version what-will-become-2.1
Network state = 5
Network handler = Network::XKore
SVN revision: 7840
No loaded plugins.

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(0x4a9dcd4)', 'HASH(0x4ac8a5c)') called at src/Network/Receive/ServerType0.pm line 910
	Network::Receive::ServerType0::map_loaded('Network::Receive::ServerType8_4=HASH(0x44d38cc)', 'HASH(0x4ab296c)') called at src/Network/PacketParser.pm line 222
	Network::PacketParser::parse('Network::Receive::ServerType8_4=HASH(0x44d38cc)', 's\x{0}\x{ff}\x{b8}\x{b3}\x{e1}\'\x{a}\x{b0}\x{5}\x{5}', 'Network::Receive::ServerType8_4=HASH(0x44d38cc)') called at src/Network/Receive.pm line 51
	Network::Receive::parse('Network::Receive::ServerType8_4=HASH(0x44d38cc)', 's\x{0}\x{ff}\x{b8}\x{b3}\x{e1}\'\x{a}\x{b0}\x{5}\x{5}', 'Network::Receive::ServerType8_4=HASH(0x44d38cc)') called at src/Network/PacketParser.pm line 335
	Network::PacketParser::process('Network::Receive::ServerType8_4=HASH(0x44d38cc)', 'Network::MessageTokenizer=HASH(0x2cabd44)', 'Network::Receive::ServerType8_4=HASH(0x44d38cc)') called at src/functions.pl line 701
	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(0x1a62f24)') called at openkore.pl line 97
	main::__start() called at start.pl line 136
I open Xkore first before the game & using server type 8_4.

So please help me how to solve this problem, Thanks.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: SVN revision: 7840

#2 Post by EternalHarvest »

hazard74 wrote:using server type 8_4
http://wiki.openkore.com/index.php/serverType
hazard74
Noob
Noob
Posts: 6
Joined: 23 Jan 2010, 08:54
Noob?: Yes

Re: SVN revision: 7840

#3 Post by hazard74 »

EternalHarvest wrote:
hazard74 wrote:using server type 8_4
http://wiki.openkore.com/index.php/serverType
I was playing private server and I already use PEViewer and the time was Jul 30,2010
inside "src\Network\Receive\kRO" it dont have RagexeRE_2010_07_30a.pm so that why I use other server type.
Did I can make server type for Jul 30,2010??
rocknroll
Been there done that!
Been there done that!
Posts: 118
Joined: 19 Sep 2011, 07:30
Noob?: Yes

Re: SVN revision: 7840

#4 Post by rocknroll »

Point 6 : If there is no file with exact compilation date, try the ones near to that date, or the latest available.
Sorry, my english is very bad !
hazard74
Noob
Noob
Posts: 6
Joined: 23 Jan 2010, 08:54
Noob?: Yes

Re: SVN revision: 7840

#5 Post by hazard74 »

rocknroll wrote:Point 6 : If there is no file with exact compilation date, try the ones near to that date, or the latest available.
Owh ok thx I will try it. :)
hazard74
Noob
Noob
Posts: 6
Joined: 23 Jan 2010, 08:54
Noob?: Yes

Re: SVN revision: 7840

#6 Post by hazard74 »

Still cant