mthomason12 / dbox

Automatically exported from code.google.com/p/dbox
1 stars 0 forks source link

Can't Add New Games to List #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Starting D-Box
2. Adding a New Game
3. Choosing the right settings and clicking the OK button to finish adding the 
new game.

What is the expected output? What do you see instead?

I see nothing. The Add New Game window does not go away. I expect the add game 
dialogue box to disappear and find the new game added in the regular D-Box 
window so that I can play it. This does not happen. Cløosing the window is 
impossible without CTRL+ALT+DEL and shutting down D-Box. When I restart it, the 
new game is still not added.

What version of the product are you using? On what operating system?
D-Box 2.3 running on Win 7 64 bit with Service Pack 1

Please provide any additional information below.

Original issue reported on code.google.com by tore.mag...@gmail.com on 6 Jun 2011 at 8:27

GoogleCodeExporter commented 9 years ago
I have the exact same problem. Stack trace follows :

Exception occurred during event dispatching:
java.lang.NullPointerException
        at no.truben.dbox.GUI.windows.EditApplication.cmdConfirmActionPerformed(EditApplication.java:710)
        at no.truben.dbox.GUI.windows.EditApplication.access$000(EditApplication.java:30)
        at no.truben.dbox.GUI.windows.EditApplication$2.actionPerformed(EditApplication.java:191)
        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.plaf.basic.BasicButtonListener.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.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 no.truben.dbox.GUI.windows.MainWindow.mnuNewActionPerformed(MainWindow.java:1455)
        at no.truben.dbox.GUI.windows.MainWindow.access$300(MainWindow.java:46)
        at no.truben.dbox.GUI.windows.MainWindow$10.actionPerformed(MainWindow.java:701)
        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.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)

Original comment by mdeletr...@betomorrow.com on 6 Jun 2011 at 9:25

GoogleCodeExporter commented 9 years ago
Awww, sorry! This sounds like a show stopper! Confirmed on MacOS too. Will try 
to get a fix out quick! Its still possible to use drag and drop!

Original comment by tru...@gmail.com on 14 Jun 2011 at 7:00

GoogleCodeExporter commented 9 years ago
Fixed in r329

Original comment by tru...@gmail.com on 14 Jun 2011 at 7:13

GoogleCodeExporter commented 9 years ago

Original comment by tru...@gmail.com on 14 Jun 2011 at 7:13