Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tainting? Issue #91

Open
muffz opened this issue Jun 30, 2015 · 5 comments
Open

Tainting? Issue #91

muffz opened this issue Jun 30, 2015 · 5 comments

Comments

@muffz
Copy link

muffz commented Jun 30, 2015

104x FrameXML\BankFrame.lua:72: attempt to index local 'button' (a nil value)
FrameXML\BankFrame.lua:72: in function <FrameXML\BankFrame.lua:71>
[C]: in function `BankFrameItemButton_Update'
FrameXML\BankFrame.lua:282: in function <FrameXML\BankFrame.lua:249>

Locals:
(*temporary) = nil
= defined @FrameXML\BankFrame.lua:71
= defined @freeui\scripts\bags.lua:150


81x FrameXML\LFGList.lua:1290: attempt to index local 'classTextColor' (a nil value)
FrameXML\LFGList.lua:1290: in function LFGListApplicationViewer_UpdateApplicantMember' FrameXML\LFGList.lua:1217: in functionLFGListApplicationViewer_UpdateApplicant'
FrameXML\LFGList.lua:1193: in function LFGListApplicationViewer_UpdateResults' FrameXML\LFGList.lua:974: in functiononEvent'
FrameXML\LFGList.lua:188: in function <FrameXML\LFGList.lua:104>

Locals:


1x FrameXML\LFGList.lua:1150: attempt to perform arithmetic on field 'numMembers' (a nil value)
FrameXML\LFGList.lua:1150: in function LFGListApplicationViewer_UpdateInviteState' FrameXML\LFGList.lua:983: in functiononEvent'
FrameXML\LFGList.lua:188: in function <FrameXML\LFGList.lua:104>

Locals:


2x [string "EncounterJournalInfoHeader8HeaderButton:OnMouseDown"]:1: attempt to index field 'up' (a nil value)
[string ":OnMouseDown"]:1: in function <[string ":OnMouseDown"]:1>

Locals:


2x [string "EncounterJournalInfoHeader8HeaderButton:OnMouseUp"]:1: attempt to index field 'up' (a nil value)
[string ":OnMouseUp"]:1: in function <[string ":OnMouseUp"]:1>

Locals:


EncounterJournalInfoHeader..i..HeaderButton:OnMouseDown

EncounterJournalInfoHeader..i..HeaderButton:OnMouseUp

affect all Header[i]

@Haleth
Copy link
Owner

Haleth commented Jun 30, 2015

These look like separate issues. When does this occur?

Are you using the latest version?

@muffz
Copy link
Author

muffz commented Jul 1, 2015

I use the latest version. Unfortunately i can't reproduce the errors. Bugsack just recorded them. It may be, that another addon causes the issue when I was infight.

@muffz
Copy link
Author

muffz commented Jul 3, 2015

Got one issue again with some extra information.

36x FrameXML\LFGList.lua:1290: attempt to index local 'classTextColor' (a nil value)
FrameXML\LFGList.lua:1290: in function LFGListApplicationViewer_UpdateApplicantMember' FrameXML\LFGList.lua:1217: in functionLFGListApplicationViewer_UpdateApplicant'
FrameXML\LFGList.lua:1193: in function LFGListApplicationViewer_UpdateResults' FrameXML\LFGList.lua:974: in functiononEvent'
FrameXML\LFGList.lua:188: in function <FrameXML\LFGList.lua:104>

Locals:
button = LFGListApplicationViewerScrollFrameButton7 {
0 =
Spinner = {
}
Member1 = {
}
Members =

{
}
DeclineButton = {
}
numMembers = 1
InviteButton = {
}
Status = {
}
Background = {
}
applicantID = 68
}
id = 68
id = 68
status = "invited"
pendingStatus = nil
numMembers = 1
isNew = true
(for index) = 1
(for limit) = 1
(for step) = 1
i = 1
member = {
0 =
ItemLevel = {
}
memberIdx = 1
RoleIcon1 = {
}
FriendIcon = {
}
RoleIcon2 = {
}
Name = {
}
}

@muffz
Copy link
Author

muffz commented Jul 7, 2015

Got this and the last report while joining a crossrealm premade group for terrorfist. I was not in combat but they already engaged him.

11x FrameXML\LFGList.lua:1150: attempt to perform arithmetic on field 'numMembers' (a nil value)
FrameXML\LFGList.lua:1150: in function LFGListApplicationViewer_UpdateInviteState' FrameXML\LFGList.lua:983: in functiononEvent'
FrameXML\LFGList.lua:188: in function <FrameXML\LFGList.lua:104>

Locals:
self = {
0 =
applicantSizes =

{
}
ItemLevelColumnHeader = {
}
EntryName = {
}
RoleColumnHeader = {
}
UnempoweredCover = {
}
DescriptionFrame = {
}
Inset = {
}
ScrollFrame = LFGListApplicationViewerScrollFrame {
}
totalApplicantHeight = 52
VoiceChatFrame = {
}
EditButton = {
}
DataDisplay = {
}
NameColumnHeader = {
}
AutoAcceptButton = {
}
RefreshButton = {
}
InfoBackground = {
}
applicants =
{
}
RemoveEntryButton = {
}
ItemLevel = {
}
}
event = "LFG_LIST_APPLICANT_UPDATED"
id = 34


Opened the bankframe while in combat (damn critter).

1x FrameXML\ContainerFrame.lua:811: script ran too long
FrameXML\ContainerFrame.lua:811: in function ContainerFrame_GenerateFrame' FrameXML\ContainerFrame.lua:272: in functionOpenBag'
FreeUI\scripts\bags.lua:822: in function <FreeUI\scripts\bags.lua:820>
[C]: in function Show' FrameXML\UIParent.lua:2165: in functionSetUIPanel'
FrameXML\UIParent.lua:2009: in function ShowUIPanel' FrameXML\UIParent.lua:1880: in function <FrameXML\UIParent.lua:1876> [C]: in functionSetAttribute'
FrameXML\UIParent.lua:2630: in function ShowUIPanel' FrameXML\BankFrame.lua:435: in functionBankFrame_ShowPanel'
FrameXML\BankFrame.lua:251: in function <FrameXML\BankFrame.lua:249>

Locals:

@Haleth
Copy link
Owner

Haleth commented Jul 20, 2015

I'm afraid I can't reproduce this, but I'll leave it open in case anyone else has similar issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants