GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Translator LUA error with 1.4.4a

Bugwater opened this issue · 5 comments

commented

I just updatet GS-E to the newest version. Now I´m getting a LUA error with my DH and also the macros doesn't work anymore.

Message: ...terface\AddOns\GS-SequenceEditor\translator-core.lua:173: attempt to concatenate field '?' (a nil value)
Time: 10/28/16 11:19:18
Count: 1
Stack: ...terface\AddOns\GS-SequenceEditor\translator-core.lua:173: in function GSTRTranslateSpell' ...terface\AddOns\GS-SequenceEditor\translator-core.lua:87: in functionGSTranslateString'
...terface\AddOns\GS-SequenceEditor\translator-core.lua:46: in function <...terface\AddOns\GS-SequenceEditor\translator-core.lua:29>
(tail call): ?
Interface\AddOns\GS-Core\Core.lua:578: in function GSUpdateSequence' Interface\AddOns\GS-Core\Core.lua:215: in functionGSReloadSequences'
...terface\AddOns\GS-SequenceEditor\translator-core.lua:298: in main chunk

Locals: str = "Soul Cleave"
fromLocale = "enUS"
toLocale = "deDE"
cleanNewLines = false
output = ""
found = false
conditionals = false
mods = ""
etc = "Soul Cleave"
foundspell = 203798
(_temporary) = ""
(_temporary) = ""
(_temporary) = nil
(_temporary) = ""
(_temporary) = "GS-SequenceTranslator"
(_temporary) = false
(_temporary) = nil
(_temporary) = "attempt to concatenate field '?' (a nil value)"
GNOME = "GS-SequenceTranslator"

commented

I really need a lot more info. I don't have access to a German client. What custom macros are you running for your DH - one of them is breaking GS-E.

TimothyLuke

On 28 Oct. 2016, at 8:03 pm, Bugwater [email protected] wrote:

I just updatet GS-E to the newest version. Now I´m getting a LUA error with my DH and also the macros doesn't work anymore.

Message: ...terface\AddOns\GS-SequenceEditor\translator-core.lua:173: attempt to concatenate field '?' (a nil value)
Time: 10/28/16 11:19:18
Count: 1
Stack: ...terface\AddOns\GS-SequenceEditor\translator-core.lua:173: in function GSTRTranslateSpell'
...terface\AddOns\GS-SequenceEditor\translator-core.lua:87: in functionGSTranslateString'
...terface\AddOns\GS-SequenceEditor\translator-core.lua:46: in function <...terface\AddOns\GS-SequenceEditor\translator-core.lua:29>
(tail call): ?
Interface\AddOns\GS-Core\Core.lua:578: in function GSUpdateSequence'
Interface\AddOns\GS-Core\Core.lua:215: in functionGSReloadSequences'
...terface\AddOns\GS-SequenceEditor\translator-core.lua:298: in main chunk

Locals: str = "Soul Cleave"
fromLocale = "enUS"
toLocale = "deDE"
cleanNewLines = false
output = ""
found = false
conditionals = false
mods = ""
etc = "Soul Cleave"
foundspell = 203798
(temporary) = ""
(temporary) = ""
(temporary) = nil
(temporary) = ""
(temporary) = "GS-SequenceTranslator"
(temporary) = false
(temporary) = nil
(temporary) = "attempt to concatenate field '?' (a nil value)"
GNOME = "GS-SequenceTranslator"


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

commented

Also did you update the translator language pack and do you get the same error with the translator disabled?

TimothyLuke

On 28 Oct. 2016, at 8:03 pm, Bugwater [email protected] wrote:

I just updatet GS-E to the newest version. Now I´m getting a LUA error with my DH and also the macros doesn't work anymore.

Message: ...terface\AddOns\GS-SequenceEditor\translator-core.lua:173: attempt to concatenate field '?' (a nil value)
Time: 10/28/16 11:19:18
Count: 1
Stack: ...terface\AddOns\GS-SequenceEditor\translator-core.lua:173: in function GSTRTranslateSpell'
...terface\AddOns\GS-SequenceEditor\translator-core.lua:87: in functionGSTranslateString'
...terface\AddOns\GS-SequenceEditor\translator-core.lua:46: in function <...terface\AddOns\GS-SequenceEditor\translator-core.lua:29>
(tail call): ?
Interface\AddOns\GS-Core\Core.lua:578: in function GSUpdateSequence'
Interface\AddOns\GS-Core\Core.lua:215: in functionGSReloadSequences'
...terface\AddOns\GS-SequenceEditor\translator-core.lua:298: in main chunk

Locals: str = "Soul Cleave"
fromLocale = "enUS"
toLocale = "deDE"
cleanNewLines = false
output = ""
found = false
conditionals = false
mods = ""
etc = "Soul Cleave"
foundspell = 203798
(temporary) = ""
(temporary) = ""
(temporary) = nil
(temporary) = ""
(temporary) = "GS-SequenceTranslator"
(temporary) = false
(temporary) = nil
(temporary) = "attempt to concatenate field '?' (a nil value)"
GNOME = "GS-SequenceTranslator"


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

commented

I updated the translator language pack = same error
Disabled translator = same error
I renamed my GS-myMacros to myMacros so they are disabeld = same error
Renemad also DraikMacros= no error
I checked the Draiks Demonhunter macros.

Sequences['DB_Vengeance'] = {
specID = 581,
author = "Tocktris",
helpTxt = "Talents unknown",
PreMacro = [[
/targetenemy [noharm][dead]
]],
"/cast Demon Spikes",
"/cast Immolation Aura",
"/cast Soul Cleave",
"/cast Shear",
PostMacro = [[
]],
}
After I deleted "/cast Soul Cleave", no error

commented

Ok thanks.

There must be something different with the translation of that spell. I'll see what I can find.

TimothyLuke

On 29 Oct. 2016, at 12:00 am, Bugwater [email protected] wrote:

I updated the translator language pack = same error
Disabled translator = same error
I renamed my GS-myMacros to myMacros so they are disabeld = same error
Renemad also DraikMacros= no error
I checked the Draiks Demonhunter macros.

Sequences['DB_Vengeance'] = {
specID = 581,
author = "Tocktris",
helpTxt = "Talents unknown",
PreMacro = [[
/targetenemy [noharm][dead]
]],
"/cast Demon Spikes",
"/cast Immolation Aura",
"/cast Soul Cleave",
"/cast Shear",
PostMacro = [[
]],
}
After I deleted "/cast Soul Cleave", no error


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

commented

Found the problem - Spell ID for Soul Cleave had changed from 203798 to 228477

This fix will be in the next Alpha build.