EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   ProfitUI (https://www.eq2interface.com/forums/forumdisplay.php?f=41)
-   -   Java exception installing the latest update (https://www.eq2interface.com/forums/showthread.php?t=15908)

tknarr 08-25-2011 01:18 PM

Java exception installing the latest update
 
When I run the updater, I get this exception. It seems limited to the persona window, other variant windows appear OK. For the moment I'm working around it by manually unzipping and copying the XML file.

Exception thrown while unzipping variant

java.io.FileNotFoundException: C:\Games\Sony\EverQuest II\UI\ProfitUI\_eq2ui_mainhud_persona (default)\eq2ui_mainhud_persona.xml (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at de.pala.updater.IO.Filesystem.unzipVariant(Filesystem.java:319)
at de.pala.updater.Arrange.IO.unzipVariant(IO.java:824)
at de.pala.updater.Arrange.IO.setSelectedVariant(IO.java:818)
at de.pala.updater.Arrange.GUI.setSelectedVariant(GUI.java:243)
at de.pala.updater.GUI.Variants.jList1MouseClicked(Variants.java:176)
at de.pala.updater.GUI.Variants.access$200(Variants.java:18)
at de.pala.updater.GUI.Variants$2.mouseClicked(Variants.java:67)
at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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.pumpEventsForFilter(Unknown Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at java.awt.Window.setVisible(Unknown Source)
at java.awt.Dialog.setVisible(Unknown Source)
at de.pala.updater.GUI.Main.jMenuItem9ActionPerformed(Main.java:551)
at de.pala.updater.GUI.Main.access$1300(Main.java:25)
at de.pala.updater.GUI.Main$6.actionPerformed(Main.java:303)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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)

tknarr 08-25-2011 01:19 PM

Additional exception
 
On a whim I tried deleting the personal window XML file and the zipfiles for the variants, to force a re-download. That got me this exception (I use the large variant):

Exception thrown while unzipping variant

java.io.FileNotFoundException: C:\Games\Sony\EverQuest II\UI\ProfitUI\_eq2ui_mainhud_persona (large)\eq2ui_mainhud_persona.xml (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at de.pala.updater.IO.Filesystem.unzipVariant(Filesystem.java:319)
at de.pala.updater.Arrange.IO.unzipVariant(IO.java:824)
at de.pala.updater.Files$DownloadThread.run(Files.java:223)

TalTal 08-25-2011 01:29 PM

Quote:

Originally Posted by tknarr (Post 98151)
On a whim I tried deleting the personal window XML file and the zipfiles for the variants, to force a re-download. That got me this exception (I use the large variant):

Exception thrown while unzipping variant

java.io.FileNotFoundException: C:\Games\Sony\EverQuest II\UI\ProfitUI\_eq2ui_mainhud_persona (large)\eq2ui_mainhud_persona.xml (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at de.pala.updater.IO.Filesystem.unzipVariant(Filesystem.java:319)
at de.pala.updater.Arrange.IO.unzipVariant(IO.java:824)
at de.pala.updater.Files$DownloadThread.run(Files.java:223)

This is my bad. I introduced a bug due to file pathing in my zips for all of the persona window variants. I just sent the files to Kaldran to put on the updater that will fix the issue.

Thanks for pointing this out so quick TK.

Silat

Edit: Removed the zips because they are on the updater.

tknarr 08-25-2011 03:01 PM

Quote:

Originally Posted by TalTal (Post 98152)
This is my bad. I introduced a bug due to file pathing in my zips for all of the persona window variants. I just sent the files to Kaldran to put on the updater that will fix the issue.

Thanks. I figured it was something like that. Figured I'd make a note quick, hoping it'd be simple and fixed before the evening rush to get in game.

TalTal 08-26-2011 08:02 AM

The modified files are on the updater.

Silat


All times are GMT -5. The time now is 02:27 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI