Thread Tools Display Modes
Prev Previous Post   Next Post Next
10/18/14, 05:32 PM   #1
Noblyt
Join Date: Sep 2014
Posts: 7
minion wont load after today

hello my minion worked fine up until today it now says unable to connect to the internet. i did some searching on the forums and got a post from Dolby saying to post this <skip-network-check /> into the xml file and that gets it past the unable to connect to the internet part. but now it just hangs up on the "initializing windows controls" after i log my account in. here is a copy of my log file after the last time of trying to pull it up



Minion logSystemInformation **********************************************************************
[2014-10-18 19:26:42.INFO com.zam.minion.Minion logSystemInformation * os.name=Windows 8
[2014-10-18 19:26:42.INFO com.zam.minion.Minion logSystemInformation * os.version=6.2
[2014-10-18 19:26:42.INFO com.zam.minion.Minion logSystemInformation * os.arch=amd64
[2014-10-18 19:26:42.INFO com.zam.minion.Minion logSystemInformation * java.runtime.version=1.7.0_40-b43
[2014-10-18 19:26:42.INFO com.zam.minion.Minion logSystemInformation * java.class.path=C:\Users\edward\AppData\Local\Minion\app\Minion-jfx.jar
[2014-10-18 19:26:42.INFO com.zam.minion.Minion logSystemInformation * java.library.path=C:\Users\edward\AppData\Local\Minion\app\
[2014-10-18 19:26:42.INFO com.zam.minion.Minion logSystemInformation * user.language=en
[2014-10-18 19:26:42.INFO com.zam.minion.Minion logSystemInformation * user.home=C:\Users\edward
[2014-10-18 19:26:42.INFO com.zam.minion.Minion logSystemInformation * Documents Directory=Documents
[2014-10-18 19:26:42.INFO com.zam.minion.Minion logSystemInformation **********************************************************************
[2014-10-18 19:26:42.INFO com.zam.minion.Minion enumerateDrives Enumerating Drives:
[2014-10-18 19:26:42.INFO com.zam.minion.Minion enumerateDrives Windows: NTFS
[2014-10-18 19:26:42.INFO com.zam.minion.Minion enumerateDrives RECOVERY: NTFS
[2014-10-18 19:26:42.INFO com.zam.minion.Minion enumerateDrives Desktop:
[2014-10-18 19:26:42.FINE com.zam.minion.Minion start Font: null
[2014-10-18 19:26:43.FINE com.zam.minion.controller.MinionController initWindowControls Controls initialized.
[2014-10-18 19:26:43.FINE com.zam.minion.util.FeedClient checkNetworkConnections Skipping network check ...
[2014-10-18 19:26:44.FINE com.zam.minion.controller.MinionController initBuildAndVersion Build: 5301f19c2a83d870393a28eb91242540375ffd3c
[2014-10-18 19:26:44.FINE com.zam.minion.controller.MinionController initBuildAndVersion Version: 2.0.0-SNAPSHOT
[2014-10-18 19:26:44.FINE com.zam.minion.Minion start Position X: 109 Y: 28 W: 1204 H: 688
[2014-10-18 19:26:45.INFO org.apache.http.impl.execchain.RetryExec execute I/O exception (java.net.SocketException) caught when processing request: Address family not supported by protocol family: connect
[2014-10-18 19:26:45.INFO org.apache.http.impl.execchain.RetryExec execute Retrying request
[2014-10-18 19:26:45.INFO org.apache.http.impl.execchain.RetryExec execute I/O exception (java.net.SocketException) caught when processing request: Address family not supported by protocol family: connect
[2014-10-18 19:26:45.INFO org.apache.http.impl.execchain.RetryExec execute Retrying request
[2014-10-18 19:26:45.INFO org.apache.http.impl.execchain.RetryExec execute I/O exception (java.net.SocketException) caught when processing request: Address family not supported by protocol family: connect
[2014-10-18 19:26:45.INFO org.apache.http.impl.execchain.RetryExec execute Retrying request
[2014-10-18 19:26:45.SEVERE com.zam.minion.controller.MinionController loadGameData null
java.net.SocketException: Address family not supported by protocol family: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:72)
at org.apache.http.impl.conn.HttpClientConnectionOperator.connect(HttpClientConnectionOperator.java:118)
at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:314)
at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:357)
at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:218)
at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:194)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:85)
at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
at com.zam.minion.controller.MinionController.loadGameData(MinionController.java:1447)
at com.zam.minion.controller.MinionController.access$2900(MinionController.java:149)
at com.zam.minion.controller.MinionController$27.run(MinionController.java:1022)
at java.lang.Thread.run(Thread.java:724)

[2014-10-18 19:27:10.FINE com.zam.minion.controller.MinionController$15 handle System Tray supported

and a post of my xml file here



<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<minion>
<config-version>2</config-version>
<version>2.0.0-SNAPSHOT</version>
<build>5301f19c2a83d870393a28eb91242540375ffd3c</build>
<client>
<skip-network-check/>
<concurrent-updates>2</concurrent-updates>
<game-scan-depth>4</game-scan-depth>
<position height="688.0" width="1204.0" x="109.0" y="28.0"/>
</client>
<user>
<ga-user-id>45b7ff7b-8a7d-409a-afba-fca10e3bb426</ga-user-id>
<login-id>[email protected]</login-id>
</user>
</minion>

Last edited by Noblyt : 10/18/14 at 05:39 PM.
  Reply With Quote
 

ESOUI » Site Forums » Minion » minion wont load after today


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off