Lua error: attempt to index global 'L' (a nil value) #4


  • Defect
  • Fixed
Closed
Assigned to jwensley2
  • Forge_User_04226718 created this issue Aug 2, 2009

    What steps will reproduce the problem?
    Reload the UI inside Dalaran.

    What is the expected output? What do you see instead?
    The Lua error below appears and the addon stops working.

    What version of the product are you using?
    r66 (Released: 2009/08/02)

    Do you have an error log of what happened?
    [2009/08/02 12:54:09-1395-x1]: Mountiful-1.5\Zones.lua:4: attempt to index global 'L' (a nil value)
    ---
    [2009/08/02 12:54:20-1395-x10]: Mountiful-1.5\Mountiful.lua:60: bad argument #1 to 'pairs' (table expected, got nil)
    Mountiful-1.5\Mountiful.lua:60: in function <Interface\AddOns\Mountiful\Mountiful.lua:59>
    Mountiful-1.5\Mountiful.lua:728: in function `Mountiful_SmartMount'
    <string>:"MOUNTIFULBIND2":1: in function <[string "MOUNTIFULBIND2"]:1>

    Please provide any additional information below.
    The newest version must have broken it :)).

  • Forge_User_04226718 added the tags New Defect Aug 2, 2009
  • jwensley2 removed a tag New Aug 2, 2009
  • jwensley2 added a tag Accepted Aug 2, 2009
  • daxdax006 removed a tag Accepted Aug 2, 2009
  • daxdax006 added a tag Fixed Aug 2, 2009
  • daxdax006 closed issue Aug 2, 2009
  • daxdax006 posted a comment Aug 2, 2009

    changed the call to SetMetaTable() and it seemed to fix it. SetMetaTable apparently doesnt return a table, like it should.


To post a comment, please login or register a new account.