View Single Post
04/07/14, 09:29 AM   #5
qua
Join Date: Apr 2014
Posts: 3
Unhappy Same here

Put me into the 'Minion is completely broken' bucket as well. I've deleted .minion. I've uninstalled and re-installed minion. I've re-downloaded minion. I've manually removed LootDrop to see if that helps. I'm continually stuck with a minion.xml that says this:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<minion>
<version>2.0.0-SNAPSHOT</version>
<build>d374a00ba2b0f591fefa5691e5151774293cb352</build>
<client>
        <concurrent-updates>2</concurrent-updates>
        <game-scan-depth>4</game-scan-depth>
    </client>
<user>
<ga-user-id>ebf743fc-3bed-483e-827d-c4fc3114dcda</ga-user-id>
</user>
</minion>
and a minion0.log that says this:

Code:
<?xml version="1.0" encoding="windows-1252" standalone="no"?>
<!DOCTYPE log SYSTEM "logger.dtd">
<log>
<record>
  <date>2014-04-07T08:14:45</date>
  <millis>1396883685581</millis>
  <sequence>0</sequence>
  <logger>com.zam.minion.Minion</logger>
  <level>FINE</level>
  <class>com.zam.minion.Minion</class>
  <method>start</method>
  <thread>14</thread>
  <message>Font: Font[name=Interstate Mono, family=Interstate Mono, style=Regular, size=20.0]</message>
</record>
<record>
  <date>2014-04-07T08:14:47</date>
  <millis>1396883687349</millis>
  <sequence>1</sequence>
  <logger>com.zam.minion.controller.MinionController</logger>
  <level>FINE</level>
  <class>com.zam.minion.controller.MinionController</class>
  <method>initWindowControls</method>
  <thread>14</thread>
  <message>Controls initialized.</message>
</record>
</log>
Upon launch, after a bit I get the 'program is not responding' and quit it.
  Reply With Quote