Error after the recent update in classic era
YEnthalpy opened this issue · 3 comments
Hi tkyeung, there is an error occurring after the latest update. I think it was caused by Blizzard deprecating some old APIs.
Here is the error message. Could you please look into it? Thanks!
MerInspect-classic-era/Options.lua:226: attempt to call global 'InterfaceOptions_AddCategory' (a nil value)
[string "@MerInspect-classic-era/Options.lua"]:226: in main chunk
Locals:
LibEvent =
triggers =
}
events =
}
}
VERSION = 1
addon = "MerInspect-classic-era"
ns =
}
L =
}
DefaultDB =
ShowOwnFrameWhenInspecting = false
Debug = false
ShowCharacterItemStats = true
ShowInspectAngularBorder = false
ShowCharacterItemSheet = true
ShowItemStats = true
ShowInspectItemSheet = true
version = 1
position =
}
DefaultPosition = false
ShowItemSlotString = true
ShowInspectColoredLabel = true
ShowItemBorder = true
}
options =
1 =
}
2 =
}
3 =
}
4 =
}
5 =
}
6 =
}
7 =
}
8 =
}
}
frame = Frame {
title = FontString {
}
name = "MerInspect-classic-era"
}
(*temporary) = nil
(*temporary) = Frame {
title = FontString {
}
name = "MerInspect-classic-era"
}
(*temporary) = "attempt to call global 'InterfaceOptions_AddCategory' (a nil value)"
thanks for the report; I will find time to look into it! Sent from my iPhoneOn Oct 4, 2024, at 19:07, Zehan Yang ***@***.***> wrote:
Hi tkyeung, there is an error occurring after the latest update. I think it was caused by Blizzard deprecating some old APIs.
Here is the error message. Could you please look into it? Thanks!
MerInspect-classic-era/Options.lua:226: attempt to call global 'InterfaceOptions_AddCategory' (a nil value)
[string ***@***.***/Options.lua"]:226: in main chunk
Locals:
LibEvent = {
triggers = {
}
events = {
}
}
VERSION = 1
addon = "MerInspect-classic-era"
ns = {
}
L = {
}
DefaultDB = {
ShowOwnFrameWhenInspecting = false
Debug = false
ShowCharacterItemStats = true
ShowInspectAngularBorder = false
ShowCharacterItemSheet = true
ShowItemStats = true
ShowInspectItemSheet = true
version = 1
position = {
}
DefaultPosition = false
ShowItemSlotString = true
ShowInspectColoredLabel = true
ShowItemBorder = true
}
options = {
1 = {
}
2 = {
}
3 = {
}
4 = {
}
5 = {
}
6 = {
}
7 = {
}
8 = {
}
}
frame = Frame {
title = FontString {
}
name = "MerInspect-classic-era"
}
(*temporary) = nil
(*temporary) = Frame {
title = FontString {
}
name = "MerInspect-classic-era"
}
(*temporary) = "attempt to call global 'InterfaceOptions_AddCategory' (a nil value)"
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Hi @YEnthalpy the Issue has been addressed, and I submitted a new version (v1.1.4) to Curseforge.