Neuron

Neuron

98.2k Downloads

Action Bars

PapaBear93 opened this issue ยท 16 comments

commented

First time using the addon but there seems to be an issue with bars and certain buttons resetting position when I reload the UI or restart the game.

commented

Do action bars reset at all?

commented

Also, is there any LUA error?

commented

No LUAs and the only time the Action Bars reset is when I reduce their scale size and don't move them after. I would have to re-snap them where I wanted them to be,

commented

Hrm odd. Well I'll get this ironed out asap once I can figure out what he heck is happening. Sorry about the glitch. Feel free to roll back to the previous release

commented

All good thank you for the support though it's great!

commented

Can you check with the latest version in MASTER has this issue? You will have to download it manually, rename the folder to Neuron, and drop it in the addons folder.

commented

This sounds like the issue with the previous master that I mentioned where the misc bars (XP, rep, extra action, etc) all reset to the centre of the screen when I used it as well as the latest release version (I reverted from the release since I don't want to have to move buttons on all my toons if a subsequent release fixes it). I didn't have that issue with action bars, though, except the pet bar.

image

I'll check master as well.

commented

No change in master, same as the screenshot above.

When I revert back to 1.0.11 they're still positioned correctly so I think the profiles have the correct location info saved, it just isn't being handled properly when the game loads in the most recent version:

image

commented

Hmm ok, so they're not moving to the default position, but rather to the middle. (I believe you said that before in a different ticket). That's useful information as I was looking in the wrong location thinking they were going going to the default spots.

So my thoughts are this could be a database issue, i.e. the database isn't loaded by the time we try to create the bars, but that seems unlikely. I'm mostly just annoyed that I can't replicate this so I'm just reading through my code looking for stuff blindly.

Cool I'll keep looking at it

commented

What CPU do you guys have? I'm wondering if I'm calling Load() too fast after creating the bar and I should throttle it a bit. Causality should protect us here, but I've been burned before

commented

Is this repeatedly happening? I'm not experiencing this on my end

commented

Also, where are they resetting to? The default position?

commented

If I reload it happens about 90% and yes to default.

commented

Hrm. I can't replicate this no matter what I do. Are you using the English client? Is there anything unique about your setup?

commented

Yes the English client and no not at all really. Most things are default. It seems to be mostly the Pet Bar, Extra Action, Zone Action, and Vehicle Exit.

commented

Ok I'm pretty sure I fixed it. I'm putting out a new release with a few other fixes as well.