Close
Showing results 1 to 10 of 141

Threaded View

  1. #9
    Member Iru's Avatar
    Join Date
    Mar 2010
    Location
    J Random Airport
    Posts
    135

    Default

    Jafula, I'm getting a repeating error

    Message: Interface\AddOns\Jamba\JambaUtilities.lua:49: attempt to call method 'utf8sub' (a nil value)
    Time: 10/17/14 19:33:15
    Count: 1
    Stack: [C]: in function `utf8sub'
    Interface\AddOns\Jamba\JambaUtilities.lua:49: in function `Capitalise'
    Interface\AddOns\Jamba-Follow\JambaFollow.lua:1066: in function `?'
    ...AddOns\FishingAce\libs\AceTimer-3.0\AceTimer-3.0.lua:53: in function <...AddOns\FishingAce\libs\AceTimer-3.0\AceTimer-3.0.lua:48>


    Locals:

    It looks like Libs/UTF/utf8.lua is not loading somehow but I can't find where/why/how

    EDIT: I thought the issue might be another addon messing with the string class but this happens even when Jamba* are the only addons enabled.

    EDIT2: So this only happens under the following specific circumstances. When I have 'follow after combat' and 'delay follow after combat' set, then the Capitalise routine cannot find the utf8* methods for the string class. Clear the 'delay follow after combat' option and everything works fine. My theory is that the AceTimer library is somehow causing confusion with the string methods table as it's only method invocation that fails. Use string.utf8* or extract the function reference from the metatable and everything is fine.

    For now I've just removed the delay option from my teams' configurations.
    Last edited by Iru : 10-18-2014 at 01:00 AM Reason: More details

Tags for this Thread

Posting Rules

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