WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Bug Reports (https://www.wowinterface.com/forums/forumdisplay.php?f=90)
-   -   5.4.1 patch (https://www.wowinterface.com/forums/showthread.php?t=48425)

Algerhugz 10-29-13 10:41 AM

5.4.1 patch
 
Patch 5.4.1 has broken NUI. There is no hud... No mini map control... No player or party frames... no hunter pet bar... These are the only 2 msgs that I seem to be getting tho.

Message: Interface\AddOns\nUI\Main\nUI.lua:150: Couldn't find CVar named 'raidFramesDisplayIncomingHeals'
Time: 10/29/13 12:27:29
Count: 1
Stack: [C]: in function `SetCVar'
Interface\AddOns\nUI\Main\nUI.lua:150: in function <Interface\AddOns\nUI\Main\nUI.lua:138>

Locals: (*temporary) = "raidFramesDisplayIncomingHeals"
(*temporary) = 1

Message: Interface\AddOns\nUI\Integration\nUI_InfoPanel.lua:436: attempt to index local 'skin' (a nil value)
Time: 10/29/13 12:27:37
Count: 1
Stack: [C]: ?
Interface\AddOns\nUI\Integration\nUI_InfoPanel.lua:436: in function `applySkin'
Interface\AddOns\nUI\Main\nUI.lua:299: in function <Interface\AddOns\nUI\Main\nUI.lua:138>

mscott998 10-29-13 11:15 AM

Temporary fix
 
1 Attachment(s)
Use the attached nui.lua file as a temp fix. all the frames are up and working.

go to the following folder WOW\Interface\AddOns\nUI\Main replace the Nui.lua file and reload the game.

Belgarius 10-29-13 12:14 PM

This fix worked like a charm, boundless gratitude!:D

Daveo77 10-29-13 12:58 PM

Is this for nUI5 v5.07.39 or nUI6 v5.04.00.03 ?

cupcakejane3738 10-29-13 12:58 PM

help!
 
i've never been under a forum before im just trying to look for a mac solution to the same problem :( someone please reply :( https://twitter.com/Banannerss/statu.../photo/1/large

Daveo77 10-29-13 01:01 PM

Try right clicking on the attached file above (in post 2), and select 'Save as' (or similar command).

cupcakejane3738 10-29-13 01:08 PM

nope still same problem. T.T i need a mac version of that file i guess it just shows up as a piece of paper.

Odilys 10-29-13 02:08 PM

this worked great on my mac thanks for posting this so quickly

cupcakejane3738 10-29-13 02:25 PM

how did you do it mine just showed up as a blank piece of paper in my downloads.

Deathdrain 10-29-13 03:15 PM

re
 
ok it took me a few attempts to figure this one out.. the way to fix it wasn't very clear for me..

ok first need to remove the old file... Computer.. C-program files... World of warcraft... interface...addons... NUI... Main... remove the NUI.LUA file....

right click the tab on comment 2 save link as... and make sure it's in the same folder as the NUI addon and click save... will show up as an XML document hope this helps.

Aachel 10-29-13 03:22 PM

Big yes!
 
Quote:

Originally Posted by mscott998 (Post 286350)
Use the attached nui.lua file as a temp fix. all the frames are up and working.

go to the following folder WOW\Interface\AddOns\nUI\Main replace the Nui.lua file and reload the game.

Thank you so much :) This worked excellent!
I am using nUI_5.07.39_Plus and Windows 7
You are awesome!

Edit: For all you that struggle: Make sure you have writing access to the folder. Make sure you actually replace the file. And that you got the right folder. Have fun gaming!

brinstonthedruid 10-29-13 03:26 PM

Quote:

Originally Posted by Belgarius (Post 286351)
This fix worked like a charm, boundless gratitude!:D

Same here Thank you so much!

Xrystal 10-29-13 03:48 PM

So what was the fix ? so that Scott can incorporate it into the official source.

edit:

No matter, found the problem. It looks like they removed some cvars from the game. I use some in my addons so guess I'll have to check and make sure they all work some time this week while I'm still on vacation.

In this particular case :

SetCVar("raidFramesDisplayIncomingHeals", 1 ) is the dud line
realmName is also another cvar that has been removed

Addesso 10-29-13 04:39 PM

Quote:

Originally Posted by cupcakejane3738 (Post 286363)
how did you do it mine just showed up as a blank piece of paper in my downloads.

Same for me. But you can copy and paste the text from the new nUI.lua file into the old one and it will work.

-Download the new file
-Open the NEW file with TextEdit. Select all and copy.
-Open the OLD file with TextEdit. Select all and paste. Save.

deLeewit 10-29-13 04:48 PM

changed CVAR
 
Xrystal:
I found this change in TitanPanel forums that might help you:-)
Change:

local serverName = GetCVar("realmName");

to:

local serverName = GetRealmName();

I ended up going through all Titanpanel luas and replacing GetCVar("realmName") with GetRealmName() with Notepad++ and it's working now.

Xrystal 10-29-13 05:50 PM

thankfully I always used GetRealmName in my own addons and never used the incomingheals one. But I do use some others that have been around for a while so will just have to see which of my own addons are affected.

Rol1 10-29-13 06:07 PM

Quote:

Originally Posted by mscott998 (Post 286350)
Use the attached nui.lua file as a temp fix. all the frames are up and working.

go to the following folder WOW\Interface\AddOns\nUI\Main replace the Nui.lua file and reload the game.

This worked perfectly

Rol1 10-29-13 06:08 PM

Quote:

Originally Posted by mscott998 (Post 286350)
Use the attached nui.lua file as a temp fix. all the frames are up and working.

go to the following folder WOW\Interface\AddOns\nUI\Main replace the Nui.lua file and reload the game.

by copying this

lfravel 10-29-13 07:42 PM

5.4.1
 
I have also notice no HUD, nothing in the center - characters or mini-map, no pet bars. Looks as though WOW has done it again. Every time they update they change enough code to screw up add on's. They must be also doing the Obama Care Web Site! Hopefully Scott can get this back up and running. I am having with drawl.

lfravel 10-29-13 07:50 PM

The patch worked very well.! Back in business. Thanks Scott.

mscott998 10-29-13 08:26 PM

All i did was disable the line that was causing an error and tested it out.

Line 150 of Nui.lua went

from
SetCVar( "raidFramesDisplayIncomingHeals", 1 );

to

-- SetCVar( "raidFramesDisplayIncomingHeals", 1 );

the dashes disables that line of code and makes it informational. something that the coder would put into the code for their information. Informational code doesn't run when the program is run.

it was a a gamble and it worked out.. thought the display incoming heals part of the raid frames may not work properly, but i do not use that anyhow so no biggie.

Hope this helps folks.

dale72 10-29-13 08:54 PM

Still not working for Mac
 
I have tried all of the above suggestions, and it is still not working on my Mac. Pretend I'm an idiot and give step by step instructions. This would be very helpful. I don't know what Im doing wrong

Tlacoyatzin 10-29-13 09:11 PM

Quote:

Originally Posted by Addesso (Post 286379)
Same for me. But you can copy and paste the text from the new nUI.lua file into the old one and it will work.

-Download the new file
-Open the NEW file with TextEdit. Select all and copy.
-Open the OLD file with TextEdit. Select all and paste. Save.

Perfect explanation! Worked like a charm for me. Thanks!

dale72 10-29-13 09:18 PM

Quote:

Originally Posted by cupcakejane3738 (Post 286363)
how did you do it mine just showed up as a blank piece of paper in my downloads.

Quote:

Originally Posted by Tlacoyatzin (Post 286400)
Perfect explanation! Worked like a charm for me. Thanks!

I tried this... still didn't work. I must be doing something wrong.

dale72 10-29-13 09:26 PM

After at least 10 tries, I got it to work. Not sure what I did differently... Thanks all

Moonroc 10-29-13 10:58 PM

Quote:

Originally Posted by mscott998 (Post 286398)
All i did was disable the line that was causing an error and tested it out.

Line 150 of Nui.lua went

from
SetCVar( "raidFramesDisplayIncomingHeals", 1 );

to

-- SetCVar( "raidFramesDisplayIncomingHeals", 1 );

the dashes disables that line of code and makes it informational.


Worked like a charm. Thanks! :banana:

dvcmbr 10-30-13 06:27 AM

Thank you! Solved all my issues!

Hellemose 10-30-13 08:28 AM

I cant get it to work, tried several times now, on 2 different PC's, tried deleting my WTF folders aswell no dice!

mscott998 10-30-13 03:27 PM

Quote:

Originally Posted by Hellemose (Post 286419)
I cant get it to work, tried several times now, on 2 different PC's, tried deleting my WTF folders aswell no dice!

What have you tried so far?

uglylikeu 10-31-13 07:48 AM

nui dont show much on my wow since the update
 
1 Attachment(s)
Date: 2013-10-31 23:47:16
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\nUI\Main\nUI.lua line 150:
Couldn't find CVar named 'raidFramesDisplayIncomingHeals'
Debug:
[C]: SetCVar()
nUI\Main\nUI.lua:150:
nUI\Main\nUI.lua:138
Locals:
(*temporary) = "raidFramesDisplayIncomingHeals"
(*temporary) = 1

AddOns:
Swatter, v5.18.5433 (PassionatePhascogale)
ACP, v3.4.5
AskMrRobot, v1.2.1.0
AtlasLootLoader, vv7.07.01
AucAdvanced, v5.18.5433 (PassionatePhascogale)
AucFilterBasic, v5.18.5433 (PassionatePhascogale)
AucFilterOutlier, v5.18.5433.5347(5.18/embedded)
AucMatchUndercut, v5.18.5433.5364(5.18/embedded)
AucStatHistogram, v5.18.5433 (PassionatePhascogale)
AucStatiLevel, v5.18.5433 (PassionatePhascogale)
AucStatPurchased, v5.18.5433 (PassionatePhascogale)
AucStatSales, v5.18.5433.5376(5.18/embedded)
AucStatSimple, v5.18.5433 (PassionatePhascogale)
AucStatStdDev, v5.18.5433 (PassionatePhascogale)
AucStatWOWEcon, v5.18.5433.5323(5.18/embedded)
AucUtilAHWindowControl, v5.18.5433.5347(5.18/embedded)
AucUtilAppraiser, v5.18.5433.5427(5.18/embedded)
AucUtilAskPrice, v5.18.5433.5347(5.18/embedded)
AucUtilAutoMagic, v5.18.5433.5415(5.18/embedded)
AucUtilCompactUI, v5.18.5433.5427(5.18/embedded)
AucUtilEasyBuyout, v5.18.5433.5427(5.18/embedded)
AucUtilFixAH, v5.18.5433 (PassionatePhascogale)
AucUtilItemSuggest, v5.18.5433.5417(5.18/embedded)
AucUtilPriceLevel, v5.18.5433.5427(5.18/embedded)
AucUtilScanButton, v5.18.5433.5403(5.18/embedded)
AucUtilScanFinish, v5.18.5433.5347(5.18/embedded)
AucUtilScanProgress, v5.18.5433.4979(5.18/embedded)
AucUtilScanStart, v5.18.5433.5347(5.18/embedded)
AucUtilSearchUI, v5.18.5433.5373(5.18/embedded)
AucUtilSimpleAuction, v5.18.5433.5415(5.18/embedded)
AucUtilVendMarkup, v5.18.5433.4828(5.18/embedded)
Auctionator, v3.1.5
Babylonian, v5.1.DEV.332(/embedded)
BeanCounter, v5.18.5433 (PassionatePhascogale)
Configator, v5.1.DEV.344(/embedded)
DBMCore, v
DebugLib, v5.1.DEV.337(/embedded)
Enchantrix, v5.18.5433 (PassionatePhascogale)
EnchantrixBarker, v5.18.5433 (PassionatePhascogale)
Gatherer, v4.4.0
LibExtraTip, v5.12.DEV.355(/embedded)
nUI, v5.07.39 (Plus)
Omen, v3.1.8
Recount, v
SlideBar, v5.18.5433 (PassionatePhascogale)
Stubby, v5.18.5433 (PassionatePhascogale)
TipHelper, v5.12.DEV.351(/embedded)
BlizRuntimeLib_enUS v5.4.1.50400 <us>
(ck=821)




