Cannot get Remote Master to run on Win 10

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
dkichenside
Posts: 3
Joined: Sun Apr 29, 2018 2:30 pm

Cannot get Remote Master to run on Win 10

Post by dkichenside »

Hi,

I have installed the latest Java 10 and release v2.06build5 of Remote Master.

It tells me where it installed and that the shortcuts were completed.

But, when I try launching any of them nothing appears to happen.

Any ideas

I am using Windows 10 Pro
DK
dkichenside
Posts: 3
Joined: Sun Apr 29, 2018 2:30 pm

I got it to work by downgrading Java 8

Post by dkichenside »

I got it to work by downgrading Java 8
DK
The Robman
Site Owner
Posts: 21886
Joined: Fri Aug 01, 2003 9:37 am
Location: Chicago, IL
Contact:

Post by The Robman »

Did you install Java 10 before or after you installed RM and ran the setup file?

The shortcuts point to your installation of Java, so if you installed Java 10 after you created the shortcuts, you would need to re-create them.

Also, was it just the shortcuts that didn't work? Did you try starting the program by running RemoteMaster.jar ?
Rob
www.hifi-remote.com
Please don't PM me with remote questions, post them in the forums so all the experts can help!
mdavej
Expert
Posts: 4631
Joined: Wed Oct 08, 2003 7:08 am

Post by mdavej »

Rob, we’ve seen this before. I don’t remember the thread. But nothing past 8 works for me either. RM just closes immediately.
3FG
Expert
Posts: 3434
Joined: Mon May 18, 2009 11:48 pm

Post by 3FG »

I downloaded Java 10, and verified that RMIR doesn't load. The rmaster.err file shows a problem with dynamically loading classes (e.g. icons). The issue is that starting with Java 9, dynamically loading classes must be done with a different method than superclassing URLClassLoader. Searching the internet shows that RMIR is not the only application affected by this change.

Graham is busy on other things at the moment, so I will look into the fix, mainly checking that the changes to RMIR don't break it for older versions of Java.

Hopefully this is the only thing affected by the Java 9 changes.
yaworski
Posts: 454
Joined: Sun Jun 22, 2014 4:06 am
Location: Warsaw, Poland

Post by yaworski »

https://www.dropbox.com/s/bc7tfj5l58foa ... r.jar?dl=1

Here's a build with fixes for Java 9 and 10. It's backward compatible with Java 7 and 8.

I haven't yet committed these changes to the SVN, so please test this build and let me know. If it works properly I'll commit this.

It'll still warn about illegal access to a method when run in the terminal, but it's nothing to worry about at this moment. It's only a warning that this is deprecated, so it's probably something to worry when Java 11 is released.
Marcin
wnewell
Posts: 158
Joined: Tue Jan 13, 2009 2:42 pm
Location: DFW, Texas

Post by wnewell »

When run from terminal in linux, I get these warnings. but all 3 (ir, rm, pb) run perfectly with java 10. And in case you missed it in the other thread, thank you.

wes@mythfe0:~/rm$ ./rmpb.sh
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.hifiremote.jp1.RemoteMaster (file:/home/wes/rm/RemoteMaster.jar) to method java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of com.hifiremote.jp1.RemoteMaster
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Post Reply