View Single Post
03/17/22, 02:39 PM   #12
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
http://minion.mmoui.com/details.html#Help is reachable perfetlcy fine for me:
https://i.imgur.com/Qg8aZpy.png
But should be actually the same as https://minion.mmoui.com/?details#Help

Try the following from the Minion sticky "troubleshooting" guide (https://www.esoui.com/forums/showthread.php?t=8082), as Minion is a java application and updates of Windows or your Java Runtime Environment, or even your Internet Provider, might change the prefered connection type of IPv4 to IPv6 (type of network addresses. IPv4 is older and you might know it from websites or LAN connections, it's this 123.123.145.345 format / IPv6 is a newer standard that is providing more numbers as the amount of internet conected things and devices increased a lot so higher values then IPv4 can provide are needed):

Close Minion!
If Minion is not able to connect to the internet try to open a Windows CMD prompt (press WINDOWS KEY, type cmd, right click found entry "Command prompt" and choose "Run as administartor") and enter this command:
Code:
setx _JAVA_OPTIONS -Djava.net.preferIPv4Stack=true
Press the return key then.
It will change the prefered "Java"'s IP usage type to IPV4 again and often fix such issues

Restart Minion then.
  Reply With Quote