CraftSim

CraftSim

2M Downloads

BUG Pre-Patch First opening window session

JyX33 opened this issue ยท 2 comments

commented

When opening for the first time a craft window i got this stack trace :

25x CraftSim/Libs/GGUI/GGUI.lua:1542: bad argument #1 to 'SetJustifyV' (Usage: self:SetJustifyV(justifyV))
[string "=[C]"]: in function SetJustifyV' [string "@CraftSim/Libs/GGUI/GGUI.lua"]:1542: in function new'
[string "@CraftSim/Libs/GGUI/GGUI.lua"]:58: in function Text' [string "@CraftSim/Modules/CustomerHistory/Frames.lua"]:217: in function rowConstructor'
[string "@CraftSim/Libs/GGUI/GGUI.lua"]:3126: in function new' [string "@CraftSim/Libs/GGUI/GGUI.lua"]:58: in function Row'
[string "@CraftSim/Libs/GGUI/GGUI.lua"]:3288: in function CreateRow' [string "@CraftSim/Libs/GGUI/GGUI.lua"]:3303: in function Add'
[string "@CraftSim/Modules/CustomerHistory/Frames.lua"]:483: in function UpdateCustomerChatHistory' [string "@CraftSim/Modules/CustomerHistory/Frames.lua"]:394: in function OnCustomerSelected'
[string "@CraftSim/Modules/CustomerHistory/Frames.lua"]:110: in function selectionCallback' [string "@CraftSim/Libs/GGUI/GGUI.lua"]:3079: in function Select'
...
[string "@TradeSkillMaster/Core/UI/CraftingUI/Core.lua"]:203: in function callback' [string "@TradeSkillMaster/LibTSMWoW/Source/Service/Event.lua"]:132: in function ProcessEvent'
[string "@TradeSkillMaster/LibTSMWoW/Source/Service/Event.lua"]:150: in function <.../TradeSkillMaster/LibTSMWoW/Source/Service/Event.lua:141>
[string "=[C]"]: in function UseAction' [string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:342: in function handler'
[string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:667: in function <...ddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua:649>
[string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:681: in function <...ddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua:674>
[string "@Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:723: in function `SecureActionButton_OnClick'
[string "@Blizzard_ActionBar/Mainline/ActionButton.lua"]:1438: in function <Blizzard_ActionBar/Mainline/ActionButton.lua:1408>
[string "=[C]"]: ?

Locals:
(*temporary) = FontString {
}
(*temporary) = "LEFT"

Possible wrong interaction with TSM ? not very a big fan of stack trace lua.

commented

I'm getting the same error with my Jewelcrafter. Disabling (temporarily) TSM I get the following:

Message: Interface/AddOns/CraftSim/Libs/GGUI/GGUI.lua:1542: bad argument #1 to 'SetJustifyV' (Usage: self:SetJustifyV(justifyV))
Time: Tue Jul 30 12:58:54 2024
Count: 1
Stack: Interface/AddOns/CraftSim/Libs/GGUI/GGUI.lua:1542: bad argument #1 to 'SetJustifyV' (Usage: self:SetJustifyV(justifyV))
[string "@Interface/AddOns/CraftSim/Libs/GGUI/GGUI.lua"]:1542: in function new' [string "@Interface/AddOns/CraftSim/Libs/GGUI/GGUI.lua"]:58: in function Text'
[string "@Interface/AddOns/CraftSim/Modules/CustomerHistory/UI.lua"]:219: in function rowConstructor' [string "@Interface/AddOns/CraftSim/Libs/GGUI/GGUI.lua"]:3126: in function new'
[string "@Interface/AddOns/CraftSim/Libs/GGUI/GGUI.lua"]:58: in function Row' [string "@Interface/AddOns/CraftSim/Libs/GGUI/GGUI.lua"]:3288: in function CreateRow'
[string "@Interface/AddOns/CraftSim/Libs/GGUI/GGUI.lua"]:3303: in function Add' [string "@Interface/AddOns/CraftSim/Modules/CustomerHistory/UI.lua"]:485: in function UpdateCustomerChatHistory'
[string "@Interface/AddOns/CraftSim/Modules/CustomerHistory/UI.lua"]:396: in function OnCustomerSelected' [string "@Interface/AddOns/CraftSim/Modules/CustomerHistory/UI.lua"]:112: in function selectionCallback'
[string "@Interface/AddOns/CraftSim/Libs/GGUI/GGUI.lua"]:3079: in function Select' [string "@Interface/AddOns/CraftSim/Libs/GGUI/GGUI.lua"]:3223: in function SelectRow'
...
[string "@Interface/AddOns/Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:874: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:852>
[string "=[C]"]: in function ShowUIPanel' [string "@Interface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua"]:1949: in function <...rface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua:1289> [string "=[C]"]: in function UseAction'
[string "@Interface/AddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:342: in function handler' [string "@Interface/AddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:667: in function <...ddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua:649> [string "@Interface/AddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:681: in function <...ddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua:674> [string "@Interface/AddOns/Blizzard_FrameXML/Mainline/SecureTemplates.lua"]:723: in function SecureActionButton_OnClick'
[string "@Interface/AddOns/Blizzard_ActionBar/Mainline/ActionButton.lua"]:1438: in function <.../AddOns/Blizzard_ActionBar/Mainline/ActionButton.lua:1408>
[string "=[C]"]: ?

Locals: self =

{
text = FontString {
}
frame = FontString {
}
isGGUI = true
}
options =
{
justifyOptions =
{
}
parent = Frame {
}
text = "Message"
anchorB = "TOPLEFT"
font = "GameFontHighlight"
anchorA = "TOPLEFT"
scale = 1
offsetX = 0
fixedWidth = 450
offsetY = -4.100000
anchorParent = Frame {
}
}
text = FontString {
}
GGUI =
{
Tab =
{
}
CustomDropdown =
{
}
CheckboxSelector =
{
}
BlizzardTabSystem =
{
}
ScrollFrame =
{
}
Dropdown =
{
}
Object =
{
}
FrameList =
{
}
Frame =
{
}
QualityIcon =
{
}
TabSystem =
{
}
SpellIcon =
{
}
HelpIcon =
{
}
ToggleButton =
{
}
TooltipOptionsFrame =
{
}
Texture =
{
}
BlizzardTab =
{
}
ScrollingMessageFrame =
{
}
Button =
{
}
Icon =
{
}
ClassIcon =
{
}
Checkbox =
{
}
NumericInput =
{
}
Text =
{
}
CurrencyInput =
{
}
TextInput =
{
}
ItemSelector =
{
}
CONST =
{
}
Widget =
{
}
Slider =
{
}
}

commented

-> 17.0.3