View Single Post
05/04/21, 06:33 AM   #6
bardrt
Join Date: May 2021
Posts: 4
Originally Posted by Baertram View Post
At the Minion troubleshooting guide thread there is soething about java switch to/from IPv6 ntwork protocoll.

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
Yeah, sadly, already had that one set, and the machine has been rebooted since I set it.

Microsoft Windows [Version 10.0.19042.867]
(c) 2020 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>cd \

C:\>cd users

C:\Users>cd Username

C:\Users\Username>cd desktop

C:\Users\Username\Desktop\minion java>java -jar Minion-jfx.jar
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
Is there some way to put this thing into a more verbose debug mode?

(edit -- the notable thing is that it's not even launching far enough to ATTEMPT a network connection, so it's something BEFORE the IPv4 Stack preference would even come into play.)

Last edited by bardrt : 05/04/21 at 06:36 AM.
  Reply With Quote