Close
Showing results 1 to 8 of 8
  1. #1

    Default Jamba causing "Interface action failed because of an AddOn" (Fixed)

    Notice this morning that Jamba (which was the only addOn I had so far installted (cleaning things up)) was causing "Interface action failed because of an AddOn" whenever I entered combat for the first time. So did a trace on this (using taint.log), which took me to ...

    JambaCore.lua, line #698

    Code:
    ClearOverrideBindings( self.keyBindingFrame )
    I changed this (after some Googling (seems patch 3.1 is responsible)) to ...

    Code:
    if not InCombatLockdown() then
    	ClearOverrideBindings( self.keyBindingFrame )
    end
    ... and am no longer getting the error message.

    (I'm fairly new to AddOn code though so use at own risk!)

  2. #2
    Member Otlecs's Avatar
    Join Date
    May 2007
    Location
    EU-Aggramar, Alliance.
    Posts
    1367

    Default

    Thanks for the tip. I've often wondered what caused that error

    I've applied your patch, but I was wondering if the other keybinding updates would also cause it? I was thinking of just having the function return immediately if in combat lockdown.

  3. #3

    Default

    I'll put this fix into the next version of Jamba...
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  4. #4

    Default

    so what does "ClearOverrideBindings( self.keyBindingFrame )" do that made interface fail?

  5. #5

    Default

    Quote Originally Posted by 'Multibocks',index.php?page=Thread&postID=214755#p ost214755
    so what does "ClearOverrideBindings( self.keyBindingFrame )" do that made interface fail?
    No idea; but other addons seem to have had this problem as well. I'm guessing that something changed in WoW (!) and the UPDATE BINDINGS event now gets called when you enter combat. Jamba-0.4f has been released with the above fix.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  6. #6

    Default

    omg omg must update!

    edit: is updating jamba as simple as DL and copy/paste to addons? Will I lose anything?

  7. #7

    Default

    Copy and paste will work. You should not lose anything.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  8. #8

    Default

    thanks your mod is awesome!

Similar Threads

  1. [Addon] (FIXED) Zanthor's Quest Broadcaster
    By wougoose in forum Macros and Addons
    Replies: 11
    Last Post: 08-25-2009, 07:12 AM
  2. Replies: 29
    Last Post: 06-27-2009, 03:09 AM
  3. Jamba Addon new features suggetion
    By Ivanhalf in forum Macros and Addons
    Replies: 3
    Last Post: 04-01-2009, 04:26 AM
  4. Replies: 6
    Last Post: 10-13-2008, 02:10 PM
  5. Nice Action-Binding AddOn with broadcoast (Opie)
    By DualTholo in forum Macros and Addons
    Replies: 6
    Last Post: 06-30-2008, 06:37 PM

Posting Rules

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