Giter VIP home page Giter VIP logo

details-framework's People

Contributors

cont1nuity avatar dlightle avatar filliph avatar joschiz avatar linaori avatar raethkcj avatar tercioo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

details-framework's Issues

Errors 10.0.2 Evoker

3x LibDFramework-1.0/embeds.xml:2 Error loading LibDFramework-1.0/Libs/LibStub-1.0.2-70000/LibStub.lua

3x LibDFramework-1.0/embeds.xml:3 Error loading LibDFramework-1.0/Libs/CallbackHandler-1.0-7/CallbackHandler-1.0.lua

3x LibDFramework-1.0/embeds.xml:4 Couldn't open LibDFramework-1.0/Libs/LibSharedMedia-3.0-8020003/lib.xml

3x LibDFramework-1.0/embeds.xml:5 Couldn't open LibDFramework-1.0/Libs/AceGUI-3.0-41/AceGUI-3.0.xml

3x LibDFramework-1.0/embeds.xml:6 Couldn't open LibDFramework-1.0/Libs/AceDBOptions-3.0-15/AceDBOptions-3.0.xml

3x LibDFramework-1.0/embeds.xml:7 Couldn't open LibDFramework-1.0/Libs/AceLocale-3.0-6/AceLocale-3.0.xml

3x LibDFramework-1.0/embeds.xml:8 Couldn't open LibDFramework-1.0/Libs/AceAddon-3.0-13/AceAddon-3.0.xml

3x LibDFramework-1.0/embeds.xml:9 Couldn't open LibDFramework-1.0/Libs/AceDB-3.0-27/AceDB-3.0.xml

3x LibDFramework-1.0/embeds.xml:10 Couldn't open LibDFramework-1.0/Libs/AceTimer-3.0-17/AceTimer-3.0.xml

3x LibDFramework-1.0/embeds.xml:11 Couldn't open LibDFramework-1.0/Libs/AceConfig-3.0-3/AceConfig-3.0.xm

WoWScrnShot_112422_175404

SetIcon causes a table index is nil error when spellId is nil and forceTexture is passed

Error - Details\Libs\DF\panel.lua:5395: table index is nil

In panel.lua the method SetIcon = function (self, spellId, borderColor, startTime, duration, forceTexture, descText, count, debuffType, caster, canStealOrPurge, spellName, isBuff)

If spellId is set to nil and forceTexture is passed, there will be an error generated further in the function at self.AuraCache [spellId] = true.

stack_text_color is unused

The default_icon_row_options defines a stack_text_color, but it is not used. When calling iconFrame.StackText:SetTextColor() in panel.lua line 4590, it currently uses desc_text_color instead. Both default to white, so it rarely is an issue unless you try to redefine stack_text_color with a script.

Lua errors on 9.0.1

Message: Interface\AddOns\Details\Libs\DF\cooltip.lua:169: attempt to call method 'SetBackdrop' (a nil value)
Time: Wed Oct 14 12:58:26 2020
Count: 1
Stack: Interface\AddOns\Details\Libs\DF\cooltip.lua:169: attempt to call method 'SetBackdrop' (a nil value)
[string "@interface\AddOns\Details\Libs\DF\cooltip.lua"]:169: in function build_main_frame' [string "@Interface\AddOns\Details\Libs\DF\cooltip.lua"]:290: in function CreateCoolTip'
[string "@interface\AddOns\Details\Libs\DF\cooltip.lua"]:3413: in main chunk

