ccavanaugh / jgnash

jGnash Personal Finance
http://ccavanaugh.github.io/jgnash/
Other
139 stars 80 forks source link

NPE when closing jGnash v3.0.1 #78

Closed kumarpranay closed 5 years ago

kumarpranay commented 5 years ago

Specifications

Description

Opened the software. Made new entries and reconciled one account and then hit the "Close" button. Got an NPE on the console. Now the file would not close no matter how many times I hit the close button. Had to abort. Work was not lost luckily.

Console Output

[2019-04-03 08:19:54] [SEVERE ] {jgnash.uifx.StaticUIMethods$ExceptionHandler uncaughtException} null java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:221) at jgnash.uifx.views.recurring.RecurringViewController.showReminderDialog(RecurringViewController.java:228) at jgnash.uifx.views.recurring.RecurringViewController$1.lambda$run$0(RecurringViewController.java:204) at jgnash.uifx.util.JavaFXUtils.lambda$_runLater$0(JavaFXUtils.java:114) at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428) at java.base/java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)

lukebakken commented 5 years ago

Version 3.0.3 is available. I suggest reproducing this problem with the latest version.

ccavanaugh commented 5 years ago

Thanks Pranay, fixed for the next release.