Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Issue with 11.0.2 #28

Open
rpsalis opened this issue Jul 24, 2024 · 5 comments
Open

New Issue with 11.0.2 #28

rpsalis opened this issue Jul 24, 2024 · 5 comments

Comments

@rpsalis
Copy link

rpsalis commented Jul 24, 2024

31x Remix Gem Helper/Core.lua:522: bad argument #1 to 'pairs' (table expected, got nil)
[string "=[C]"]: in function `pairs'
[string "@remix Gem Helper/Core.lua"]:522: in function <Remix Gem Helper/Core.lua:520>

Locals:
(*temporary) = nil
(*temporary) = "table expected, got nil"

@rpsalis
Copy link
Author

rpsalis commented Jul 24, 2024

2x Remix Gem Helper/Core.lua:479: hooksecurefunc(): CharacterFrameTab_OnClick is not a function
[string "=[C]"]: in function `hooksecurefunc'
[string "@remix Gem Helper/Core.lua"]:479: in function <Remix Gem Helper/Core.lua:196>
[string "@remix Gem Helper/Core.lua"]:544: in function <Remix Gem Helper/Core.lua:518>

Locals:

@claireleighamess
Copy link

Has there been any update to this yet? I don't know enough about coding WoW addons to know how to fix this. I love this addon and would love to have it for the rest of Remix.

@Syrrion
Copy link

Syrrion commented Jul 28, 2024

Actually, it's possible to avoid this error by removing the code below from core.lua on line 479. It works without it, it just not opening automatically gems helper when opening character panel(on first open only). It's not the best solution, but it allow to use it anyways waiting for a fix (maybe ?)

hooksecurefunc("CharacterFrameTab_OnClick", function()
    if CharacterFrame.selectedTab ~= 1 then
        gems:Hide()
        frameToggle:Hide()
    else
        gems:Show()
        frameToggle:Show()
    end
end)

@Syrrion
Copy link

Syrrion commented Jul 28, 2024

Still a bit isue with LUA error on opening disasembling portal, but not blocking using it

@burntorangejedi
Copy link

I just posted on his Discord some info on how to get it working in Remix - should be the same solution for TWW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants