Bean Counter Tab Missing
  • Wjncs77Wjncs77 May 2011
    I have 5.11.5146 and my Bean counter tab is missing. PLEASE HELP
  • Wjncs77Wjncs77 May 2011
    Oh, here was my error data.

    Date: 2011-05-13 09:55:09
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\BeanCounter\BeanCounterUpdate.lua line 367:
    bad argument #1 to 'pairs' (table expected, got number)
    Debug:
    [C]: ?
    [C]: pairs()
    BeanCounter\BeanCounterUpdate.lua:367: _3_01()
    BeanCounter\BeanCounterUpdate.lua:135: startPlayerUpgrade()
    BeanCounter\BeanCounterUpdate.lua:52: UpgradeDatabaseVersion()
    BeanCounter\BeanCounter.lua:142: OnLoad()
    BeanCounter\BeanCounter.lua:403:
    BeanCounter\BeanCounter.lua:379
    AddOns:
    Swatter, v5.11.5146 (DangerousDingo)
    AucAdvanced, v5.11.5146 (DangerousDingo)
    AucFilterBasic, v5.11.5146 (DangerousDingo)
    AucFilterOutlier, v5.11.5146.2531
    AucMatchUndercut, v5.11.5146.2531
    AucStatHistogram, v5.11.5146 (DangerousDingo)
    AucStatiLevel, v5.11.5146 (DangerousDingo)
    AucStatPurchased, v5.11.5146 (DangerousDingo)
    AucStatSales, v5.11.5146.2842
    AucStatSimple, v5.11.5146 (DangerousDingo)
    AucStatStdDev, v5.11.5146 (DangerousDingo)
    AucStatWOWEcon, v5.11.5146.2530
    AucUtilAHWindowControl, v5.11.5146.3311
    AucUtilAppraiser, v5.11.5146.2530
    AucUtilAskPrice, v5.11.5146.3175
    AucUtilAutoMagic, v5.11.5146.3142
    AucUtilCompactUI, v5.11.5146.2530
    AucUtilEasyBuyout, v5.11.5146.3583
    AucUtilFixAH, v5.11.5146 (DangerousDingo)
    AucUtilGlypher, v5.11.5146.5061
    AucUtilGlypherPost, v5.11.5146.5069
    AucUtilItemSuggest, v5.11.5146.3108
    AucUtilPriceLevel, v5.11.5146.2545
    AucUtilScanButton, v5.11.5146.2530
    AucUtilScanFinish, v5.11.5146.2530
    AucUtilScanProgress, v5.11.5146.2530
    AucUtilScanStart, v5.11.5146.4784
    AucUtilSearchUI, v5.11.5146.3655
    AucUtilSimpleAuction, v5.11.5146.4546
    AucUtilVendMarkup, v5.11.5146.2530
    Babylonian, v5.1.DEV.130
    BeanCounter, v5.11.5146 (DangerousDingo)
    Configator, v5.1.DEV.282
    DebugLib, v5.1.DEV.275
    Stubby, v5.11.5146 (DangerousDingo)
    BlizRuntimeLib_enUS v4.1.0.40100
    (ck=55b)
  • KandokoKandoko May 2011
    Core Developer
    W,
    Go into the WTF/saved variables folder nad make a backup of your BeanCounter.lua file

    Then upload it to http://up.norganna.org/ and paste the link back here so I can look over the file and see what went wrong.

    To try and fix the error..
    In game chat paste the following and press enter(all in one line)


    /run for s,v in pairs(BeanCounterDB) do for p,d in pairs(v) do BeanCounter.Private.initializeDB(s,p) BeanCounterDBSettings[s][p].version = 3 end end


    Then log out and back in. The error should be gone.
  • Wjncs77Wjncs77 May 2011
    Also the /run script did not work. :-(
  • KandokoKandoko May 2011
    Core Developer
    Wjncs77,

    Ok, found the entry causing issues I think.
    Type this in chat in game then logout/backin

    /run BeanCounterDB["Blade's Edge"]["Blaadebank"]["wealth"] = nil
  • Wjncs77Wjncs77 May 2011
    No that didnt work either. Still no bean counter tab. I have never had issues with this, I dont know what changed.

    Re posted file after I did the /run script.

    http://up.norganna.org/index.php/le7nx2O/BeanCounter.lua
  • Wjncs77Wjncs77 May 2011
    Also, I dont know if this help, but under my interface menu, when I click the addon's tab to look at my addon's, auctioneer doesnt even show up in the list.
  • HirsuteHirsute May 2011
    Developer
    Auctioneer doesn't usually show up on that list, only addons that place their configuration on the Blizz provided menu do, and we don't do that. Is it (and BeanCounter) enabled with a gold checkmark on the addons screen accessible from the Character-select screen?
  • Same prob.
    gold checkmark is enabled.

    ;-(
  • Wjncs77Wjncs77 May 2011
    Yes bean counter is gold check marked on the addons screen at char select.
  • Wjncs77Wjncs77 May 2011
    Here is my error: Everything is checked like it should be, here is the error I got.

    Message: Interface\AddOns\BeanCounter\BeanCounterUpdate.lua:367: bad argument #1 to 'pairs' (table expected, got string)
    Time: 05/15/11 00:13:41
    Count: 1
    Stack: [C]: ?
    [C]: in function `pairs'
    Interface\AddOns\BeanCounter\BeanCounterUpdate.lua:367: in function `_3_01'
    Interface\AddOns\BeanCounter\BeanCounterUpdate.lua:135: in function `startPlayerUpgrade'
    Interface\AddOns\BeanCounter\BeanCounterUpdate.lua:52: in function `UpgradeDatabaseVersion'
    Interface\AddOns\BeanCounter\BeanCounter.lua:142: in function `OnLoad'
    Interface\AddOns\BeanCounter\BeanCounter.lua:403: in function

  • HirsuteHirsute May 2011
    Developer
    Please enable Swatter and disable all other bug catchers before posting errors here. The Swatter error contains much more information that is quite helpful in troubleshooting.
  • Wjncs77Wjncs77 May 2011
    Ok I did that, but didnt get an error. I still dont have a BeanCounter tab.
  • KandokoKandoko May 2011
    Core Developer
    Wjncs77, ah missed one other "bad entry"

    /run BeanCounterDB["Blade's Edge"]["Blaadebank"]["faction"] = nil

    That should stop your errors.
  • KandokoKandoko May 2011
    Core Developer
    Now for others, if you don't see the BeanCounter Tab but have a BeanCounter errors tell us!.
    Depending on when/where the error occurs beancounter will disable itself to protect its database from further corruption.
  • Wjncs77Wjncs77 May 2011
    That last /run script fixed it. THANK YOU SO VERY MUCH. You guys are awesome.
  • KandokoKandoko May 2011
    Core Developer
    Thanks for the file to test. I have added that particular error situation to BeanCounters internal Integrity check, so it will self correct in future versions.
  • kamikazimakamikazima July 2011
    I have 2 WOW accounts I run on the same machine. One shows the bean counter tab and the other doesn't? This just started happening recently. They used to both show it.
  • NechcknNechckn July 2011
    Administrator — “Administrator”
    Kamikazima,

    Ensure that BeanCounter has a gold, not silver, checkmark in the main WoW AddOns Control Panel. As Kandoko notes, above, if you see any errors upon log-in, then page back, if needed, and then copy the one with ID:1, and paste it into a new post.

    Happy Sales,

    Nikk B-)
  • kamikazimakamikazima July 2011
    Yes, the checkmark is gold. Is this particular to the account? I don't understand why one has it and the other doesn't (same WOW running.. same machine).

    Date: 2011-07-20 21:39:55
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\BeanCounter\BeanCounterTidyUp.lua line 56:
    attempt to index field '?' (a nil value)
    Debug:
    [C]: ?
    BeanCounter\BeanCounterTidyUp.lua:56: startPlayerMaintenance()
    BeanCounter\BeanCounterUpdate.lua:53: UpgradeDatabaseVersion()
    BeanCounter\BeanCounter.lua:142: OnLoad()
    BeanCounter\BeanCounter.lua:403:
    BeanCounter\BeanCounter.lua:379
    AddOns:
    Swatter, v5.12.5198 (QuirkyKiwi)
    Ace3, v
    Altoholic, v4.2.001
    AucAdvanced, v5.12.5198 (QuirkyKiwi)
    AucFilterBasic, v5.12.5198 (QuirkyKiwi)
    AucFilterOutlier, v5.12.5198.5194(5.12/embedded)
    AucMatchUndercut, v5.12.5198.4828(5.12/embedded)
    AucStatHistogram, v5.12.5198 (QuirkyKiwi)
    AucStatiLevel, v5.12.5198 (QuirkyKiwi)
    AucStatPurchased, v5.12.5198 (QuirkyKiwi)
    AucStatSales, v5.12.5198.4838(5.12/embedded)
    AucStatSimple, v5.12.5198 (QuirkyKiwi)
    AucStatStdDev, v5.12.5198 (QuirkyKiwi)
    AucStatWOWEcon, v5.12.5198.4828(5.12/embedded)
    AucUtilAHWindowControl, v5.12.5198.5133(5.12/embedded)
    AucUtilAppraiser, v5.12.5198.5194(5.12/embedded)
    AucUtilAskPrice, v5.12.5198.5162(5.12/embedded)
    AucUtilAutoMagic, v5.12.5198.5184(5.12/embedded)
    AucUtilCompactUI, v5.12.5198.5016(5.12/embedded)
    AucUtilEasyBuyout, v5.12.5198.4897(5.12/embedded)
    AucUtilFixAH, v5.12.5198 (QuirkyKiwi)
    AucUtilItemSuggest, v5.12.5198.5144(5.12/embedded)
    AucUtilPriceLevel, v5.12.5198.4861(5.12/embedded)
    AucUtilScanButton, v5.12.5198.5159(5.12/embedded)
    AucUtilScanFinish, v5.12.5198.5159(5.12/embedded)
    AucUtilScanProgress, v5.12.5198.4979(5.12/embedded)
    AucUtilScanStart, v5.12.5198.5159(5.12/embedded)
    AucUtilSearchUI, v5.12.5198.5184(5.12/embedded)
    AucUtilSimpleAuction, v5.12.5198.4993(5.12/embedded)
    AucUtilVendMarkup, v5.12.5198.4828(5.12/embedded)
    Babylonian, v5.1.DEV.312(/embedded)
    Bagnon, v4.2.1
    BagnonForever, v1.1.3
    BagnonTooltips, v
    BeanCounter, v5.12.5198 (QuirkyKiwi)
    Configator, v5.1.DEV.312(/embedded)
    DataStore, v4.2.001
    DataStoreCharacters, v4.2.001
    DebugLib, v5.1.DEV.312(/embedded)
    LibExtraTip, v5.12.DEV.311(/embedded)
    SlideBar, v5.12.5198 (QuirkyKiwi)
    Stubby, v5.12.5198 (QuirkyKiwi)
    TipHelper, v5.12.DEV.310(/embedded)
    BlizRuntimeLib_enUS v4.2.0.40200
    (ck=72a)

Privacy · Advertising
Norganna's AddOns Network · World Of Minecraft · WoM Realms · Auctioneer Addon · Gatherer Addon · Addon Forums · RDRCT