i got no unite frames no cast bars no map nothing i dont know how to upload a pic or i would help plz i got to raid in 48 hrs

davdman 10-31-13 10:49 AM

I used the lua temporary fix, but i never realized how much the HUd button i relied on to see dots, cd's etc.
( i use simple hud ) as you can see in screenie the temp fix didn't fix the top console.
[IMG][/IMG]

any help would be great. Thank you.

mscott998 10-31-13 10:53 AM

Quote:

Originally Posted by uglylikeu (Post 286461)
Date: 2013-10-31 23:47:16
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\nUI\Main\nUI.lua line 150:
Couldn't find CVar named 'raidFramesDisplayIncomingHeals'
Debug:
[C]: SetCVar()
nUI\Main\nUI.lua:150:
nUI\Main\nUI.lua:138
Locals:
(*temporary) = "raidFramesDisplayIncomingHeals"
(*temporary) = 1

AddOns:
Swatter, v5.18.5433 (PassionatePhascogale)
ACP, v3.4.5
AskMrRobot, v1.2.1.0
AtlasLootLoader, vv7.07.01
AucAdvanced, v5.18.5433 (PassionatePhascogale)
AucFilterBasic, v5.18.5433 (PassionatePhascogale)
AucFilterOutlier, v5.18.5433.5347(5.18/embedded)
AucMatchUndercut, v5.18.5433.5364(5.18/embedded)
AucStatHistogram, v5.18.5433 (PassionatePhascogale)
AucStatiLevel, v5.18.5433 (PassionatePhascogale)
AucStatPurchased, v5.18.5433 (PassionatePhascogale)
AucStatSales, v5.18.5433.5376(5.18/embedded)
AucStatSimple, v5.18.5433 (PassionatePhascogale)
AucStatStdDev, v5.18.5433 (PassionatePhascogale)
AucStatWOWEcon, v5.18.5433.5323(5.18/embedded)
AucUtilAHWindowControl, v5.18.5433.5347(5.18/embedded)
AucUtilAppraiser, v5.18.5433.5427(5.18/embedded)
AucUtilAskPrice, v5.18.5433.5347(5.18/embedded)
AucUtilAutoMagic, v5.18.5433.5415(5.18/embedded)
AucUtilCompactUI, v5.18.5433.5427(5.18/embedded)
AucUtilEasyBuyout, v5.18.5433.5427(5.18/embedded)
AucUtilFixAH, v5.18.5433 (PassionatePhascogale)
AucUtilItemSuggest, v5.18.5433.5417(5.18/embedded)
AucUtilPriceLevel, v5.18.5433.5427(5.18/embedded)
AucUtilScanButton, v5.18.5433.5403(5.18/embedded)
AucUtilScanFinish, v5.18.5433.5347(5.18/embedded)
AucUtilScanProgress, v5.18.5433.4979(5.18/embedded)
AucUtilScanStart, v5.18.5433.5347(5.18/embedded)
AucUtilSearchUI, v5.18.5433.5373(5.18/embedded)
AucUtilSimpleAuction, v5.18.5433.5415(5.18/embedded)
AucUtilVendMarkup, v5.18.5433.4828(5.18/embedded)
Auctionator, v3.1.5
Babylonian, v5.1.DEV.332(/embedded)
BeanCounter, v5.18.5433 (PassionatePhascogale)
Configator, v5.1.DEV.344(/embedded)
DBMCore, v
DebugLib, v5.1.DEV.337(/embedded)
Enchantrix, v5.18.5433 (PassionatePhascogale)
EnchantrixBarker, v5.18.5433 (PassionatePhascogale)
Gatherer, v4.4.0
LibExtraTip, v5.12.DEV.355(/embedded)
nUI, v5.07.39 (Plus)
Omen, v3.1.8
Recount, v
SlideBar, v5.18.5433 (PassionatePhascogale)
Stubby, v5.18.5433 (PassionatePhascogale)
TipHelper, v5.12.DEV.351(/embedded)
BlizRuntimeLib_enUS v5.4.1.50400 <us>
(ck=821)




