RevivalRO xKore 3 Gravity Error

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

Message
Author
shaarrpp
Noob
Noob
Posts: 2
Joined: 10 Apr 2020, 23:04
Noob?: Yes

RevivalRO xKore 3 Gravity Error

#1 Post by shaarrpp »

So when I try to use xKore 0 it works. But when I use xKore 3 with all configurations okay. I am able to get to the character select screen with the PROXIFIED info in the server menu. But when I click on the character it will go to the loading screen then crash with Gravity Error Handler. I will provide below the errors.txt from openkore. Thanks in advance!

Code: Select all

OpenKore version what-will-become-2.1
@ai_seq = attack
Network state = 5
Network handler = Network::DirectConnection
Revision: ctime:2020_04_13
Loaded plugins:
  plugins/breakTime/breakTime.pl (breakTime; description: Automatically disconnect and reconnect at certain times of the day)
  plugins/item_weight_recorder/item_weight_recorder.pl (item_weight_recorder; description: item_weight_recorder plugin)
  plugins/macro/macro.pl (macro; description: allows usage of macros)
  plugins/map/map.pl (map; description: map)
  plugins/profiles/profiles.pl (profiles; description: Profiles Selector)
  plugins/raiseSkill/raiseSkill.pl (raiseSkill; description: automatically raise character skills)
  plugins/raiseStat/raiseStat.pl (raiseStat; description: automatically raise character stats)
  plugins/reconnect/reconnect.pl (reconnect; description: v1.0)
  plugins/xConf/xConf.pl (xConf; description: commands for change items_control, mon_control, pickupitems, priority)

Error message:
Invalid arguments.

Stack trace:
Trace begun at src\Task\Route.pm line 82
Task::Route::new('Task::Route', 'actor', 'Actor::You=HASH(0x40f31e4)', 'x', 0, 'y', 28, 'maxDistance', undef, 'maxTime', 4, 'avoidWalls', '', 'distFromGoal', undef, 'pyDistFromGoal', undef, 'notifyUponArrival', undef) called at src\Actor.pm line 779
Actor::route('Actor::You=HASH(0x40f31e4)', undef, 0, 28, 'maxRouteTime', 4, 'attackID', 'M-/M-^Q^K^G', 'noMapRoute', 1, 'noAvoidWalls', 1) called at src\AI\Attack.pm line 484
AI::Attack::main at src\AI\Attack.pm line 97
AI::Attack::process at src\AI\CoreLogic.pm line 82
AI::CoreLogic::iterate at src\functions.pl line 793
main::mainLoop_initialized at src\functions.pl line 75
main::mainLoop at src\Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x4dd1214)') called at openkore.pl line 97
main::__start at start.pl line 136

Died at this line:
  
* 	unless ($args{actor}->isa('Actor') and $args{x} != 0 and $args{y} != 0) {
  		ArgumentException->throw(error => "Invalid arguments.");