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

Missing LibDeflate at Libs\DF\fw.lua:2913 #1

Open
DDCorkum opened this issue Oct 19, 2019 · 1 comment
Open

Missing LibDeflate at Libs\DF\fw.lua:2913 #1

DDCorkum opened this issue Oct 19, 2019 · 1 comment

Comments

@DDCorkum
Copy link

LibStub is throwing an error when RaidAssist's DetailsFramework (DF) library calls GetLibrary("LibDeflate"), if the library doesn't exist yet.

I have other addons with this library, but by chance RA is the earliest in the alphabet so it doesn't exist yet on my machine when the call to LibStub is made.

@ReglohPri
Copy link

Same here.

local LibDeflate = LibStub:GetLibrary ("LibDeflate") line 3916.
The library LibDeflate is not in the package.

@Addonman Addonman mentioned this issue Nov 23, 2020
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