View Single Post
03/30/24, 02:08 AM   #32
Tia413
Join Date: Sep 2016
Posts: 4
Having the same issue

Hi! I live in the USA. I do not use a VPN. I don't use wifi on my computer. I only use Ethernet to connect to the internet. I am on a PC. Windows 10.
I gave Minion access through my Firewall when I first installed it and just checked to make sure that hasn't changed. It still has permission via Windows Firewall. I also run Minion as Administrator.
I also checked Windows Defender to be sure it hasn't all of a sudden decided to label Minion as a virus and found nothing there. I just used Minion around 10 pm CT (US) and when I just went to use it at around 2:30 am CT (US) I now get the same error "Minion is unable to connect to the Internet" as others have stated.


Need help please.
EDIT...I found this. Hope it helps identify the issue (What I see is a java certificate issue):
WARN 2024-03-30 02:16:19,934 [Thread-8] gg.minion.util.FeedClient:run(164): IOException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
WARN 2024-03-30 02:16:19,934 [Thread-9] gg.minion.util.FeedClient:run(164): IOException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
ERROR 2024-03-30 02:16:19,935 [JavaFX Application Thread] gg.minion.controller.MinionController:<init>(148): Catching javafx.fxml.LoadException:
file:/C:/Users/...../AppData/Local/Minion/app/Minion-jfx.jar!/gg/minion/fxml/Minion.fxml


at javafx.fxml.FXMLLoader.constructLoadException(FXMLLoader.java:2601)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2571)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
at gg.minion.controller.MinionController.<init>(MinionController.java:146)
at gg.minion.Minion.start(Minion.java:64)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflec*****thod.invoke(Method.java:498)
at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflec*****thod.invoke(Method.java:498)
at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275)
at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2566)
... 13 more
Caused by: java.lang.NullPointerException
at gg.minion.controller.GamePane.hideMedRecAd(GamePane.java:109)
at gg.minion.controller.MinionController.initialize(MinionController.java:161)
... 23 more

Last edited by Tia413 : 03/30/24 at 02:51 AM.