Tombstones

Tombstones

11.7k Downloads

Lua errors with the newest Classic Era version

Pocokk opened this issue ยท 1 comments

commented

Message: Interface/AddOns/Tombstones/Tombstones.lua:1383: CreateFrame(): Couldn't find inherited node "OptionsCheckButtonTemplate"
Time: Thu Nov 21 14:28:11 2024
Count: 1
Stack: Interface/AddOns/Tombstones/Tombstones.lua:1383: CreateFrame(): Couldn't find inherited node "OptionsCheckButtonTemplate"
[string "@Interface/AddOns/Tombstones/Tombstones.lua"]:1383: in function <Interface/AddOns/Tombstones/Tombstones.lua:1371>
[string "@Interface/AddOns/Tombstones/Tombstones.lua"]:4068: in function `?'
[string "@Interface/AddOns/Tombstones/Tombstones.lua"]:4094: in function <Interface/AddOns/Tombstones/Tombstones.lua:4093>

Locals: interPanel = TombstonesInterfaceOptions {
name = "Tombstones"
}
titleText = FontString {
}
font = "Fonts\FRIZQT__.TTF"
_ = 11.999999
flags = ""
deathRecordsDB =

{
useClassIcons = true
showDanger = true
targetDangerFramePos =
{
}
filteredTombsChat = true
broadcastPvpDeath = true
minimapDB =
{
}
rating = true
TOMB_FILTERS =
{
}
autoSync = true
dangerFrameUnlocked = true
visiting = true
showMarkers = true
offerSync = true
hide = false
showZoneSplash = true
reduceChatMsgs = false
deathRecords =
{
}
zoneDangerFramePos =
{
}
}
icon =
{
callbacks =
{
}
radius = 5
loggedIn = true
tooltip = LibDBIconTooltip {
}
objects =
{
}
callbackRegistered = true
}
targetDangerFrame = nil
zoneDangerFrame = nil

and

Message: Interface/AddOns/Tombstones/Engravings.lua:1089: CreateFrame(): Couldn't find inherited node "OptionsCheckButtonTemplate"
Time: Thu Nov 21 14:28:11 2024
Count: 1
Stack: Interface/AddOns/Tombstones/Engravings.lua:1089: CreateFrame(): Couldn't find inherited node "OptionsCheckButtonTemplate"
[string "@Interface/AddOns/Tombstones/Engravings.lua"]:1089: in function <Interface/AddOns/Tombstones/Engravings.lua:1076>
[string "@Interface/AddOns/Tombstones/Engravings.lua"]:2358: in function `?'
[string "@Interface/AddOns/Tombstones/Engravings.lua"]:2384: in function <Interface/AddOns/Tombstones/Engravings.lua:2383>

Locals: interPanel = EngravingsInterfaceOptions {
name = "Engravings"
parent = "Tombstones"
}
titleText = FontString {
}
font = "Fonts\FRIZQT__.TTF"
_ = 11.999999
flags = ""
engravingsDB =

{
announcePlacement = true
engravingRecords =
{
}
offerSync = false
minimapDB =
{
}
participating = false
reduceChatMsgs = false
autoSync = true
ENGR_FILTERS =
{
}
}
icon =
{
callbacks =
{
}
radius = 5
loggedIn = true
tooltip = LibDBIconTooltip {
}
objects =
{
}
callbackRegistered = true
}
hbdp =
{
minimapPins =
{
}
worldmapPinsPool =
{
}
Minimap = Minimap {
}
worldmapPins =
{
}
worldmapProviderPin =
{
}
worldmapProvider =
{
}
updateFrame = Frame {
}
worldmapPinRegistry =
{
}
activeMinimapPins =
{
}
minimapPinRegistry =
{
}
}

commented

This was fixed by fe95d1e. Closing this for now. Additional changes to support DeathNotificationLib by yazpad also done. Sorry for the wait.