Karl-HeinzSchneider / WoW-DragonflightUI

World of Warcraft (classic) Addon to bring the new Retail UI to WoW Classic!
https://www.curseforge.com/wow/addons/dragonflight-ui-classic
MIT License
31 stars 14 forks source link

[BUG] #253

Open vggfac opened 2 months ago

vggfac commented 2 months ago

0.16.2 Calendar is missing

Karl-HeinzSchneider commented 2 months ago

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!

vggfac commented 2 months ago

0.16.3 The calendar still doesn't display 007

Karl-HeinzSchneider commented 2 months ago

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.

vggfac commented 2 months ago

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 functionChangeMinimapButtons' [string "@DragonflightUI/Modules/Minimap.lua"]:1428: in function `Wrath' [string "@DragonflightUI/Modules/Minimap.lua"]:406: in function <DragonflightUI/Modules/Minimap.lua:401>

[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 "@DragonflightUI/Modules/Config.lua"]:155: in function `ApplySettings' [string "@DragonflightUI/Modules/Config.lua"]:122: in function <DragonflightUI/Modules/Config.lua:114>

[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 functionEnableAddon' [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)"

Karl-HeinzSchneider commented 2 months ago

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

vggfac commented 2 months ago

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

Karl-HeinzSchneider commented 1 month ago

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

vggfac commented 1 month ago

He still hasn't