can open config just once
the-quality opened this issue ยท 1 comments
Hi,
i using latest release build 10.0.12 and latest alpha4 10.0.13 for my tests.
i am deleting all infos from WTF, saved variables and start the game and it works.
nextchar or next time login it doesnt work anymore.
when i am trying to open the addon via command line /run leaplus()
i will get the following error
Message: [string "leaplus()"]:1: attempt to call global 'leaplus' (a nil value) Time: Wed Nov 23 09:56:39 2022 Count: 1 Stack: [string "leaplus()"]:1: attempt to call global 'leaplus' (a nil value) [string "leaplus()"]:1: in main chunk [string "=[C]"]: in function
RunScript'
[string "@Interface/FrameXML/ChatFrame.lua"]:2170: in function ?' [string "@Interface/FrameXML/ChatFrame.lua"]:5224: in function
ChatEdit_ParseText'
[string "@Interface/FrameXML/ChatFrame.lua"]:4888: in function ChatEdit_SendText' [string "@Interface/FrameXML/ChatFrame.lua"]:4924: in function
ChatEdit_OnEnterPressed'
[string "*ChatFrame.xml:127_OnEnterPressed"]:1: in function <[string "*ChatFrame.xml:127_OnEnterPressed"]:1>
Locals: (*temporary) = nil
(*temporary) = "attempt to call global 'leaplus' (a nil value)"`
have the same error with leatrix maps
maybe you have an idea to deal with it?
thanks
Make sure you are entering the right command. It should be /run leaplus()
for LTP and /run leamaps()' for LTM.
To make it easier, you can assign a hotkey to open both panels in the game keybindings menu. This is how I open the panels. It's very easy and reliable.
You can also click the minimap button for either addon.
If you prefer the command and you are sure that you are entering the correct command, disable other addons and test again.
The /run leaplus(
) and /run leamaps()
commands are only temporary. There is a bug in Blizzard's slash command system code that causes UI errors if you enter addon related slash commands such (such as /ltp and /ltm but it applies to all addons). It's an obvious bug and very easy to reproduce but Blizzard aren't exactly rushing to fix it. So until they do, /run leaplus()
and /run leamaps()
have to stay.