Merinspect classic era (aka Tiny Inspect classic era)

Merinspect classic era (aka Tiny Inspect classic era)

10.4k Downloads

Error after the recent update in classic era

YEnthalpy opened this issue · 3 comments

commented

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)"

commented
commented

Hi @YEnthalpy the Issue has been addressed, and I submitted a new version (v1.1.4) to Curseforge.

commented

Thanks very much :)