Thread Tools Display Modes
10-22-12, 02:59 AM   #1
cowboy88340
A Deviate Faerie Dragon
Join Date: Mar 2012
Posts: 18
bug with 5.05.04

1st just wont to say ty for all the hard work would help if i could trying to learn how to right lua from scratch is not fun lol

Ok to the bug just logged in to turn in a quest in the vale of eternal blossoms (The Ruins of Guo-Lai) and picked up 2 more (Out with the Scouts) and (Barring Entry) after witch i got this

Interface action failed because of an AddOn
There are too many errors in your UI. As a result, your game experience may be degraded. Disable or update the failing addons if you don't want to see this message again.

this is the bug data from bugsack

28x [ADDON_ACTION_BLOCKED] AddOn "Carbonite" tried to call the protected function "<unnamed>:?()".
!BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
Carbonite-5.05.04\NxMap.lua:5207: in function "Update"
Carbonite-5.05.04\NxMap.lua:4104: in function <Carbonite\NxMap.lua:4028>

Locals:
nil

and this bug

56x [ADDON_ACTION_BLOCKED] AddOn "Carbonite" tried to call the protected function "<unnamed>:Hide()".
!BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
Carbonite-5.05.04\NxMap.lua:1534: in function "UpdateWorldMap"
Carbonite-5.05.04\NxMap.lua:4847: in function "Update"
Carbonite-5.05.04\NxMap.lua:4104: in function <Carbonite\NxMap.lua:4028>

Locals:
nil
 
10-22-12, 03:52 AM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,359
Is Carbonite using ArchaeologyDigSiteFrame blobs to draw the archaeology digsites on one of its maps?
I mean in the form of CreateFrame("ArchaeologyDigSiteFrame") or through similar means in .xml.

These unfortunately taint if care is not taken to avoid changing visibility/size etc in combat.
I'm just guessing as I haven't looked at the code... the other possibility is the infamous UIDropDownMenu taint problem.
 
10-22-12, 04:02 AM   #3
anteract
Premium Member
Premium Member
Join Date: Dec 2006
Posts: 38
Adding my 2 cents, these were all trapped by swatter, the first two it just stopped them after 1000 occurrences.

["message"] = "Note: AddOn Carbonite attempted to call a protected function (<unnamed>:Hide()) during combat lockdown.",
["count"] = 1000,
["timestamp"] = "2012-10-22 01:14:10",
["context"] = "AddOn: Carbonite",
["stack"] = "[C]: in function `Hide'\nInterface\\AddOns\\Carbonite\\NxMap.lua:1534: in function `UpdateWorldMap'\nInterface\\AddOns\\Carbonite\\NxMap.lua:4847: in function `Update'\nInterface\\AddOns\\Carbonite\\NxMap.lua:4104: in function <Interface\\AddOns\\Carbonite\\NxMap.lua:4028>\n",
}, -- [96]
{
["message"] = "Note: AddOn Carbonite attempted to call a protected function (<unnamed>:?()) during combat lockdown.",
["count"] = 1000,
["timestamp"] = "2012-10-22 01:14:10",
["context"] = "AddOn: Carbonite",
["stack"] = "[C]: in function `?'\nInterface\\AddOns\\Carbonite\\NxMap.lua:5207: in function `Update'\nInterface\\AddOns\\Carbonite\\NxMap.lua:4104: in function <Interface\\AddOns\\Carbonite\\NxMap.lua:4028>\n",
}, -- [97]
{
["message"] = "Note: AddOn Carbonite attempted to call a protected function (<unnamed>:SetPoint()) during combat lockdown.",
["count"] = 122,
["timestamp"] = "2012-10-22 01:30:36",
["context"] = "AddOn: Carbonite",
["stack"] = "[C]: in function `SetPoint'\nInterface\\AddOns\\Carbonite\\NxUI.lua:1836: in function `Adjust'\nInterface\\AddOns\\Carbonite\\NxUI.lua:3031: in function <Interface\\AddOns\\Carbonite\\NxUI.lua:2983>\n",
}, -- [98]
{
["message"] = "Note: AddOn Carbonite attempted to call a protected function (<unnamed>:SetWidth()) during combat lockdown.",
["count"] = 122,
["timestamp"] = "2012-10-22 01:30:36",
["context"] = "AddOn: Carbonite",
["stack"] = "[C]: in function `SetWidth'\nInterface\\AddOns\\Carbonite\\NxUI.lua:1857: in function `Adjust'\nInterface\\AddOns\\Carbonite\\NxUI.lua:3031: in function <Interface\\AddOns\\Carbonite\\NxUI.lua:2983>\n",
}, -- [99]
{
["message"] = "Note: AddOn Carbonite attempted to call a protected function (<unnamed>:SetHeight()) during combat lockdown.",
["count"] = 122,

["timestamp"] = "2012-10-22 01:30:36",
["context"] = "AddOn: Carbonite",
["stack"] = "[C]: in function `SetHeight'\nInterface\\AddOns\\Carbonite\\NxUI.lua:1858: in function `Adjust'\nInterface\\AddOns\\Carbonite\\NxUI.lua:3031: in function <Interface\\AddOns\\Carbonite\\NxUI.lua:2983>\n",
}, -- [100]
 
