r7480 | $field is undef (actor_display)

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

Moderators: Moderators, Developers

Message
Author
ohword
Noob
Noob
Posts: 4
Joined: 18 Sep 2010, 18:57
Noob?: Yes

r7480 | $field is undef (actor_display)

#1 Post by ohword »

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

Error message:
Can't call method "name" on an undefined value at src/Network/Receive/kRO/Sakexe_0.pm line 1240.

Stack trace:
Can't call method "name" on an undefined value at src/Network/Receive/kRO/Sakexe_0.pm line 1240.
at src/Network/Receive/kRO/Sakexe_0.pm line 1240
Network::Receive::kRO::Sakexe_0::actor_display('Network::Receive::kRO::RagexeRE_2009_11_04a=HASH(0x36908fc)', 'HASH(0x3e4a524)') called at src/Network/Receive.pm line 193
Network::Receive::parse('Network::Receive::kRO::RagexeRE_2009_11_04a=HASH(0x36908fc)', '\x{f9}\x{7}I\x{0}\x{6}\x{f8}\x{f3}\x{90}\x{6}\x{c8}\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{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}#\x{4}t\x{0}\x{0}\x{0}\x{1}\x{0}...') called at src/functions.pl line 1320
main::parseIncomingMessage('\x{f9}\x{7}I\x{0}\x{6}\x{f8}\x{f3}\x{90}\x{6}\x{c8}\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{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}\x{0}#\x{4}t\x{0}\x{0}\x{0}\x{1}\x{0}...') called at src/functions.pl line 690
main::mainLoop_initialized() called at src/functions.pl line 69
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x118e67c)') called at openkore.pl line 97
main::__start() called at start.pl line 129

Died at this line:
my $ID = $args->{ID};
* my $location = $field->name . " $actor->{pos}{x} $actor->{pos}{y}";
if ($npcs_lut{$location}) {
This pop-ups every time I run start.exe! I tried to delete the old files and make new ones like re-installing it but still...

It used to work before but then it stop....:(

TruFlip1011
Moderators
Moderators
Posts: 39
Joined: 16 Sep 2010, 21:56
Noob?: No
Location: West Palm Beach Fl
Contact:

Re: After login, error problems!!! :(

#2 Post by TruFlip1011 »

MOVED TO BUG REPORT
TruFlip
"Live life to the fullest. Regret none."

Image

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r7480 | undef->name at Network::Receive::kRO::Sakexe_0:1240

#3 Post by Technology »

I'm thinking this is caused either by wrong servertype choice OR the traditional map packets are not sent anymore and the map information is sent with another packet.

Need more information.
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!

ohword
Noob
Noob
Posts: 4
Joined: 18 Sep 2010, 18:57
Noob?: Yes

Re: r7480 | undef->name at Network::Receive::kRO::Sakexe_0:1240

#4 Post by ohword »

I think it's because of the Custom Map in the server I am playing on. I followed the guide of convert gat_to_fld but everytime I execute it. the perl cmd pop-up then immediately close. >.>

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: r7480 | undef->name at Network::Receive::kRO::Sakexe_0:1240

#5 Post by Technology »

ohword wrote:I think it's because of the Custom Map in the server I am playing on. I followed the guide of convert gat_to_fld but everytime I execute it. the perl cmd pop-up then immediately close. >.>
Then you should see something like this in the console:
Cannot load field ...
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!

ohword
Noob
Noob
Posts: 4
Joined: 18 Sep 2010, 18:57
Noob?: Yes

Re: r7480 | undef->name at Network::Receive::kRO::Sakexe_0:1240

#6 Post by ohword »

Yup. It shows that. What should I do?

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

Re: r7480 | undef->name at Network::Receive::kRO::Sakexe_0:1240

#7 Post by EternalHarvest »

Wiki - custom maps.

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: r7480 | $field is undef (actor_display)

#8 Post by kLabMouse »

Should be fixed now (in latest 'trunk').
Please report if bug still present.

Post Reply