i got no unite frames no cast bars no map nothing i dont know how to upload a pic or i would help plz i got to raid in 48 hrs

Look at post 2 of this thread

mscott998 10-31-13 10:58 AM

Quote:

Originally Posted by davdman (Post 286463)
I used the lua temporary fix, but i never realized how much the HUd button i relied on to see dots, cd's etc.
( i use simple hud ) as you can see in screenie the temp fix didn't fix the top console.
[IMG][/IMG]

any help would be great. Thank you.

The HUD button works fine after the lua fix. Are you getting an errors. Perhaps something else is conflicting with NUI. Try disabling all addons and only loading NUI. If it works after that then is is a different addon causing the problem. you should enable your addons one at a time until you find the mod that is breaking the hud.

mscott998 10-31-13 11:26 AM

2 Attachment(s)
Quote:

Originally Posted by davdman (Post 286463)
I used the lua temporary fix, but i never realized how much the HUd button i relied on to see dots, cd's etc.
( i use simple hud ) as you can see in screenie the temp fix didn't fix the top console.
any help would be great. Thank you.


Here are screen shots of the HUD working just fine.

davdman 11-01-13 09:43 AM

still no dice even with all other addons off but nui.

mscott998 11-01-13 11:12 AM

Quote:

Originally Posted by davdman (Post 286492)
still no dice even with all other addons off but nui.

download a fresh copy of NUI 5.4 and replace the file as stated in post 2 of this thread and try it again. If that doesn't work then i have no idea. I have no errors currently on my system, I'm running windows 7 x64

davdman 11-02-13 03:09 AM

Quote:

Originally Posted by mscott998 (Post 286533)
download a fresh copy of NUI 5.4 and replace the file as stated in post 2 of this thread and try it again. If that doesn't work then i have no idea. I have no errors currently on my system, I'm running windows 7 x64

It worked. Thanks much Scott! wonder what the problem was? I deleted the old nui folder, re installed the new 5.4, added in the lua fix, logged in and voila, as it was. Thank you again.

mscott998 11-02-13 12:39 PM

Quote:

Originally Posted by davdman (Post 286541)
It worked. Thanks much Scott! wonder what the problem was? I deleted the old nui folder, re installed the new 5.4, added in the lua fix, logged in and voila, as it was. Thank you again.

not a problem. always glad to help

Glanville 11-02-13 04:19 PM

Can't open the lua file
 
Even after cleaning my registry, and learning from an outside source that my system needs a tune up. I still cannot open (much less apply) the link for the repair patch. As a first time long time user and financial supporter, I would love any other suggestions or links on how to fix this problem short of a full on update. Please help Scott. :) ... WELP I used notepad .. opened it as such.. copied as suggested in post 2. works perfectly again. ty whomever posted that idea somewhere :)

stuff be workin again.

spiel2001 11-02-13 08:43 PM

I will get an update out tomorrow to address this problem, as well.


All times are GMT -6. The time now is 09:48 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI