Multibit-Legacy / multibit-hd

Deprecated Bitcoin Wallet
https://multibit.org/blog/2017/07/26/multibit-shutdown.html
Other
169 stars 124 forks source link

Illegal argument exception in icon create #802

Closed jim618 closed 8 years ago

jim618 commented 8 years ago

java.lang.IllegalArgumentException: Width (0) and height (276) cannot be <= 0 at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) ~[na:1.7.0_80] at java.awt.GraphicsConfiguration.createCompatibleImage(Unknown Source) ~[na:1.7.0_80] at org.multibit.hd.ui.views.components.ImageDecorator.toBufferedImage(ImageDecorator.java:77) ~[multibit-hd.jar:na] at org.multibit.hd.ui.views.components.ImageDecorator.toImageIcon(ImageDecorator.java:114) ~[multibit-hd.jar:na] at org.multibit.hd.ui.views.components.Panels.newDetailBackgroundPanel(Panels.java:213) ~[multibit-hd.jar:na] at org.multibit.hd.ui.views.wizards.AbstractWizardPanelView.(AbstractWizardPanelView.java:133) ~[multibit-hd.jar:na] at org.multibit.hd.ui.views.wizards.payments.TransactionOverviewPanelView.(TransactionOverviewPanelView.java:64) ~[multibit-hd.jar:na] at org.multibit.hd.ui.views.wizards.payments.PaymentsWizard.populateWizardViewMap(PaymentsWizard.java:32) ~[multibit-hd.jar:na] at org.multibit.hd.ui.views.wizards.AbstractWizard.(AbstractWizard.java:117) ~[multibit-hd.jar:na] at org.multibit.hd.ui.views.wizards.AbstractWizard.(AbstractWizard.java:80) ~[multibit-hd.jar:na] at org.multibit.hd.ui.views.wizards.payments.PaymentsWizard.(PaymentsWizard.java:25) ~[multibit-hd.jar:na] at org.multibit.hd.ui.views.wizards.Wizards.newPaymentsWizard(Wizards.java:473) ~[multibit-hd.jar:na]

jim618 commented 8 years ago

Dupe