Vehicle UI not appearing.
Sappermentti opened this issue ยท 5 comments
Update; So i've tried deleting my WTF folder and reinstalling SpartanUI & Bartender 4. Didn't do nothing.
I've also gone ahead and tried turning off different modules of SUI just to see which one's causing it. Seems to be the artwork module.
Tried using BugGrabber to see if there was any error messages. This came up but only after leaving the vehicle, so i have no idea if it's even relevant or not:
1x [ADDON_ACTION_BLOCKED] AddOn 'SpartanUI' tried to call the protected function 'SUI_FramesAnchor:SetParent()'.
!BugGrabber\BugGrabber.lua:519: in function <!BugGrabber\BugGrabber.lua:519>
[C]: in function SetParent' ...s\SpartanUI_PlayerFrames\scripts\Unit-FrameSpawn.lua:65: in function <...s\SpartanUI_PlayerFrames\scripts\Unit-FrameSpawn.lua:63> [C]: ? [C]: ? [C]: in function
Show'
FrameXML\SecureStateDriver.lua:100: in function <FrameXML\SecureStateDriver.lua:95>
FrameXML\SecureStateDriver.lua:127: in function <FrameXML\SecureStateDriver.lua:119>
Locals:
InCombatSkipped
I get the same problem. when looking at the changes made i believe it has something to do with Fixes #79 Status bars not hiding in pet battles
so my finding for the vehicleui not working is in the World of Warcraft\interface\addons\SpartanUI_Artwork\statusbar.lua
current release shows this
-- Hide with SpartanUI RegisterStateDriver(SpartanUI, 'visibility', '[petbattle][overridebar][vehicleui] hide; show')
in order to get the vehicleui without blizzards vehicleui works with this
-- Hide with SpartanUI RegisterStateDriver(SpartanUI, 'visibility', '[petbattle][overridebar] hide; show')
but i believe the request for #79 was to have the status-plate-exp and status-plate-rep hide when the pet battles are active.
I guess this is a short term fix until a proper fix.
edit: status-plate-exp and status-plate-rep along with the main frame don't know if that's possible , if that makes sense.
Try to toggle the use blizzard vehicle UI option, could be something is out of sync