PDA

View Full Version : Bug: Bar Options settings lost


Bjond
04-06-2005, 03:08 AM
The setting for Bar-Options "Side Bar Setup" button is not saved and must be reselected every time you boot up; ie. the button that puts one vertical bar on the left and one on the right like the old "Side Bar" module must be pressed at every login to split the bars one to each side.

BTW, I love the bar options module -- great work. Waited a bit to post this since it was obviously still being worked on. All the other bugs have vanished, but this one little detail remains. I think it's just an overlooked setting that doesn't have it's state saved and reapplied at innitialization.

cosmosjunkie
04-07-2005, 04:00 PM
Seeing the same thing as well, - Love the feature though - it's worth the extra few seconds to fix it at log in.

Thanks for putting it in despite Blizz trying to do it on their own.

FYI - Quest minion is STILL far superior to Blizzard's attempt!

Looking forward to seeing the new version.

FoPJester
04-07-2005, 09:20 PM
I'd like to add that the bars also reset after each long range travel which requires loading (eg: teleportation, ships. etc.).

Mullzy
04-09-2005, 05:37 PM
I don't have the long range travel problem, but I do have to reset all my BarOptions totally every time I log in. (i.e. Click "SideBar Setup", click off "Use Alternate ID Ranges" and then extend the number of buttons shown using the slider)

Very annoying!!

Bjond
04-16-2005, 11:08 AM
This bug still has not been fixed. Just in case you don't know what the precise problem is, let me recap:

To reproduce:

ESC, Cosmos Options, Bar Options, Side Bar Setup.

Note that the bars are on the left and right sides of the screen now.

Logout.

Login.

Note that the bars are both back on the right side of the screen; ie. the "side bar setup" option is not being saved.

lemacs
04-26-2005, 12:05 AM
I have this problem as well, It is pain in the butt!!! :shock:

nomad_wanderer
04-26-2005, 02:07 PM
There is also a significant problem with Baroptions and memory use. I'm stuttering consistently every 30-40 seconds (from Garbage Collection), with BarOptions turned on, and every 3-4 minutes with Baroptions turned off.

BarOptions needs some development love.

Bjond
04-28-2005, 02:51 AM
Noticed the patch to Bar-Options today.

Noticed the patch did NOT fix the settings bugs listed above.

Damodar
04-28-2005, 07:19 AM
From Cosmos.txt:
r1396 | mugendai | 2005-04-27 00:19:32 -0500 (Wed, 27 Apr 2005) | 7 lines

BarOptions: It was broght to my attention that when BarOptions was enabled that as much as 100Kgc's more per second are caused, thats essentially trippling the amount of garbage collection that the game has without BO.
I've discovered the issue is that some of the code in the HookHandler in Sea is inefficient. And BO calls some of it's hooks several thousand times a second(This is actually done just as much in the normal UI, but the normal UI doesn't use the hook function)
As a result I have manually overridden some of the functions that BO overrides(specifcally the ones that were called several times every second). This has resulted in an almost complete elimination of the addional GCs caused by BO.

To put it simply.. BO is WAY WAY more efficient now.

And also delete or disable SideBars addon..

Bjond
05-05-2005, 06:49 PM
More changes to bar-options today.

Bug still not fixed. Setup still isn't being saved. Refer to other posts in this thread above for details.

dsdranor
05-05-2005, 07:06 PM
The fix that was put in last night was for people who didn't have the side multibars turned on prior to using Sidebar Setup. While the button would enable the sidebars it wasn't saving that it had done so, it does now.

The problem that you are having is that both bars show up on the right side after you log out/back in correct?

Hafir
05-07-2005, 04:55 PM
The problem that you are having is that both bars show up on the right side after you log out/back in correct?


Yes, this is the problem I am having. I'll have your baby if you fix this. :shock:

Bjond
05-23-2005, 07:12 PM
Yes, that is the problem.

Noticed an update to bar-options a couple of days ago.

Bug still not fixed. Bug was never fixed (not ever in any patch since bar-options was released).

dsdranor
05-23-2005, 07:34 PM
The BarOptions problem will be resolved after the upcoming 1.5.0 patch which allows things to be set as user placed.

Hafir
05-23-2005, 09:11 PM
Good news. Is there an approximate date for this?

dsdranor
05-23-2005, 10:28 PM
No idea, whenever blizzard decides its done.

Hafir
06-09-2005, 12:21 AM
This still doesn't work for me. Is there something I need to do, or did 1.5 not fix it after all?

Sinaloit
06-09-2005, 12:28 AM
It should be resolved, as long as you're using the latest alpha.
If you look in your BarOptions.lua file near the top there should be a $Rev: # $ tag.

That number needs to be at least: 1757

Bjond
06-09-2005, 01:52 AM
Revision 1757 does NOT fix the problem.

Sinaloit
06-09-2005, 04:38 AM
Aha looked at the code, I had accidentally only made the required change to DefaultSetup. Added the correct change to SidebarSetup as well. 1779 or later will have this fix.

Bjond
06-09-2005, 10:47 PM
Fixed. Thanks. :)