Mechanic get easy to disconnect and buggy

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

Moderators: Moderators, Developers

Message
Author
DrKN
Developers
Developers
Posts: 79
Joined: 06 Oct 2010, 09:22
Noob?: No

Mechanic get easy to disconnect and buggy

#1 Post by DrKN »

I still cant locate the problem but what i concluded in few days..
i found just my mechanic easy got disconnect...
this is the point why i changed the ai_cart_auto in timeouts but return it back to 0.15
not only disconnecting but sometimes will got error on char
after reconnecting and it said no char in the server.. server IP is correct, all things are fine
and also a time got a error and have to close the openkore

Here is the error log

Code: Select all

OpenKore version what-will-become-2.1
@ai_seq = route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7503
Loaded plugins:
  plugins/macro/macro.pl (macro)

Error message:
substr outside of string at src/Interface/Console/Win32.pm line 218.

Stack trace:
substr outside of string at src/Interface/Console/Win32.pm line 218.
 at src/Interface/Console/Win32.pm line 218
	Interface::Console::Win32::readEvents('Interface::Console::Win32=HASH(0x200621c)') called at src/Interface/Console/Win32.pm line 94
	Interface::Console::Win32::getInput('Interface::Console::Win32=HASH(0x200621c)', 0) called at src/functions.pl line 60
	main::mainLoop() called at src/Interface.pm line 75
	Interface::mainLoop('Interface::Console::Win32=HASH(0x200621c)') called at openkore.pl line 97
	main::__start() called at start.pl line 129

在這一行當掉:
  				Utils::Win32::printConsole($char);
* 				substr($self->{input_part}, $self->{in_pos}, 0, $char) if ($self->{in_pos} <= length($self->{input_part}));
  				$self->{in_pos}++;


Locked