View Single Post
04/15/20, 09:28 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,033
It's a problem related to the library LibMainMenu in 90% of the cases.

Search ALL your active addons for the librray LibmainMenu (not LibMainMneu-2.0!!! It's a different one).
You can use the free text editor Notepad++ to do this. It contaains the menu "Search" -> "Search in files" where you can specify your live/AddOns folder and search for "LibMainMenu".

It wil lshow you all findings of the searched text pattern then and you can check which of your addons
contains it in subfolders.

Please do the following:
Logout first!!!

In each addon where you find this library in any subfolder, like "Libs/LibMainMenu" or "lib/LibMainManu" or similar:
Delete this subfolder LibMainMenu.
Be sure it is not LibMainMneu-2.0! It's another lib and got nothing to do with this problem.
Only install LibMainMenu once via Minion e.g., or manually, into your live/AddOns folder!
And then login and ingame enable the LibMainMenu which now should only be the newest, updated version from your live/AddOns folder.
After this the Harvestmap menu and settings etc. should work properly again.

If this does not help, please try the following:
Logout!
Delete the folder live/AddOns/HarvestMap
Make a backup of the SavedVariables files located at: live/SavedVariables/HarvestMap*.lua where the * is a palceholder as there exist several HarvesMap files
like HarvestmapAD.lua, HarvestMapEP.lua, HarvestMapDLC.lua etc. and then remove the files!
Download HarvestMap new and install it.

Download all needed libraries new and install them to live/AddOns directly (standalone library installations).

Login and enable all libraries needed.
Hint: You can also install and use "Votans Addon List" (https://www.esoui.com/downloads/info...AddonList.html) which will enable/disable the needed dependencies automatically for you if you enable/disable any addon!
Try if this works. Your pins on the maps maybe missing now as you have backuped the SavedVariable files where they were stored.

Logout and try to copy the HarvestMap zone file (AD, EP, DLC, etc.) biut NOT the HarvestMap.lua file back to your SavedVariables folder. Maybe it restores the marker icons for you this way. The general settings of the addon are stored in the HarvestMap.lua file so this should not be copied back to the SavedVariables folder.

Last edited by Baertram : 04/15/20 at 09:34 AM.
  Reply With Quote