panikim / betakore

Automatically exported from code.google.com/p/betakore
0 stars 0 forks source link

Can't use an undefined value as a HASH . #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Start Openkore
2.
3.

What is the expected output? What do you see instead?
Is expected to run normally, but, instead, appearing this error.

Error message:
Can't use an undefined value as a HASH reference at src/Network/Receive.pm line 
449.

Stack trace:
Can't use an undefined value as a HASH reference at src/Network/Receive.pm line 
449.
 at src/Network/Receive.pm line 449
    Network::Receive::account_server_info('Network::Receive::kRO::RagexeRE_2010_07_14a=HASH(0x521b044)', 'HASH(0x35484bc)') called at src/Network/PacketParser.pm line 267
    Network::PacketParser::parse('Network::Receive::kRO::RagexeRE_2010_07_14a=HASH(0x521b044)', 'i\x{0}O\x{0}-\x{80}z\\x{d1}\x{9b}\x{1e}\x{0}\x{e6}\x{cb}\x{3}\x{b}\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}\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}\x{1}\x{7f}\x{0}\x{0}\x{1}\x{e4}\x{17}RagnaSta...', 'Network::Receive::kRO::RagexeRE_2010_07_14a=HASH(0x521b044)') called at src/Network/Receive.pm line 138
    Network::Receive::parse('Network::Receive::kRO::RagexeRE_2010_07_14a=HASH(0x521b044)', 'i\x{0}O\x{0}-\x{80}z\\x{d1}\x{9b}\x{1e}\x{0}\x{e6}\x{cb}\x{3}\x{b}\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}\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}\x{1}\x{7f}\x{0}\x{0}\x{1}\x{e4}\x{17}RagnaSta...', 'Network::Receive::kRO::RagexeRE_2010_07_14a=HASH(0x521b044)') called at src/Network/PacketParser.pm line 401
    Network::PacketParser::process('Network::Receive::kRO::RagexeRE_2010_07_14a=HASH(0x521b044)', 'Network::MessageTokenizer=HASH(0x3500054)', 'Network::Receive::kRO::RagexeRE_2010_07_14a=HASH(0x521b044)') called at src/functions.pl line 729
    main::mainLoop_initialized() called at src/functions.pl line 72
    main::mainLoop() called at src/Interface.pm line 75
    Interface::mainLoop('Interface::Console::Win32=HASH(0x40ab104)') called at C:\Documents and Settings\Administrator\Desktop\betakore- 11-11\Scarface\openkore.pl line 97
    main::__start() called at C:\Documents and Settings\Administrator\Desktop\betakore- 11-11\Scarface\openkore.pl line 188

Died at this line:
        } else {
*           message TF("Selected server: %s\n", @servers[$config{server}]->{name}), 
'connection';
        }

What version of the product are you using? On what operating system?

Windows XP.

Please provide any additional information below.

Original issue reported on code.google.com by lucasgdl...@gmail.com on 9 Dec 2014 at 11:48

GoogleCodeExporter commented 8 years ago
Can you remove the config.txt key "server", start betakore and post the output 
here? You can change server names to something else, but only if it appears.

Original comment by marcelof...@gmail.com on 23 Dec 2014 at 5:13