EPGP-Classic

EPGP-Classic

289k Downloads

Its NOT WORKING Wrath Classic since last update to 3.4.1

Tragii opened this issue ยท 4 comments

commented

EPGP Classic stopped working for Wrath classic since last update, when it will be fixed ? my guild has been using it since TBC Classic and we can't raid with out this addon :(

commented

manual work around I found is to comment out the following lines:
EPGP-Classic\libs\LibDebug-1.0.lua line 19: frame:SetMinResize(300, 100)
EPGP-Classic\modules\ui.lua line 399: f:SetMinResize(600, 435)
EPGP-Classic\modules\ui.lua line 400: f:SetMaxResize(1200, 435)

This will remove the ability to reset window size on the debug frame (I've never used) and the log frame (I've never resized), but the addon runs fine otherwise.

commented

manual work around I found is to comment out the following lines: EPGP-Classic\libs\LibDebug-1.0.lua line 19: frame:SetMinResize(300, 100) EPGP-Classic\modules\ui.lua line 399: f:SetMinResize(600, 435) EPGP-Classic\modules\ui.lua line 400: f:SetMaxResize(1200, 435)

This will remove the ability to reset window size on the debug frame (I've never used) and the log frame (I've never resized), but the addon runs fine otherwise.

Thx Bro thats helped a lot, but i got another issue with another addon EPGPLootmaster, it dosent work as well :(

commented

I don't use that one. might want to post on their github to see if one of them knows more about it.

commented

@jpxthu long term fix is to use SetResizeBounds instead of the above functions. Quick change.
Ref:
https://wowpedia.fandom.com/wiki/Patch_10.0.0/API_changes
https://wowpedia.fandom.com/wiki/API_Frame_SetResizeBounds