TimothyLuke / GSE-Advanced-Macro-Compiler

GSE is an alternative advanced macro editor and engine for World of Warcraft.
https://discord.gg/gseunited
MIT License
216 stars 73 forks source link

Lua. error sorage [BUG] #1537

Closed Mrbahaga closed 3 months ago

Mrbahaga commented 3 months ago

šŸ”µ Describe the bug: A clear and concise description of what the bug is. Happens after macro stops

šŸ”µ To reproduce: (Steps to reproduce the behavior)

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

šŸ”µ The error: Message: Interface/AddOns/GSE/API/Storage.lua:515: attempt to index local 'spellinfo' (a nil value) Time: Fri Jul 26 11:22:51 2024 Count: 2 Stack: Interface/AddOns/GSE/API/Storage.lua:515: attempt to index local 'spellinfo' (a nil value)

[string "@Interface/AddOns/Blizzard_FrameXML/RestrictedExecution.lua"]:483: in function <...ace/AddOns/Blizzard_FrameXML/RestrictedExecution.lua:446>

[string "@Interface/AddOns/Blizzard_FrameXML/SecureHandlers.lua"]:285: in function <...nterface/AddOns/Blizzard_FrameXML/SecureHandlers.lua:279>

Locals:

šŸ”µ Screenshots: If applicable, add screenshots to help explain your problem.

šŸ”µ Expected behavior: A clear and concise description of what you expected to happen.

šŸ”µ GSE.lua file: Please provide your GSE.lua file or the export string for the specific macro that is causing an issue.

šŸ”µ Desktop (please complete the following information):

šŸ”µ GSE Version:

šŸ”µ Additional context: Add any other context about the problem here.

TimothyLuke commented 3 months ago

You have a corrupt GSE.lua file. Close WoW Delete GSe.lua from WTF\Account\youraccoubtname\savedvariables Then restart wow.

Mrbahaga commented 3 months ago

it ended up being the macro . thank u so much for the response :)