10-22-12, 04:21 AM   #4
esran
A Murloc Raider
Join Date: Oct 2006
Posts: 5
Not sure if this is related but it doesn't seem to be linking to the blizz tracking anymore. I'm seeing the same errors.

Also odditites with the quest area display in minimap mode. Only shows for the area of the (carbonite) minimap that corresponds to the (embedded) blizzard minimap. Looks fine in full map mode.
 
10-22-12, 06:55 AM   #5
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Originally Posted by Dridzt View Post
Is Carbonite using ArchaeologyDigSiteFrame blobs to draw the archaeology digsites on one of its maps?
I mean in the form of CreateFrame("ArchaeologyDigSiteFrame") or through similar means in .xml.

These unfortunately taint if care is not taken to avoid changing visibility/size etc in combat.
I'm just guessing as I haven't looked at the code... the other possibility is the infamous UIDropDownMenu taint problem.
Yeah this version is using ArchaeologyDigSiteFrame, is it just that one that can't show during combat? or do I need to check with QuestPOIFrame too

Last edited by Rythal : 10-22-12 at 07:07 AM.
 
10-22-12, 08:21 AM   #6
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Originally Posted by esran View Post
Not sure if this is related but it doesn't seem to be linking to the blizz tracking anymore. I'm seeing the same errors.

Also odditites with the quest area display in minimap mode. Only shows for the area of the (carbonite) minimap that corresponds to the (embedded) blizzard minimap. Looks fine in full map mode.
Yeah the code linking to blizz tracker was pulled at the same time the new quest blob display was added, I didn't think there was reason for it now, I can put it back if there are.
 
10-22-12, 09:36 AM   #7
esran
A Murloc Raider
Join Date: Oct 2006
Posts: 5
Hmm, the reason I spotted it was because I wasn't seeing the quest area unless the blizzard questing tracking was turned on. Dunno if I've missed an option for quest blob display?
 
10-22-12, 09:48 AM   #8
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Originally Posted by esran View Post
Hmm, the reason I spotted it was because I wasn't seeing the quest area unless the blizzard questing tracking was turned on. Dunno if I've missed an option for quest blob display?
Right click on the map, click "Show...", check the box for quest POI's.
 
10-22-12, 09:50 AM   #9
esran
A Murloc Raider
Join Date: Oct 2006
Posts: 5
Yup, just found it. Guess I should pay more attention to release notes! Nice
 
10-23-12, 09:13 AM   #10
Kiwiiwoorman
A Murloc Raider
Join Date: Sep 2012
Posts: 4
Hi
The new Patch make Problems

7x [ADDON_ACTION_BLOCKED] AddOn "Carbonite" hat versucht die geschützte Funktion "<unnamed>:?()" aufzurufen.
!BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
Carbonite-5.05.04\NxMap.lua:5207: in function "Update"
Carbonite-5.05.04\NxMap.lua:4104: in function "OnUpdate"
Carbonite-5.05.04\NxMap.lua:1366: in function "MainOnUpdate"
Carbonite\Carbonite-5.05.04.lua:1185: in function "NXOnUpdate"
<string>:"*:OnUpdate":1: in function <string>:"*:OnUpdate":1

Locals:
nil


7x [ADDON_ACTION_BLOCKED] AddOn "Carbonite" hat versucht die geschützte Funktion "<unnamed>:?()" aufzurufen.
!BugGrabber-r188\BugGrabber.lua:587: in function <!BugGrabber\BugGrabber.lua:587>
<in C code>
Carbonite-5.05.04\NxMap.lua:5207: in function "Update"
Carbonite-5.05.04\NxMap.lua:4104: in function "OnUpdate"
Carbonite-5.05.04\NxMap.lua:1366: in function "MainOnUpdate"
Carbonite\Carbonite-5.05.04.lua:1185: in function "NXOnUpdate"
<string>:"*:OnUpdate":1: in function <string>:"*:OnUpdate":1

Locals:
nil
 
10-23-12, 09:40 AM   #11
JimJoBlue
An Onyxian Warder
 
JimJoBlue's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2012
Posts: 362
Lol, Exactly the same problem as the OP....

Just this time in German...
__________________
I still say a church steeple with a lightning rod on top shows a lack of confidence. Doug McLeod


 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » bug with 5.05.04

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