Cirk's Avatar
Files 11
Downloads 134,098
Favorites 783
My AddOns
    View Bug Report
    v1.11.2: lots of error upon startup
    Bug #: 1663
    File: Cirk's Chatmanager
    Date: 07-14-06 12:17 AM
    By: teedog
    Status: Not a Bug
    I am getting the following errors upon startup with v1.11.2.

    Chatmanager.lua:165:attempt to index global 'CHATMANGER_TEXT' (a nil value)
    [string "Chatmanager:OnLoad"]:2:attempt to call global 'Chatmanager_OnLoad' (a nil value)
    [string "ChatmanagerChannelListFrameButton1:OnLoad"]:3:attempt to index global 'CHATMANER_TEXT' (a nul value)
    [string "ChatmanagerChannelListFrameButton2:OnLoad"]:3:attempt to index global 'CHATMANER_TEXT' (a nul value)
    [string "ChatmanagerChannelListFrameButton3:OnLoad"]:3:attempt to index global 'CHATMANER_TEXT' (a nul value)
    [string "ChatmanagerChannelListFrameButton4:OnLoad"]:3:attempt to index global 'CHATMANER_TEXT' (a nul value)
    [string "ChatmanagerChannelListFrameButton5:OnLoad"]:3:attempt to index global 'CHATMANER_TEXT' (a nul value)
    [string "ChatmanagerChannelListFrameButton6:OnLoad"]:3:attempt to index global 'CHATMANER_TEXT' (a nul value)
    [string "ChatmanagerChannelListFrameButton7:OnLoad"]:3:attempt to index global 'CHATMANER_TEXT' (a nul value)
    [string "ChatmanagerChannelListFrameButton8:OnLoad"]:3:attempt to index global 'CHATMANER_TEXT' (a nul value)
    [string "ChatmanagerChannelListFrameButton9:OnLoad"]:3:attempt to index global 'CHATMANER_TEXT' (a nul value)
    [string "ChatmanagerChannelListFrameButton10:OnLoad"]:3:attempt to index global 'CHATMANER_TEXT' (a nul value)
    [string "ChatmanagerFrame:OnLoad"]:3:attempt to call global 'ChatmanagerFrame_OnLoad' (a nil value)
    [string "ChatmanagerOptionsFrame:OnLoad"]:3:attempt to call global 'ChatmanagerOptionsFrame_OnLoad' (a nil value)
    [string "ChatmanagerMenuButtonFrame:OnLoad"]:2:attempt to call global 'ChatmanagerMenuButtonFrame_OnLoad' (a nil value)

    RSS 2.0 Feed for Bug CommentsNotes Sort Options
    By: teedog - 07-14-06 12:24 AM
    CHATMANER_TEXT should read CHATMANAGER_TEXT. Sorry for the typo. The errors messed up BugSack so I had to type them out manually.
    By: Cirk - 07-14-06 02:04 AM
    Hi teedog, this might be caused by copying over the new Chatmanager while WoW was running, since this new version has the localization text strings moved into its own file (localization.lua) in the Chatmanager directory (which is where the CHATMANAGER_TEXT table is defined for example) and if WoW isn't restarted, it won't "see" this new file, and so won't load it.

    Let me know if that doesn't fix it.

    Cheers
    -- Cirk
    By: teedog - 07-14-06 07:00 AM
    You're right. I am no longer getting these errors. Thanks again!