lithammer / NeavUI

Development branch of Neav UI
http://www.wowinterface.com/downloads/info13981-NeavUI.html
MIT License
94 stars 42 forks source link

A bunch of errors in the new version #127

Closed boecherbrandt closed 8 years ago

boecherbrandt commented 8 years ago

Message: Interface\AddOns\nCore\modules\errors.lua:7: table index is nil Time: 06/27/16 15:19:14 Count: 1 Stack: Interface\AddOns\nCore\modules\errors.lua:7: in main chunk

Locals: (_temporary) =

{ } (_temporary) = nil (_temporary) = 0.75 (_temporary) = (_temporary) = nil (_temporary) = nil (*temporary) = "table index is nil"

boecherbrandt commented 8 years ago

Message: Interface\AddOns\oUF_Neav\castbar.lua:53: attempt to call method 'SetColorTexture' (a nil value) Time: 06/27/16 15:24:46 Count: 1 Stack: Interface\AddOns\oUF_Neav\castbar.lua:53: in function CreateCastbars' Interface\AddOns\oUF_Neav\core.lua:466: in functionstyleFunc' Interface\AddOns\oUF\ouf.lua:262: in function <Interface\AddOns\oUF\ouf.lua:192> (tail call): ? Interface\AddOns\oUF\ouf.lua:555: in function Spawn' Interface\AddOns\oUF_Neav\core.lua:1364: in functionfunc' Interface\AddOns\oUF\factory.lua:20: in function <Interface\AddOns\oUF\factory.lua:16> (tail call): ?

Locals: self = oUF_Neav_Player { IsMainFrame = true Castbar = oUF_Neav_PlayerCastbar { } PLAYER_ENTERING_WORLD = defined @Interface\AddOns\oUF\ouf.lua:149 unit = "player" menu = defined @Interface\AddOns\oUF_Neav\core.lua:24 style = "oUF_Neav" IsTargetFrame = false 0 = UNIT_EXITED_VEHICLE = defined @Interface\AddOns\oUF\ouf.lua:38 __elements =

{ } UNIT_ENTERED_VEHICLE = defined @Interface\AddOns\oUF\ouf.lua:38 } unit = "player" config =
{ scale = 0.93 safezoneColor =
{ } width = 220 show = true color =
{ } showSafezone = true position =
{ } height = 19 classcolor = true icon =
{ } showLatency = true } playerColor =
{ b = 0.41 colorStr = "fffff569" g = 0.96 r = 1 } (_temporary) = nil (_temporary) = { 0 = } (_temporary) = 1 (_temporary) = 0 (_temporary) = 1 (_temporary) = "attempt to call method 'SetColorTexture' (a nil value)" ns =
{ ColorBorder = defined @Interface\AddOns\oUF_Neav\func\castbar.lua:5 UpdateAuraIcons = defined @Interface\AddOns\oUF_Neav\func\aura.lua:101 UpdateAuraTimer = defined @Interface\AddOns\oUF_Neav\func\aura.lua:21 CustomDelayText = defined @Interface\AddOns\oUF_Neav\func\castbar.lua:15 PortraitTimerDB =
{ } CustomTimeText = defined @Interface\AddOns\oUF_Neav\func\castbar.lua:11 utf8sub = defined @Interface\AddOns\oUF_Neav\func\func.lua:165 PostUpdateIcon = defined @Interface\AddOns\oUF_Neav\func\aura.lua:47 GetPowerText = defined @Interface\AddOns\oUF_Neav\func\func.lua:121 StopFlash = defined @Interface\AddOns\oUF_Neav\func\flash.lua:50 CreateCastbars = defined @Interface\AddOns\oUF_Neav\castbar.lua:22 CreateCastbarStrings = defined @Interface\AddOns\oUF_Neav\func\castbar.lua:19 FormatTime = defined @Interface\AddOns\oUF_Neav\func\func.lua:52 IsFlashing = defined @Interface\AddOns\oUF_Neav\func\flash.lua:40 StartFlash = defined @Interface\AddOns\oUF_Neav\func\flash.lua:56 cUnit = defined @Interface\AddOns\oUF_Neav\func\func.lua:36 MultiCheck = defined @Interface\AddOns\oUF_Neav\func\func.lua:155 Config =
{ } GetHealthText = defined @Interface\AddOns\oUF_Neav\func\func.lua:95 } UpdateCastbarColor = defined @Interface\AddOns\oUF_Neav\castbar.lua:4

boecherbrandt commented 8 years ago

Message: Interface\AddOns!Colorz!Colorz.lua:20: attempt to call global 'UnitIsTapDenied' (a nil value) Time: 06/27/16 15:24:46 Count: 14 Stack: Interface\AddOns!Colorz!Colorz.lua:20: in function UnitSelectionColor' Interface\FrameXML\TargetFrame.lua:326: in functionTargetFrame_CheckFaction' Interface\FrameXML\TargetFrame.lua:194: in function `OnEvent' Interface\FrameXML\UnitFrame.lua:676: in function <Interface\FrameXML\UnitFrame.lua:674>

Locals: unit = "boss5" r = nil g = nil b = nil (_temporary) = nil (_temporary) = "boss5" (*temporary) = "attempt to call global 'UnitIsTapDenied' (a nil value)"

boecherbrandt commented 8 years ago

Seems a lot of the UI breaks because of those temporary variables

ghost commented 8 years ago

@Andersbbrandt Are you currently trying to use this version on live servers because this is being brought up-to-date for Legion currently.?

This would be what you want for Live until Legion releases. https://github.com/renstrom/NeavUI/archive/ff9fc92de96a1dbc91221630be6cf0edb193ef65.zip

boecherbrandt commented 8 years ago

@Kkthnx yeah, I just came back to play a bit of WoW and updated my UI without checking the version, my apologies. Downgrading worked fine.