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

LUA error in Hooks.lua #2

Closed
jvkleef opened this issue Jul 29, 2018 · 0 comments
Closed

LUA error in Hooks.lua #2

jvkleef opened this issue Jul 29, 2018 · 0 comments

Comments

@jvkleef
Copy link

jvkleef commented Jul 29, 2018

Hey
I don't know exactly when this starts happening, but I think it's after either I looted an item or had to roll on someone elses. From then on everytime I open my bags I get this error (copied from bugsack):

PersoLootRoll\Hooks.lua:48: attempt to index a nil value
PersoLootRoll\Hooks.lua:48: in function <PersoLootRoll\Hooks.lua:46>
(tail call): ?
CanIMogIt\Overlay\Loot-Loot.lua:19: in function `LootFrame_CIMIUpdateIcon'
CanIMogIt\Overlay\Loot-Loot.lua:58: in function `func'
CanIMogIt\Overlay\overlay.lua:145: in function `ItemOverlayEvents'
CanIMogIt\Overlay\Containers.lua:25: in function <CanIMogIt\Overlay\Containers.lua:24>
[C]: ?
[C]: in function `ToggleBag'
FrameXML\ContainerFrame.lua:139: in function `ToggleBackpack'
FrameXML\ContainerFrame.lua:359: in function `OpenBackpack'
FrameXML\ContainerFrame.lua:1503: in function <FrameXML\ContainerFrame.lua:1480>
[C]: ?
[C]: in function `ToggleAllBags'
[string "OPENALLBAGS"]:1: in function <[string "OPENALLBAGS"]:1>

Locals:
id = -2
(*temporary) = nil
(*temporary) = -2
(*temporary) = "attempt to index a nil value"
Roll = <table> {
 HideRollFrame = <function> defined @PersoLootRoll\Roll.lua:745
 FromPlrId = <function> defined @PersoLootRoll\Roll.lua:291
 GetRollFrame = <function> defined @PersoLootRoll\Roll.lua:712
 ACTION_ASK = "ASK"
 ShouldEnd = <function> defined @PersoLootRoll\Roll.lua:551
 End = <function> defined @PersoLootRoll\Roll.lua:586
 BID_GREED = 2
 EVENT_START = "START"
 Clear = <function> defined @PersoLootRoll\Roll.lua:276
 EVENT_VOTE = "VOTE"
 Restart = <function> defined @PersoLootRoll\Roll.lua:398
 IsRecent = <function> defined @PersoLootRoll\Roll.lua:1018
 UnitCanBid = <function> defined @PersoLootRoll\Roll.lua:971
 ShowRollFrame = <function> defined @PersoLootRoll\Roll.lua:724
 Vote = <function> defined @PersoLootRoll\Roll.lua:508
 EVENT_TRADE = "TRADE"
 Start = <function> defined @PersoLootRoll\Roll.lua:333
 STATUS = <table> {
 }
 STATUS_PENDING = 0
 BID_DISENCHANT = 3
 EVENT_CHAT = "CHAT"
 Update = <function> defined @PersoLootRoll\Roll.lua:166
 EVENT_BID = "BID"
 EVENT_CANCEL = "CANCEL"
 BID_PASS = 4
 HasMasterlooter = <function> defined @PersoLootRoll\Roll.lua:991
 EVENT_CHANGE = "CHANGE"
 STATUS_CANCELED = -1
 CanBeWonBy = <function> defined @PersoLootRoll\Roll.lua:951
 ACTION_AWARD = "AWARD"
 MAX_WHISPERS = 2
 events = <table> {
 }
 Trade = <function> defined @PersoLootRoll\Roll.lua:679
 TIMEOUT_RECENT = 120
 CanBeVotedOn = <function> defined @PersoLootRoll\Roll.lua:976
 ShouldAdvertise = <function> defined @PersoLootRoll\Roll.lua:780
 TIMEOUT = 15
 EVENT_AWARD = "AWARD"
 ToPlrId = <function> defined @PersoLootRoll\Roll.lua:290
 EVENT_CLEAR = "CLEAR"
 IsPlrId = <function> defined @PersoLootRoll\Roll.lua:289
 Validate = <function> defined @PersoLootRoll\Roll.lua:1028
 EVENT_ADVERTISE = "ADVERTISE"
 TIMEOUT_PER_ITEM = 5
 SendStatus = <function> defined @PersoLootRoll\Roll.lua:827
 EVENTS = <table> {
 }
 ACTION_VOTE = "VOTE"
 BID_NEED = 1
 CanBeRestarted = <function> defined @PersoLootRoll\Roll.lua:986
 UnitCanVote = <function> defined @PersoLootRoll\Roll.lua:981
 ACTION_TRADE = "TRADE"
 GetTimeout = <function> defined @PersoLootRoll\Roll.lua:294
 Bid = <function> defined @PersoLootRoll\Roll.lua:426
 CanBeWon = <function> defined @PersoLootRoll\Roll.lua:946
 CanBeAwarded = <function> defined @PersoLootRoll\Roll.lua:956
 CanBeAwardedTo = <function> defined @PersoLootRoll\Roll.lua:961
 On = <function> defined @Broker_Everything\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:90
 ExtendTimeLeft = <function> defined @PersoLootRoll\Roll.lua:894
 ShowAlertFrame = <function> defined @PersoLootRoll\Roll.lua:757
 DetermineWinner = <function> defined @PersoLootRoll\Roll.lua:909
 Add = <function> defined @PersoLootRoll\Roll.lua:124
 ExtendTimeout = <function> defined @PersoLootRoll\Roll.lua:874
 GetTimeLeft = <function> defined @PersoLootRoll\Roll.lua:869
 Finish = <function> defined @PersoLootRoll\Roll.lua:641
 Advertise = <function> defined @PersoLootRoll\Roll.lua:785
 AddChat = <function> defined @PersoLootRoll\Roll.lua:769
 DELAY = 1
 GetActionTarget = <function> defined @PersoLootRoll\Roll.lua:1011
 EVENT_VISIBILITY = "VISIBILITY"
 ToggleVisibility = <function> defined @PersoLootRoll\Roll.lua:763
 ANSWER_GREED = "GREED"
 Cancel = <function> defined @PersoLootRoll\Roll.lua:655
 GetActionRequired = <function> defined @Interf
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

1 participant