Thread Tools Display Modes
06-24-10, 04:37 AM   #121
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Kronkfate View Post
I just have one last issue, not a big rush, i'll be happy when you get around to it after you get some more sleep, i can deal with it for now. the minimap is still in the upper right corner of my screen instead of middle bottom.
Did you try the '/nui minimap' command?
__________________

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-24-10, 04:49 AM   #122
Dramber
A Chromatic Dragonspawn
 
Dramber's Avatar
Join Date: Nov 2008
Posts: 142


Not helpful at all, but funny.
__________________
"Polymorph skills... portal skills... mage table skills... Girls only want mages who have great skills!"

-Napoleon Dynamage
 
06-24-10, 04:50 AM   #123
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Icanhascheeseburger.com is one of my absolute favorite web sites.
__________________

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-24-10, 08:04 AM   #124
dotslasher
A Murloc Raider
Join Date: Apr 2010
Posts: 4
I've installed the .25 hotfix and I still get errors:

Code:
Message: Interface\FrameXML\SecureStateDriver.lua:138: attempt to index field '?' (a nil value)
Time: 06/24/10 15:58:30
Count: 1
Stack: Interface\FrameXML\SecureStateDriver.lua:138: in function <Interface\FrameXML\SecureStateDriver.lua:120>
[C]: in function `SetAttribute'
Interface\FrameXML\SecureStateDriver.lua:11: in function `RegisterStateDriver'
...youts\Default\InfoPanels\nUI_InfoPanel_CombatLog.lua:410: 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: self = SecureStateDriverManager {
 0 = <userdata>
}
name = "setstate"
value = "visibility hide"
frame = nil
state = "state-visibility"
values = "hide"
(*temporary) = nil
(*temporary) = "visibility"
(*temporary) = "hide"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field '?' (a nil value)"
secureStateDrivers = <table> {
 (null) = <table> {
 }
 (null) = <table> {
 }
 (null) = <table> {
 }
}
unitExistsWatchers = <table> {
}
SecureStateDriverManager_UpdateUnitWatch = <function> defined @Interface\FrameXML\SecureStateDriver.lua:62
STATE_DRIVER_UPDATE_THROTTLE = 0.2
only nui was loaded.
 
06-24-10, 08:08 AM   #125
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
That is due to the first parameter ( the minimize button ) not existing. So, either you haven't got 3.3.5 patch yet in which case downgrade to 5.06.21 or there is a misspelling with the variable name for the minmizebutton like I found when I got that error yesterday.
__________________


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-24-10, 08:22 AM   #126
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Xrystal View Post
or there is a misspelling with the variable name for the minmizebutton like I found when I got that error yesterday.
Mispelling in Blizz's code? If so, did you report it to Blizz? If you didn't and want to post me the relevant code section, I'll make sure the powers that be know about it.

or is the misspelling in my code 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-24-10, 08:38 AM   #127
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Originally Posted by spiel2001 View Post
Mispelling in Blizz's code? If so, did you report it to Blizz? If you didn't and want to post me the relevant code section, I'll make sure the powers that be know about it.

or is the misspelling in my code somewhere?
rofl.. in my case I forgot 1 letter in my variable. Just wondering if per chance you did too but if that were the case I am sure others would have had the error too and I just logged in and haven't got it yet .. I think.

Nope, not getting that message but am getting a skada width error message but that could be due to a break somewhere probably in my code 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
 
06-24-10, 08:45 AM   #128
spaceholiday
A Defias Bandit
Join Date: Oct 2009
Posts: 3
Originally Posted by spiel2001 View Post
The 5.06.25 hot fix (already released) should fix that.

Sorry... I've answered I don't know how many hundreds of posts and e-mails and spent countless hours fixing nUI on just 3 hours of sleep in the last 48 hours... I let a stupid one get out the door in the 5.06.24 update.

All should be well now.
Thanks! (I love that this forum has the PBJT banana)

One more question: If I decide to install Skada, should I roll back to version .24? Or will this newest version work with or without it?

Thanks for your hard work on this - I heart my nUI!

Last edited by spaceholiday : 06-24-10 at 08:46 AM. Reason: spelling!
 
06-24-10, 08:56 AM   #129
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
You can use 5.06.25 with or without Skada installed.
__________________

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-24-10, 09:01 AM   #130
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,928
Yep, and as I suspected the skada error was down to my buggy attempts at fixing my buggy plugin rofl. skada looks to be working fine.
__________________


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-24-10, 05:34 PM   #131
Chmee
A Molten Giant
Join Date: Dec 2006
Posts: 960
Originally Posted by spaceholiday View Post
Thanks! (I love that this forum has the PBJT banana)
Hm. TMNT=Teenage Mutant Ninja Turtles
PBJT=Peanut Butter and Jelly Turtles?

 
06-26-10, 04:33 PM   #132
Kronkfate
A Murloc Raider
Join Date: Jul 2009
Posts: 5
working

Originally Posted by spiel2001 View Post
Did you try the '/nui minimap' command?
My bad on this one, I found out that when i switched to another char it worked right....so i went through and i had the managed by nUI option unchecked.
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Bug Reports » NUI+ break in the patch?


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