0ceal0t / JobBars

A plugin for XIVQuickLauncher which provides extra job bars
GNU Affero General Public License v3.0
49 stars 30 forks source link

All bars no longer working #38

Closed Lame-One closed 3 years ago

Lame-One commented 3 years ago

Booted up FF today, no job bars are being displayed. They had previously worked without issue, as recently as yesterday. Verified with AST, DRG, and DNC. Toggled all settings (enabled, hidden out of combat, split, etc) with no improvement. Additionally deleted the .json in pluginConfigs and uninstalled-reinstalled the plugin, again with no improvement.

0ceal0t commented 3 years ago

Can you attach your log (dalamud.log in %appdata%\XIVLauncher\)?

Also do you have your hp/mp bar hidden?

0ceal0t commented 3 years ago

also, do you see the positioning window when you toggle "locked"? image

Lame-One commented 3 years ago

I do indeed see the positioning. I was concerned that it was just stuck off screen somehow at first, but that doesn't seem to be the case. I also recently started using ZeffUI, but they were working fine together last night. Attached is the requested log file. dalamud.log

Lame-One commented 3 years ago

I do indeed have HP/MP bars hidden. Does that cause an issue?

0ceal0t commented 3 years ago

yes. try making them visible

Lame-One commented 3 years ago

That seems to have fixed it. Is this a bug, or expected behavior?

0ceal0t commented 3 years ago

it's unfortunately a limitation of how FFXIV's UI system works, so it's intended behavior. I'm trying to find a way around it, but for now you'll have to keep you HP/MP bar visible. I know some people make it really small and hide it behind their minimap

0ceal0t commented 3 years ago

Since this seems to be resolved though, I'll close this issue. Feel free to open up another one if you have any more questions or issues

Lame-One commented 3 years ago

If it has to be tied to an element, I recommend either using something like the chat box (that will be showing regardless of UI addons), or have an internal list of potential candidates that you go down to verify the opacity/visibility of, just to prevent this from popping up in the future.

Actually not sure if you can use the chat box, since it doesn't seem to act as an element like the rest, but if you could, that'd be even better since it literally can't be disabled.

Regardless, thanks a bunch!

EDIT: Actually, let me just try to throw this together myself in a branch. Not experienced with the FFXIV api, but it looks pretty straightforward.

0ceal0t commented 3 years ago

huh. using the chat box isn't a bad idea. I'll give that a shot

0ceal0t commented 3 years ago

yeah, looks like that works. Should be coming with the big endwalker update. thanks for the suggestion 👍