Neuron

Neuron

98.2k Downloads

On upgrading to 1.x bars multiply

dpwrussell opened this issue · 5 comments

commented

No idea what is going on with this bug. I logged in and:
wowscrnshot_011519_191307

If I go to configure one of those bars (which should have 5 buttons each) it says that it has 15 buttons. If I click the button to decrease/increate that number, the number of buttons it says I have stays the same, but the bar does shrink down.

Possibly related is that the profile page is not working like it used to. Sometimes when I select a different existing profile it reloads (like it used to), but mostly it does not. Also, if I copy from an existing profile, it does not reload and basically nothing happens.

In general I think maybe things are getting mixed up between profiles perhaps? I always configure my bars on one char then copy that to all other profiles (which I did months ago) where I replace the macros, not sure if that's relevant, but as most of the extra buttons are from my paladin when I logged on my mage, makes me think it might be.

commented
commented

Yes, version 1.0 upgrades our database to the new, stable database system, with the old 0.9.x being the last release branch with the old system. It's possibly that by going back and forth multiple times you ran the migration script repeatedly, hence the multiple extra buttons on each bar. I wrote the migration script conservatively to error on the side of "adding more buttons" rather than overwriting buttons so that people don't lose any data.

Cooldowns showing for abilities with multiple charges should be working well now. It just underwent a full rewrite, and the functionality now should be the same as pre-1.0, and in fact it should actually be more accurate than before with its time keeping (not to mention like 1/10th the CPU usage)

commented

Is this your first time upgrading to the 1.x series? This is a unique issue that I haven't seen before. I'm not exactly sure what is going on here. Even after /reload you can decrease the bar size?

commented

Ok, great. I think safe to close this then. I'll start again from scratch ans let you know if the weird issues with profiles persist after that.

commented

Awesome, thanks. Keep an eye on the cooldowns as well and let me know if they're satisfactory for you. It's easy for me to tweak things now that I rewrote that part of the code