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

tFrame nil value crash #143

Open
mavinger opened this issue Sep 9, 2014 · 2 comments
Open

tFrame nil value crash #143

mavinger opened this issue Sep 9, 2014 · 2 comments

Comments

@mavinger
Copy link

mavinger commented Sep 9, 2014

Test batch 0.2.0

Icekronik was experiencing the following error when targeting "Plague Breeder" mob in Genetic Archives raid:

[14:22:49] I am in the raid and my Unitframes crash like there is no tomorrow
[14:22:49] ...ildStar\Addons\VikingUnitFrames\VikingUnitFrames.lua:423: attempt to index local 'tFrame' (a nil value)
[14:22:49] stack trace:
[14:22:49] ...ildStar\Addons\VikingUnitFrames\VikingUnitFrames.lua:423: in function 'UpdatePetFrame'
[14:22:49] ...ildStar\Addons\VikingUnitFrames\VikingUnitFrames.lua:532: in function <...ildStar\Addons\VikingUnitFrames\VikingUnitFrames.lua:457>

Will update with link to stream showing error.

@ghost
Copy link

ghost commented Sep 17, 2014

looks like it's happening in the clusterframe code, does Plague Breeder spawn new enemies?

@mavinger
Copy link
Author

@midraal I was watching Icekronik's stream after he mentioned the error. The Plague Breeder does spawn a bunch of small mobs at set intervals but from what I could see they are individual from the Plague Breeder. In other words, not linked via cluster. On another note, I am 100% sure that I have this fixed on my development side. I ran into a similar tFrame nil value issue with some mob clusters in Malgrave where one of the mobs in the pack did not have an HP or Shield Bar and added code to check for nil values.

EDIT: See this fork branch: https://github.com/venetianthief/VikingUnitFrames/tree/fix-tooltip
If you run this it will probably error out because I am in the middle of migrating some common functions into VikingLibrary.

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