Login LUA errors on MOP Classic
Epidemedabear opened this issue ยท 3 comments
Get the following lua errors on MOP Classic when logging in
40x Kui_Nameplates/lib/embeds.xml:8 Couldn't open Kui_Nameplates/LibClassicDurations/LibClassicDurations.xml
KNP Dump file :
2.29.19-1-g056fb04 2.5
enUS MONK
{profile=default}
{}
HealthBar, CombatUpdate, NameText, LevelText, RaidIcon, [ClassPowers], CastBar, Highlight, PowerBar, [AbsorbBar], Threat, Auras, Classification, Execute, TankMode, Fading, GuildText, PlayerAnchor, [CombatToggle], ArenaID, BossMods, Quest, BarAnimation, Target
@Epidemedabear If you manually edit the addon files, and add the missing lib directories (check my PR linked below) you'll be good.
@Stanzilla Pinging since I interacted with you a few weeks back. This appears to happen because this file is ignored in packaging, here. It seems that maybe the latest addon was packaged with the retail pkgmeta, and not pkgmeta-classic, in your build.yml. Was that intentional?
@Epidemedabear If you manually edit the addon files, and add the missing lib directories (check my PR linked below) you'll be good.
@Stanzilla Pinging since I interacted with you a few weeks back. This appears to happen because this file is ignored in packaging, here. It seems that maybe the latest addon was packaged with the retail pkgmeta, and not pkgmeta-classic, in your build.yml. Was that intentional?
Would you mind explaining explicit instructions on how to fix this? Where does the classic.yml file go?