7.1.5 Jan 10th

[quote quote=39202]

Andy, there will be no “downtime” for GS-E (as far as I know). There is nothing about this addon that will be incompatible with new patches unlike every 3rd party program out there. The only thing will be more optimal macros with whatever changes have come with the new patch. Every single macro posted will still work just fine. EDIT: I use original GnomeSequencer and it works fine. I’ve never used GSE during a major patch. It will be fixed soon.

only got one word for this statement Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong Wrong ???? [/quote]

Your input is appreciated. These responses make the process go faster.

FYI, GS never stopped working.

[quote quote=39428]Go to World of Warcraft\Interface\AddOns\GS-Core and open startup.lua
Find the text below: — Check if the specID provided matches the plauers current class. function GSisSpecIDForCurrentClass(specID) local _, specname, specdescription, specicon, _, specrole, specclass = GetSpecializationInfoByID(specID) local currentclassDisplayName, currentenglishclass, currentclassId = UnitClass(“player”) if specID > 15 then GSPrintDebugMessage(L[“Checking if specID “] … specID … ” ” … specclass … L[” equals “] … currentenglishclass) else GSPrintDebugMessage(L[“Checking if specID “] … specID … L[” equals currentclassid “] … currentclassId) end return (specclass==currentenglishclass or specID==currentclassId) end
The text above Should become (4 line have 2 x “-” in front)
— Check if the specID provided matches the plauers current class. function GSisSpecIDForCurrentClass(specID) local _, specname, specdescription, specicon, _, specrole, specclass = GetSpecializationInfoByID(specID) local currentclassDisplayName, currentenglishclass, currentclassId = UnitClass(“player”) — if specID > 15 then — GSPrintDebugMessage(L[“Checking if specID “] … specID … ” ” … specclass … L[” equals “] … currentenglishclass) — else — GSPrintDebugMessage(L[“Checking if specID “] … specID … L[” equals currentclassid “] … currentclassId) — end return (specclass==currentenglishclass or specID==currentclassId) end
This made my BM hunter lazy macro to work.
Thanks.
[/quote]

Thank you. This got it working for me.

manual patch had it working great. I log in just now and see there was an update and its back to broke again. I thought to just redo the startup patch but I’ve noticed the startup file is no longer in the previous location under new patch.

I upgraded wow to 7.1.5.23369 and broke my Gnome sequencer. Took me most of the night to figure out what was going on. Installed the very first version of GS and still didn’t work. Finally downloaded from wowintrface.com an updated version that was just a couple of hours old version 2.0.1 and install it and bingo! it works.

Here is an error I still get…
Message: lnterface\AddOns\GSE\API\Storage.Iua: 133: attempt to index field ‘?’ (a nil value)
Time: 01/H/17 23:26:011
Count: 1
Stack: lnterface\AddOns\GSE\API\Storage.Iua: 133: in function ‘ GetActiveSequenceVersion’ Interface\AddOns\GSE\API\Storage.lua:214: in function
lnterface\AddOns\GSE\API\Events.lua:98: in function ’ V …dor\libs\Ca!lbackHandler- 1.0\CaIlbackHandler- l.O.lua: 145: in function <…dor\libs\CaIlbackHandler- 1.0\CallbackHandler-1.0.lua: 145>
[string “safecall Dispatcher[2]”]:4: in function <[string “safecall Dispatcher[2]”]:4>
IQ: ?
[string “safecall Dispatcher[2J”]: 13: in function ‘ ?’ …dor[lbs\ta[IbackHandler- 1.0\CallbackHandler- 1.0.lua:90: in function |Fire’
…AddOns\AutoVendor\libs\AceEvent-3.0\AceEvent-3.0.lua: 120: in function <…AddOns\AutoVendor\libs\AceEvent-3.0\AceEvent-
3.0.lua: 119>
[CJ: in function ’ LoadAddOn* Interface\FrameXML\UIParent.lua:407: in function f III Pare ntLoad AddOn’
lnterface\FrameXML\PVEFrame.lua: 111: in function
’ PVEFrame_ShowFrame’ _____________
In terface\FrameXM L\PVEFrame.!ua:79: in function f PVEFrame_Toggie Frame’
lnterface\FrameXML\UIParent.lua:847: in function ’ TogglePVPLir [string “TOGGLECHARACTER4”]: I: in function <[string “TOGGLECHARACTER4”]: 1>
Locals: <none>

Thanks Lou