benblank / wow-535games

Automatically exported from code.google.com/p/wow-535games
0 stars 0 forks source link

Error when opening vendor window #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Date: 2009-07-15 19:40:24
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Junkyard\Junkyard.lua line 395:
   attempt to compare nil with number
Debug:
   (tail call): ?
   Junkyard\Junkyard.lua:395: CmdSell()
   Junkyard\Junkyard.lua:475: ?()
   ...oft\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146:
      ...oft\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146
   [string "safecall Dispatcher[1]"]:4:
      [string "safecall Dispatcher[1]"]:4
   [C]: ?
   [string "safecall Dispatcher[1]"]:13: ?()
   ...oft\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: Fire()
   ...ace\AddOns\Bagnon\libs\AceEvent-3.0\AceEvent-3.0.lua:119:
      ...ace\AddOns\Bagnon\libs\AceEvent-3.0\AceEvent-3.0.lua:118
AddOns:
  Swatter, v5.4.4157 (WallabyII)
  WowheadLooter, v30100
  Aloft, v2.7.8
  Bagnon, v1.7.1
  BagnonForever, v1.1.1
  BagnonTooltips, v
  Bartender4, v4.3.0-beta2
  ButtonFacade, v3.0.235
  ButtonFacadeEntropy, v3.0.43
  Capping, v3.0.021
  ClassTimer, v2.1
  ClearFont2, v2.6
  Configator, v5.1.DEV.134
  CooldownCount, v3.0
  DBMCore, v
  DebugLib, v5.1.DEV.130
  Doolittle, v0.2
  EavesDrop, v2.1
  ElkBuffBars, v2.2.3-148
  EnhTooltip, v5.1.3715 (SnaggleTooth)
  ErrorMonster, v3
  FishingBuddy, v0.9.7m Beta 1
  Junkyard, v0.3
  kgPanels, vv1.28
  MikScrollingBattleText, v5.4.44
  NeedToKnow, v2.0.1
  Omen, v3.0.7
  OPie, v
  Outfitter, v4.7.3
  PitBull, vv3.2.11
  PitBullAura, v2.0
  PitBullBarFader, v0.1
  PitBullCastBar, v2.0
  PitBullCombatFader, v0.1
  PitBullCombatIcon, v2.0
  PitBullCombatText, v2.0
  PitBullComboPoints, v2.0
  PitBullExperienceBar, v2.0
  PitBullHappinessIcon, v2.0
  PitBullHealthBar, v2.0
  PitBullHideBlizzard, v2.0
  PitBullHighlight, v2.0
  PitBullLeaderIcon, v2.0
  PitBullMasterLooterIcon, v2.0
  PitBullPortrait, v2.0
  PitBullPowerBar, v2.0
  PitBullPvPIcon, v2.0
  PitBullRaidTargetIcon, v2.0
  PitBullRangeCheck, v0.2
  PitBullReadyCheckIcon, v2.0
  PitBullReputationBar, v2.0
  PitBullThreatBar, v2.0
  PitBullVisualHeal, v2.0
  Prat30, v3.1.5 
  Prat30HighCPUUsageModules, v
  Prat30Libraries, v
  Quartz, v1.0
  QuartzFlight, v1.0
  QuartzMirror, v1.0
  QuartzPlayer, v1.0
  QuartzRange, v1.0
  QuartzSwing, v1.0
  QuartzTradeskill, v1.0
  QuickRepair, v3.0.03
  RatingBuster, v
  SexyMap, v
  SharedMedia, v3.0
  Skada, v1.0
  SkadaDamage, v1.0
  SkadaDamageTaken, v1.0
  SkadaDeaths, v1.0
  SkadaDebuffs, v1.0
  SkadaDispels, v1.0
  SkadaEnemies, v1.0
  SkadaFailbot, v1.0
  SkadaHealing, v1.0
  SkadaThreat, v1.0
  SlideBar, v5.1.DEV.136
  StatBlockDPS, v2.2.1
  StatBlockDurability, v2.0.1
  StatBlockFPS, v2.0.1
  StatBlockLatency, v2.1.1
  StatBlockMeleeStats, v2.1.1
  StatBlockMemory, v2.1.1
  StatBlockMoney, v2.0.1
  StatBlockCore, v2.5
  Stubby, v5.4.4157 (WallabyII)
  TinyTip, v0.3-Beta
  XLoot, v0.9
  XLootGroup, v0.5
  XLootMaster, v0.7
  (ck=835)

Original issue reported on code.google.com by tietu.sh...@gmail.com on 16 Jul 2009 at 2:42

GoogleCodeExporter commented 9 years ago
After playing with it a bit, it seems the error is triggered by "Light-weight,
soulbound armor is junk" option being selected.  This happens on a hunter, who 
has
one class of armor below his normal threshold.

Original comment by tietu.sh...@gmail.com on 16 Jul 2009 at 2:52

GoogleCodeExporter commented 9 years ago
This issue was closed by r45.

Original comment by dark.ry...@gmail.com on 16 Jul 2009 at 2:25

GoogleCodeExporter commented 9 years ago
Error occurs when you have the "light-weight" option selected and "heavy-weight"
soulbound armor (e.g. plate for your hunter) in your inventory.  This fix will 
be
included in the next beta.

Original comment by dark.ry...@gmail.com on 16 Jul 2009 at 2:27

GoogleCodeExporter commented 9 years ago

Original comment by dark.ry...@gmail.com on 18 Jul 2009 at 4:26

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using a vendor while the "Light-weight, soulbound armor is junk" option is
selected.  (To best of knowledge, this is the problematic item.  The issue is
sporadic so its hard to test.

What is the expected output? What do you see instead?
Stuff gets sold to vendor based on criteria, instead I get error message posted 
below.

What version of Doolittle are you using?
0.3

Please provide any additional information below.
Date: 2009-08-01 23:19:01
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\Junkyard\Junkyard.lua line 395:
   attempt to compare nil with number
Debug:
   (tail call): ?
   (tail call): ?
   Junkyard\Junkyard.lua:395: CmdSell()
   Junkyard\Junkyard.lua:475: ?()
   ...oft\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146:
      ...oft\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146
   [string "safecall Dispatcher[1]"]:4:
      [string "safecall Dispatcher[1]"]:4
   [C]: ?
   [string "safecall Dispatcher[1]"]:13: ?()
   ...oft\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: Fire()
   ...AddOns\Bartender4\libs\AceEvent-3.0\AceEvent-3.0.lua:73:
      ...AddOns\Bartender4\libs\AceEvent-3.0\AceEvent-3.0.lua:72
AddOns:
  Swatter, v5.4.4157 (WallabyII)
  WowheadLooter, v30100
  Aloft, v2.7.8
  BankItems, v30100
  Bartender4, v4.3.0-beta2
  ButtonFacade, v3.0.235
  ButtonFacadeEntropy, v3.0.43
  Capping, v3.0.021
  ClearFont2, v2.6
  Configator, v5.1.DEV.134
  CooldownCount, v3.0
  DBMCore, v
  DebugLib, v5.1.DEV.130
  Doolittle, v0.3
  ElkBuffBars, v2.2.3-148
  EnhTooltip, v5.1.3715 (SnaggleTooth)
  ErrorMonster, v3
  FishingBuddy, v0.9.7m Beta 1
  Grid, v1.30100.2009041601
  Junkyard, v0.3
  kgPanels, vv1.28
  MikScrollingBattleText, v5.4.44
  NeedToKnow, v2.0.1
  Omen, v3.0.7
  OPie, v
  Outfitter, v4.7.3
  PitBull, vv3.2.11
  PitBullAura, v2.0
  PitBullBarFader, v0.1
  PitBullCastBar, v2.0
  PitBullCombatFader, v0.1
  PitBullCombatIcon, v2.0
  PitBullCombatText, v2.0
  PitBullComboPoints, v2.0
  PitBullExperienceBar, v2.0
  PitBullHappinessIcon, v2.0
  PitBullHealthBar, v2.0
  PitBullHideBlizzard, v2.0
  PitBullHighlight, v2.0
  PitBullLeaderIcon, v2.0
  PitBullMasterLooterIcon, v2.0
  PitBullPortrait, v2.0
  PitBullPowerBar, v2.0
  PitBullPvPIcon, v2.0
  PitBullRaidTargetIcon, v2.0
  PitBullRangeCheck, v0.2
  PitBullReadyCheckIcon, v2.0
  PitBullReputationBar, v2.0
  PitBullThreatBar, v2.0
  PitBullVisualHeal, v2.0
  Prat30, v3.1.5 
  Prat30HighCPUUsageModules, v
  Prat30Libraries, v
  Quartz, v1.0
  QuartzFlight, v1.0
  QuartzMirror, v1.0
  QuartzPlayer, v1.0
  QuartzRange, v1.0
  QuartzSwing, v1.0
  QuartzTradeskill, v1.0
  QuestHelper, v1.1.4
  RatingBuster, v
  Recount, v
  SexyMap, v
  SharedMedia, v3.0
  SlideBar, v5.1.DEV.136
  StatBlockDPS, v2.2.1
  StatBlockDurability, v2.0.1
  StatBlockFPS, v2.0.1
  StatBlockLatency, v2.1.1
  StatBlockMeleeStats, v2.1.1
  StatBlockMemory, v2.1.1
  StatBlockMoney, v2.0.1
  StatBlockCore, v2.5
  Stubby, v5.4.4157 (WallabyII)
  TinyTip, v0.3-Beta
  TinyTipOptions, v
  XLoot, v0.9
  XLootGroup, v0.5
  XLootMaster, v0.7
  (ck=757)

Original comment by techgno...@gmail.com on 2 Aug 2009 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by dark.ry...@gmail.com on 10 Sep 2009 at 4:16