Page 1 of 1
RemoteMaster 1.68 java exception on file open or save
Posted: Fri Nov 03, 2006 8:20 pm
by cjb
Getting an error when trying to open an upgrade file. I am using Vista RC1 with jre1.5.0_09. I did notice that there is no .ico in the images directory.
{deleted}
Posted: Fri Nov 03, 2006 8:56 pm
by gfb107
Please don't post the entire contents of rmaster.err in the text of your post. EIther upload it to the Diagnosis Area, or only include a bit of the stack trace, as follows:
Code: Select all
java.lang.ArrayIndexOutOfBoundsException: 3184
at sun.awt.shell.Win32ShellFolder2.getFileChooserIcon(Unknown Source)
at sun.awt.shell.Win32ShellFolderManager2.get(Unknown Source)
at sun.awt.shell.ShellFolder.get(Unknown Source)
at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$LazyWindowsIcon.createValue(Unknown Source)
at javax.swing.UIDefaults.getFromHashtable(Unknown Source)
at javax.swing.UIDefaults.get(Unknown Source)
at javax.swing.MultiUIDefaults.get(Unknown Source)
at javax.swing.UIDefaults.getIcon(Unknown Source)
at javax.swing.UIManager.getIcon(Unknown Source)
at javax.swing.plaf.basic.BasicFileChooserUI.installIcons(Unknown Source)
at javax.swing.plaf.basic.BasicFileChooserUI.installDefaults(Unknown Source)
at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknown Source)
at javax.swing.JComponent.setUI(Unknown Source)
at javax.swing.JFileChooser.updateUI(Unknown Source)
at com.hifiremote.jp1.RMFileChooser.updateUI(RMFileChooser.java:43)
Google for "java.lang.ArrayIndexOutOfBoundsException: 3184 at sun.awt.shell.Win32ShellFolder2.getFileChooserIcon" finds this:
http://bugs.sun.com/bugdatabase/view_bu ... id=6449933
So this is an incompatibility between Java and Vista RC1. Not a problem in RM. It appears they have a fix in the pipeline.
Posted: Fri Nov 03, 2006 9:02 pm
by cjb
Solution is to use latest build of jdk6
http://download.java.net/jdk6/binaries/