OverlayPlugin / cactbot

FFXIV TypeScript Raiding Overlay
Apache License 2.0
85 stars 34 forks source link

Mount Ordeals not working #68

Closed tdYAMa7u closed 4 months ago

tdYAMa7u commented 6 months ago

Cleaves in Mount Ordeals normal not working for long time, usually it just says cone from ??? I suggest do some changes in this: First two cleaves always static, i think its better to call something like "be at side of outer line" And every other calls like just "stand max melee on yellow line"

wexxlee commented 6 months ago

Cleaves in Mount Ordeals normal not working for long time, usually it just says cone from ??? I suggest do some changes in this: First two cleaves always static, i think its better to call something like "be at side of outer line" And every other calls like just "stand max melee on yellow line"

Thanks for reporting. Could you do two things so we can look at this further?

  1. With ACT and FFXIV running, in ACT: go to Plugins -> OverlayPlugin.dll -> General and hit "Copy Tech Support Info to Clipboard", then reply and paste it here. It will likely include your windows username in the various file paths (assuming you're on Windows) - e.g. "C:\Users\\AppData..." - so feel free to replace that with something like "xx".

  2. Attach a log of the fight where this occurred. Use the Log Splitter, drop your log file where indicated, check "Anonymize Log", check the box for a fight where this occurred, hit "Export", and attach it to your reply.

Thanks.

tdYAMa7u commented 6 months ago
Plugin Name          Enabled Version  Path
------------------------------------------------------------------------------------------------------------------------------------------------
FFXIV_ACT_Plugin.dll True    2.6.9.9  C:\Users\meow\AppData\Roaming\Advanced Combat Tracker\Plugins\FFXIV_ACT_Plugin.dll
OverlayPlugin.dll    True    0.19.26  C:\Users\meow\AppData\Roaming\Advanced Combat Tracker\Plugins\OverlayPlugin\OverlayPlugin.dll
CactbotOverlay.dll   True    0.31.2.0 C:\Users\meow\AppData\Roaming\Advanced Combat Tracker\Plugins\cactbot-0.22.5\cactbot\CactbotOverlay.dll
AntiAfkKick-ACT.dll  True    2.0.0.0  C:\Users\meow\AppData\Roaming\Advanced Combat Tracker\Plugins\AntiAfkKick-ACT.dll

Overlay Name URL
----------------

Various Settings                                Value
---------------------------------------------------------------------------------------------------------------------------------------------
Plugin Language                                 English
Machina Region                                  Global
Game Version                                    2024.02.05.0000.0000
Inject and use Deucalion for network data       True
Hide Chat Log (for privacy)                     False
Use WinPCap-compatible library for network data False
Disable high-performance network filter         False
Disable Combine Pets with Owner                 False
Disable Damage Shield estimates                 False
(DEBUG) Enable Debug Options                    False
(DEBUG) Log all Network Packets                 False
(DEBUG) Also Show 'Real' DoT Ticks              False
(DEBUG) Simulate Individual DoT Crits           False
(DEBUG) Graph Potency, not Damage               False
(DEBUG) Enable Benchmark Tab                    False
Cactbot User Dir                                C:\Users\meow\AppData\Roaming\Advanced Combat Tracker\Plugins\cactbot-0.22.5\cactbot\user\

Mount Ordeals_20240221_051853.438_6m.log

wexxlee commented 6 months ago

@tdYAMa7u You don't seem to have any overlays installed. I'm not sure if you removed them prior to pasting this info (and I'm also not sure how you would be seeing cactbot alerts at all without having a raidboss overlay installed).

Your log doesn't include any MapEffect lines, which is why Mount Ordeals (and any other content that relies on MapEffect lines) is behaving abnormally. Can you restart ACT, then go to Plugins -> OverlayPlugin.dll, and copy/paste the log from the bottom of the window here?

Can you also confirm your game language is set to English (same as your ACT plugin settings)?

tdYAMa7u commented 6 months ago

im using browsingway, any duty besides it working fine, p6s too, i have english client and act too have english as you can see above

xiashtra commented 6 months ago
CactbotOverlay.dll   True    0.31.2.0 C:\Users\meow\AppData\Roaming\Advanced Combat Tracker\Plugins\cactbot-0.22.5\cactbot\CactbotOverlay.dll

You have a bad install path for Cactbot.

tdYAMa7u commented 6 months ago

because....... i installed it many years ago and it have old path? i still have support for new duties like gilded araya, i mean, you can just queue for trial i said and check, its not new bug, it was here for like year, just check? sometimes callout do their job, but most of time its just cone from ???

xiashtra commented 6 months ago

because....... i installed it many years ago and it have old path? i still have support for new duties like gilded araya, i mean, you can just queue for trial i said and check, its not new bug, it was here for like year, just check? sometimes callout do their job, but most of time its just cone from ???

Yes, you have an old path. It may be causing a problem now, and you should fix it.

wexxlee commented 6 months ago

because....... i installed it many years ago and it have old path? i still have support for new duties like gilded araya, i mean, you can just queue for trial i said and check, its not new bug, it was here for like year, just check? sometimes callout do their job, but most of time its just cone from ???

I just ran it with no issues, and no one else has reported this problem. Given the missing MapEffect lines in your log, it's definitely something about your particular install. I would start with @xiashtra 's suggestion and doing a fresh install of ACT/OP/cactbot, and if that doesn't work, we can try to help you further.

valarnin commented 6 months ago

@tdYAMa7u Is this issue still happening for you?

Given the state of the log file you uploaded, I believe that this is being caused by outdated/invalid opcodes. If you check the Plugins > OverlayPlugin.dll tab, at the bottom, there is a log window. I'm expecting that you'll see an error message something like one of the two following in there after starting ACT and the game:

No config opcode for game version 2024.02.05.0000.0000, opcode name MapEffect
No config opcodes for game version 2024.02.05.0000.0000

There may be other error messages there indicating the root cause of why the opcode is missing, e.g. a failure to fetch updated opcodes from the github repository.

xiashtra commented 4 months ago

Since the original poster has not responded to requests for more information, I am closing this issue. @tdYAMa7u if you are still having this problem, you can file another issue report.