Mac OS X Yosemite (10.10) and RMIR no longer works?
Posted: Sun Feb 22, 2015 12:05 pm
I recently upgraded my mac to Yosemite, MacOS X 10.10. I went to try to do some JP1 work last night and I can't get it to download/upload from the remote. It did work last time I tried but I can't even think of everything that has changed on the machine since I think I was running MacOS X Mavericks when I last did anything but it may have been Mountain Lion. All are 64-bit versions of Mac OS.
Thinking that something was messed up from the upgrade I went and fetched the latest tools (2.03alpha 27, DecodeIR, jp1serial, RDF's, etc) and the latest Java run time but still no love.
I've installed the latest drivers from FTDI for the serial cable and according to their installation the device is there, I can see it in the "system profiler" USB tree. I'm using one of Tommy's JP1.3 cables with the flashing LEDs that do flash when I plug it in.
When I fire up RMIR and then check the error file I find this:
The libraries are in the Mac OS X 64-bit directory (I don't have Parallel or JP1 USB so those errors are to be expected) But DecodeIR and the JP1 serial library are where they are supposed to be.
Any suggestions?
Thinking that something was messed up from the upgrade I went and fetched the latest tools (2.03alpha 27, DecodeIR, jp1serial, RDF's, etc) and the latest Java run time but still no love.
I've installed the latest drivers from FTDI for the serial cable and according to their installation the device is there, I can see it in the "system profiler" USB tree. I'm using one of Tommy's JP1.3 cables with the flashing LEDs that do flash when I plug it in.
When I fire up RMIR and then check the error file I find this:
Code: Select all
RemoteMaster v2.03 Alpha 27c
System Properties:
java.version = 1.8.0_31
java.vendor = Oracle Corporation
os.name = Mac OS X
os.arch = x86_64
java.home = /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home
java.class.path = /Users/billjackson/Desktop/JP1-New/RemoteMaster/RemoteMaster.jar
Adding to classpath: file:/Users/billjackson/Desktop/JP1-New/RemoteMaster/
... removed all of the protocol loading information ...
libraryFolder=/Users/billjackson/Desktop/JP1-New/RemoteMaster/Mac OS X-x86_64
LibraryLoader: Java version '1.8.0_31' from '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home' running on 'Mac OS X' (x86_64)
LibraryLoader: Attempting to load 'jp12serial' from '/Users/billjackson/Desktop/JP1-New/RemoteMaster/Mac OS X-x86_64/libjp12serial.dylib'...
LibraryLoader: Failed to load 'jp12serial' from '/Users/billjackson/Desktop/JP1-New/RemoteMaster/Mac OS X-x86_64/libjp12serial.dylib'
LibraryLoader: Java version '1.8.0_31' from '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home' running on 'Mac OS X' (x86_64)
LibraryLoader: Attempting to load 'jp12serial' from java library path...
LibraryLoader: Java library path is '/Users/billjackson/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.'
Unable to create JP12Serial object: no jp12serial in java.library.path
CommHID version 0.4
LibraryLoader: Java version '1.8.0_31' from '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home' running on 'Mac OS X' (x86_64)
LibraryLoader: Attempting to load 'jp1usb' from '/Users/billjackson/Desktop/JP1-New/RemoteMaster/Mac OS X-x86_64/libjp1usb.dylib'...
LibraryLoader: Failed to load 'jp1usb' from '/Users/billjackson/Desktop/JP1-New/RemoteMaster/Mac OS X-x86_64/libjp1usb.dylib'
LibraryLoader: Java version '1.8.0_31' from '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home' running on 'Mac OS X' (x86_64)
LibraryLoader: Attempting to load 'jp1usb' from java library path...
LibraryLoader: Java library path is '/Users/billjackson/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.'
Unable to create JP1USB object: no jp1usb in java.library.path
JPS version 0.1
LibraryLoader: Java version '1.8.0_31' from '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home' running on 'Mac OS X' (x86_64)
LibraryLoader: Attempting to load 'jp1parallel' from '/Users/billjackson/Desktop/JP1-New/RemoteMaster/Mac OS X-x86_64/libjp1parallel.dylib'...
LibraryLoader: Failed to load 'jp1parallel' from '/Users/billjackson/Desktop/JP1-New/RemoteMaster/Mac OS X-x86_64/libjp1parallel.dylib'
LibraryLoader: Java version '1.8.0_31' from '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home' running on 'Mac OS X' (x86_64)
LibraryLoader: Attempting to load 'jp1parallel' from java library path...
LibraryLoader: Java library path is '/Users/billjackson/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.'
Unable to create JP1Parallel object: no jp1parallel in java.library.path
DecodeIR: Looking in '/Users/billjackson/Desktop/JP1-New/RemoteMaster'.
LibraryLoader: Java version '1.8.0_31' from '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home' running on 'Mac OS X' (x86_64)
LibraryLoader: Attempting to load 'DecodeIR' from '/Users/billjackson/Desktop/JP1-New/RemoteMaster/Mac OS X-x86_64/libDecodeIR.dylib'...
LibraryLoader: Failed to load 'DecodeIR' from '/Users/billjackson/Desktop/JP1-New/RemoteMaster/Mac OS X-x86_64/libDecodeIR.dylib'
LibraryLoader: Java version '1.8.0_31' from '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home' running on 'Mac OS X' (x86_64)
LibraryLoader: Attempting to load 'DecodeIR' from java library path...
LibraryLoader: Java library path is '/Users/billjackson/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.'
Failed to load DecodeIR JNI interface!
RemoteMaster.windowClosing() enteredAny suggestions?