확장팩 질문과 답변

전체보기

모바일 상단 메뉴

본문 페이지

[애드온] 엘브 에러가 계속 떠요 어떻게 해야하죠 도와 주세요

참이슬순하리
댓글: 4 개
조회: 654
2025-06-04 22:19:55
2x [ADDON_ACTION_BLOCKED] 애드온 'ElvUI_Libraries'|1이;가; 보호된 함수 'UNKNOWN()' 호출을 시도했습니다.
[Blizzard_FrameXML/RestrictedExecution.lua]:483: in function <...aceBlizzard_FrameXML/RestrictedExecution.lua:446>
[tail call]: ?
[Blizzard_FrameXML/SecureHandlers.lua]:285: in function <Blizzard_FrameXML/SecureHandlers.lua:279>
[tail call]: ?

Locals:
owningFrame = ElvUI_Bar6Button1 {
 BorderShadow = Texture {
 }
 TargetReticleAnimFrame = Frame {
 }
 RightEdge = Texture {
 }
 keyBoundTarget = "MULTIACTIONBAR1BUTTON1"
 popupOffset = -4
 glossTex = true
 flashing = false
 CooldownFlash = Frame {
 }
 TopEdge = Texture {
 }
 Count = ElvUI_Bar6Button1Count {
 }
 _state_type = "action"
 LeftEdge = Texture {
 }
 arrowDownTexture = "UI-HUD-ActionBar-Flyout-Down"
 NormalTexture = ElvUI_Bar6Button1NormalTexture {
 }
 CheckedTexture = Texture {
 }
 Flash = ElvUI_Bar6Button1Flash {
 }
 _state_action = 61
 enhshadow = Frame {
 }
 pushed = Texture {
 }
 AuraCooldown = Cooldown {
 }
 action = 0
 Arrow = Texture {
 }
 parentName = "ElvUI_Bar6"
 TextOverlayContainer = Frame {
 }
 SpellHighlightTexture = Texture {
 }
 outOfRange = false
 cooldown = ElvUI_Bar6Button1Cooldown {
 }
 popupDirection = "UP"
 NewActionTexture = Texture {
 }
 icon = ElvUI_Bar6Button1Icon {
 }
 SlotArt = Texture {
 }
 closedArrowOffset = 4
 arrowCrossAxisSize = 7
 HotKey = ElvUI_Bar6Button1HotKey {
 }
 IconMask = MaskTexture {
 }
 arrowMainAxisSize = 18
 hover = Texture {
 }
 PushedTexture = Texture {
 }
 config = <table> {
 }
 Name = ElvUI_Bar6Button1Name {
 }
 state_types = <table> {
 }
 state_actions = <table> {
 }
 MasqueSkinned = true
 abilityName = "폭발 사격"
 ProfessionQualityOverlayFrame = Frame {
 }
 checked = Texture {
 }
 openArrowOffset = 2
 arrowNormalTexture = "UI-HUD-ActionBar-Flyout"
 SpellCastAnimFrame = Frame {
 }
 Center = Texture {
 }
 template = "Transparent"
 arrowOverTexture = "UI-HUD-ActionBar-Flyout-Mouseover"
 BottomEdge = Texture {
 }
 BottomRightCorner = Texture {
 }
 BottomLeftCorner = Texture {
 }
 TopRightCorner = Texture {
 }
 InterruptDisplay = Frame {
 }
 TopLeftCorner = Texture {
 }
 PixelSnapDisabled = true
 backdropInfo = <table> {
 }
 HighlightTexture = Texture {
 }
 abilityID = 212431
 db = <table> {
 }
 SpellHighlightAnim = AnimationGroup {
 }
 AutoCastOverlay = Frame {
 }
 isFlyoutButton = false
 id = 1
 LevelLinkLockIcon = Texture {
 }
 __LAB_Version = 63
 popupCrossAxisSize = 47
 handleBackdrop = true
 header = ElvUI_Bar6 {
 }
 SlotBackground = Texture {
 }
 Border = ElvUI_Bar6Button1Border {
 }
}
signature = "self,button,down"
body = "if self:GetAttribute("type") == "action" then
local type, action = GetActionInfo(self:GetAttribute("action"))

if type == "flyout" and self:GetAttribute("LABUseCustomFlyout") then
local flyoutHandler = owner:GetFrameRef("flyoutHandler")
if not down and flyoutHandler then
flyoutHandler:SetAttribute("flyoutParentHandle", self)
flyoutHandler:RunAttribute("HandleFlyout", action)
end

self:CallMethod("UpdateFlyout")
return false
end

-- hide the flyout
local flyoutHandler = owner:GetFrameRef("flyoutHandler")
if flyoutHandler then
flyoutHandler:Hide()
end

-- if this is a pickup click, disable on-down casting
-- it should get re-enabled in the post handler, or the OnDragStart handler, whichever occurs
if button ~= "Keybind" and ((self:GetAttribute("unlockedpreventdrag") and not self:GetAttribute("buttonlock")) or IsModifiedClick("PICKUPACTION")) and not self:GetAttribute("LABdisableDragNDrop") then
self:CallMethod("ToggleOnDownForPickup"factory = <table> {
}
LOCAL_Closure_Factories = <table> {
 self = <table> {
 }
 self,message,button = <table> {
 }
 self,message,button,down = <table> {
 }
 self,scriptid,message = <table> {
 }
 self,name,value = <table> {
 }
 self,... = <table> {
 }
 self,stateid,newstate = <table> {
 }
 self,button,kind,value,... = <table> {
 }
 self,button,down = <table> {
 }
}
LOCAL_execution_count = 1

Lv21 참이슬순하리

모바일 게시판 하단버튼

댓글(4)

새로고침
  • 곱창이야기25-06-05 02:12
    신고|공감 확인
    혹시 행동단축바중에 매크로로 폭발사격이되어있나요?
    답글
    비공감0공감0
  • 참이슬순하리25-06-05 08:42
    신고|공감 확인
    폭발 사격은 매크로로 만들어 넣어두지 않았습니다.ㅠㅠ
    답글
    비공감0공감0
  • 곱창이야기25-06-05 11:35
    신고|공감 확인
    @참이슬순하리 글쌔영 행동단축바에 뭐 올려놓으신게 오류가나는거같은데 그 이상은 모르겠내용
    답글
    비공감0공감0
  • 참이슬순하리25-06-06 09:28
    신고|공감 확인
    @곱창이야기 감사합니다. 그래도 문제가 어디 있는줄 알았으니 단축키창 매크로 하나하나 확인해 보면 해결 될 수도 있겠죠??
    답글
    비공감0공감0
새로고침

모바일 게시판 하단버튼

지금 뜨는 인벤

더보기+

모바일 게시판 리스트

모바일 게시판 하단버튼

글쓰기

모바일 게시판 페이징

최근 HOT한 콘텐츠

  • 와우
  • 게임
  • IT
  • 유머
  • 연예
AD