확장팩 팁과 노하우 게시판

인증글

모바일 상단 메뉴

본문 페이지

[애드온] moveanything 에러 인스턴스 진입시 해결 방법

나엘킬러
댓글: 17 개
조회: 11968
추천: 21
2019-07-21 07:57:04
블리자드 기본 창을 옮길 수 있는 애드온 moveanything
8.2 패치 최신 업데이트 후에도 해당 에러가 나시는 분은 
MoveAnything.lua를 직접 수정해 주시면 되는데


에러: InterfaceAddOnsMoveAnythingMoveAnything.lua:4132: Action[FrameMeasurement] failed because[Can't measure restricted regions]: attempted from: UIParentHighlightOverlay:GetPoint()

MoveAnything.lua에서 (Line 4128) 부분


function MovAny:_AddDependents(l, f)

    if (MovAny:IsProtected(f) and InCombatLockdown()) or not f.GetPoint then

        return

    end

    local _, relativeTo = f:GetPoint(1)

    if relativeTo and l[relativeTo] then

        l[f] = f

    end

end


 을


function MovAny:_AddDependents(l, f)

    if (MovAny:IsProtected(f) and InCombatLockdown()) or not f.GetPoint then

        return

    end


    if pcall(function() f:GetPoint(1) end) then

        local _, relativeTo = f:GetPoint(1)

        if relativeTo and l[relativeTo] then

            l[f] = f

        end

    end

end


으로 바꿔주시면 됩니다.

Lv27 나엘킬러

모바일 게시판 하단버튼

댓글

새로고침
새로고침

모바일 게시판 하단버튼

지금 뜨는 인벤

더보기+

모바일 게시판 리스트

모바일 게시판 하단버튼

글쓰기

모바일 게시판 페이징

최근 HOT한 콘텐츠

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