Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUA errors(Blizzard?) when using craftsim crafting #808

Open
1Holy-Z opened this issue Feb 1, 2025 · 1 comment
Open

LUA errors(Blizzard?) when using craftsim crafting #808

1Holy-Z opened this issue Feb 1, 2025 · 1 comment
Assignees

Comments

@1Holy-Z
Copy link

1Holy-Z commented Feb 1, 2025

Whenever I use recipe scan and send it to craft queue to then craft, I am constantly getting these 2 LUA errors. I assume this is with the blizzard UI but only seems to happen when using craft queue. It looks like it bugs out the concentration bar on the default UI and it just disappears.

31x ...mplates/Blizzard_ProfessionsRecipeCrafterDetails.lua:156: attempt to perform arithmetic on field 'craftingQuality' (a nil value)
[string "@Blizzard_ProfessionsTemplates/Blizzard_ProfessionsRecipeCrafterDetails.lua"]:156: in function <...mplates/Blizzard_ProfessionsRecipeCrafterDetails.lua:143>

Locals:
fill = Frame {
Background = Texture {
}
Fill = Frame {
}
}
atlasSize = 20
atlasMarkup = "|A:Professions-Icon-Quality-Tier0:25:25:0:0|a"
applyConcentration = false
hasNextQuality = true
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "|A:Professions-Icon-Quality-Tier0:25:25:0:0|a"
(*temporary) = "|A:%s:%d:%d:%d:%d|a"
(*temporary) = "attempt to perform arithmetic on field 'craftingQuality' (a nil value)"
self = Frame {
Spacer = Frame {
}
animSpeedMultiplier = 1
recipeInfo =

{
}
CraftingChoicesContainer = Frame {
}
statLinePool =
{
}
BackgroundMinimized = Texture {
}
fixedWidth = 263
StatLines = Frame {
}
Label = FontString {
}
BackgroundMiddle = Texture {
}
BackgroundBottom = Texture {
}
dirty = false
QualityMeter = Frame {
}
Line = Texture {
}
expectedRecipeID = 445466
itemName = "Meticulous Experimentation"
BackgroundTop = Texture {
}
bottomPadding = 12
minimumHeight = 199
operationInfo =
{
}
craftingQuality = 3
transaction =
{
}
}


74x ...mplates/Blizzard_ProfessionsRecipeCrafterDetails.lua:656: attempt to perform arithmetic on local 'x' (a nil value)
[string "@Blizzard_ProfessionsTemplates/Blizzard_ProfessionsRecipeCrafterDetails.lua"]:656: in function <...mplates/Blizzard_ProfessionsRecipeCrafterDetails.lua:648>
[string "@Blizzard_SharedXML/Interpolator.lua"]:31: in function interpolate' [string "@Blizzard_SharedXML/Interpolator.lua"]:44: in function Interpolate'
[string "@Blizzard_SharedXML/Sequencer.lua"]:23: in function ExecuteNext' [string "@Blizzard_SharedXML/Sequencer.lua"]:41: in function Play'
[string "@Blizzard_ProfessionsTemplates/Blizzard_ProfessionsRecipeCrafterDetails.lua"]:770: in function `PlayResultAnimation'
[string "@Blizzard_ProfessionsTemplates/Blizzard_ProfessionsRecipeCrafterDetails.lua"]:249: in function <...mplates/Blizzard_ProfessionsRecipeCrafterDetails.lua:240>

Locals:
value = 0.021824
maskWidth = 4.083746
p = nil
r = nil
rp = nil
x = nil
y = nil
(*temporary) = 0
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to perform arithmetic on local 'x' (a nil value)"
fillToWidth = 187.125000
self = Frame {
anims =

{
}
Flare = Frame {
}
Marker = Frame {
}
layoutIndex = 4
DividerGlow = Frame {
}
Center = Frame {
}
animating = true
InteriorMask = Frame {
}
align = "center"
topPadding = -4
interpolator =
{
}
Right = Frame {
}
Left = Frame {
}
sequencer =
{
}
Border = Frame {
}
}

@1Holy-Z
Copy link
Author

1Holy-Z commented Mar 2, 2025

?????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants