13 - Library errors.
What steps will reproduce the problem?
1. Logging in.
2.
3.
What is the expected output? What do you see instead? expect no output :)
What version of the product are you using? R16
Do you have an error log of what happened? Yes. There were 3 will add to the end of this ticket.
Please provide any additional information below.
2008/10/10 15:58:12-380-x1]: BugSack-2.3.0.70977\BugSack.lua:365 attempt to call method 'RegisterComm' (a nil value)
AceAddon-2.0-91091 (ZOMGBuffs):983: in function <...\AddOns\ZOMGBuffs\libs\AceAddon-2.0\AceAddon-2.0.lua:976
<in C code>: ?
AceEvent-2.0-91091 (ZOMGBuffs):260: in function `TriggerEvent'
AceEvent-2.0-91091 (ZOMGBuffs):910: in function <...\AddOns\ZOMGBuffs\libs\AceEvent-2.0\AceEvent-2.0.lua:903
---
[2008/10/10 15:57:56-380-x1]: AceOO-2.0-91091 (ZOMGBuffs):734: AceComm-2.0: AceComm-2.0 requires AceEvent-2.0
AceComm-2.0-91091 (ZOMGBuffs):2339: in main chunk
---
[2008/10/10 15:57:56-380-x1]: AceComm-2.0-91091 (ZOMGBuffs):2241: attempt to call method 'UnregisterAllComms' (a nil value)
AceComm-2.0-91091 (ZOMGBuffs):2339: in main chunk
---
| User | When | Change |
|---|---|---|
| Dessa | Sat, 25 Apr 2009 05:42:50 | Changed status from Waiting to Fixed |
| Zeksie | Sat, 25 Oct 2008 14:31:32 | Changed status from Replied to Waiting |
| cheads | Mon, 13 Oct 2008 08:49:32 | Changed status from Waiting to Replied |
| Zeksie | Sat, 11 Oct 2008 22:58:37 | Changed status from New to Waiting |
| Steil | Fri, 10 Oct 2008 20:14:48 | Create |
- 4 comments
- 4 comments
Facts
- Last updated on
- 25 Apr 2009
- Reported on
- 10 Oct 2008
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #4
cheads Mon, 13 Oct 2008 08:49:31I replaced the older AceComm-2.0.lua(using the version from ZOMG) I had in my other addons. Those addons were: Aloft, BugSack. That solved this error.
- #3
Zeksie Sat, 11 Oct 2008 23:05:40Further to this, I'm told this is a very old Ace2 bug, and it's not likely to go away.
The suggestion is to install the latest standalone Ace2 lib itself, which would be loaded non-embed before all other ace2 mods, and has a good chance of bypassing this issue.
Try installing this and see if the problem goes away: http://www.wowace.com/projects/ace2/files/561-r1091
- #2
Zeksie Sat, 11 Oct 2008 22:57:54Exactly what dakadaka said. An older version of Ace2 something is being loaded in with everything else and is messing things up. Someone else is reporting the same problems for BigWigs, and I'm sure other mods will get it too.
No doubt, because people have switch their update mechanism, something has come adrift. I tried the curse updater, and all of a sudden WhoLib was throwing errors. I manaually re-installed it and it was fine.
Non-embedded, ZOMGBuffs does not give this error. So this is firmly within the realm of an installation problem.
Your best bet is to do a file search for the various versions of (for example) AceComm-2.0.lua in your addons folder. See if you can find one that's obviously a lot different to the rest.
- #1
dakadaka Sat, 11 Oct 2008 09:56:58Same Error here, probably a versionconflict with some older libraryversions?