View Single Post
04/02/14, 10:22 AM   #6
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Did both of you add manually add a game and point it to a folder just called ESO?

jimdove this is what I believe is tripping up ESO. You can try editing the minion.xml and removing those lines or delete minion.xml which will reset Minion.
<game unique-game-id="ESO-1" ignore="true" game-id="ESO" auto-update="true" addon-path="E:\ESO">

-<addons>

<addon uid="28" ui-version="0.23" md5="fc78865259646736d2142e6035620d20"/>

<addon uid="18" ui-version="1.6" md5="2a044726b00a0fb399c155fecd4b0afc"/>

</addons>

</game>
Raniets this is what I believe is tripping up ESO for you. You can either edit the minion.xml and remove this line or delete minion.xml and that will reset Minion.
<game unique-game-id="ESO-1" ignore="true" game-id="ESO" auto-update="false" addon-path="D:\ESo"/>

I'm going to bring this up to our Java person and see why this is causing Minion to crash. I think its when you remove a game its not assigning the new game a different unique-game-id. So you have two of the same unique-game-id's.
  Reply With Quote