View Single Post
01/02/18, 01:27 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
Just a try but afrter I searched for this line from your minion.log file:

Code:
Address family not supported by protocol family
I found this answer:

Code:
Try to check whether the spy program called "RelevantKnowledge" is installed. Its uninstallation helped me to solve the problem.
Another try worth:

Open command prompt (windows start button, type cmd in search, start as administrator!)
Click top left of command prompt, click properties, enable quick edit mode
Copy: setx _JAVA_OPTIONS -Djava.net.preferIPv4Stack=true

Right click on command prompt, should paste

Hit enter. That easy

Source:
https://stackoverflow.com/questions/...-on-a-specific
  Reply With Quote