Dragonflight UI Classic

Dragonflight UI Classic

285k Downloads

[BUG]

vggfac opened this issue ยท 8 comments

commented

0.16.2 Calendar is missing

commented

Hey,
completely missing sounds wierd; I added an option to hide it, but that didnt really change anything.
But: I discovered a small issue with the logic of the new conditional visiblity settings, so I fixed that.

Will push an update to curseforge later, please check it out and report back if everything works for you!

commented

0.16.3 The calendar still doesn't display
007

commented

Ha, I found something!
I think you have lua errors, maybe 4?
On my Wrath private server I get 4 errors, but the problem is one function from the blizzard API that is different than SoD/Cata (-> different namespace). Once I fixed this, the errors are gone and the calendar button is there again.

I'll upload an alpha version to curseforge, live version in ~2-3 days.

commented

I am not very familiar with these mistakes
But I can see some error messages about the mini map

1x DragonflightUI/Compatibility.lua:8: attempt to call local 'checkAddonFunc' (a nil value)
[string "@DragonflightUI/Compatibility.lua"]:8: in function FuncOrWaitframe' [string "@DragonflightUI/Modules/Minimap.lua"]:1374: in function ChangeMinimapButtons'
[string "@DragonflightUI/Modules/Minimap.lua"]:1428: in function Wrath' [string "@DragonflightUI/Modules/Minimap.lua"]:406: in function <DragonflightUI/Modules/Minimap.lua:401> [string "=[C]"]: ? [string "@Accountant_Classic/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:66: in function <...ccountant_Classic/Libs/AceAddon-3.0/AceAddon-3.0.lua:61> [string "@Accountant_Classic/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:523: in function <...ccountant_Classic/Libs/AceAddon-3.0/AceAddon-3.0.lua:516> [string "=(tail call)"]: ? [string "=(tail call)"]: ? [string "@DragonflightUI/Modules/Config.lua"]:155: in function ApplySettings'
[string "@DragonflightUI/Modules/Config.lua"]:122: in function <DragonflightUI/Modules/Config.lua:114>
[string "=[C]"]: ?
[string "@Accountant_Classic/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:66: in function <...ccountant_Classic/Libs/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@Accountant_Classic/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:523: in function EnableAddon' [string "@Accountant_Classic/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:536: in function EnableAddon'
[string "@Accountant_Classic/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:626: in function <...ccountant_Classic/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>

Locals:
self =

{
FuncOrWaitframe = defined @DragonflightUI/Compatibility.lua:6
}
addon = "LFGBulletinBoard"
func = defined @DragonflightUI/Modules/Minimap.lua:1374
checkAddonFunc = nil
(*temporary) = nil
(*temporary) = "LFGBulletinBoard"
(*temporary) = "attempt to call local 'checkAddonFunc' (a nil value)"

commented

I think thats the same one I got on my Wrath client.
You could try out the alpha if you want: https://www.curseforge.com/wow/addons/dragonflight-ui-classic/files/5694367

commented

In this version, I can set up a mini map
I saw a hidden calendar button inside, but I didn't select it
But the calendar is not displayed on the mini map
1
22

In previous versions, it was like this
33

commented

Might be fixed with the new version v0.17 (I hope)

commented

He still hasn't