WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Bug Reports (https://www.wowinterface.com/forums/forumdisplay.php?f=90)
-   -   fresh bug (https://www.wowinterface.com/forums/showthread.php?t=40789)

crazzzzi 07-09-11 06:06 AM

fresh bug
 
got this bug this morning, i have the most recent version of nui5
only occured on my rogue.





Date: 2011-07-09 07:55:24
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\nUI\Bars\nUI_ButtonBar.lua line 284:
Usage: SaveBindings(1||2)
Debug:
[C]: ?
[C]: SaveBindings()
nUI\Bars\nUI_ButtonBar.lua:284:
nUI\Bars\nUI_ButtonBar.lua:167
AddOns:
Swatter, v5.12.5196 (QuirkyKiwi)
WowheadLooter, v40017
NPCScan, v4.2.0.1
NPCScanOverlay, v4.2.0.1
AckisRecipeList, v2.2.6b
Altoholic, v4.2.001
AtlasLootLoader, vv6.04.03
Auctionator, v2.9.7
Babylonian, v5.1.DEV.312(/embedded)
Carbonite, v4.2
CarboniteDigsites, v1.0
CarboniteTransfer, v1.01
Configator, v5.1.DEV.312(/embedded)
DataStore, v4.2.001
DataStoreAchievements, v4.2.001
DataStoreAgenda, v4.2.001
DataStoreAuctions, v4.2.001
DataStoreCharacters, v4.2.001
DataStoreContainers, v4.2.001
DataStoreCrafts, v4.2.001
DataStoreCurrencies, v4.2.001
DataStoreInventory, v4.2.001
DataStoreMails, v4.2.001
DataStorePets, v4.2.001
DataStoreQuests, v4.2.001
DataStoreReputations, v4.2.001
DataStoreSpells, v4.2.001
DataStoreStats, v4.2.001
DataStoreTalents, v4.2.001
DBMArchaeology, v
DBMCore, v
DebugLib, v5.1.DEV.312(/embedded)
Informant, v5.12.5196 (QuirkyKiwi)
LibExtraTip, v5.12.DEV.311(/embedded)
LightHeaded, v337
nUI, v5.07.20 (Plus)
nUICenteredHUD, v5.06.19
nUIInfoPanelCarbonite, v
nUIInfoPanelStats, v5.07.17
nUIInvisiSkin, v1.00.00
nUIPluginCustomMovers, v1.01.00
Omen, v3.1.3
Recount, v
SellJunk, v3.0.2
Stubby, v5.12.5196 (QuirkyKiwi)
TipHelper, v5.12.DEV.310(/embedded)
Titan, v5.0.6.40200 - Revision 519
TitanBag, v5.0.6.40200
TitanClock, v5.0.6.40200
TitanCurrency, v5.2
TitanGold, v5.0.6.40200
TitanLocation, v5.0.6.40200
TitanLootType, v5.0.6.40200
TitanMount, v4.0.0
TitanPerformance, v5.0.6.40200
TitanProfessions, v4.0.2
TitanRepair, v5.0.6.40200
TitanVolume, v5.0.6.40200
TitanXP, v5.0.6.40200
ToolTipTabs, v1.4d
WOWEconPriceMod, v
BlizRuntimeLib_enUS v4.2.0.40200 <us>
(ck=6b0)

spiel2001 07-09-11 09:39 AM

This appears to be a Blizzard bug. The line of code that's causing it is as follows...

Code:

SaveBindings( GetCurrentBindingSet() or 1 );
Which would imply that GetCurrentBindingSet() is returning an invalid value. I'm discussing it with Blizz now and we'll see if we can run down what's happening.

Gregity 12-18-11 09:47 PM

Quote:

Originally Posted by spiel2001 (Post 241168)
This appears to be a Blizzard bug. The line of code that's causing it is as follows...

Code:

SaveBindings( GetCurrentBindingSet() or 1 );
Which would imply that GetCurrentBindingSet() is returning an invalid value. I'm discussing it with Blizz now and we'll see if we can run down what's happening.

Have you chased this down? I've tried bypassing the problem with code like

If GetCurrentBindingSet() == 2 then SaveBindings(2) Else SaveBindings(1) end

but, while the error went away, what happens is that the keybindings don't get applied at all (in at least some cases). It has to be returning a value other than nil, 1, or 2 for your code to get an error (I had tried the same coding and ran into the same error).

One of my posters noted that it only happened on logons other than the first. I was able to recreate the error on another account.

I went into keybindings and noted that the affected character had the checkbox for Character Specific Key Bindings checked and zero keybinds. I then did /script ReloadUI() and checked again, the keybinds were there, but the checkbox was not checked. I checked the box again and since then I haven't been able to reproduce the error on that account.

spiel2001 12-19-11 06:32 AM

No... I have not. It's been kind of an outlier case so I haven't invested a lot of time on it.

I think the bottom line is that there are cases where the system is trying to access key bindings before they have been loaded and I honestly don't know how to work around it.

I've thought of maybe making an oddball custom keybind that no one can access or change and testing it to see if it is set correctly... but that seems very expensive in long run.


All times are GMT -6. The time now is 10:27 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI