12.0 Issue in M+ #1462


Open
  • Soundsstream created this issue Jan 21, 2026

    Not sure what is causing this, but I keep getting this in M+:

     

    35x Prat-3.0-3.9.82/modules/Timestamps.lua:787: attempt to compare local 'text' (a secret value)
    [Prat-3.0-3.9.82/modules/Timestamps.lua]:787: in function <Prat-3.0/modules/Timestamps.lua:784>
    [tail call]: ?
    [C]: ?
    [C]: in function 'AddMessage'
    [DBM-Core/DBM-Core.lua]:7799: in function 'AddMsg'
    [DBM-Core/modules/objects/SpecialWarning.lua]:160: in function 'AddSpecialWarning'
    [DBM-Core/modules/objects/SpecialWarning.lua]:1267: in function 'handler'
    [DBM-Core/DBM-Core.lua]:1150: in function <DBM-Core/DBM-Core.lua:1136>

    Locals:
    self = <table> {
    modules = <table> {
    }
    defaultModuleLibraries = <table> {
    }
    pluginopts = <table> {
    }
    name = "Prat_Timestamps"
    orderedModules = <table> {
    }
    baseName = "Prat-3.0"
    db = <table> {
    }
    enabledState = true
    PL = <table> {
    }
    hooks = <table> {
    }
    moduleName = "Timestamps"
    defaultModuleState = true
    }
    frame = ChatFrame1 {
    tellTimer = 6335.646000
    shouldFadeAfterInactivity = true
    hasActiveChanges = false
    isScrollingMessageFrame = true
    systemPositionDirty = false
    buttonFrame = ChatFrame1ButtonFrame {
    }
    snappedFrames = <table> {
    }
    alternativeDefaultLanguage = "Common"
    hasOwnFontObject = true
    oldAlpha = 0.156863
    channelList = <table> {
    }
    FontStringContainer = Frame {
    }
    messageTypeList = <table> {
    }
    fontObject = table: 000001E9ECB1E5E0 {
    }
    systemNameString = "Chat Frame"
    EditModeResizeButton = Button {
    }
    settingsDialogAnchor = <table> {
    }
    clickAnywhereButton = ChatFrame1ClickAnywhereButton {
    }
    isLayoutDirty = false
    systemInfo = <table> {
    }
    fadeDurationSecs = 3
    buttonSide = "left"
    ResizeButton = ChatFrame1ResizeButton {
    }
    overrideFadeTimestamp = 6039.469000
    settingDisplayInfoMap = <table> {
    }
    fontStringPool = <table> {
    }
    dirtySettings = <table> {
    }
    mouseOutTime = 1.000000
    isHighlighted = false
    isInitialized = 1
    historyBuffer = <table> {
    }
    defaultLanguage = "Common"
    allowScroll = true
    isUninteractable = false
    name = "General"
    checkedGMOTD = true
    isDocked = 1
    ScrollToBottomButton = Button {
    }
    isDisplayDirty = true
    downKeys = <table> {
    }
    savedSystemInfo = <table> {
    }
    isSelected = false
    onDisplayRefreshedCallbacks = <table> {
    }
    visibleLines = <table> {
    }
    oldestFadingLineTimestamp = 6605.368000
    textIsCopyable = false
    editBox = ChatFrame1EditBox {
    }
    scrollOffset = 0
    timeVisibleSecs = 120
    mouseInTime = 0
    zoneChannelList = <table> {
    }
    insertMode = 2
    Background = ChatFrame1Background {
    }
    Selection = Frame {
    }
    ScrollBar = Frame {
    }
    allowAtGlues = true
    system = 8
    settingMap = <table> {
    }
    isStaticDocked = true
    isLocked = true
    }
    text = <no value>
    entry = <table> {
    message = <no value>
    r = 0.410000
    timestamp = 6673.353000
    g = 0.800000
    b = 0.940000
    }
    (*temporary) = <no value>
    (*temporary) = 1
    (*temporary) = 39
    (*temporary) = <table> {
    message = <no value>
    r = 0.410000
    timestamp = 6673.353000
    g = 0.800000
    b = 0.940000
    }
    (*temporary) = "attempt to compare local 'text' (a secret value)"

  • Tanoshii2k1 posted a comment Jan 21, 2026

    How are you even getting this to work in prepatch?  It throws all sorts of errors by forcing it to load via changing the toc.

  • Wraithlord2015 posted a comment Jan 23, 2026

    As a temporary work around - change the toc; go into pitbull's settings and turn off combat fader, health bar and power bar. The reason the errors are being thrown is because the addon is trying to read combat data which blizzard has set as hidden and unreadable. This will allow the addon to be used until the code in the addon is updated.


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