Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash latest update #3922

Closed
tricell17 opened this issue Dec 27, 2024 · 16 comments · Fixed by #3923
Closed

Crash latest update #3922

tricell17 opened this issue Dec 27, 2024 · 16 comments · Fixed by #3923

Comments

@tricell17
Copy link

------------------ Openkore Issues Template ------------------

  • Openkore version git: Latest
  • Server:
  • Bug Report / Feature Request: Bug Report
  • Summary: Latest Update Crashing
OpenKore version what-will-become-2.1
@ai_seq = sitAuto
Network state = 5
Network handler = Network::DirectConnection
Revision: ctime:2024_12_26
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:
Operation "+": no method found,
	left argument has no overloaded magic,
	right argument in overloaded package Actor::You at src/Utils.pm line 200.

Stack trace:
Operation "+": no method found,
	left argument has no overloaded magic,
	right argument in overloaded package Actor::You at src/Utils.pm line 200.
 at src/Interface/Wx.pm line 164
	Interface::Wx::mainLoop('Interface::Wx=HASH(0x673eef4)') called at openkore.pl line 97
	main::__start() called at start.pl line 136

Died at this line:
  	my $time_needed = $object->{time_move_calc};
* 	my $elasped = time - $object->{time_move} + $extra_time;

@tricell17 tricell17 changed the title Operation "+": no method found, left argument has no overloaded magic, right argument in overloaded package Actor Crash latest update Dec 27, 2024
@ya4ept
Copy link
Contributor

ya4ept commented Dec 27, 2024

I don't see such an error, are you downloading the openkore distribution or modifying the files yourself?

@tricell17
Copy link
Author

openkore distribution from here, and never modifying anything. i run wxstart with normal config.txt

@ya4ept
Copy link
Contributor

ya4ept commented Dec 27, 2024

I downloaded openkore, ran wxstart.exe, no error:
image

I chose the idRO server, there is no error either

@tricell17
Copy link
Author

tricell17 commented Dec 27, 2024

this new ID, new openkore without using macro and clean config.txt
image

@alisonrag
Copy link
Contributor

add to src/Utils.pm between line 198 and 199:

my ($package, $filename, $line) = caller;
Log::message("$package, $filename, $line\n");

and send to us the console log

@dcyxxt
Copy link

dcyxxt commented Dec 28, 2024

i got this error too..

@dcyxxt
Copy link

dcyxxt commented Dec 28, 2024

add to src/Utils.pm between line 198 and 199:

my ($package, $filename, $line) = caller;
Log::message("$package, $filename, $line\n");

and send to us the console log

after i add this

123
my openkore can't connect

@dcyxxt
Copy link

dcyxxt commented Dec 28, 2024

i can't log..

@editorberkelas5588
Copy link

editorberkelas5588 commented Dec 28, 2024

I have same issue too

Error message:
Operation "+": no method found,
	left argument has no overloaded magic,
	right argument in overloaded package Actor::You at src/Utils.pm line 202.

Stack trace:
Operation "+": no method found,
	left argument has no overloaded magic,
	right argument in overloaded package Actor::You at src/Utils.pm line 202.
 at src/Utils.pm line 202
	Utils::calcPosition('Field=HASH(0x9e9100c)', 'Actor::You=HASH(0x424c114)') called at src/AI/CoreLogic.pm line 2892
	AI::CoreLogic::processPartySkillUse() called at src/AI/CoreLogic.pm line 171
	AI::CoreLogic::iterate() called at src/functions.pl line 869
	main::mainLoop_initialized() called at src/functions.pl line 75
	main::mainLoop() called at src/Interface.pm line 75
	Interface::mainLoop('Interface::Console::Win32=HASH(0x469fcd4)') called at openkore.pl line 97
	main::__start() called at start.pl line 136

Died at this line:
  	my $time_needed = $object->{time_move_calc};
* 	my $elasped = time - $object->{time_move} + $extra_time;

@dcyxxt
Copy link

dcyxxt commented Dec 28, 2024

add to src/Utils.pm between line 198 and 199:

my ($package, $filename, $line) = caller;
Log::message("$package, $filename, $line\n");

and send to us the console log

123123
i deleted macro, still can't log console

@alisonrag
Copy link
Contributor

@dcyxxt @editorberkelas5588
can u try #3923?

@editorberkelas5588
Copy link

@dcyxxt @editorberkelas5588 can u try #3923?

Solved !! Thank you

@dcyxxt
Copy link

dcyxxt commented Dec 28, 2024

@dcyxxt @editorberkelas5588 can u try #3923?

fixed.thx

@tricell17
Copy link
Author

tested all good now thank you @ya4ept @alisonrag for fixed it

@Shinrey91
Copy link

@dcyxxt @editorberkelas5588 can u try #3923?

fixed.thx

teach me please, i have same problem

@alisonrag
Copy link
Contributor

@dcyxxt @editorberkelas5588 can u try #3923?

fixed.thx

teach me please, i have same problem

just download openkore again, this fix was implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants