-
Notifications
You must be signed in to change notification settings - Fork 2
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
Icons not showing for loot and roll frames #17
Comments
Thanks for reporting this. I'm not sure what's causing it. It looks like you're on classic, correct? It's been reported here: https://www.wowace.com/projects/xloot/issues/212 But just like there, I don't have access to classic, and without errors or ideas I don't know what's going on. A cursory googling didn't show anything recent with GetLootSlotInfo not returning a working icon or anything related, and it seems to work on live, correct? |
Hello, thanks for the quick reply. Yes this is happening on Classic Era/SoM, game version 1.14.3. It seems to have happened with the recent WoW classic WoTLK Patch for Phase 2 Ulduar? That is when I noticed it has stopped working. Oddly enough, I do not see this issue on WoW Classic WoTLK 3.4.1. I am happy to try and run a debugger or some way to capture the errors. I am not too familiar with the preferred options to do so though. For now I will turn on lua errors on the console and see if I come across anything. |
I have no idea what would be causing it. Thanks for trying to bisect. The only thing I could suggest is opening Then /reload and show me what it says when it shows you blanks. |
Maybe I am dumb but do you mean like this? Because both of these throw a LUA error due to syntax. Message: Interface\AddOns\XLoot_Frame\Frame.lua:693: ')' expected near ':'
OR
|
The first one, but I gave you a typo anyway. |
It's the correct FileDataID as shown here I don't know why it wouldn't work 😕 Thanks for checking. You can remove the line, not that you'd really want to use it while it's not showing you any icons anyway. Given it works in the other versions, my only guess is it's some obtuse new wow bug. It sets the texture the same way the vanilla loot frame does. |
No worries, thank you also for trying some quick things. I saw a commenter on WoWAce mentioned the latest version of 9-xx was working, so I will try that as well. |
Interesting. Would you be willing to add the same line to that version and show me what it says? It should be the same, but I'd like to verify. Also, can you confirm this is on an official classic server? |
Yes this server I am testing from is Shadowstrike, under the Seasonal Tab on WoW Classic from USA. I have another character on Whitemane, under the Classic Era tab from USA. Both exhibit the same issue with the 10-xx version. |
I also noticed the frame itself in 10-xx version is darker, is there a chance that something is obfuscating the window visually, rather than it being an icon/id failing to be pulled? |
That seems likely to be related to the gradient changes between those two versions due to errors people were getting. It looks like it's less truly fixed, and more just quelled. I'll look into that and report the texture issue. I see something similar in the WoWUI discord. |
Would you be able to confirm if 10-x has the same black background/no gradient visual on other game versions for you? |
At the moment I do not have retail installed, but I was able to check WoW Classic WoTLK 3.4.1 on server Whitemane (US) using 10-xx, and it doesn't have the dark background/gradient issue. I'd assume retail has similar behavior to WoTLK and doesn't have the issue either in 10-xx. Seems to be just be WoW Classic 1.14.3 SoM/Era servers affected by 10-xx. |
I appreciate you checking those for me. |
No problem. Let me know if you need me to test anything else. For now, I'm using 9.2.7-1 on Classic Era content. Thanks |
Icons do not show correctly on either the loot frame or the roll frame. It instead shows a black box.
The text was updated successfully, but these errors were encountered: