[BUG] LUA error on startup GSE/API/Storage.lua:593: bad argument #1 to 'sub' (string expected, got boolean) [string "=[C]"]: in
giform opened this issue ยท 2 comments
๐ต Describe the bug:
Every time I log the game I receive a bug sack alert
๐ต To reproduce: (Steps to reproduce the behavior)
Log the beta
๐ต The error:
14x GSE/API/Storage.lua:593: bad argument #1 to 'sub' (string expected, got boolean)
[string "=[C]"]: in function `sub'
[string "@GSE/API/Storage.lua"]:593: in function <GSE/API/Storage.lua:582>
[string "@GSE/API/Storage.lua"]:738: in function `processAction'
[string "@GSE/API/Storage.lua"]:616: in function `processAction'
[string "@GSE/API/Storage.lua"]:791: in function `CompileTemplate'
[string "@GSE/API/Storage.lua"]:260: in function `OOCUpdateSequence'
[string "@GSE/API/Events.lua"]:396: in function `?'
[string "@Details/Libs/AceTimer-3.0-17/AceTimer-3.0.lua"]:55: in function <...ceDetails/Libs/AceTimer-3.0/AceTimer-3.0.lua:50>
Locals:
(*temporary) = false
(*temporary) = 1
(*temporary) = 1
(*temporary) = "string expected, got boolean"
๐ต GSE.lua file:
Please provide your GSE.lua
file or the export string for the specific macro that is causing an issue.
- To find the GSE.lua file:
- First, make sure you have enabled the "File Name Extensions" checkbox in Explorer (View tab)
- Browse to
C:\path\to\wow\_retail_\WTF\Account\YourAccountName\SavedVariables\
or/path/to/WoW/_retail_/WTF/Account/YourAccountName/SavedVariables
- Copy the
GSE.lua
file to your Desktop - Rename this copy to
GSA.lua.txt
- Then just drag it here in your message
- Note: If you do not include your GSE.lua file you are wasting your time and mine. 90% of the time, the first thing I will ask for is "Can you please upload your GSE.lua file?". This file is needed with the error to work out Why that error occured for you.
GSE.lua.txt
๐ต Desktop (please complete the following information):
- OS: Mac OS
- Game Version Last Beta available
๐ต GSE Version:
- Version: 3.2.00 alpha 12c
๐ต Additional context:
This is a duplicate of the error in #1463. Will fix it in that.