RemoteMaster 1.68 java exception on file open or save

Discussion forum for JP1 software tools currently in use, or being developed, such as IR, KM, RemoteMaster, and other misc apps/tools.

Moderator: Moderators

Post Reply
cjb
Posts: 2
Joined: Fri Nov 03, 2006 7:59 pm

RemoteMaster 1.68 java exception on file open or save

Post 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}
gfb107
Expert
Posts: 3411
Joined: Sun Aug 03, 2003 7:18 pm
Location: Cary, NC
Contact:

Post 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.
cjb
Posts: 2
Joined: Fri Nov 03, 2006 7:59 pm

Post by cjb »

Solution is to use latest build of jdk6

http://download.java.net/jdk6/binaries/
Post Reply