Beancounter lua error on the last few previews
  • ryan92084ryan92084 May 2011
    I had what i believe to be the same error on the previous preview version as well as the newest. Just thought i'd report it. This happens everytime and immediately on login. Keep up the good work.

    Date: 2011-05-07 17:54:05
    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.11.5146 (DangerousDingo)
    WowheadLooter, v40017
    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
    SlideBar, v5.11.5146 (DangerousDingo)
    Stubby, v5.11.5146 (DangerousDingo)
    BlizRuntimeLib_enUS v4.1.0.40100
    (ck=59b)

  • KandokoKandoko May 2011
    Core Developer
    Can you upload the BeanCounter.lua file from your WTF/account name/Saved Variables folder to http://up.norganna.org
    Then just paste the link back here.
    I'm not sure why its erroring :(
  • ryan92084ryan92084 May 2011
    as requested http://up.norganna.org/index.php/lULslNJ/BeanCounter.lua
    all the previews were working just peachy until the two from this month /shrug
  • KandokoKandoko May 2011
    Core Developer
    Thanks,
    Oddly enough it seems it only partially upgraded some database layout changes.
    For some reason it left out a few key tables however you can fix it via macro from in game.

    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.
  • ryan92084ryan92084 May 2011
    Thanks for the assist. The macro did get rid of the initial login error but now i get a new one when i open the mailbox.

    Date: 2011-05-08 20:03:48
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\BeanCounter\BeanCounterMail.lua line 471:
    bad argument #1 to 'pairs' (table expected, got nil)
    Debug:
    [C]: ?
    [C]: ?
    BeanCounter\BeanCounterMail.lua:471: findFailedBids()
    BeanCounter\BeanCounterMail.lua:453: sortFailedBids()
    BeanCounter\BeanCounterMail.lua:237: mailSort()
    BeanCounter\BeanCounterMail.lua:216: mailonUpdate()
    BeanCounter\BeanCounter.lua:305:
    BeanCounter\BeanCounter.lua:304
    AddOns:
    Swatter, v5.11.5146 (DangerousDingo)
    WowheadLooter, v40017
    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
    Coordinates, v1.5.1
    DebugLib, v5.1.DEV.275
    DurabilityStatus, v
    Enchantrix, v5.11.5146 (DangerousDingo)
    EnchantrixBarker, v5.11.5146 (DangerousDingo)
    Informant, v5.11.5146 (DangerousDingo)
    Prat30, v3.4.19
    Prat30Libraries, v
    RangeColors, v
    SlideBar, v5.11.5146 (DangerousDingo)
    Stubby, v5.11.5146 (DangerousDingo)
    TipTac, v10.12.05
    TipTacItemRef, v10.12.06
    XPerl, v3.1.3b
    XPerlArcaneBar, v
    XPerlParty, v
    XPerlPartyPet, v
    XPerlPlayer, v
    XPerlPlayerBuffs, v
    XPerlPlayerPet, v
    XPerlRaidAdmin, v
    XPerlRaidFrames, v
    XPerlRaidHelper, v
    XPerlRaidMonitor, v
    XPerlRaidPets, v
    XPerlTarget, v
    XPerlTargetTarget, v
    BlizRuntimeLib_enUS v4.1.0.40100
    (ck=7c9)

  • AlexLAlexL May 2011
    Donator
    Kandoko> .../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...

    Thanks, this macro helped me to return to usual usage of BeanCounter.

    Before I executed this macro, I could not access any function of BeanCounter: there was no icon in SlideBar, no tab in Auctioneer, etc. - as if BeanCounter was disabled in addons menu. But it was enabled.

    After I ran this macro and reloaded UI, BeanCounter appeared in all needed places.

    Thank you.
  • KandokoKandoko May 2011
    Core Developer
    ryan gonna see the new beancounter.lua
    Still havnt a clue why it bugged out in the first place, but at least it gives me a error prone Database I can test with :-D
  • ryan92084ryan92084 May 2011
    glad to give you my frankenstein to experiment on :p . It's a little hard for me to nail down exactly what is triggering this new error because 90% of the time it will only happen on the first attempt to open to the mailbox but it may only be triggered when the first time i have a completed auction in the box.

    here ya go http://up.norganna.org/index.php/lrR9HhD/BeanCounter.lua
  • ryan92084ryan92084 May 2011
    when i first received that erro it popped 100% of the time when i first opened the mailbox. then it started to occasionally be on the second time i opened the box sometimes. yesterday morning it popped on the 3rd or 4th opening and now it doesn't seem to happen at all. i didn't change anything so i guess the table healed itself :-?
  • KandokoKandoko May 2011
    Core Developer
    Glad it helped. BeanCounter will disable/hide itself if it sees corruption in its Database it cant fix. and is throwing errors. That's to stop it from making it worse.
  • kdtreshkdtresh July 2011
    i'm getting the same error, sporadically, on release, on the initial open of the mailbox. i scan on multiple realms, and it almost always happens on both realms, when it happens. (i log on realm A, check mail, get error, reload ui, scan, log onto realm B, check mail, get the same error, reload ui, scan, and log off) not sure it really helps to solve the problem, though.

    D: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\BeanCounter\BeanCounterMail.lua line 471:
    bad argument #1 to 'pairs' (table expected, got nil)
    Debug:
    [C]: ?
    [C]: ?
    BeanCounter\BeanCounterMail.lua:471: findFailedBids()
    BeanCounter\BeanCounterMail.lua:453: sortFailedBids()
    BeanCounter\BeanCounterMail.lua:237: mailSort()
    BeanCounter\BeanCounterMail.lua:216: mailonUpdate()
    BeanCounter\BeanCounter.lua:305:
    BeanCounter\BeanCounter.lua:304
    AddOns:
    Swatter, v5.12.5198 (QuirkyKiwi)
    Ace3, v
    AraBrokerGuildFriends, vr35
    AraBrokerReputations, vr7
    ArkInventory, v3.02
    ArkInventoryRules, v
    AtlasLoot, vv6.04.03
    AtlasLootCataclysm, vv6.04.03
    AtlasLootLoader, vv6.04.03
    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)
    AucScanData, v5.12.5198 (QuirkyKiwi)
    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)
    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)
    BadBoy, vv6.507
    Bazooka, vv2.1.3
    BeanCounter, v5.12.5198 (QuirkyKiwi)
    BrokerCashflow, v
    BrokerDurabilityInfo, v1.8
    BrokerLocation, v1.3
    BrokerProfessions, v
    BrokerProfessionsMenu, v
    BrokeruClock, v3.3.3
    Configator, v5.1.DEV.312(/embedded)
    Cromulent, vv1.5.10
    DBMCore, v
    DebugLib, v5.1.DEV.312(/embedded)
    Enchantrix, v5.12.5198 (QuirkyKiwi)
    EnchantrixBarker, v5.12.5198 (QuirkyKiwi)
    FuBar2Broker, vr88-release
    FuBarMailExpiryFu, v1.4.9.8
    HealBot, v4.2.0.0
    Informant, v5.12.5198 (QuirkyKiwi)
    LibExtraTip, v5.12.DEV.311(/embedded)
    LibRock10, v
    Mapster, v1.4.1
    Omen, v3.1.4
    Outfitter, v5.2.3
    PerlArcaneBar, v
    PerlCombatDisplay, v
    PerlConfig, v
    PerlFocus, v
    PerlParty, v
    PerlPartyPet, v
    PerlPartyTarget, v
    PerlPlayer, v
    PerlPlayerPet, v
    PerlTarget, v
    PerlTargetTarget, v
    ProfessionsVault, v5.4
    Recount, v
    ReloadUI, v1.0.0
    SharedMedia, v3.0.4-179
    SlideBar, v5.12.5198 (QuirkyKiwi)
    Stubby, v5.12.5198 (QuirkyKiwi)
    TipHelper, v5.12.DEV.310(/embedded)
    BlizRuntimeLib_enUS v4.2.0.40200
    (ck=a59)

  • KandokoKandoko July 2011
    Core Developer
    Under Beancounters options, debug tab
    enable debugging and
    enable the mail debug checkbox.

    I want to see if you get this message when you see that error
    "Failed Item does not exist in the name array"
  • jennyaxejennyaxe July 2011
    Donator
    I get the same type of error when I'm at an auction house and try to post something. I tried running the line suggested above, but the error persists. I'm using version 5.12 of Auctioneer. The full error text is quoted below, and I've also uploaded a screen shot of what the auctioneer window looks like to <<a href="http://www.flickr.com/photos/64236524@N08/5942119769/in/photostream#/" target="_blank" rel="nofollow">http://www.flickr.com/photos/64236524@N08/5942119769/in/photostream#/>.

    Date: 2011-07-16 11:26:18
    ID: 3
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\BeanCounter\BeanCounterSearch.lua line 207:
    attempt to index local 'faction' (a nil value)
    Debug:
    [C]: ?
    BeanCounter\BeanCounterSearch.lua:207: searchServerData()
    BeanCounter\BeanCounterSearch.lua:132: searchByItemID()
    BeanCounter\BeanCounterAPI.lua:106: search()
    ...ns\Auc-Advanced\Modules\Auc-Stat-Sales\BeanCount.lua:160: GetPrice()
    ...ns\Auc-Advanced\Modules\Auc-Stat-Sales\BeanCount.lua:69: pdf()
    Auc-Advanced\CoreAPI.lua:143: GetMarketValue()
    ...-Advanced\Modules\Auc-Util-PriceLevel\PriceLevel.lua:307:
    ...-Advanced\Modules\Auc-Util-PriceLevel\PriceLevel.lua:285
    Auc-ScanData\ScanData.lua:225:
    Auc-ScanData\ScanData.lua:195
    ...Auc-Advanced\Modules\Auc-Util-Appraiser\AprFrame.lua:117: GenerateList()
    ...Auc-Advanced\Modules\Auc-Util-Appraiser\AprFrame.lua:2628:
    ...Auc-Advanced\Modules\Auc-Util-Appraiser\AprFrame.lua:2611
    [C]: AuctionFrameTab_OnClick()
    [string "*:OnClick"]:1:
    [string "*:OnClick"]:1
    AddOns:
    Swatter, v5.12.5198 (QuirkyKiwi)
    WowheadLooter, v40017
    Ace3, v
    AdvancedTradeSkillWindow, 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)
    AucScanData, v5.12.5198 (QuirkyKiwi)
    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)
    Auditor2, v4.4.2
    Babylonian, v5.1.DEV.312(/embedded)
    BeanCounter, v5.12.5198 (QuirkyKiwi)
    BrokerAuditor, v4.4.2
    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
    DBMBurningCrusade, v
    DBMCore, v
    DebugLib, v5.1.DEV.312(/embedded)
    Enchantrix, v5.12.5198 (QuirkyKiwi)
    EnchantrixBarker, v5.12.5198 (QuirkyKiwi)
    EnhTooltip, v5.1.3715 (SnaggleTooth)
    Gatherer, v3.2.4
    GearScore, v4.8.03.03
    IceHUD, v1.7.6 (Revision: 855)
    InFlightLoad, v4.2.001
    Informant, v5.12.5198 (QuirkyKiwi)
    LibExtraTip, v5.12.DEV.311(/embedded)
    LightHeaded, v322
    MultiTool, v0.4.1b
    Omen, v3.1.4
    Postal, v3.4.10
    RatingBuster, v
    Recount, v
    SellJunk, v3.0.2
    SharedMedia, v3.0.4-179
    SlideBar, v5.12.5198 (QuirkyKiwi)
    Stubby, v5.12.5198 (QuirkyKiwi)
    TidyPlates, v5.11.5
    TidyPlatesGrey, v
    TidyPlatesNeon, v3
    TidyPlatesThreatPlates, v3.0.4
    TimeToDie, vv1.3
    TipHelper, v5.12.DEV.310(/embedded)
    Titan, v5.0.6.40200 - Revision 519
    TitanBag, v5.0.6.40200
    TitanClock, v5.0.6.40200
    TitanCoords, v5.0.0.40000
    TitanGold, v5.0.6.40200
    TitanGoldTracker, v4.3.9.40000
    TitanGuild, v3.6l
    TitanLocation, v5.0.6.40200
    TitanLootType, v5.0.6.40200
    TitanPerformance, v5.0.6.40200
    TitanQuestCounter, v0.1.4.41100
    TitanReagentTracker, v1.7.1
    TitanRecount, v3.3.7
    TitanRepair, v5.0.6.40200
    TitanSpec, v1.5.30300
    TitanVolume, v5.0.6.40200
    TitanXP, v5.0.6.40200
    TomTom, vwowi:revision
    VuhDo, v2.113
    VuhDoOptions, v2.113
    WhoNeedsThis, v0.34
    BlizRuntimeLib_enUS v4.2.0.40200
    (ck=d78)

  • KandokoKandoko July 2011
    Core Developer
    Jennyaxe,

    Actually your error is unrelated to whats causing theirs. Luckily it already has a fix :)
    Download this fixed file. http://dlftw.com/4p96l2p
    Just paste that file over the Interface/Addons/Beancounter/BeanCounterSearch.lua file.

    It will be fixed in our next build
  • jennyaxejennyaxe July 2011
    Donator
    Thanks a lot Kandoko! Though I have to say my opinion of my own skill at error detection took a turn downwards; to my eye it looked very similar :"> The fixed file works perfectly, and I'm very grateful for your helping me so quickly!
  • kdtreshkdtresh July 2011
    got it again tonight. i have beancounter debugging on, with only mail checked. hope it helps! the debug messages look similar to what i typically see when there is no error, should i check another debug type?

    debug message was:
    BeanCounterMail Skipping mail # 3 The server is not sending the subject data. Mail will be left unread and we will retry
    BeanCounterMail Total mail in inbox: 5 Reading:1 new AH mails

    along with the swatter error:
    Date: 2011-07-20 00:23:23
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ..\AddOns\BeanCounter\BeanCounterMail.lua line 471:
    bad argument #1 to 'pairs' (table expected, got nil)
    Debug:
    [C]: ?
    [C]: ?
    BeanCounter\BeanCounterMail.lua:471: findFailedBids()
    BeanCounter\BeanCounterMail.lua:453: sortFailedBids()
    BeanCounter\BeanCounterMail.lua:237: mailSort()
    BeanCounter\BeanCounterMail.lua:216: mailonUpdate()
    BeanCounter\BeanCounter.lua:305:
    BeanCounter\BeanCounter.lua:304
    AddOns:
    Swatter, v5.12.5198 (QuirkyKiwi)
    Ace3, v
    AraBrokerGuildFriends, vr43
    AraBrokerReputations, vr7
    ArkInventory, v3.02
    ArkInventoryRules, v
    AtlasLoot, vv6.04.03
    AtlasLootCataclysm, vv6.04.03
    AtlasLootLoader, vv6.04.03
    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)
    AucScanData, v5.12.5198 (QuirkyKiwi)
    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)
    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)
    BadBoy, vv6.507
    Bazooka, vv2.1.3
    BeanCounter, v5.12.5198 (QuirkyKiwi)
    BrokerCashflow, v
    BrokerDurabilityInfo, v1.8
    BrokerLocation, v1.3
    BrokerProfessions, v
    BrokerProfessionsMenu, v
    BrokeruClock, v3.3.3
    Configator, v5.1.DEV.312(/embedded)
    Cromulent, vv1.5.10
    DBMCore, v
    DebugLib, v5.1.DEV.312(/embedded)
    Enchantrix, v5.12.5198 (QuirkyKiwi)
    EnchantrixBarker, v5.12.5198 (QuirkyKiwi)
    FuBar2Broker, vr88-release
    FuBarMailExpiryFu, v1.4.9.8
    HealBot, v4.2.0.1
    Informant, v5.12.5198 (QuirkyKiwi)
    LibExtraTip, v5.12.DEV.311(/embedded)
    LibRock10, v
    Mapster, v1.4.1
    Omen, v3.1.4
    Outfitter, v5.3.1
    PerlArcaneBar, v
    PerlCombatDisplay, v
    PerlConfig, v
    PerlFocus, v
    PerlParty, v
    PerlPartyPet, v
    PerlPartyTarget, v
    PerlPlayer, v
    PerlPlayerPet, v
    PerlTarget, v
    PerlTargetTarget, v
    ProfessionsVault, v5.4
    Recount, v
    ReloadUI, v1.0.0
    SharedMedia, v3.0.4-179
    SlideBar, v5.12.5198 (QuirkyKiwi)
    Stubby, v5.12.5198 (QuirkyKiwi)
    TipHelper, v5.12.DEV.310(/embedded)
    BlizRuntimeLib_enUS v4.2.0.40200
    (ck=a59)

  • unotaloriaunotaloria January 2012
    Had same problem with 5.13, did as recommended and it works .. thanks
  • KandokoKandoko January 2012
    Core Developer
    There's a good possibility its related to this ticket
    http://jira.norganna.org/browse/BCNT-327

    Basically we have items with the same name but different itemID's

    Beancounter sees "Uber item" looks the name up for the ID but gets the ID for "Uber item with same name".

    Since that ID doesn't exist we get a lookup error. I never added nil checking to that function because nothing is supposed to exist in the name table without a valid ID in BeanCounters Database.

    This is a drycoded fix with Wildcard_25 change. It will prevent the error but it does mean it will NOT record that failed bid. (It isnt anyways due to the error). This is a temp fix.
    http://dlftw.com/4p96lsq
Privacy · Advertising
Norganna's AddOns Network · World Of Minecraft · WoM Realms · Auctioneer Addon · Gatherer Addon · Addon Forums · RDRCT