Tombstones

Tombstones

7.9k Downloads

LUA errors

Nillx opened this issue · 2 comments

commented

Heya, got this errors today while playing.

324x Usage: local position = C_Map.GetPlayerMapPosition(uiMapID, unitToken)
[string "=[C]"]: in function `GetPlayerMapPosition'
[string "@Tombstones/Engravings.lua"]:1650: in function <Tombstones/Engravings.lua:1644>
[string "@Tombstones/Engravings.lua"]:2088: in function <Tombstones/Engravings.lua:2086>

Locals:
(*temporary) = "Usage: local position = C_Map.GetPlayerMapPosition(uiMapID, unitToken)"
1x Tombstones/Engravings.lua:1205: attempt to concatenate local 'playerMap' (a nil value)
[string "@Tombstones/Engravings.lua"]:1205: in function <Tombstones/Engravings.lua:1200>
[string "@Tombstones/Engravings.lua"]:2116: in function `?'
[string "@Tombstones/Engravings.lua"]:2376: in function <Tombstones/Engravings.lua:2375>

Locals:
playerMap = nil
oldest_engraving_timestamp = 0
channel_num = 2
(*temporary) = <function> defined =[C]:-1
(*temporary) = <table> {
}
(*temporary) = "7"
(*temporary) = "$"
(*temporary) = 0
(*temporary) = "~"
(*temporary) = nil
(*temporary) = "attempt to concatenate local 'playerMap' (a nil value)"
GetOldestEngravingTimestamp = <function> defined @Tombstones/Engravings.lua:660
tombstones_channel = "tsbroadcastchannel"
requestedSync = true
engravings_sync_request_queue = <table> {
}
EN_COMM_COMMANDS = <table> {
 BROADCAST_ENGRAVING_PING = "6"
 WHISPER_SYNC_BULK_DATA = "10"
 WHISPER_SYNC_ACCEPT = "9"
 BROADCAST_ENGRAVING_SYNC_REQUEST = "7"
 WHISPER_SYNC_AVAILABILITY = "8"
}
COMM_COMMAND_DELIM = "$"
COMM_FIELD_DELIM = "~"

1x Tombstones/Tombstones.lua:560: attempt to concatenate local 'playerMap' (a nil value)
[string "@Tombstones/Tombstones.lua"]:560: in function <Tombstones/Tombstones.lua:555>
[string "@Tombstones/Tombstones.lua"]:3971: in function `?'
[string "@Tombstones/Tombstones.lua"]:4082: in function <Tombstones/Tombstones.lua:4081>

Locals:
playerMap = nil
oldest_tombstone_timestamp = 0
channel_num = 2
(*temporary) = <function> defined =[C]:-1
(*temporary) = <table> {
}
(*temporary) = "4"
(*temporary) = "$"
(*temporary) = 0
(*temporary) = "~"
(*temporary) = nil
(*temporary) = "attempt to concatenate local 'playerMap' (a nil value)"
GetOldestTombstoneTimestamp = <function> defined @Tombstones/Tombstones.lua:493
tombstones_channel = "tsbroadcastchannel"
requestedSync = true
tombstones_sync_request_queue = <table> {
}
TS_COMM_COMMANDS = <table> {
 BROADCAST_TALLY_REQUEST = "1"
 WHISPER_SYNC_AVAILABILITY = "5"
 BROADCAST_PVP_DEATH = "3"
 BROADCAST_KARMA_PING = "0"
 WHISPER_SYNC_ACCEPT = "6"
 BROADCAST_TOMBSTONE_SYNC_REQUEST = "4"
 WHISPER_TALLY_REPLY = "2"
}
COMM_COMMAND_DELIM = "$"
COMM_FIELD_DELIM = "~"
commented

Thank you for reporting this! I've just released Tombstones_v0.34.1.

Please give that a try and feel free to open up this issue again or make a new one if you still see issue(s).

commented

Благодаря :) No more errors so far.