GetSpellInfo Error in New Patch #1


Open
  • karaste created this issue Aug 14, 2024

    2x PounceCam/core.lua:104: attempt to call local 'GetSpellInfo' (a nil value)
    [string "@PounceCam/core.lua"]:104: in main chunk

    Locals:
    PounceCam = <table> {
    modules = <table> {
    }
    defaultModuleLibraries = <table> {
    }
    name = "PounceCam"
    orderedModules = <table> {
    }
    enabledState = true
    defaultModuleState = true
    }
    _G = <table> {
    ERR_OUT_OF_CHI = "Not enough chi"
    DH_HAVOC_CORE_ABILITY_2 = "Strong melee attack that consumes Fury. If it critical strikes, some Fury is refunded."
    MultiCastActionButton6Cooldown = MultiCastActionButton6Cooldown {
    }
    MerchantItem9ItemButtonStock = MerchantItem9ItemButtonStock {
    }
    UNIT_NAMES_COMBATLOG_TOOLTIP = "Color unit names."
    HUD_EDIT_MODE_SETTING_ACTION_BAR_HIDE_BAR_ART = "Hide Bar Art"
    LE_GAME_ERR_CHAT_RAID_RESTRICTED_TRIAL = 784
    NysTDL_menuframe_btnUncheckRight = NysTDL_menuframe_btnUncheckRight {
    }
    SPELL_FAILED_CUSTOM_ERROR_71 = "This partygoer wants to dance with you."
    LE_GAME_ERR_PET_SPELL_TARGETS_DEAD = 422
    ERROR_CLUB_TICKET_COUNT_AT_MAX_COMMUNITY = "Can't create any more invite links for this community."
    RecruitAFriendFrame = RecruitAFriendFrame {
    }
    focusTargetIndicatorDropdownRight = focusTargetIndicatorDropdownRight {
    }
    TutorialFrameLeft19 = TutorialFrameLeft19 {
    }
    MultiCastActionButton2Cooldown = MultiCastActionButton2Cooldown {
    }
    ERR_TRADE_EQUIPPED_BAG = "You can't trade equipped bags."
    PVP_RANK_6_1 = "Corporal"
    MultiBarLeftButton7 = MultiBarLeftButton7 {
    }
    OPTION_TOOLTIP_SHOW_MULTIBAR4 = "Attached to the left side of Right Action Bar 1 by default"
    LE_GAME_ERR_INVALID_FOLLOW_PVP_COMBAT = 376
    MerchantItem3AltCurrencyFrameItem1Text = MerchantItem3AltCurrencyFrameItem1Text {
    }
    PROFESSIONS_COLUMN_REAGENTS_NONE = "None"
    OPTION_SHOW_ACTION_BAR5_TOOLTIP = "Attached to the left side of Action Bar 4 by default"
    BINDING_NAME_NAMEPLATES = "Show Enemy Nameplates"
    CHAT_HEADER_SUFFIX = ": "
    FamilyFamiliarHelperOptionsMixin = <table> {
    }
    COVENANT_MISSIONS_HEALTH = "Health"
    MAIL_LETTER_TOOLTIP = "Click to make a permanent
    copy of this letter."
    PVPReadyDialogBottomArt = PVPReadyDialogBottomArt {
    }
    MultiBar6Button4Flash = MultiBar6Button4Flash {
    }
    CALENDAR_RAID_RESET_DESCRIPTION = "%1$s resets at %2$s."
    CHAT_CONFIG_OTHER_COMBAT = <table> {
    }
    ClassNameplateBarPaladinFrameRune5 = ClassNameplateBarPaladinFrameRune5 {
    }
    TutorialFrameRight19 = TutorialFrameRight19 {
    }
    BN_UNABLE_TO_RESOLVE_NAME = "Unable to whisper '%s'. Blizzard services may be unavailable."
    CinematicFrameRaidBossEmoteFrame = CinematicFrameRaidBossEmoteFrame {
    }
    LE_GAME_ERR_ONLY_ONE_QUIVER = 36
    INT_SPELL_DURATION_HOURS = "%d |4hour:hrs;"
    SLASH_LibQTip1 = "/qtip"
    LOSS_OF_CONTROL_DISPLAY_FEAR = "Feared"
    POWERBAR_PREDICTION_COLOR_MAELSTROM_CODE = "|cff003366"
    BankFrameItem17SearchOverlay = BankFrameItem17SearchOverlay {
    }
    AUCTIONATOR_L_DEFAULT_LIST_HEADER = "Default Shopping List"
    DMG_LCD = "DMG"
    ACTION_SPELL_MISSED_POSSESSIVE = "1"
    MasqueBlizzBars = <table> {
    }
    SLASH_STOPATTACK1 = "/stopattack"
    MAP_LEGEND_RARE_TOOLTIP = "A special creature that provides various rewards"
    MultiCastActionButton4HotKey = MultiCastActionButton4HotKey {
    }
    MINIMAP_TRACKING_TRAINER_CLASS = "Class Trainer"
    SLASH_DISMOUNT2 = "/dismount"
    DUNGEON_FLOOR_DRAGONBLIGHTCHROMIESCENARIO2 = "Andorhal"
    ThreatPlates_TooltipTexture10 = ThreatPlates_TooltipTexture10 {
    }
    EMOTE69_CMD1 = "/nosepick"
    WL_DESC_LOCATION = "Show/hide your location in a movable tooltip."
    WowTokenRedemptionFrameBg = WowTokenRedemptionFrameBg {
    }
    MinArchRaceButton8 = MinArchRaceButton8 {
    }
    SHIELD_BLOCK_TEMPLATE = "%s Block"
    AutoFollowStatus = AutoFollowStatus {
    }
    ARENA_CASUAL = "Skirmish"
    STABLE_PET_ABILITIES_LIST_HEADER = "Special Abilities"
    SendStationeryBackgroundRight = SendStationeryBackgroundRight {
    }
    MultiBarLeftButton11Name = MultiBarLeftButton11Name {
    }
    TUTORIAL61_SPELLID_DRUID = "768"
    CONQUEST_BAR = "Conquest %d / %d"
    MultiBarLeftButton9Border = MultiBarLeftButton9Border {
    }
    POSTMASTER_PIPE_KALIMDOR = "Kalimdor"
    UIWidgetCenterDisplayFrameText = UIWidgetCenterDisplayFrameText {
    }
    OPTION_TOOLTIP_SHOW_ACCOUNT_ACHIEVEMENTS = "Turning this option on will only display your character achievements when people inspect you or use the Bliz

  • karaste posted a comment Aug 14, 2024

    Fixed in my local copy by replace the 2nd instance of GetSpellInfo with C_Spell.GetSpellInfo on line 5.


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