Road-block / Cartographer

Map AddOn for Vanilla (1.12)
20 stars 16 forks source link

coordinates.lua error #8

Open Minnona opened 6 years ago

Minnona commented 6 years ago

Hey, after I installed "Aero" addon (https://github.com/gashole/Aero), which adds animations to all windows, cartographer started to crash with this error on opening the map window: https://imgur.com/a/WvpHd

Can you somehow fix it?

Road-block commented 6 years ago

I could but I probably won't.
Aero is hiding the WorldMapButton OnShow and OnUpdate
Frames.lua#L53

Coordinates will error because it depends on the worldmap being visible when you open it and having a left and right.

The way to fix this is to request the Aero author puts options into the addon that allow you to disable specific frames from being animated when you are using a third party addon for those.

If I find some time I might modify Aero to put some options in and do a pull request.
For now if you want to continue using Cartographer your best bet is to open Aero\Frames.lua and comment out lines 48 to 65.

Minnona commented 6 years ago

Friends suggested me to just delete lines 48-65 and it works now w/o lua errors.