BattleGroundEnemies

BattleGroundEnemies

6M Downloads

Wotlk version doesn't load and is not usable

lishpeth opened this issue ยท 2 comments

commented

BattleGroundEnemies/Options.lua:1428: BattleGroundEnemies isn't registed with AceConfigRegistry, unable to open config
[string "=[C]"]: ?
[string "@Masque/Libs/AceConfig-3.0-3/AceConfigDialog-3.0-86/AceConfigDialog-3.0.lua"]:1852: in function Open' [string "@BattleGroundEnemies/Options.lua"]:1428: in function ?'
[string "@FrameXML/ChatFrame.lua"]:4938: in function ChatEdit_ParseText' [string "@FrameXML/ChatFrame.lua"]:4601: in function ChatEdit_SendText'
[string "@FrameXML/ChatFrame.lua"]:4637: in function <FrameXML/ChatFrame.lua:4633>
[string "=[C]"]: in function `ChatEdit_OnEnterPressed'
[string "*ChatFrame.xml:121_OnEnterPressed"]:1: in function <[string "*ChatFrame.xml:121_OnEnterPressed"]:1>

Locals:
(*temporary) = "BattleGroundEnemies isn't registed with AceConfigRegistry, unable to open config"

I use the retail version just fine, but Wotlk version doesn't even open the config menu. It doesn't show up in the addons section. I have tried the older versions, they don't seem to work either.

commented

There is also this error, too:

9x ...ttleGroundEnemies/Libs/LibChangelog-0/LibChangelog.lua:150: attempt to index field 'text' (a nil value)
[string "@BattleGroundEnemies/Libs/LibChangelog-0/LibChangelog.lua"]:150: in function ShowChangelog' [string "@BattleGroundEnemies/Main.lua"]:3069: in function ?'
[string "@BattleGroundEnemies/Main.lua"]:2294: in function <BattleGroundEnemies/Main.lua:2291>

Locals:
self =

{
ShowChangelog = defined @BattleGroundEnemies/Libs/LibChangelog/LibChangelog.lua:96
CreateBulletedListEntry = defined @BattleGroundEnemies/Libs/LibChangelog/LibChangelog.lua:78
Register = defined @BattleGroundEnemies/Libs/LibChangelog/LibChangelog.lua:34
BattleGroundEnemies =
{
}
CreateString = defined @BattleGroundEnemies/Libs/LibChangelog/LibChangelog.lua:48
}
addonName = "BattleGroundEnemies"
fonts =
{
text = GameFontHighlight {
}
version = GameFontNormalHuge {
}
title = GameFontNormal {
}
}
addonData =
{
onlyShowWhenNewVersionKey = "onlyShowWhenNewVersion"
savedVariablesTable =
{
}
lastReadVersionKey = "lastReadVersion"
changelogTable =
{
}
texts =
{
}
}
firstEntry =
{
Version = "10.0.2.6"
Sections =
{
}
}
addonSavedVariablesTable =
{
ConvertCyrillic = true
DisableArenaFramesInBattleground = false
onlyShowWhenNewVersion = true
Allies =
{
}
MyTarget_BorderSize = 2
RBG =
{
}
Locked = false
Debug = false
MyFocus_BorderSize = 2
UseBigDebuffsPriority = true
MyFocus_Color =
{
}
ShowTooltips = true
Font = "PT Sans Narrow Bold"
DisableArenaFramesInArena = false
MyTarget_Color =
{
}
Enemies =
{
}
}
frame = Frame {
0 =
TitleText = UIParentTitleText {
}
PortraitFrame = UIParentPortraitFrame {
}
LeftBorder = UIParentLeftBorder {
}
GetTitleText = defined @SharedXML/SharedUIPanelTemplates.lua:875
TopLeftCorner = UIParentTopLeftCorner {
}
Bg = UIParentBg {
}
RightBorder = UIParentRightBorder {
}
TopBorder = UIParentTopBorder {
}
scrollChild = Frame {
}
TopTileStreaks = UIParentTopTileStreaks {
}
TitleBg = UIParentTitleBg {
}
BottomBorder = UIParentBottomBorder {
}
scrollBar = ScrollFrame {
}
Inset = UIParentInset {
}
CloseButton = UIParentCloseButton {
}
BotRightCorner = UIParentBotRightCorner {
}
CheckButton = CheckButton {
}
portrait = UIParentPortrait {
}
BotLeftCorner = UIParentBotLeftCorner {
}
OnLoad = defined @SharedXML/SharedUIPanelTemplates.lua:857
SetTitle = defined @SharedXML/SharedUIPanelTemplates.lua:879
TopRightCorner = UIParentTopRightCorner {
}
}
(*temporary) = nil
(*temporary) = nil
(*temporary) = "LEFT"
(*temporary) = Frame {
0 =
TitleText = UIParentTitleText {
}
PortraitFrame = UIParentPortraitFrame {
}
LeftBorder = UIParentLeftBorder {
}
GetTitleText = defined @SharedXML/SharedUIPanelTemplates.lua:875
TopLeftCorner = UIParentTopLeftCorner {
}
Bg = UIParentBg {
}
RightBorder = UIParentRightBorder {
}
TopBorder = UIParentTopBorder {
}
scrollChild = Frame {
}
TopTileStreaks = UIParentTopTileStreaks {
}
TitleBg = UIParentTitleBg {
}
BottomBorder = UIParentBottomBorder {
}
scrollBar = ScrollFrame {
}
Inset = UIParentInset {
}
CloseButton = UIParentCloseButton {
}
BotRightCorner = UIParentBotRightCorner {
}
CheckButton = CheckButton {
}
portrait = UIParentPortrait {
}
BotLeftCorner = UIParentBotLeftCorner {
}
OnLoad = defined @SharedXML/SharedUIPanelTemplates.lua:857
SetTitle = defined @SharedXML/SharedUIPanelTemplates.lua:879
TopRightCorner = UIParentTopRightCorner {
}
}
(*temporary) = "BOTTOMLEFT"
(*temporary) = 10
(*temporary) = 13
(*temporary) =
(*temporary) = UIParentInsetScrollBar {
0 =
ThumbTexture = UIParentInsetScrollBarThumbTexture {
}
ScrollUpButton = UIParentInsetScrollBarScrollUpButton {
}
ScrollDownButton = UIParentInsetScrollBarScrollDownButton {
}
}
(*temporary) = UIParentInsetScrollBarScrollDownButton {
0 =
Pushed = Texture {
}
Disabled = Texture {
}
Highlight = Texture {
}
Normal = Texture {
}
}
(*temporary) = UIParentInsetScrollBarScrollUpButton {
0 =
Pushed = Texture {
}
Disabled = Texture {
}
Highlight = Texture {
}
Normal

commented

Adding "--" to the 150th line in LibChangelog.lua fixes the issue.

As in the example;

-- frame.CheckButton.text:SetText(addonData.texts.onlyShowWhenNewVersion or "Only Show after next update")