Page 1 of 1

Bug on Startup

PostPosted: 05 Aug 2013, 17:17
by Tygrak
Description: Trying to start the new version of forge (1.4.5)
StreamException | Open
Code: Select all
Forge Version:    1.4.5-r22726
Operating System: Windows 7 6.1 x86
Java Version:     1.7.0_25 Oracle Corporation

com.thoughtworks.xstream.io.StreamException: Cannot create XmlPullParser
   at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:56)
   at com.thoughtworks.xstream.XStream.fromXML(XStream.java:913)
   at com.thoughtworks.xstream.XStream.fromXML(XStream.java:904)
   at forge.quest.bazaar.QuestBazaarManager.load(QuestBazaarManager.java:82)
   at forge.quest.bazaar.QuestBazaarManager.getStallNames(QuestBazaarManager.java:191)
   at forge.view.ViewBazaarUI.populateStalls(ViewBazaarUI.java:58)
   at forge.control.ControlBazaarUI.initBazaar(ControlBazaarUI.java:50)
   at forge.view.ViewBazaarUI.<init>(ViewBazaarUI.java:52)
   at forge.view.FView.cacheUIStates(FView.java:382)
   at forge.view.FView.initialize(FView.java:126)
   at forge.control.FControl$6.run(FControl.java:201)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$200(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.awt.EventQueue$3.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)
Can also someone describe how to make it work?

Re: Bug on Startup

PostPosted: 23 Oct 2013, 10:40
by Grim Rowe
I had the same problem few months ago, and I'd found the solution for awhile (it was about xstream or xmlpullparser things). But since I had to format my PC, I got that problem again, and nor xstream nor xmlpullparser can fix it. So, if anyone has a solution, it would be great =)

Or if you resolved your problem in another way, Tygrak, can you tell me ?