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.89 is now available!
Goto page 1, 2  Next
 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - Software
View previous topic :: View next topic  
Author Message
gfb107
Expert


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

                    
PostPosted: Mon Mar 09, 2009 7:34 pm    Post subject: RemoteMaster v1.89 is now available! Reply with quote

I've built and released RemoteMaster v1.89

Available downloads are:

Changes for v1.89

  • Improvements to import raw upgrade
  • Fix Device Combiner for HCS08 remotes
  • Include tutorial (JP1 - Just How Easy Is It?)
  • Add help menu items (Readme, Tutorial, Home page, Forums)
  • Add parsing support for RDF enhancements for IR 8.05
  • Upgrade to Java 6 for Desktop support (specifically launching default browser).
  • Another fix for importing raw NEC upgrades
  • RMIR: Add support for changing the look and feel
  • RMIR: Fixes for loading .rmir files with special protocols
  • RMIR: Support for device button labels
  • RMIR: Support for soft device sequence numbers
  • RMIR: Support read-only settings
  • RMIR: Add Toolbar with buttons for Open, Save, Save As, Download, Upload


Links:
The RemoteMaster project home page, now accepting donations.
RemoteMaster.v1.89.zip
RemoteMaster_v1.89.exe - See note below.
Change Log (also included in the ZIP file)
Readme.html (also included in the ZIP file)

Notes:
_________________
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)


Last edited by gfb107 on Sun Mar 22, 2009 10:36 pm; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website
mdavej
Expert


Joined: 08 Oct 2003
Posts: 4501

                    
PostPosted: Mon Mar 09, 2009 8:15 pm    Post subject: Reply with quote

Thanks, Greg. Lots of great stuff in this one. Noticed a couple of cosmetic things in RMIR:
- Learned tab: need to increase header height
- Special functions tab, pause: add units text beside duration (sec)

Typo in your announcement post: File sizes should be MB, not GB.
Back to top
View user's profile Send private message
gfb107
Expert


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

                    
PostPosted: Mon Mar 09, 2009 9:06 pm    Post subject: Reply with quote

Thanks for the feedback.

Please keep in mind that RMIR doesn't yet support most of the new RDF4 features. It can parse them all successfully, but I've only implemented a couple of them. Pause duration in seconds is one that I haven't implemented.
_________________
-- 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
Capn Trips
Expert


Joined: 03 Oct 2003
Posts: 3990

                    
PostPosted: Tue Mar 10, 2009 6:35 am    Post subject: Reply with quote

Help? Surprised

I can't get RMIR to open. I've tried Command line, creating a shortcut, added specific paths to the commands, added "java.exe -jar" beforehand, whatever my tiny brain can think of, it doesn't work.

I take the exact same string (either in a shortcut or in a Command Line window) that opens RemoteMaster successfully and add an "-ir" switch, and nothing happens. The program doesn't even run.

D:\jp1\RemoteMaster.jar starts RemoteMaster
D:\jp1\RemoteMaster.jar -ir does nothing.

What stupid thing am I doing incorrectly?
_________________
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!


Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
Back to top
View user's profile Send private message
gfb107
Expert


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

                    
PostPosted: Tue Mar 10, 2009 6:44 am    Post subject: Reply with quote

There may be an error message in rmaster.err that would help us figure out what's going on.
_________________
-- 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
Capn Trips
Expert


Joined: 03 Oct 2003
Posts: 3990

                    
PostPosted: Tue Mar 10, 2009 6:47 am    Post subject: Reply with quote

Yup, I was just looking at that. The rmaster.err file has lines and lines of stuff related to Protocols, and Device Importers with ocassional warnings abobut multiple protocols with the same name, but at the end of the file is this section:

Code:
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: com.hifiremote.jp1.io.JP12Serial.getInterfaceName()Ljava/lang/String;
   at com.hifiremote.jp1.io.JP12Serial.getInterfaceName(Native Method)
   at com.hifiremote.jp1.RemoteMaster.createMenus(RemoteMaster.java:617)
   at com.hifiremote.jp1.RemoteMaster.<init>(RemoteMaster.java:287)
   at com.hifiremote.jp1.RemoteMaster.createAndShowGUI(RemoteMaster.java:1260)
   at com.hifiremote.jp1.RemoteMaster.access$9(RemoteMaster.java:1185)
   at com.hifiremote.jp1.RemoteMaster$5.run(RemoteMaster.java:1308)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEvent(Unknown Source)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
   at java.awt.EventDispatchThread.run(Unknown Source)


Does that help?

EDIT: and here's the whole rmaster.err file.
_________________
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!


Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
Back to top
View user's profile Send private message
gfb107
Expert


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

                    
PostPosted: Tue Mar 10, 2009 6:51 am    Post subject: Reply with quote

That suggests that you are using a version of jp12serial.dll that is incompatible with RMIR. You should be using the one bundled with RMIR.
_________________
-- 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
Capn Trips
Expert


Joined: 03 Oct 2003
Posts: 3990

                    
PostPosted: Tue Mar 10, 2009 7:16 am    Post subject: Reply with quote

Thanks, that did it. But I am confused. I don't know where I got the dll I was using, but it was dated 12/20/2008, while the one currently being distributed with RM is dated 4/5/08, so is seemingly older.

Regardless, it works, so that's what matters.

Thanks again.
_________________
Beginners - Read this thread first
READ BEFORE POSTING or your post will be DELETED!


Remotes: OFA XSight Touch, AR XSight Touch
TVs: LG 65" Smart LED TV; Samsung QN850BF Series - 8K UHD Neo QLED LCD TV
RCVR: Onkyo TX-SR875; Integra DTR 40.3
DVD/VCR: Pioneer DV-400VK (multi-region DVD), Sony BDP-S350 (Blu-ray), Toshiba HD-A3 (HD-DVD), Panasonic AG-W1 (Multi-system VCR);
Laserdisc: Pioneer CLD-D704.
Amazon Firestick
tape deck: Pioneer CT 1380WR (double cassette deck)
(But I still have to get up for my beer)
Back to top
View user's profile Send private message
gfb107
Expert


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

                    
PostPosted: Tue Mar 10, 2009 7:25 am    Post subject: Reply with quote

xnappo is working of getting a version of jp12serial.dll that has all the latest fixes, will work with both RMIR and IR, and that will also build and run with RMIR under Linux.
_________________
-- 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
xnappo
Expert


Joined: 30 Dec 2003
Posts: 861

                    
PostPosted: Tue Mar 10, 2009 9:45 am    Post subject: Reply with quote

gfb107 wrote:
xnappo is working of getting a version of jp12serial.dll that has all the latest fixes, will work with both RMIR and IR, and that will also build and run with RMIR under Linux.


Hmm, I am a bit confused as to why the newer windows version didn't work. Basically I took the latest Windows version(http://www.hifi-remote.com/forums/dload.php?action=file&file_id=4286) and added back in the Linux ifdefs that Greg originally added...

I haven't posted my updates officially yet because I am still having issues getting things to compile under MingGW. I will try again this weekend.

If anyone wants the updated Linux driver, let me know and I can post it before that.

xnappo

P.S. I suggest that once we straighten this out that we start maintaining the serial driver at the SourceForge site...
Back to top
View user's profile Send private message
gfb107
Expert


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

                    
PostPosted: Tue Mar 10, 2009 10:43 am    Post subject: Reply with quote

The error here is that the DLL Capn used doesn't implement the function com.hifiremote.jp1.io.JP12Serial.getInterfaceName()
_________________
-- 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
xnappo
Expert


Joined: 30 Dec 2003
Posts: 861

                    
PostPosted: Tue Mar 10, 2009 11:01 am    Post subject: Reply with quote

gfb107 wrote:
The error here is that the DLL Capn used doesn't implement the function com.hifiremote.jp1.io.JP12Serial.getInterfaceName()


Ah - okay - that is in the version I am working on.

Will try to get mingw going soon so we can close this out.

xnappo
Back to top
View user's profile Send private message
xnappo
Expert


Joined: 30 Dec 2003
Posts: 861

                    
PostPosted: Mon Mar 16, 2009 10:47 am    Post subject: Reply with quote

Ok - I have both the WIndows and Linux versions building from the same source and working with both RM-IR and IR in both OSes.

Shall I post the binaries in the 'tools' section and the source with the other versions of the source?

Thanks,
xnappo
Back to top
View user's profile Send private message
xnappo
Expert


Joined: 30 Dec 2003
Posts: 861

                    
PostPosted: Mon Mar 16, 2009 11:41 am    Post subject: Reply with quote

I think I found a bug. When you edit the 'long' side of a long keypress, the contents always get replaced with the 'short' side sequence.

.rmir file here:
http://www.hifi-remote.com/forums/dload.php?action=file&file_id=6414

BTW - for those who haven't tried RMIR lately - give it a shot! Once you get used to editing your upgrades and IR setup in one application there is no going back.

Greg - it would be nice/intuitive to be able to pull up the upgrade from the 'General' tab too.
xnappo
Back to top
View user's profile Send private message
gfb107
Expert


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

                    
PostPosted: Wed Mar 18, 2009 6:44 am    Post subject: Reply with quote

Putting the binaries in the Tools section and the source with the other versions sounds good. I would also make an announcement post that asks for testing, here in the Software forum.

Once we're confident from the level of testing that the new code is solid, I think we should consider getting rid of the old binaries and 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
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - Software All times are GMT - 5 Hours
Goto page 1, 2  Next
Page 1 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