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

[BUG] bad argument #1 to 'SetJustifyH' #1887

Closed
djmillerjr opened this issue May 8, 2024 · 4 comments
Closed

[BUG] bad argument #1 to 'SetJustifyH' #1887

djmillerjr opened this issue May 8, 2024 · 4 comments
Labels
bug its a bug

Comments

@djmillerjr
Copy link

What version number you are using?
v31029 Dragonflight

What game client are you playing? Retail, Wrath, Classic / Live, PTR, Beta
Retail

What language is the game client set to?
English

Describe the bug
As soon as I attempt to open my bags, I get the ArkInventory window, with "Loading..." in the upper left corner. In the chat window I get the following message:

ArkInventory: ERROR> Interface/AddOns/ArkInventory/Core/ArkInventory.lua:6601: bad argument #1 to 'SetJustifyH' (Usage: self:SetJustifyH(justifyH))

To Reproduce
Steps to reproduce the behaviour, if possible:

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@11-Lambda
Copy link

I'm also seeing this bug when opening my bags after the recent retail WoW patch.

@ShicKla
Copy link

ShicKla commented May 9, 2024

If you do not want to wait for the addon author to do an update, and are comfortable editing the code, here is what you can do to fix it.

Using a text editor, preferably one that shows line numbers, open the file
\World of Warcraft\_retail_\Interface\AddOns\ArkInventory\Core\ArkInventory.lua

In the text editor scroll down to line 6601 and change obj:SetJustifyH( "MIDDLE" ) to obj:SetJustifyH( "CENTER" )

Save and close the the file, then use the /reload command in WoW, or just restart the game.

@arkayenro
Copy link
Owner

should be fixed in 3.10.29-alpha-2

@arkayenro arkayenro added the bug its a bug label May 9, 2024
@djmillerjr
Copy link
Author

should be fixed in 3.10.29-alpha-2

Awesome, back to normal. Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug its a bug
Projects
None yet
Development

No branches or pull requests

4 participants