Locals: self = GameCooltipFrame1 {
0 =
FlashAnimation = {
}
Stop = defined @interface\AddOns\Details\Libs\DF\fw.lua:658
SetBorderColor = defined @interface\AddOns\Details\Libs\DF\fw.lua:2859
SetLayerVisibility = defined @interface\AddOns\Details\Libs\DF\fw.lua:2871
Borders =

{
}
SetBorderAlpha = defined @interface\AddOns\Details\Libs\DF\fw.lua:2843
Flash = defined @interface\AddOns\Details\Libs\DF\fw.lua:663
}
(*temporary) = nil
(*temporary) = GameCooltipFrame1 {
0 =
FlashAnimation = {
}
Stop = defined @interface\AddOns\Details\Libs\DF\fw.lua:658
SetBorderColor = defined @interface\AddOns\Details\Libs\DF\fw.lua:2859
SetLayerVisibility = defined @interface\AddOns\Details\Libs\DF\fw.lua:2871
Borders =
{
}
SetBorderAlpha = defined @interface\AddOns\Details\Libs\DF\fw.lua:2843
Flash = defined @interface\AddOns\Details\Libs\DF\fw.lua:663
}
(*temporary) =
{
bgFile = "Interface\DialogFrame\UI-DialogBox-Background-Dark"
tileSize = 16
edgeFile = "Interface\Buttons\WHITE8X8"
tile = true
edgeSize = 1
insets =
{
}
}
(*temporary) = "attempt to call method 'SetBackdrop' (a nil value)"
DF =
{
DropDownCounter = 957972
ClassCache =
{
}
GetAsianNumberSymbols = defined @interface\AddOns\Details\Libs\DF\fw.lua:419
CreateAnts = defined @interface\AddOns\Details\Libs\DF\fw.lua:2802
NewLabel = defined @interface\AddOns\Details\Libs\DF\label.lua:275
PanelCounter = 957972
PictureNameCounter = 957972
Mixin = defined @interface\AddOns\Details\Libs\DF\fw.lua:2349
ClientLanguage = "enUS"
SetHook = defined @interface\AddOns\Details\Libs\DF\fw.lua:2221
GetCurrentSpec = defined @interface\AddOns\Details\Libs\DF\fw.lua:3221
CheckPoints = defined @interface\AddOns\Details\Libs\DF\fw.lua:718
GetRangeValue = defined @interface\AddOns\Details\Libs\DF\math.lua:57
GetCooldownInfo = defined @interface\AddOns\Details\Libs\DF\spells.lua:785
ScheduleTimer = defined @interface\AddOns\Ace3\AceTimer-3.0\AceTimer-3.0.lua:94
NewTextEntry = defined @interface\AddOns\Details\Libs\DF\textentry.lua:561
EncodeString = defined @interface\AddOns\Details\Libs\DF\textentry.lua:1268
SortOrder3R = defined @interface\AddOns\Details\Libs\DF\fw.lua:641
Msg = defined @interface\AddOns\Details\Libs\DF\fw.lua:614
PrintVersion = defined @interface\AddOns\Details\Libs\DF\fw.lua:145
CreateScrollBar = defined @interface\AddOns\Details\Libs\DF\scrollbar.lua:7
CreateGlowOverlay = defined @interface\AddOns\Details\Libs\DF\fw.lua:2757
UnitGroupRolesAssigned = defined @interface\AddOns\Details\Libs\DF\fw.lua:58
ShowTutorialAlertFrame = defined @interface\AddOns\Details\Libs\DF\fw.lua:1816
CooldownsExternals =
{
}
GetSpecializationRole = defined @interface\AddOns\Details\Libs\DF\fw.lua:94
SpecListByClass =
{
}
FRAMELEVEL_BACKGROUND = 150
RunHooksForWidget = defined @interface\AddOns\Details\Libs\DF\fw.lua:2203
IntegerToTimer = defined @interface\AddOns\Details\Libs\DF\fw.lua:494
SortOrder1 = defined @interface\AddOns\Details\Libs\DF\fw.lua:626
GetDefaultColorList = <func

Lua Error after update version

57x LibDFramework-1.0/icon.lua:52: attempt to index local 'newIconFrame' (a nil value)
[string "@LibDFramework-1.0/icon.lua"]:52: in function GetIcon' [string "@LibDFramework-1.0/icon.lua"]:120: in function SetIcon'
[string "@Plater/Plater_Auras.lua"]:1786: in function AddExtraIcon' [string "@Plater/Plater_Auras.lua"]:2079: in function UpdateAuras_Automatic'
[string "@Plater/Plater.lua"]:6686: in function <Plater/Plater.lua:6532>

Locals:
Skipped (In Encounter)

10.2 PTR error

217x Details/Libs/DF/unitframe.lua:311: Division by zero
[string "@Details/Libs/DF/unitframe.lua"]:311: in function UpdateHealPrediction' [string "@Details/Libs/DF/unitframe.lua"]:400: in function PLAYER_ENTERING_WORLD'
[string "@Details/Libs/DF/unitframe.lua"]:218: in function SetUnit' [string "@Details/Libs/DF/unitframe.lua"]:2167: in function SetUnit'
[string "@Plater/Plater.lua"]:4111: in function `func'
[string "@Plater/Plater.lua"]:4614: in function <Plater/Plater.lua:4610>

Locals:
self = NamePlate22PlaterUnitFrameHealthBar {
ExecuteGlowDown = Texture {
}
OnTick = defined @Details/Libs/DF/unitframe.lua:265
isNamePlate = true
GetTexCoord = defined @Details/Libs/DF/mixins.lua:1076
incomingHealIndicator = Texture {
}
SetTexCoord = defined @Details/Libs/DF/mixins.lua:1071
GetBackdropColor = defined @SharedXML/Backdrop.lua:390
actorLevel = FontString {
}
SetUnit = defined @Details/Libs/DF/unitframe.lua:172
unitName = FontString {
}
UNIT_MAXHEALTH = defined @Details/Libs/DF/unitframe.lua:408
ExecuteRangeBar = Texture {
}
SetHook = defined @Details/Libs/DF/mixins.lua:383
barTexture = Texture {
}
ClearBackdrop = defined @SharedXML/Backdrop.lua:282
SetAlphaTo = defined @Plater/Plater.lua:9151
SetupTextureCoordinates = defined @SharedXML/Backdrop.lua:214
SetBorderTexture = defined @Details/Libs/DF/mixins.lua:1164
0 =
barTextureMask = MaskTexture {
}
HookList =

{
}
DetailsRealTime = FontString {
}
OnBackdropLoaded = defined @SharedXML/Backdrop.lua:152
unit = "nameplate1"
SetVertexColor = defined @Details/Libs/DF/mixins.lua:1054
SetDesaturated = defined @Details/Libs/DF/mixins.lua:1042
GetBorderColor = defined @Details/Libs/DF/mixins.lua:1212
HasBackdropInfo = defined @SharedXML/Backdrop.lua:278
IsDesaturated = defined @Details/Libs/DF/mixins.lua:1050
GetColor = defined @Details/Libs/DF/mixins.lua:1085
shieldIndicator = Texture {
}
barBorderTextureForMask = Texture {
}
GetEdgeSize = defined @SharedXML/Backdrop.lua:188
DetailsRealTimeFromPlayer = FontString {
}
customborder = Frame {
}
AddMaskTexture = defined @Details/Libs/DF/mixins.lua:1117
IsAnimating = false
GetBorderTexture = defined @Details/Libs/DF/mixins.lua:1180
CurrentHealthMax = 0
UNIT_HEAL_PREDICTION = defined @Details/Libs/DF/unitframe.lua:419
PixelSnapDisabled = true
HealthBarEvents =
{
}
CreateTextureMask = defined @Details/Libs/DF/mixins.lua:1128
SetBackdropColor = defined @SharedXML/Backdrop.lua:399
displayedUnit = "nameplate1"
SetColor = defined @Details/Libs/DF/mixins.lua:1080
WidgetType = "healthBar"
R = 0.200000
SetDesaturation = defined @Details/Libs/DF/mixins.lua:1046
G = 0.576471
PlateFrame = NamePlate22 {
}
ExtraRaidMark = Texture {
}
GetMaskTexture = defined @Details/Libs/DF/mixins.lua:1096
GetTexture = defined @Details/Libs/DF/mixins.lua:1038
B = 0.498039
FrameOverlay = NamePlate22PlaterUnitFrameHealthBarOverlayFrame {
}
Settings =
{
}
SetMaskAtlas = defined @Details/Libs/DF/mixins.lua:1103
ExecuteGlowUp = Texture {
}
background = Texture {
}
A = 1
GetMaskAtlas = defined @Details/Libs/DF/mixins.lua:1110
oldHealth = 0
dversion = 468
SetMaskTexture = defined @Details/Libs/DF/mixins.lua:1089
FadeAnimation = AnimationGroup {
}
UNIT_HEAL_ABSORB_AMOUNT_CHANGED = defined @Details/Libs/DF/unitframe.lua:431
ApplyBackdrop = defined @SharedXML/Backdrop.lua:294
SetBackdrop = defined @SharedXML/Backdrop.lua:329
currentHealthMax = 0
CurrentHealth = 0
UNIT_HEALTH = defined @Details/Libs/DF/unitframe.lua:403
GetBackdrop = defined @SharedXML/Backdrop.lua:347
ExecuteRangeHealthCutOff = Texture {
}
RunH

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.