View Single Post
04/10/14, 11:01 AM   #9
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Originally Posted by Draycon View Post
Regarding this buggy behavior I would suggest that you check the function where the changed addon path is added to the xml. I bet the base64 encoding is missing. Also I would suggest running an addon scan after changing the path (or add a button to manually scan - you never know if someone adds an addon manually).
It encodes just fine for me when changing or adding a path (path->utf8->base64). Ca you post your minion.xml ?

Edit: Ok yeah there does seem to be a problem with this with the version that is live. Looking into it.

Also if there is no <config-version>2</config-version> in the header of the document it will revert to using clear text paths. Minion checks for that and writes the paths based upon if the config version is 2 or greater.


I agree Minion does need to do a sanity check with the addons. That is something we will be adding once the addon detection improvements are done.

Last edited by Dolby : 04/10/14 at 11:59 AM.
  Reply With Quote