tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
456 stars 152 forks source link

Quest sidepanel reskinning broke for 11.0.2.56110 #1301

Closed jeremy-hill closed 1 month ago

jeremy-hill commented 1 month ago

Troubleshooting Steps

Seems some change Blizzard made today broke skinning the quest panel:

image

Describe the expected behavior and what actually happened?

Side panel should be skinned.

Reproducing the issue.

Ensure 'Quest Frames' is enabled under Skins.

Lua Errors

4x ElvUI/Core/Modules/Skins/Skins.lua:1103: attempt to index local 'frame' (a nil value)
[string "@ElvUI/Core/Modules/Skins/Skins.lua"]:1103: in function `HandleBlizzardRegions'
[string "@ElvUI/Mainline/Modules/Skins/Quest.lua"]:429: in function <ElvUI/Mainline/Modules/Skins/Quest.lua:323>
[string "=[C]"]: ?
[string "@ElvUI/Core/Modules/Skins/Skins.lua"]:2187: in function <ElvUI/Core/Modules/Skins/Skins.lua:2182>
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "@ElvUI/Core/General/Core.lua"]:1837: in function `CallLoadFunc'
[string "@ElvUI/Core/General/Core.lua"]:1852: in function `CallLoadedModule'
[string "@ElvUI/Core/General/Core.lua"]:1878: in function `InitializeModules'
...
[string "@Blizzard_UIParent/Mainline/UIParent.lua"]:422: in function `UIParentLoadAddOn'
[string "@Blizzard_UIParent/Mainline/UIParent.lua"]:627: in function `MajorFactions_LoadUI'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:103: in function `SetUpMajorFactionList'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:96: in function `RefreshMajorFactionList'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:91: in function `RefreshOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:83: in function <...sionLandingPage/Blizzard_DragonflightLandingPage.lua:79>
[string "=[C]"]: in function `CreateFrame'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:49: in function `CreateOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:78: in function `RefreshExpansionOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:37: in function <...pansionLandingPage/Blizzard_ExpansionLandingPage.lua:35>


### Verification Steps

- [X] I have read the [Changelog](https://github.com/tukui-org/ElvUI/blob/main/CHANGELOG.md) and verified [ElvUI](https://tukui.org/elvui) is up to date by checking **/estatus**
- [X] I have verified my issue doesn't exist in the Default UI or the [Issue Tracker](https://github.com/tukui-org/ElvUI/issues).
- [ ] I have not read any of these steps, please close my issue when you see it.
- [X] I have done the Troubleshooting Steps and included the requested screenshots, which show the issue and status panel.
RAtwood90 commented 1 month ago

Troubleshooting Steps

Seems some change Blizzard made today broke skinning the quest panel:

image

Describe the expected behavior and what actually happened?

Side panel should be skinned.

Reproducing the issue.

Ensure 'Quest Frames' is enabled under Skins.

Lua Errors

4x ElvUI/Core/Modules/Skins/Skins.lua:1103: attempt to index local 'frame' (a nil value)
[string "@ElvUI/Core/Modules/Skins/Skins.lua"]:1103: in function `HandleBlizzardRegions'
[string "@ElvUI/Mainline/Modules/Skins/Quest.lua"]:429: in function <ElvUI/Mainline/Modules/Skins/Quest.lua:323>
[string "=[C]"]: ?
[string "@ElvUI/Core/Modules/Skins/Skins.lua"]:2187: in function <ElvUI/Core/Modules/Skins/Skins.lua:2182>
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "@ElvUI/Core/General/Core.lua"]:1837: in function `CallLoadFunc'
[string "@ElvUI/Core/General/Core.lua"]:1852: in function `CallLoadedModule'
[string "@ElvUI/Core/General/Core.lua"]:1878: in function `InitializeModules'
...
[string "@Blizzard_UIParent/Mainline/UIParent.lua"]:422: in function `UIParentLoadAddOn'
[string "@Blizzard_UIParent/Mainline/UIParent.lua"]:627: in function `MajorFactions_LoadUI'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:103: in function `SetUpMajorFactionList'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:96: in function `RefreshMajorFactionList'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:91: in function `RefreshOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:83: in function <...sionLandingPage/Blizzard_DragonflightLandingPage.lua:79>
[string "=[C]"]: in function `CreateFrame'
[string "@Blizzard_ExpansionLandingPage/Blizzard_DragonflightLandingPage.lua"]:49: in function `CreateOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:78: in function `RefreshExpansionOverlay'
[string "@Blizzard_ExpansionLandingPage/Blizzard_ExpansionLandingPage.lua"]:37: in function <...pansionLandingPage/Blizzard_ExpansionLandingPage.lua:35>

### Verification Steps

- [X] I have read the [Changelog](https://github.com/tukui-org/ElvUI/blob/main/CHANGELOG.md) and verified [ElvUI](https://tukui.org/elvui) is up to date by checking **/estatus**
- [X] I have verified my issue doesn't exist in the Default UI or the [Issue Tracker](https://github.com/tukui-org/ElvUI/issues).
- [ ] I have not read any of these steps, please close my issue when you see it.
- [X] I have done the Troubleshooting Steps and included the requested screenshots, which show the issue and status panel.

Do these steps in order: Type in game: /edebug on (or /ec, on left [Information], on top [Debug]) Test. Still have the issue? NO Issue is probably another addon or plugin. Skip to the last step. YES Type in game: /estatus (or /ec, on top [Status]) Upload a full, uncropped screenshot showing the issue and the status panel. Finished with debugging? Type in game: /edebug off.

jeremy-hill commented 1 month ago

image

jeremy-hill commented 1 month ago

I have everything checked for 'Skins': image

Ryan-yee commented 1 month ago

similar issue here, objective text fonts go back to default one from blizz, no lua error occur tho.