5 - Adding 12th item causes sclorbar LUA error
What steps will reproduce the problem?
1. Create more than 11 items on the list
2. The add on produces the following errror
Date: 2009-03-15 11:28:01
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Auctionsnatch\auctionsnatch.lua line 381:
attempt to index field '?' (a nil value)
Debug:
(tail call): ?
[C]: ?
Auctionsnatch\auctionsnatch.lua:381 ASscrollbar_Update()
Auctionsnatch\auctionsnatch.lua:187 ASinitialize()
Auctionsnatch\auctionsnatch.lua:519 AS_OnEvent()
[string "*:OnEvent"]:1:
[string "*:OnEvent"]:1
AddOns:
Swatter, v5.3.4105 (DingoIII)
Ace3, v
Auctionsnatch, v
(ck=a14)
What is the expected output? What do you see instead?
No error. Looks like the 12th item causes an error in the scrollbar routine.
What version of the product are you using?
Latest.
Do you have an error log of what happened?
See above
Please provide any additional information below.
| User | When | Change |
|---|---|---|
| Highlander1694 | Sun, 15 Mar 2009 10:32:29 | Create |
- 6 comments
- 6 comments
Facts
- Last updated on
- 15 Mar 2009
- Reported on
- 15 Mar 2009
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #6
Highlander1694 Tue, 16 Jun 2009 17:36:47Fixed, you can close this
- #5
daxdax Sun, 26 Apr 2009 03:07:09all resolution issues
- #4
daxdax Sun, 26 Apr 2009 02:59:08huh. Doesn't happen to me. ill keep poking at it
- #3
Highlander1694 Sat, 25 Apr 2009 09:16:17Still happens in 3.1
Try to add 12th item will result in the scroll bar needing to be activated: 1) The error below occurs and 2) the AS window does NOT show the new item, 3) closing and opening the AS and auction window still does not show the new item 4) adding a 13th item causes no error, BUT now the 12th item is shown the 13th is not. 5) above process 3-4 is repeatable for the following adds
Date: 2009-04-25 11:07:43 ID: 2 Error occured in: Global Count: 1 Message: ..\AddOns\Auctionsnatch\auctionsnatch.lua line 381: attempt to index field '?' (a nil value) Debug: (tail call): ? [C]: ? Auctionsnatch\auctionsnatch.lua:381: ASscrollbar_Update() ...face\AddOns\Auctionsnatch\auctionsnatchinterface.lua:110: ...face\AddOns\Auctionsnatch\auctionsnatchinterface.lua:92 AddOns: Swatter, v3.1.13 (<%codename%>) Auctionsnatch, v (ck=c1f)
- #2
Highlander1694 Sun, 29 Mar 2009 06:47:17The error is reproducable, just add a 12th item. The error occurs, but the list does not get updated. If you reopen the AS window the 12th item will have a double entry. Further entries are entered correctly. Removing entries down to 11 and then adding an entry produce the error again.
- #1
Highlander1694 Thu, 26 Mar 2009 07:45:25I found that the 12th and 11th item were identical. So this may be a problem with AuctionSnatch accidentally having a double listing. The problem disappeared when I deleted the double entry.