Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. OpenKore version what-will-become-2.1
  2. Network state = 5
  3. Network handler = Network::XKore
  4. Revision: ctime:2017_11_19
  5. Loaded plugins:
  6. plugins/breakTime/breakTime.pl (breakTime; description: Automatically disconnect and reconnect at certain times of the day)
  7. plugins/item_weight_recorder/item_weight_recorder.pl (item_weight_recorder; description: item_weight_recorder plugin)
  8. plugins/macro/macro.pl (macro; description: allows usage of macros)
  9. plugins/map/map.pl (map; description: map)
  10. plugins/profiles/profiles.pl (profiles; description: Profiles Selector)
  11. plugins/raiseSkill/raiseSkill.pl (raiseSkill; description: automatically raise character skills)
  12. plugins/raiseStat/raiseStat.pl (raiseStat; description: automatically raise character stats)
  13. plugins/reconnect/reconnect.pl (reconnect; description: v1.0)
  14.  
  15. Error message:
  16. 'x' outside of string in unpack at src/Network/PacketParser.pm line 257.
  17.  
  18. Stack trace:
  19. 'x' outside of string in unpack at src/Network/PacketParser.pm line 257.
  20. at src/Interface/Wx.pm line 163
  21. Interface::Wx::mainLoop('Interface::Wx=HASH(0x597142c)') called at openkore.pl line 97
  22. main::__start() called at start.pl line 136
  23.  
  24. Died at this line:
  25. if ($handler->[1]) {
  26. * @args{@{$handler->[2]}} = unpack("x2 $handler->[1]", $msg);
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement