View Single Post
03/30/14, 11:48 AM   #1
khaelyn
Join Date: Mar 2014
Posts: 2
[BUG] Unable to click on ANYTHING in Minion

Windows 7 Professional, logged in as an administrator

A screenshot won't really show the image because the problem is nothing responds to any mouse clicks. Pressing Enter does not work either. So I can't update, I can't accept the EULA, I can't do anything.

I have uninstalled, reinstalled, clean install, but the problem persists that the interface will not recognize my mouse clicks.

This was working during the beta but now it is just useless. Any suggestions would be appreciated.

minion0.log
Code:
<?xml version="1.0" encoding="windows-1252" standalone="no"?>
<!DOCTYPE log SYSTEM "logger.dtd">
<log>
<record>
  <date>2014-03-30T13:39:24</date>
  <millis>1396201164390</millis>
  <sequence>0</sequence>
  <logger>com.zam.minion.util.ConfigurationManager</logger>
  <level>CONFIG</level>
  <class>com.zam.minion.util.ConfigurationManager</class>
  <method>loadConfig</method>
  <thread>14</thread>
  <message>Configuration file does not exist.  Creating ...</message>
</record>
<record>
  <date>2014-03-30T13:39:24</date>
  <millis>1396201164993</millis>
  <sequence>1</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-03-30T13:39:28</date>
  <millis>1396201168143</millis>
  <sequence>2</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>
minion.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>

-<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>71d9ff8c-28af-4717-837a-4c2b54ad7379</ga-user-id>

</user>

</minion>
  Reply With Quote