Windows .exe [0.31] Launcher starts up and goes white

Status
Not open for further replies.

Stellastronza

New Member
Jul 29, 2019
142
0
0
As per title, using the launcher exe or jar leads to a fully white, not responding window both for the console and the launcher. The folder "Temp" is generated, along the log, which i post here.
The launcher worked fine before, i tried deleting the folder to no avail.
 

Stellastronza

New Member
Jul 29, 2019
142
0
0
"solved". This appeared in RED text in the console after 3 mins + of leaving it open:

Code:
[ERROR] From Console: [Fatal Error] :1:247: The reference to entity "ClientLocation" must end with the ';' delimiter.
[ERROR] From Console: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 247; The reference to entity "ClientLocation" must end with the ';' delimiter.
[ERROR] From Console: at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
[ERROR] From Console: at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
[ERROR] From Console: at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
[ERROR] From Console: at net.ftb.util.AppUtils.downloadXML(AppUtils.java:68)
[ERROR] From Console: at net.ftb.updater.UpdateChecker.loadInfo(UpdateChecker.java:46)
[ERROR] From Console: at net.ftb.updater.UpdateChecker.<init>(UpdateChecker.java:27)
[ERROR] From Console: at net.ftb.gui.LaunchFrame$1.run(LaunchFrame.java:199)
[ERROR] From Console: at java.awt.event.InvocationEvent.dispatch(Unknown Source)
[ERROR] From Console: at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
[ERROR] From Console: at java.awt.EventQueue.access$200(Unknown Source)
[ERROR] From Console: at java.awt.EventQueue$3.run(Unknown Source)
[ERROR] From Console: at java.awt.EventQueue$3.run(Unknown Source)
[ERROR] From Console: at java.security.AccessController.doPrivileged(Native Method)
[ERROR] From Console: at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
[ERROR] From Console: at java.awt.EventQueue.dispatchEvent(Unknown Source)
[ERROR] From Console: at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
[ERROR] From Console: at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
[ERROR] From Console: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
[ERROR] From Console: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
[ERROR] From Console: at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
[ERROR] From Console: at java.awt.EventDispatchThread.run(Unknown Source)
 
Status
Not open for further replies.