Thread Tools Display Modes
10-28-10, 11:43 AM   #1
Wasgij
A Cliff Giant
 
Wasgij's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 64
Cata New Patch

Well I had Nui the latest version working on the beta ...BUT ......... The patch yesterday broke it .. Like every thing Action bars toggle party .... It all worked before yesterday so a heads up Scott on a possible code change.
__________________
 
10-28-10, 11:54 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,917
Ah, saw a post about buttons changing .. I'll jump on there after I do my dailies on live.
__________________
 
10-28-10, 12:21 PM   #3
Seer
A Molten Giant
Join Date: Dec 2007
Posts: 649
I mostly noticed that after logging in the action bars are... weird.. either missing spells or the same on all buttons, only on bar 1 tho.

After shifting to bar 2 (shifting may not be the best word here) that gets fixed tho. (don't think the bar number actually changes tho, it just gets updated to reflect the right spells. IIRC the weird bar is non functional as well, not sure)

The hud is bey bey and it's corresponding button seems unclickable, as is the right panel with the combat log / map / skada showing all at the same time and the button not doing anything apperently.

Other then that, it seems to work.
__________________
Take it as you want or leave it as it is.

Last edited by Seer : 10-28-10 at 03:48 PM.
 
10-28-10, 03:01 PM   #4
Chmee
A Molten Giant
Join Date: Dec 2006
Posts: 960
I was gonna start a new thread, but this looks like it may be reporting the same or a similar problem to mine. What happened is that some of my action buttons "went nuts", either by disappearing completely or by changing to a sort of black and red "waterfall" display, like a sonar display, or something from The Matrix. I'll try to attach a screenshot. Anyway, I thought at first it might be nUI, but then I noticed that the same weird "waterfall" showed up on icons in my bags (using ArkInventory). So I tried disabling everything except nUI. Didn't fix it. So I disabled everything. Problem didn't show up in the basic blizz UI. OTOH, my frame rate (which seems to be stuck somewhere around 15-17 fps right now) didn't change either. So I reenabled all my addons, and the problem did not reappear. So is it a Blizz bug? I'm guessing the frame rate thing is Blizz's fault, too?
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_102810_114821.jpg
Views:	613
Size:	261.2 KB
ID:	5130  
 
10-28-10, 03:35 PM   #5
Wasgij
A Cliff Giant
 
Wasgij's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 64
Well we know scoot does not have a cata version ... I do not know if he even on the beta ... Just wanted give him a heads up ... Maybe 4.0.3 will have the same changes ..... I think Xrystal is on the beta....
__________________
 
10-28-10, 03:51 PM   #6
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,917
Well when I was on the beta on Tuesday nUI seemed to be working fine somewhat .. maybe this last patch messed things up .. will take another look though.
__________________
 
10-30-10, 12:04 PM   #7
Wasgij
A Cliff Giant
 
Wasgij's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 64
Xrystal did you find out what they did to the codeing ... I have tried for 2 days now and can't seem to see what they did to screw up the NUi on the Beta of Cata
__________________
 
10-30-10, 12:47 PM   #8
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,917
Not yet Wasgij. I tried logging onto the beta yesterday while playing on live and my graphics card threw a fit and I had to hard boot rofl. Not gone back in there since.
__________________
 
11-01-10, 05:49 PM   #9
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,917
Well this is the nUI error I got logging into the beta just now.


Code:
Message: Interface\FrameXML\RestrictedExecution.lua:414: Invalid working environment
Time: 11/01/10 23:44:35
Count: 1
Stack: [C]: ?
Interface\FrameXML\RestrictedExecution.lua:414: in function <Interface\FrameXML\RestrictedExecution.lua:412>
(tail call): ?
Interface\FrameXML\SecureHandlers.lua:489: in function <Interface\FrameXML\SecureHandlers.lua:467>
[C]: in function `SetAttribute'
Interface\FrameXML\SecureHandlers.lua:663: in function <Interface\FrameXML\SecureHandlers.lua:652>
(tail call): ?
Interface\AddOns\nUI\Plugins\nUI_ButtonBag.lua:195: in main chunk

Locals: (*temporary) = "Invalid working environment"
That code segment is this block here
Code:
bag_button:Execute( 
	[[
		ButtonBag = self:GetFrameRef( "nUI_ButtonBag" );
	]]
);
Unfortunately I have no idea what that all means so I suspect it is all to do with the secure side of things which I haven't touched on in detail yet in my own addons.

Edit:
After I clicked okay I realised that was no 70 of the start up errors. Scrolling through some of them they all seem to be linked to the restricted environment so it sounds like they may have added more functions to it so that addons can't access them as easily if at all.
__________________

Last edited by Xrystal : 11-01-10 at 05:52 PM.
 
11-01-10, 05:58 PM   #10
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Ugh... they are killing me.

__________________

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/
 
11-01-10, 07:59 PM   #11
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,917
I'll load up the bugsack addon so I can pick the errors up easier for ya Scott .. the built in one leaves much to be desired .. but display wise everything seemed fine so probably more a functional thing than anything.
__________________
 
11-01-10, 08:58 PM   #12
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Yeah... it's going to be all functional... but that's going to screw with action buttons, click-casting, unit frame menus, etc, while in combat.

Hopefully it's a simple "general" change I can work around.
__________________

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/
 
11-03-10, 07:40 AM   #13
Wasgij
A Cliff Giant
 
Wasgij's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 64
WoW seems like alot of work to fix what they did ...... There is another patch coming that might bring more code changes if you were not aware.... Most of the Cata UI's that work are using KG Panels..... View port seems to be an issue with other coders in Cata from the people I have talked to.
__________________
 
11-03-10, 08:05 AM   #14
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
KGPanels is nothing but decorations... frames with textures... and has no "functionality" which is largely where the issues appear to be.

That said... I haven't had a chance to look because of my schedule... is the 4.0.3 on the PTR? Or only on the Cata beta site?
__________________

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/
 
11-03-10, 08:49 AM   #15
Helidoc
Hoghead
 
Helidoc's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 31
Originally Posted by spiel2001 View Post
KGPanels is nothing but decorations... frames with textures... and has no "functionality" which is largely where the issues appear to be.

That said... I haven't had a chance to look because of my schedule... is the 4.0.3 on the PTR? Or only on the Cata beta site?
Looks like 403 is on the PTR Scott, just checked this morning and it's 4.0.3.13224
 
11-03-10, 09:18 AM   #16
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Is anyone seeing any issues with 5.07.06 (Development) on the PTR or only on the Catclysm Beta?

(I'm just trying to optimize where I'm investing my time. I'm expecting the 4.0.3 to drop this coming week or next, so if there's "new" fixes needed, I want to get them done... otherwise, I want to try and stay focused on getting nUI6 running on Cataclysm.
__________________

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/
 
11-03-10, 11:24 AM   #17
Seer
A Molten Giant
Join Date: Dec 2007
Posts: 649
IIRC both beta and ptr have this.

Unless somebody else comfirms, I'll fire up both when I get home..

Not that it's worth much, but I expect 4.0.3 to hit the live servers a week before cata is launched :-p
__________________
Take it as you want or leave it as it is.

Last edited by Seer : 11-03-10 at 11:26 AM.
 
11-03-10, 11:56 AM   #18
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
I would bet we see 4.0.3 either this coming Tuesday or the week after.
__________________

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/
 
11-03-10, 01:16 PM   #19
Seer
A Molten Giant
Join Date: Dec 2007
Posts: 649
We'll see..

Anyway, both ptr and beta have this.

The action bar seems to repeat what's on button 1 at logon, after clicking the arrows to the side that get's fixed. However, after that it won't scroll to another bar anymore.

Pet bar seems to be missing, it key binds apparently don't work either. Hud is gone, the right info panel shows everything at the same time (only map and combat log here at the moment). The buttons to change the hud, unit panel and info panel dont work.

Didn't capture any errors message... Totally forgot to install a grabber for that.. But this is with only nUI+ and no other addons or plugins..


/edit Erm.. So, how does buggrabber/bugsack work nowadays ? It says it stopped capturing errors, because it's captured more then 20 errors per second.(Only 11 errors captured tho?)... Tried to display those but the appear in the chat frame for about a second or 2.. *looks for another lua error grabbing proggie after adding the .lua buggrabber leaves after loggout)
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_110310_200727.jpg
Views:	591
Size:	614.7 KB
ID:	5168  Click image for larger version

Name:	WoWScrnShot_110310_200741.jpg
Views:	569
Size:	603.9 KB
ID:	5169  Click image for larger version

Name:	WoWScrnShot_110310_201106.jpg
Views:	574
Size:	632.5 KB
ID:	5170  
Attached Files
File Type: txt !BugGrabber.lua.txt (19.5 KB, 554 views)
__________________
Take it as you want or leave it as it is.

Last edited by Seer : 11-03-10 at 01:33 PM.
 
11-03-10, 01:27 PM   #20
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
/sigh

__________________

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/
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Cata New Patch

Thread Tools
Display Modes

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