ElvUI-WotLK / ElvUI_VisualProcs

8 stars 4 forks source link

Missing LibActionButton #12

Open zskamljic opened 3 years ago

zskamljic commented 3 years ago

By the looks of it there's a library missing when using this addon:

Date: 2020-11-10 15:51:09
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\ElvUI_VisualProcs\core.lua line 3:
   Cannot find a library instance of "LibActionButton-1.0".
Debug:
   [C]: ?
   [C]: error()
   !Swatter\Support\LibRevision.lua:47: LibStub()
   ElvUI_VisualProcs\core.lua:3: in main chunk
AddOns:
  Swatter, v5.8.4723 (CreepyKangaroo)
  Atlas, v1.17.0
  AtlasBattlegrounds, v1.17.0
  AtlasDungeonLocs, v1.17.0
  AtlasOutdoorRaids, v1.17.0
  AtlasTransportation, v1.17.0
  AtlasLoot, vv5.11.04
  AtlasLootFu, vv5.11.04
  CrapAway, v
  DBMBurningCrusade, v
  DBMCore, v
  ElvUI, v6.08
  ElvUIAuraBarsMovers, v1.31
  ElvUIEnhanced, v1.05
  ElvUILocPlus, v2.25
  ElvUIRaidMarkers, v4.24
  ElvUIVisualProcs, v1.03
  BlizRuntimeLib_enUS v3.3.5.30300 <logon.warmane.com>
  (ck=1d3)
rokpusnik commented 3 years ago

try it with only ElvUI and ElvUI plugins loaded, if error disappears then it is another addon loading its libraries before ElvUI

zskamljic commented 3 years ago

I have tried disabling all addons (save for swatter, ElvUI and ElvUIVisualProcs) and ended up with the following error:

Date: 2020-11-16 15:20:17
ID: 1
Error occured in: Global
Count: 1
Message: ...terface\AddOns\ElvUI_VisualProcs\locales\english.lua line 1:
   Cannot find a library instance of "AceLocale-3.0".
Debug:
   [C]: ?
   [C]: error()
   !Swatter\Support\LibRevision.lua:47: GetLibrary()
   ...terface\AddOns\ElvUI_VisualProcs\locales\english.lua:1: in main chunk
AddOns:
  Swatter, v5.8.4723 (CreepyKangaroo)
  ElvUI, v6.08
  ElvUIVisualProcs, v1.03
  BlizRuntimeLib_enUS v3.3.5.30300 <logon.warmane.com>
  (ck=86)

Disabling swatter as well hid the error as well (as expected), however the visual procs still didn't work

Zorakie commented 1 year ago

Hi, just came across this as well. Any update on the topic? Where to get the missing library? I had no luck searching around ...

Zorakie commented 1 year ago

Ok, this is wierd: So when running ONLY ElvUI + the proc module, I get the same error as [zskamljic]. When I have installed Ace-3 module, I am back to the original "LibActionButton-1.0" error.

Any hint, what is going on?

Exeasd commented 1 year ago

Always download the master version not the release, that should fix any issues you are having right now :)

Zorakie commented 1 year ago

That is ... stupid. And obvious. And totally working. Thanks! Would make actually sense to push a new release.

Don't get me wrong with the stupid, but generally, in master, tons of people can push tons of things, but when we are confident "yeah, this is working as we want, this is the release, this is what we want people to download".

Well, anyway, for future visitors, yeah, the master (as of 15-01-2023) totally works with ElvUI v6.09 for 3.3.5a and the latest 3.3.5a build of Ace3.

Thanks again @Exeasd!

Fanquar commented 1 year ago

actually, master branch is protected, so PRs have to be made by outsiders, then get merged by maintainers, unfortunately they're all rather busy lately