47 - Tooltip scanning and translation errors
Some errors I got with r347:
SickOfClickingDailies-r347-347\namescanner.lua:325 attempt to index upvalue 'dbo' (a nil value)
(This happend when clicking on "Start Tooltip Scanning".)
AceLocale-3.0: SOCD_LK: Missing entry for 'Get Kracken!'
(This is as "Get Kraken!" in the localization tool, so the "c" should be removed in code.)
AceLocale-3.0: SOCD_Core: Missing entry for 'World Events'
(This seems to be missing in the localization tool.)
| User | When | Change |
|---|---|---|
| OrionShock | Sat, 12 Dec 2009 21:28:53 | Changed status from New to Fixed |
| cremor | Tue, 24 Nov 2009 11:22:07 | Create |
- 5 comments
- 5 comments
Facts
- Last updated on
- 12 Dec 2009
- Reported on
- 24 Nov 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #5
cremor Mon, 07 Dec 2009 12:10:13You are right, I had the NameScanner module disabled. Sorry about that!
- #4
OrionShock Mon, 07 Dec 2009 11:03:19try doing this
/run SickOfClickingDailies.db.profile.modules["QuestScanner"] = true
reload your UI and try again...
The 2 lines that set the DBO up are in the OnEnable function. Check your Module status make sure the name scanner is enabled. That's really the only way you could be having this problem.
- #3
cremor Mon, 07 Dec 2009 10:08:18Uhm, no ;)
Still getting this with v6.3.3d-beta-2-g7e47711 when clicking on "Start Tooltip Scanning":
(Sorry about the missing formatting, but it seems like the markups are broken.)
1x SickOfClickingDailies-v6.3.3d-beta-2-g7e47711-@project-revision@\namescanner.lua:325 attempt to index upvalue 'dbo' (a nil value)
<in C code>: in function `SetHyperlink'
SickOfClickingDailies-v6.3.3d-beta-2-g7e47711-@project-revision@\namescanner.lua:358 in function <...terface\AddOns\SickOfClickingDailies\namescanner.lua:350
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[4]":9: in function <[string "safecall Dispatcher[4]"]:5>
(tail call): ?:
AceConfigDialog-3.0-41:791: in function <...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:611
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[4]":9: in function <[string "safecall Dispatcher[4]"]:5>
(tail call): ?:
AceGUI-3.0-30 (Ace3):326: in function `Fire'
Ace3-r897\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:27 in function <...dOns\Ace3\AceGUI-3.0\widgets\AceGUIWidget-Button.lua:26
Locals:
(*temporary) = QuestScanTT {
updateTooltip = 0.2
0 = <userdata>
count = 1
questId = 11544
englishQuestTitle = "Ata'mal Armaments"
}
(*temporary) = "quest:11544"
(*temporary) = AceGUI30Button1 {
0 = <userdata>
width = 943.99995236934
height = 24
obj = <table> {}
}
(*temporary) = <function> defined =[C]:-1
And every few seconds it is running (until I stop tooltip scanning) I get the following:
3x SickOfClickingDailies-v6.3.3d-beta-2-g7e47711-@project-revision@\namescanner.lua:325 attempt to index upvalue 'dbo' (a nil value)
<in C code>: in function `SetHyperlink'
SickOfClickingDailies-v6.3.3d-beta-2-g7e47711-@project-revision@\namescanner.lua:345 in function <...terface\AddOns\SickOfClickingDailies\namescanner.lua:342
Locals:
(*temporary) = QuestScanTT {
updateTooltip = 0.2
0 = <userdata>
count = 1
questId = 11544
englishQuestTitle = "Ata'mal Armaments"
}
(*temporary) = "quest:11544"
(*temporary) = <unnamed> {
0 = <userdata>
}
(*temporary) = <function> defined =[C]:-1
- #2
OrionShock Mon, 07 Dec 2009 05:52:12this all appears to be fixed..
- #1
cremor Sat, 05 Dec 2009 14:39:46The translation errors are fixed, but the namescanner error is still in v6.3.3c-beta-1-g5fc5f69.