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 | Apr 25, 2009 at 05:42 UTC | Changed status from Waiting to Fixed |
| Zeksie | Oct 25, 2008 at 14:31 UTC | Changed status from Replied to Waiting |
| cheads | Oct 13, 2008 at 08:49 UTC | Changed status from Waiting to Replied |
| Zeksie | Oct 11, 2008 at 22:58 UTC | Changed status from New to Waiting |
| Steil | Oct 10, 2008 at 20:14 UTC | Create |
- 4 comments
- 4 comments
Facts
- Last updated
- Mar 30, 2012
- Reported
- Oct 10, 2008
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 2
- Reply
- #4
cheads Oct 13, 2008 at 08:49 UTC - 0 likesI 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.
- Reply
- #3
Zeksie Oct 11, 2008 at 23:05 UTC - 0 likesFurther 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
- Reply
- #2
Zeksie Oct 11, 2008 at 22:57 UTC - 0 likesExactly 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.
- Reply
- #1
dakadaka Oct 11, 2008 at 09:56 UTC - 0 likesSame Error here, probably a versionconflict with some older libraryversions?