Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#230973 - 17/08/2004 16:13 tRio 0.1.5 available
pauln
enthusiast

Registered: 03/12/2001
Posts: 332
Loc: UK
Folks,

It's been a while in coming, but version 0.1.5 is now available from http://triot.sourceforge.net/ . It has those wifi changes that have been in the pipeline for so long. And a few other tweaks that I slipped in over the past year.

I guess I owe everyone an appology for having "vanished" from this forum for the last while (trying to debug 0.1.5 without wifi set up of my own wasn't much fun ). I will do my best to help out with any problems posted on this forum over the next few weeks.

Endless thanks to Jerz for all the help and testing he's done over the last 6 months.

Patch: Jeff has just come across a problem with the trio.xml in v0.1.5. I'm attaching a fixed version to this post until it's fixed on sourceforge

Cheers
Paul


Attachments
229921-trio.xml (274 downloads)



Edited by pauln (18/08/2004 15:29)

Top
#230974 - 17/08/2004 23:57 Re: tRio 0.1.5 available [Re: pauln]
jdc0730
stranger

Registered: 18/08/2002
Posts: 4
Loc: Indianapolis, IN
Paul and everyone else,

If you are running tRio on a Linux or Unix server and wish to use the trio.sh, you will need to strip out the extraineous ^M from the file for it to work. Windows does some nasty stuff to perfectly good UNIX files.

sed is the one way to do that:

cat trio.sh | sed "s/^M//" > trionew.sh
mv trionew.sh trio.sh

To enter the "^M" you will actually press Cntrl-V and then Cntrl-M.

Great work Paul.

Top
#230975 - 03/09/2004 00:52 Re: tRio 0.1.5 available [Re: jdc0730]
riocanada
newbie

Registered: 08/10/2003
Posts: 78
Loc: Ontario, Canada
Thanks jdc0730, this was the last step and I couldn't figure out what was happening. The script looked perfectly good, but didn't run!
_________________________
[3 rebadged Dell DARs, 1 Rio Receiver] [JReceiver 0.2.5 and tRio 0.1.6 on SuSE 9.3 Pro]

Top
#230976 - 03/09/2004 02:40 Re: tRio 0.1.5 available [Re: pauln]
basf_audio
newbie

Registered: 02/09/2002
Posts: 36
Loc: Saint Louis
Paul,

Running 1.5 without much problems... What's great is that it looks like your bandwidth issues you were looking at for the wireless has possibly fixed the HPNA bandwidth issues as well. I haven't heard any skipping on playback since the new release.

I'm curious if you've made any progress on the non-java based Web front-end. I'd still like to help if you're still interested. My PocketPC is just itching to be used for this.

Thanks!

_DS

Top
#230977 - 07/09/2004 02:18 Re: tRio 0.1.5 available [Re: pauln]
basf_audio
newbie

Registered: 02/09/2002
Posts: 36
Loc: Saint Louis
Paul,

Also curious about the tRio Applet interface. Much more in this version than the previous version, when clicking on the "Player" tab, it doens't flip over to the player. This is the stack trace:

INFO: WARNING: Icon lookup failed for icon clear. Please add this to configuration file.
Sep 6, 2004 11:15:16 PM trio.TRioNotificationQueue run
WARNING: Unhandled exception in Notification thread - ignoring
java.lang.NullPointerException
at trio.player.TRioPlayerApp.getIcon(Unknown Source)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at trio.player.TRioPlayerApp_Stub.getIcon(Unknown Source)
at trio.applet.TRioAppletPlayerPanel.getIcon(Unknown Source)
at trio.applet.TRioAppletPlayerPanel.playbackUpdate(Unknown Source)
at trio.applet.TRioAppletPlayerPanel.playbackUpdate(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at trio.applet.TRioAppletPlayerPanel_Stub.playbackUpdate(Unknown Source)
at trio.player.PlaybackUpdateDispatcher.run(Unknown Source)
at trio.TRioNotificationQueue.run(Unknown Source)

Usually if I fiddle on the units themselves to get a song playing - it'll start working on the Web interface.

Thanks!

_DS

Top
#230978 - 07/09/2004 04:18 Re: tRio 0.1.5 available [Re: basf_audio]
pauln
enthusiast

Registered: 03/12/2001
Posts: 332
Loc: UK
This is because of the line that's missing from trio.xml (mentioned in the "patch" bit above).

Shut down tRio and add the following line to the <icons> element under the "player" settings:

<icon name="clear" url="/clear.gif"/>

Cheers
Paul

Top
#230979 - 07/09/2004 23:20 Re: tRio 0.1.5 available [Re: pauln]
basf_audio
newbie

Registered: 02/09/2002
Posts: 36
Loc: Saint Louis
That did the trick... Thanks!

_DS

Top