Thread Tools Display Modes
06-25-10, 02:18 AM   #1
henab
A Defias Bandit
Join Date: Jun 2010
Posts: 2
Error with 5.06.26

I get this error when logging in to all my chars. And, yes, I have disabled every addons except nUI.

----

Message: ...youts\Default\InfoPanels\nUI_InfoPanel_CombatLog.lua:414: attempt to index local 'bottom' (a nil value)
Time: 06/25/10 10:14:12
Count: 1
Stack: ...youts\Default\InfoPanels\nUI_InfoPanel_CombatLog.lua:414: in function `setEnabled'
...youts\Default\InfoPanels\nUI_InfoPanel_CombatLog.lua:204: in function `initPanel'
Interface\AddOns\nUI\Integration\nUI_InfoPanel.lua:793: in function `applyScale'
Interface\AddOns\nUI\Integration\nUI_InfoPanel.lua:908: in function `applyOptions'
Interface\AddOns\nUI\Integration\nUI_InfoPanel.lua:937: in function `applySkin'
Interface\AddOns\nUI\Main\nUI.lua:252: in function <Interface\AddOns\nUI\Main\nUI.lua:137>

Locals: enabled = true
minimize = nil
bottom = nil
down = nil
up = nil
(*temporary) = "ChatFrame2"
(*temporary) = nil
(*temporary) = 2
(*temporary) = 0
(*temporary) = "attempt to index local 'bottom' (a nil value)"
plugin = nUI_InfoPanel_CombatLog {
enabled = true
options = <table> {
}
0 = <userdata>
combattab_parent = UIParent {
}
initPanel = <function> defined @Interface\AddOns\nUI\Layouts\Default\InfoPanels\nUI_InfoPanel_CombatLog.lua:194
combatlog_parent = UIParent {
}
setSelected = <function> defined @Interface\AddOns\nUI\Layouts\Default\InfoPanels\nUI_InfoPanel_CombatLog.lua:472
sizeChanged = <function> defined @Interface\AddOns\nUI\Layouts\Default\InfoPanels\nUI_InfoPanel_CombatLog.lua:249
active = true
selected = false
setEnabled = <function> defined @Interface\AddOns\nUI\Layouts\Default\InfoPanels\nUI_InfoPanel_CombatLog.lua:303
container = nUI_InfoPanel_CombatLogContainer {
}
}
COMBAT_LOG = ChatFrame2 {
oldAlpha = 0
channelList = <table> {
}
0 = <userdata>
isInitialized = 1
editBox = ChatFrameEditBox {
}
buttonSide = "LEFT"
tellTimer = 1051.757
name = "Combat Log"
isLocked = 1
zoneChannelList = <table> {
}
flashTimer = 0
messageTypeList = <table> {
}
}
 
06-25-10, 04:23 AM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Has your server been patched to 3.3.5?
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
06-25-10, 06:00 AM   #3
whereswaldo
A Chromatic Dragonspawn
 
whereswaldo's Avatar
Join Date: May 2008
Posts: 167
I just installed the latest fix and where Skada was fitting nicely into the infopanel with the previous release, here is what I get now. As you can see from the Chat frame, I am at the latest release.

Also, but not related, I managed to get Hitsmode to move into the infopanel, but it hangs off to the left overlapping the action buttons. I'm sure this is the same issue that Xyrstal is working on with WHispers and Guild Chat.
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_062510_075423.jpg
Views:	676
Size:	323.8 KB
ID:	4505  
 
06-25-10, 06:26 AM   #4
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I *strongly* suspect the problem with the Skada info panel is related to you using HitsMode. The error you're showing is just the last of 28 errors, the first one is likely to be the cause of all of the rest and I wouldn't be surprised to see the first one have something to do with HitsMode.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
06-25-10, 06:41 AM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Originally Posted by whereswaldo View Post
I just installed the latest fix and where Skada was fitting nicely into the infopanel with the previous release, here is what I get now. As you can see from the Chat frame, I am at the latest release.

Also, but not related, I managed to get Hitsmode to move into the infopanel, but it hangs off to the left overlapping the action buttons. I'm sure this is the same issue that Xyrstal is working on with WHispers and Guild Chat.
Yes, if hitsmode uses a chatframe and tab combo, it is possible that they are going to hit the same problem I did. Which I can thankfully say I have 50% solved. As in I can easily create a frame on the fly and release it on log out for reuse later but haven't figured out how to keep one active and reuse it without adding saved variables which, I may end up doing just to save time.

Whispers is fixed now and GuildChat should be next being of a similar make up so will involve a few copy and pastes. Chat will be a whole new kettle of fish and I may use that addon to do something new
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
06-25-10, 07:37 AM   #6
whereswaldo
A Chromatic Dragonspawn
 
whereswaldo's Avatar
Join Date: May 2008
Posts: 167
Nope. Only one bug for that session. I just neglected to select the current session tab. If you look up at the bar on top it shows just the one error. I actually made changes to Hitsmode to get it to move into the infopanel. I am using newer Hitsmode5 (I also modified the infopanel:Hitmode plugin to check for Hitsmode5 instead of hitsmode). I will disable both and do a reload to see what happens.

Here is a dancing banana cuz my daughter want's me to include it



Edit: Okay. Disabled Hitsmode5 and Infopanel:Hitsmode and got the exact same error. I checked Bugsack and the first 27 errors were related to an error with LibJostle 3.0. I just forgot to clean out the old errors

Last edited by whereswaldo : 06-25-10 at 07:44 AM.
 
06-25-10, 07:49 AM   #7
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I'm miffed at this point.

Do you have the most current Skada?

I'll have a look at it this evening when I can, but in the meantime, I would say keep playing around with it and see if you can nail down the interaction that's causing it. I spent hours on it last night including offing the horde that were blowing through Darnassus on the way to the Teladrassil fire and had no errors with Skada.

There's some odd interaction going on here somewhere.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
06-26-10, 01:17 AM   #8
henab
A Defias Bandit
Join Date: Jun 2010
Posts: 2
Originally Posted by spiel2001 View Post
Has your server been patched to 3.3.5?
Nope, it's running 3.3.3.11723, EU - Terokkar.

Saw that .26 won't work with 3.3.3 so I'll go back to .21. My bad for not reading all notes....

Last edited by henab : 06-26-10 at 01:27 AM.
 
06-26-10, 08:09 AM   #9
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Rofl, no probs. You're not the first and I'm sure not the last. Hopefully by Tuesday you guys will get it finally
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
06-26-10, 02:17 PM   #10
Seer
A Molten Giant
Join Date: Dec 2007
Posts: 649
Wednesday.. We get patches on Wednesday..
__________________
Take it as you want or leave it as it is.
 
06-26-10, 02:25 PM   #11
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Oops, and with 3 brothers getting the patch I should flaming well know rofl.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » Error with 5.06.26


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off