Slightly annoying Hijack v160 bug, or DEU..

Posted by: ClownBurner

Slightly annoying Hijack v160 bug, or DEU.. - 31/01/2002 19:54

This is either a bug or it's a Dumb-End-User (DEU) problem...strange.. This worked in v151, broke intermittently (worked after a cold boot but not a warm one) in v153, and is broken now...

I have an ir_translation in my Empeg that looks like this:

[ir_translate]
Source=Source.L

I've also tried it like this, because I read about the strangeness in v156...
[ir_translate]
20DF03=20DF03.L

When I boot the Empeg, I get this:
ir_translate: Source=Source.L

It's just one of many ir_translations I have and all the others work fine:
ir_translate: Tuner=Sound.L,Three,Cancel.S
ir_translate: Search=Search.N,Search.N,Search
ir_translate: Popup0=Info,Shuffle,Repeat,Detail.L,Popup1
ir_translate: Popup1=Artist,Album,Genre,Popup0

Any clues? What am I doing wrong??
Posted by: mlord

Re: Slightly annoying Hijack v160 bug, or DEU.. - 31/01/2002 22:53

Err.. more to the point, what was hijack doing wrong..

Thanks to your bug report, I've found/fixed the problem, and I'll put out a v162 shortly.

But the fix will undoubtedly break some of the more complex IR translations out there, so just a sec while grab the asbestos suit..

-ml
Posted by: mlord

Re: Slightly annoying Hijack v160 bug, or DEU.. - 31/01/2002 23:46

I take that back. It wasn't broken until v161.

But your coding can be fixed as well. Try this:

Source=Source.L,null


Cheers
Posted by: ClownBurner

Re: Slightly annoying Hijack v160 bug, or DEU.. - 01/02/2002 09:17

using
Source=Source.L,null


didn't fix it on v161...but it works on v162...

Thanks!!