1. #1
    Deleted

    Exclamation Anyone Know what this Error Loop is?

    Message: ...sRole\libs\LibTalentQuery-1.0\LibTalentQuery-1.0.lua:95: attempt to call upvalue 'GetNumRaidMembers' (a nil value)
    Time: 12/02/12 18:46:22
    Count: 10
    Stack: [C]: ?
    ...sRole\libs\LibTalentQuery-1.0\LibTalentQuery-1.0.lua:95: in function <...sRole\libs\LibTalentQuery-1.0\LibTalentQuery-1.0.lua:94>
    ...sRole\libs\LibTalentQuery-1.0\LibTalentQuery-1.0.lua:246: in function <...sRole\libs\LibTalentQuery-1.0\LibTalentQuery-1.0.lua:243>
    (tail call): ?

    Locals:



    Does anybody know how to fix this / what addon is causing this?

  2. #2
    Deleted
    It's not an addon causing it, GetNumRaidMembers was removed in 5.0.4 and replaced with GetNumGroupMembers.

    Edit: Obviously, yes it is an addon causing it; don't know what I was thinking - when you've figured out which addon it is (See post below ), open the lua file and replace all the occurances of GetNumRaidMembers with GetNumGroupMembers.
    Last edited by mmoc3473b68333; 2012-12-02 at 10:59 PM.

  3. #3
    Deleted
    Code:
     ...sRole\libs\
    What's that folder name that's being cut off? That's likely the base addon.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •