

it just died on me in pRO and created the message on errors.txt
Error message:
Can't locate object method "clientRecv" via package "Network::DirectConnection" at src/functions.pl line 567.
Stack trace:
Can't locate object method "clientRecv" via package "Network::DirectConnection" at src/functions.pl line 567.
at src/functions.pl line 567
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(0x2896368)') called at openkore.pl line 96
main::__start() called at start.pl line 125
Died at this line:
# Receive and handle data from the RO client
* $data = $net->clientRecv;
if (defined($data) && length($data) > 0) {