ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Tech Chat (https://www.esoui.com/forums/forumdisplay.php?f=168)
-   -   destinations ul error!! (https://www.esoui.com/forums/showthread.php?t=4164)

Soull Destroyerr 12/22/14 01:33 PM

destinations ul error!!
 
1 Attachment(s)
ive deleted and reinstalled it countless times trying to fix it and every time i open it in game setting is a big ul error.. if you can help id really appreciate the response.

Garkin 12/22/14 01:45 PM

Quote:

Originally Posted by Soull Destroyerr (Post 17999)
ive deleted and reinstalled it countless times trying to fix it and every time i open it in game setting is a big ul error.. if you can help id really appreciate the response.

Hm, it seems to be a simple oversight, there are two missing lines in addon manifest. If you are using more addons with LibAddonMenu, it will use "submenu" and "colorpicker" widgets from different addons, so it could be easily overlooked.

Open Destinations.txt in text editor and add lines:
Code:

Libs/LibAddonMenu-2.0/controls/submenu.lua
Libs/LibAddonMenu-2.0/controls/colorpicker.lua

Corrected file will look like this:
Code:

## Title: |cFFFFFFDestinations|r
## Version: 1.2.1
## Author: |c990000Snowman|r|cFFFFFFDK|r
## APIVersion: 100010
## Description: |cCC0000Made possible with a LOT of help from|r |c00C000Garkin|r.
## SavedVariables: Destinations_Settings
## OptionalDependsOn: LibAddonMenu-2.0 LibMapPins-1.0 CustomCompassPins

Libs/LibStub/LibStub.lua
Libs/LibMapPins-1.0/LibMapPins-1.0.lua
Libs/CustomCompassPins/CustomCompassPins.lua
Libs/LibAddonMenu-2.0/LibAddonMenu-2.0.lua
Libs/LibAddonMenu-2.0/controls/panel.lua
Libs/LibAddonMenu-2.0/controls/checkbox.lua
Libs/LibAddonMenu-2.0/controls/dropdown.lua
Libs/LibAddonMenu-2.0/controls/slider.lua
Libs/LibAddonMenu-2.0/controls/header.lua
Libs/LibAddonMenu-2.0/controls/submenu.lua
Libs/LibAddonMenu-2.0/controls/colorpicker.lua

Languages/Destinations-$(language).lua
Languages/DestinationsData-$(language).lua
Languages/Destinations_Quests-$(language).lua
DestinationsSharedData.lua

Destinations.lua



All times are GMT -6. The time now is 04:27 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI