You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imagine this one would be pretty easy to fix.
Any time there's a corrupted faction alert, opening jWarframe causes it to crash.
Log file shows the following:
ERROR [AWT-EventQueue-0] net.nikr.warframe.NikrUncaughtExceptionHandler - Uncaught Exception (Thread): null
java.lang.NullPointerException
at net.nikr.warframe.gui.alert.JAlertTable.prepareRenderer(JAlertTable.java:131)
at javax.swing.plaf.basic.BasicTableUI.paintCell(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paintCells(Unknown Source)
at javax.swing.plaf.basic.BasicTableUI.paint(Unknown Source)
at javax.swing.plaf.ComponentUI.update(Unknown Source)
at javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintToOffscreen(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
at javax.swing.RepaintManager.paint(Unknown Source)
at javax.swing.JComponent._paintImmediately(Unknown Source)
at javax.swing.JComponent.paintImmediately(Unknown Source)
at javax.swing.RepaintManager$4.run(Unknown Source)
at javax.swing.RepaintManager$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.access$1200(Unknown Source)
at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(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$JavaSecurityAccessImpl.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)
My understanding after following the code a bit is that the program seems to be missing the CORRUPTED enumerator in gui/images/Images.java and io/shared/Faction.java; this would require (quite literally) only a couple lines of code to fix.
The icon for the faction is missing as well, so here's a 16x16 version I found:
To be honest, I'm amazed it took this long for it to break, considering all the new items that have been added since the program was last updated.
The text was updated successfully, but these errors were encountered:
I imagine this one would be pretty easy to fix.
Any time there's a corrupted faction alert, opening jWarframe causes it to crash.
Log file shows the following:
My understanding after following the code a bit is that the program seems to be missing the CORRUPTED enumerator in gui/images/Images.java and io/shared/Faction.java; this would require (quite literally) only a couple lines of code to fix.
The icon for the faction is missing as well, so here's a 16x16 version I found:
To be honest, I'm amazed it took this long for it to break, considering all the new items that have been added since the program was last updated.
The text was updated successfully, but these errors were encountered: