quisquous / cactbot

FFXIV TypeScript Raiding Overlay
Apache License 2.0
792 stars 379 forks source link

Raidboss; UWU Garuda timeline doesn't show. #1904

Closed NotMikaa closed 3 years ago

NotMikaa commented 4 years ago

Description

Garuda log rarely starts in UWU First pull i get a timeline, anything after that for garuda no longer shows.

Additional information

Please let me know where i can find logs etc to help further.

quisquous commented 4 years ago

Thanks for filing an issue about this. A bunch of questions for you:

One other thing that would be worth doing would be to turn on debug mode for raidboss. When you do that, it will add a time next to your timeline, and if the timeline is running, then it will keep counting up. It would be good to know when this bug happens if the timeline has stopped or if the timeline is still running.

NotMikaa commented 4 years ago

Thanks for your reply,

I threw it above 0 "--Reset--" sync /Removing combatant The Ultima Weapon\. Max HP: \d{8}\./ window 10000 jump 0 I'll test this shortly to see if it resets.

This used to work before an earlier revision. I'd like to say 19.4? maybe from memory. The time line works flawlessly from Ifrit every time.

I play in English.

I dont have any old logs at the moment but if the issue persists i'll upload a log tomorrow after rad.

NotMikaa commented 4 years ago

Update: It looks the sync fixed it!

quisquous commented 4 years ago

Excellent. Thanks for testing!

gamescom15 commented 4 years ago

Wanted to point out that this hasn't fixed the issue for me. I'll try to see if the timeline appears on garuda with 0.20.0 on the next raid day, but i doubt it.

gamescom15 commented 3 years ago

Tested it out and the garuda timeline never appears, not even on the first pull.

Oddly enough, i got it to appear once after a wipe where i started act late in the pull. It does not really matter to me as we don't rely on cactbot anywhere, but i'd just like to confirm that the bug sadly isn't fixed^^

NotMikaa commented 3 years ago

`

Tested it out and the garuda timeline never appears, not even on the first pull.

Oddly enough, i got it to appear once after a wipe where i started act late in the pull. It does not really matter to me as we don't rely on cactbot anywhere, but i'd just like to confirm that the bug sadly isn't fixed^^

Hi, this is what fixed it with me, how ever it needed to be applied every update.

\plugins\Cactbot\ui\raidboss\data\04-sb\ultimate\ultima_weapon_ultimate.txt

this is the first 10 lines of the text file.

Ultima Weapon Ultimate

http://clees.me/guides/uwu/

hideall "--sync--" hideall "--Reset--"

0 "--Reset--" sync / 21:........:40000010:/ window 10000 jump 0 0 "--Reset--" sync /Removing combatant The Ultima Weapon. Max HP: \d{8}./ window 10000 jump 0

Phase 1: Garuda ###`

Can you try that and see if that fixes it for you.

MaikoTan commented 3 years ago

You can use ``` and ``` to wrap the code block so it would show normally.

just like

```
[code block]
```
[code block]
quisquous commented 3 years ago

@gamescom15 Looking at the timeline file, this is almost certainly because you have Hide Chat Log (for privacy) checked in your FFXIV settings in ACT. Does teleporting to Summerford Farms and starting a /countdown 5 work for you?

quisquous commented 3 years ago

@gamescom15 Did that end up being the issue?

gamescom15 commented 3 years ago

Yes, unchecking „hide chat log“ made the Garuda timeline appear from the start. Thanks for the help, I would have never guessed that that was the cause of the error.

quisquous commented 3 years ago

Thanks for the bug report!