JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

RemoteMaster v1.66 is now available!
Goto page Previous  1, 2
 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - Software
View previous topic :: View next topic  
Author Message
madlobster



Joined: 30 Aug 2006
Posts: 3

                    
PostPosted: Wed Aug 30, 2006 2:55 pm    Post subject: Reply with quote

gfb107 wrote:
Try deleting the LookAndFeel= line from your RemoteMaster.properties file.

If that fixes it, I'll be tempted to take out the ability to choose the Look and Feel.


Didn't work.
Back to top
View user's profile Send private message
ElizabethD
Advanced Member


Joined: 09 Feb 2004
Posts: 2348

                    
PostPosted: Wed Aug 30, 2006 3:53 pm    Post subject: Reply with quote

madlobster wrote:
I'm having problems after installing Java version 1.6.0-beta2.

Could that be the problem? seems to work fine with 1.5.0_06.

Edit:
BTW, Greg is there an issue if version > _06 goes in? There's a lot of confusion on the java version subject at work these days. For instance see this and the ref within
http://www.f-secure.com/weblog/archives/archive-082006.html#00000961
_________________
Liz
Tweeking 8910, HTPro/9811, C7-7800, 6131o, 6131n, AtlasOCAP-1056B01, RCA-RCRP05B and enjoying the ride Smile
Back to top
View user's profile Send private message
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Wed Aug 30, 2006 4:34 pm    Post subject: Reply with quote

I don't think Java version 1.6.0-beta2 is the problem. I just installed it on my PC, and was able to use File -> Open with no problems. Help -> About even show that I am actually running it
Quote:
RemoteMaster Device Upgrade Editor, v1.66
Get the latest version at http://controlremote.sourceforge.net
Java version 1.6.0-beta2 from Sun Microsystems Inc.
RDFs loaded from C:\rdf
Written primarily by Greg Bush, and now accepting donations at http://sourceforge.net/donate/index.php?user_id=735638
Other contributors include:
John S Fine, Nils Ekberg, Jon Armstrong, Robert Crowe, Mark Pauker, Mark Pierson, Mike England


There's something else going on here. What OS are you using? How did you install RM? Have you tried renaming/delete RemoteMaster.properties?
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
johnsfine
Site Admin


Joined: 10 Aug 2003
Posts: 4766
Location: Bedford, MA

                    
PostPosted: Wed Aug 30, 2006 4:57 pm    Post subject: Reply with quote

gfb107 wrote:
Try deleting the LookAndFeel= line from your RemoteMaster.properties file.


I hope you weren't basing that suggestion just on my LookAndFeel problems being somewhat related to my RemoteMaster.properties problems.

While those two recurring problem areas have some overlap, they also have a lot of non overlap.

I would have suggested taking away the entire RemoteMaster.properties file.

If it has any useful content (or if Greg wants it to help diagnose the issue, if it turns out to be the issue) it is best to rename it or move it to another directory rather than just delete it.

If there is no RemoteMaster.properties file, RM will start by asking where the RDF files are, then come up with default behaviors (and create a new RemoteMaster.properties file). If something in that file was triggering the difference between the way it works for Greg and the way it fails for us, starting without the file is the fastest way to find out.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Wed Aug 30, 2006 5:05 pm    Post subject: Reply with quote

No, I was basing it on what look like L&F/UI class names in the trace
Quote:
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)

_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Wed Aug 30, 2006 5:12 pm    Post subject: Reply with quote

Looks like madlobster is a sucker for beta software. His problem is a combination of beta Java and beta Windows Vista. See Bug ID: 6449933 Vista:FileChooserDemo throws an exception when trying to open it in Windows L&F.

At this point I'm going to say too bad, I don't support that combination.
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Wed Aug 30, 2006 5:22 pm    Post subject: Reply with quote

John, I think your problem is this.

Did you say that deleting your RemoteMaster.properties file fixed your problem?
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Back to top
View user's profile Send private message Visit poster's website
johnsfine
Site Admin


Joined: 10 Aug 2003
Posts: 4766
Location: Bedford, MA

                    
PostPosted: Wed Aug 30, 2006 5:39 pm    Post subject: Reply with quote

gfb107 wrote:
John, I think your problem is this.


I'll try to compare that in detail tomorrow.

gfb107 wrote:

Did you say that deleting your RemoteMaster.properties file fixed your problem?


Yes.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
madlobster



Joined: 30 Aug 2006
Posts: 3

                    
PostPosted: Wed Aug 30, 2006 8:41 pm    Post subject: Reply with quote

gfb107 wrote:
Looks like madlobster is a sucker for beta software. His problem is a combination of beta Java and beta Windows Vista. See Bug ID: 6449933 Vista:FileChooserDemo throws an exception when trying to open it in Windows L&F.

At this point I'm going to say too bad, I don't support that combination.


Thanks for the link. It works now that I installed build b97 of Java.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - Software All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control