FishingAce

12 - Lua error report

What steps will reproduce the problem?

1. random fighting

What is the expected output? What do you see instead?

lua error

What version of the product are you using?

0.5.6d

Do you have an error log of what happened?

1x FishingAce-0.5.6d\FishingAce.lua:361 attempt to call global 'ResetFAButton' (a nil value)
CallbackHandler-1.0-6:147: in function <...ist\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
<string>:"safecall Dispatcher[1]":4: in function <[string "safecall Dispatcher[1]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[1]":13: in function `?'
CallbackHandler-1.0-6:92: in function `Fire'
AceEvent-3.0-3:120: in function <...s\AckisRecipeList\libs\AceEvent-3.0\AceEvent-3.0.lua:119

User When Change
Sutorix Apr 27, 2012 at 04:59 UTC Changed status from New to Fixed
reaper666735 Jan 14, 2012 at 13:00 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of g1breel g1breel Jan 14, 2012 at 23:37 UTC - 0 likes

    The following lines disappeared from FishingAce.lua between 5.6c and 5.6d starting at line 75

    local overrideOn = false
    
    local function ResetFAButton()
    	if (overrideOn) then
    		overrideOn = false
    		ClearOverrideBindings(FishingAceButton)
    		FishingAceButton:Hide()
    	end
    end
    

    Replacing them resolves the problem

  • 1 comment

Facts

Last updated
Apr 27, 2012
Reported
Jan 14, 2012
Status
Fixed - Developer made requested changes. QA should verify.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees