#260411 - 14/07/2005 18:31
Bugs in V3 A10
|
carpal tunnel
Registered: 25/06/1999
Posts: 2993
Loc: Wareham, Dorset, UK
|
Please post them in this thread ONLY.
When hammering on the s/w, please look specifically at the tuner.
_________________________
One of the few remaining Mk1 owners... #00015
|
Top
|
|
|
|
#260412 - 14/07/2005 18:34
Re: Bugs in V3 A10
[Re: schofiel]
|
addict
Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
|
Bugs new to v3a10? Or v3a bugs still not fixed in 10?
Pim
|
Top
|
|
|
|
#260413 - 18/07/2005 17:20
Re: Bugs in V3 A10
[Re: pim]
|
carpal tunnel
Registered: 25/06/1999
Posts: 2993
Loc: Wareham, Dorset, UK
|
Any bugs you find in A10, regardless of how long they've been there.
_________________________
One of the few remaining Mk1 owners... #00015
|
Top
|
|
|
|
#260414 - 18/07/2005 18:59
Re: Bugs in V3 A10
[Re: schofiel]
|
carpal tunnel
Registered: 05/01/2001
Posts: 4903
Loc: Detroit, MI USA
|
After installing over 2.00final, my screen did this.
I'm now doing my first reboot and it's Building the database. BTW, I love the progress % for the database build! Great feature!
I might have the record (?) for the most mp3s on an alpha player after this.
_________________________
Brad B.
|
Top
|
|
|
|
#260415 - 18/07/2005 19:06
Re: Bugs in V3 A10
[Re: SE_Sport_Driver]
|
carpal tunnel
Registered: 05/01/2001
Posts: 4903
Loc: Detroit, MI USA
|
Upon reboot, without any sync, I queued up the root playlist of 23,000 songs and the first track began to play in "Slow motion" and a bit of scratching. No response from the front panel.
No error messages via Serial.
No hijack. No player hack for larger fid counts. Only fidsift at this point.
64mb memory board. Memory passes test during bootup.
EDIT:
After 2nd reboot, noticed this via serial
Code:
Starting player
Using non-standard cache size 820 (bonus 48Mb, adjustment 0)
player.cpp : 579:empeg-car 3.00-alpha10 2005/07/09.
! tunedb_disk.cpp :1192:Database size mismatch error.
no room for private writable mapping
error: -12
serial_notify_thread.cpp: 170:@@ S0
EDIT2:
Dang it. Emplode crashed. The only thing I could grab from the windows error report was this.
Attachments
260420-6093_appcompat.txt (852 downloads)
Edited by SE_Sport_Driver (18/07/2005 19:33)
_________________________
Brad B.
|
Top
|
|
|
|
#260416 - 18/07/2005 19:35
Re: Bugs in V3 A10
[Re: SE_Sport_Driver]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Quote: no room for private writable mapping
Your player is running out of memory. I never tested the alphas (or 2.01 for that matter) on players as big as 48Mb, and it may be that the policy of giving the entire difference in memory over to the music cache, is not ideal. (Perhaps the kernel needs more memory to keep its pagetables for such a big system, or perhaps things such as TCP/IP award themselves bigger buffer sizes if run on 48Mb players.)
See whether adding a "reservecache=20" line, or something similar, in config.ini makes any difference. This leaves 20 cache chunks (or 1280K) unallocated, so any greedy TCP/IP or pagetable that comes along, is welcome to use it.
Peter
|
Top
|
|
|
|
#260417 - 18/07/2005 19:39
Re: Bugs in V3 A10
[Re: peter]
|
carpal tunnel
Registered: 05/01/2001
Posts: 4903
Loc: Detroit, MI USA
|
I'm not sure if it either needed one more try for emplode (this time just connecting because the prior database build took even though I never sync'd) or the installation of HiJack fixed it... But it's working now. Sorry to clutter the thread. I'll wait until the end of the night at least before posting again! But if anyone runs into a similar situation, maybe this will give them hope!
_________________________
Brad B.
|
Top
|
|
|
|
#260418 - 18/07/2005 19:46
Re: Bugs in V3 A10
[Re: SE_Sport_Driver]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14493
Loc: Canada
|
Hijack includes code to try and counter the stuttering/unresponsive display at startup on high-memory machines. Not perfect, but much better than without hijack.
-ml
|
Top
|
|
|
|
#260419 - 18/07/2005 19:52
Re: Bugs in V3 A10
[Re: mlord]
|
carpal tunnel
Registered: 05/01/2001
Posts: 4903
Loc: Detroit, MI USA
|
I'm getting some error message pop up on the screen, but it's so lightning quick I can't read it....
Serial output=
VM: do_try_to_free_pages failed for kswapd... VM: do_try_to_free_pages failed for kswapd.. no room for private writable mapping error: -12
Low memory error right? It's at least working. Kinda. Error message pops up a LOT, "Line" info mode c r a w l s ss as do the menus.
But hey, at least my database in in good shape!
_________________________
Brad B.
|
Top
|
|
|
|
#260420 - 18/07/2005 22:00
Re: Bugs in V3 A10
[Re: SE_Sport_Driver]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14493
Loc: Canada
|
Looks like low memory.
Try a nice big fat ReserveCache=50 or something.
The kernel needs about 5% overhead on physical memory. So on a 48MB player, one should consider doing ReserveCache=xx to tell the player s/w not to use at least 5% of the added RAM, which works out to 25 or so (each ReserveCache increment represents 64KB of RAM).
I'd give about double that, myself, which will help things like the web access and any third party apps you might install (or have installed).
Cheers
|
Top
|
|
|
|
#260421 - 19/07/2005 06:13
Re: Bugs in V3 A10
[Re: SE_Sport_Driver]
|
carpal tunnel
Registered: 18/01/2000
Posts: 5683
Loc: London, UK
|
Quote: BTW, I love the progress % for the database build! Great feature!
Is that a v3-only feature? Wow. It's been so long since I added that: I thought it was in v2.x as well...
_________________________
-- roger
|
Top
|
|
|
|
#260422 - 19/07/2005 06:17
Re: Bugs in V3 A10
[Re: schofiel]
|
carpal tunnel
Registered: 18/01/2000
Posts: 5683
Loc: London, UK
|
(Note: this is a v3a8 bug, and I've not tried v3a10 yet, but since Dave was focussed on the tuner code, I don't think he'll have fixed it. If someone gets the chance to reproduce it before I install v3a10, please post your results here)
Using Tweak Order can confuse/crash the player:
If you have the player shuffled, and you decide you'd like more of the current artist, you hit the tweak button on the remote. If you decide you'd like lots more, you keep hitting it until it says "no match found".
At this point, if you hit track skip, it doesn't -- the screen changes to the next song (and the next song), but it never actually skips track.
You need to reboot the player to fix it.
If the position in the first track is past the end of the next track (IYSWIM), this action can also cause the player to reboot.
_________________________
-- roger
|
Top
|
|
|
|
#260423 - 19/07/2005 06:24
Re: Bugs in V3 A10
[Re: Roger]
|
old hand
Registered: 23/07/2003
Posts: 869
Loc: Colorado
|
Quote: You need to reboot the player to fix it.
Actually, if you, upon experiencing this error, back up two tracks, then skip forward, all will be well. At least it's been working for me (I tend to use tweak order a LOT).
YMMV
_________________________
Dave
|
Top
|
|
|
|
#260424 - 19/07/2005 16:59
Re: Bugs in V3 A10
[Re: schofiel]
|
carpal tunnel
Registered: 25/06/1999
Posts: 2993
Loc: Wareham, Dorset, UK
|
Guys, could we keep the discussions to a minimum and keep a concise list of bugs posted here. If you want to discuss the behaviour, problems, or whatever, start another thread. Don't just sit here spinning gas about observations: at some point, someone is going to have to pick through a bug list and if this thread is populated by 10,000 pointless observations then it's going to be a bit difficult, no?
So from now on: concise bug descriptions of confirmed bugs ONLY, with a description of the stimulus, and the symptoms, with an indication of repeatability. The areas of interest are focussed around the tuner functionality.
_________________________
One of the few remaining Mk1 owners... #00015
|
Top
|
|
|
|
#260425 - 19/07/2005 19:31
Re: Bugs in V3 A10
[Re: schofiel]
|
old hand
Registered: 16/02/2002
Posts: 867
Loc: Oxford, UK
|
1. Unable to perform station searches using the L & R buttons (remote & front panel).
2. Impossible to disable AF. The AF display symbol reflects the menu selection but AF is still always active.
3. AF changes frequency to 98.0MHz every few minutes. This appears to happen while tuned to BBCR1 (99.1MHz) and BBCR4 (93.9MHz), I haven't observed this behaviour on independent stations.
I mostly listen to radio in the middle of the south-central area shown here - see the light blue 99.1MHz patch. With BBCR1 for example, it always switches from 99.1MHz to 98.0MHz within a few minutes. Meanwhile, the AF debug display permanently displays the "WAIT" screen. Changing the preset station away and back again corrects it for anything up to 2 minutes, rinse and repeat.
I cannot 100% confirm this but I think that in areas of weak reception, the 98.0MHz switching tends not to happen.
Edited by AndrewT (19/07/2005 23:08)
|
Top
|
|
|
|
#260426 - 21/07/2005 21:29
Re: Bugs in V3 A10
[Re: schofiel]
|
addict
Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
|
Seeking in ogg files is broken.
If you fast-forward ogg tunes, the player does not resume playing after releasing the button. Usually, it will only stop after completing the current tune.
Pim
|
Top
|
|
|
|
#260427 - 21/07/2005 21:32
Re: Bugs in V3 A10
[Re: schofiel]
|
addict
Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
|
Tunes are marked unintentionally, randomly.
Pim
|
Top
|
|
|
|
#260428 - 21/07/2005 21:35
Re: Bugs in V3 A10
[Re: schofiel]
|
addict
Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
|
Database loading is suboptimal.
/drive0/var/database3 is read with 512 bytes per read() system call. A larger buffer would speed up the database load.
Pim
|
Top
|
|
|
|
#260429 - 21/07/2005 22:33
Re: Bugs in V3 A10
[Re: schofiel]
|
addict
Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
|
Japanese tags do not display right.
Version 3 of the player uses utf-8 internally, but the used fonts lack japanese glyphs.
Pim
|
Top
|
|
|
|
#260430 - 21/07/2005 22:35
Re: Bugs in V3 A10
[Re: schofiel]
|
addict
Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
|
Play count display cannot be suppressed.
This used to be possible in player v2
Pim
|
Top
|
|
|
|
#260431 - 21/07/2005 22:40
Re: Bugs in V3 A10
[Re: schofiel]
|
addict
Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
|
Playlists cannot be accessed immediately.
Pressing Playlists->Down shows an hourglass before the playlists appear. Player v2 would show playlists immediately.
Pim
|
Top
|
|
|
|
#260432 - 21/07/2005 22:54
Re: Bugs in V3 A10
[Re: schofiel]
|
old hand
Registered: 16/02/2002
Posts: 867
Loc: Oxford, UK
|
AF occasionally causes the empeg to jump to a different station.
Perhaps this is caused by interference from a local station or possibly this is because TA is always enabled (it is currently set to 'Off' on my player) regardless of the menu selection (just like AF) - I'm not sure? Local radio stations have a bad habit of leaving their TA beacon active both before and after the TA to sucker you into listening to their ad's.
I'm struggling to think of any useful data that I can provide here to backup my claims in this thread, please feel free to ask if there's anything worthwhile that I should add.
Edited by AndrewT (21/07/2005 22:59)
|
Top
|
|
|
|
#260433 - 22/07/2005 11:44
Re: Bugs in V3 A10
[Re: pim]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Quote: Tunes are marked unintentionally, randomly.
This is a feature, not a bug, but it's clearly unpopular enough to remove. The markings are not random, they indicate when the track ended earlier than it indicated it would; often, this is the result of a corrupt MP3. However, if the marking is as overzealous as some claim, perhaps there are bugs in its determination of early ending. FITNR.
Quote: /drive0/var/database3 is read with 512 bytes per read() system call. A larger buffer would speed up the database load.
The actual problem was the dynamic data partition, not database3 (which is read with a single system call). FITNR.
Quote: Version 3 of the player uses utf-8 internally, but the used fonts lack japanese glyphs.
FITNR (for the larger font; it's not really possible to display Japanese in the smaller font).
Quote: Play count display cannot be suppressed.
FITNR.
Quote: Unable to perform station searches using the L & R buttons (remote & front panel).
FITNR.
Peter
|
Top
|
|
|
|
#260434 - 22/07/2005 12:10
Re: Bugs in V3 A10
[Re: peter]
|
carpal tunnel
Registered: 18/01/2000
Posts: 5683
Loc: London, UK
|
Quote: ...they indicate when the track ended earlier than it indicated it would; often, this is the result of a corrupt MP3...
I always suspected that -- more often -- this is the result of whichever version of emplode had a rounding error when calculating the length of the track. Theoretically, if you recalculate the length tag, it'd go away.
The problem is that the "marked" flag should be reserved for the user, or should differentiate between the user setting it, or the player setting it.
_________________________
-- roger
|
Top
|
|
|
|
#260435 - 22/07/2005 12:23
Re: Bugs in V3 A10
[Re: Roger]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Quote: The problem is that the "marked" flag should be reserved for the user, or should differentiate between the user setting it, or the player setting it.
On the car-player, certainly. This was really another product's feature, which kind of leaked over.
Peter
|
Top
|
|
|
|
#260436 - 22/07/2005 13:41
Re: Bugs in V3 A10
[Re: Roger]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Quote: you keep hitting it until it says "no match found". At this point, if you hit track skip, it doesn't
How sucky. FITNR.
Peter
|
Top
|
|
|
|
#260437 - 22/07/2005 13:42
Re: Bugs in V3 A10
[Re: peter]
|
carpal tunnel
Registered: 15/08/2000
Posts: 4859
Loc: New Jersey, USA
|
WITNR?
_________________________
Paul Grzelak 200GB with 48MB RAM, Illuminated Buttons and Digital Outputs
|
Top
|
|
|
|
#260438 - 22/07/2005 13:43
Re: Bugs in V3 A10
[Re: peter]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14493
Loc: Canada
|
While you're in there..
The "Previous Visual" virtual button code vanished a while back.. I don't think any of the v3alpha's have it.
This is a fake button code (0x0020df18) first introduced in v2-rc1. Hijack is then used to remap it to a real button/menu as needed.
Cheers
|
Top
|
|
|
|
#260439 - 22/07/2005 13:46
Re: Bugs in V3 A10
[Re: mlord]
|
carpal tunnel
Registered: 19/01/2002
Posts: 3584
Loc: Columbus, OH
|
No bug to report, but Peter is my hero.
_________________________
~ John
|
Top
|
|
|
|
#260440 - 22/07/2005 14:11
Re: Bugs in V3 A10
[Re: mlord]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Quote: The "Previous Visual" virtual button code vanished a while back.
FITPR -- it was in alpha 10, but you're right that it wasn't in previous alphas. Dave did a (manual) v2 to v3 merge for the alpha10 release, and in the bits of code that haven't changed much in the interim (such as the input handling) the merge went in fairly smoothly.
Peter
|
Top
|
|
|
|
#260441 - 22/07/2005 15:00
Re: Bugs in V3 A10
[Re: peter]
|
addict
Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
|
Quote:
Quote: Version 3 of the player uses utf-8 internally, but the used fonts lack japanese glyphs.
FITNR (for the larger font; it's not really possible to display Japanese in the smaller font).
Cool! Don't forget to claim the $350 reward!
Pim
|
Top
|
|
|
|
#260442 - 22/07/2005 15:08
Re: Bugs in V3 A10
[Re: Roger]
|
addict
Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
|
Quote:
Quote: ...they indicate when the track ended earlier than it indicated it would; often, this is the result of a corrupt MP3...
I always suspected that -- more often -- this is the result of whichever version of emplode had a rounding error when calculating the length of the track
Now it makes sence to me. My length tags are calculated by mp3tofid using madlib or libogg, and can be slightly different from the ones emplode would have calculated.
Pim
|
Top
|
|
|
|
#260443 - 22/07/2005 15:38
Re: Bugs in V3 A10
[Re: pim]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Quote: Cool! Don't forget to claim the $350 reward!
There's no need for a $350 reward. If anyone desparately wanted to rid themselves of $350 after downloading the next release, I'm sure either these folks or maybe this lot could find something useful to do with it.
Peter
|
Top
|
|
|
|
#260444 - 22/07/2005 15:46
Re: Bugs in V3 A10
[Re: schofiel]
|
member
Registered: 30/06/1999
Posts: 179
Loc: Switzerland
|
While you are fixing bugs. Here are my comment, previously reported in another thread:
In tuner mode there is a very short pop (nearly not audibly) each time the software tries to search for a stronger signal. This happens about twice per second. It’s the same as it was in 2.0 final.
Manually setting a tuner frequency using the remote control crashes the player. Hijack displays a sigseg error and the player reboots (same behaviour as in alpha8) This somehow only seems to occur in the car and not in the docking station?!?
|
Top
|
|
|
|
#260445 - 22/07/2005 15:56
Re: Bugs in V3 A10
[Re: peter]
|
carpal tunnel
Registered: 24/12/2001
Posts: 5528
|
Quote:
Quote: Cool! Don't forget to claim the $350 reward!
There's no need for a $350 reward. If anyone desparately wanted to rid themselves of $350 after downloading the next release, I'm sure either these folks or maybe this lot could find something useful to do with it.
Both good causes but how about for the beer/curry fund?
|
Top
|
|
|
|
#260446 - 22/07/2005 16:10
Re: Bugs in V3 A10
[Re: tman]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Quote: Both good causes but how about for the beer/curry fund?
It should go to charity. In particular, people shouldn't attempt to put it behind the bar at the Wrestlers: our new office is on the other side of town and we don't even go to the Wrestlers any more.
Peter
|
Top
|
|
|
|
#260447 - 22/07/2005 16:26
Re: Bugs in V3 A10
[Re: peter]
|
carpal tunnel
Registered: 24/12/2001
Posts: 5528
|
Quote: It should go to charity.
Okie dokie
|
Top
|
|
|
|
#260448 - 22/07/2005 16:46
Re: Bugs in V3 A10
[Re: pgrzelak]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Quote: WITNR?
This coming Monday, 25th July. Or Tuesday morning UK time at the latest. Everyone is urged to download alpha 10 if they haven't already done so, and test it over this weekend, reporting bugs in this thread by Sunday evening US time if possible.
Peter
|
Top
|
|
|
|
#260449 - 22/07/2005 17:02
Re: Bugs in V3 A10
[Re: peter]
|
carpal tunnel
Registered: 15/08/2000
Posts: 4859
Loc: New Jersey, USA
|
!!! Wow! I was just asking, not expecting anything in the near future...
_________________________
Paul Grzelak 200GB with 48MB RAM, Illuminated Buttons and Digital Outputs
|
Top
|
|
|
|
#260450 - 22/07/2005 17:26
Re: Bugs in V3 A10
[Re: peter]
|
pooh-bah
Registered: 13/09/1999
Posts: 2401
Loc: Croatia
|
Let me just reiterate: guys@empeg are absolutely amazing!
_________________________
Dragi "Bonzi" Raos
Q#5196
MkII #080000376, 18GB green
MkIIa #040103247, 60GB blue
|
Top
|
|
|
|
#260451 - 22/07/2005 17:33
Re: Bugs in V3 A10
[Re: peter]
|
carpal tunnel
Registered: 05/01/2001
Posts: 4903
Loc: Detroit, MI USA
|
This is so awesome of you guys!
_________________________
Brad B.
|
Top
|
|
|
|
#260452 - 22/07/2005 18:18
Re: Bugs in V3 A10
[Re: schofiel]
|
member
Registered: 30/06/1999
Posts: 179
Loc: Switzerland
|
Another bug: beeps do not work in alpha10
Many thanks for releasing a new player version and we all hope to see a new karma with tuner soon.
|
Top
|
|
|
|
#260453 - 22/07/2005 18:54
Re: Bugs in V3 A10
[Re: JBjorgen]
|
pooh-bah
Registered: 12/02/2002
Posts: 2298
Loc: Berkeley, California
|
Quote: FITNR
That's an amazing acronym to read. Peter is also my hero. I havn't looked forward to the next release in years.
Matthew
|
Top
|
|
|
|
#260454 - 22/07/2005 19:44
Re: Bugs in V3 A10
[Re: schofiel]
|
enthusiast
Registered: 11/01/2002
Posts: 211
Loc: Qc, Canada
|
Here are my observations. As nobody else seems to have problems with that, maybe it's just me...
Riocar V3.0 alpha 10 Dev, 32Meg memory, Hijack 435, ReserveCache=50
Playlist is not remembered between reboots (Every time unplug/plug the empeg, it starts with an empty playlist)
Bookmarks are not saved. (When I Set, then Goto bookmark, it comes to an empty playlist.)
Menu scrolling is sluggish during caching (Just after changing songs with skip, more of an annoyance than a bug...)
_________________________
Patrick
|
Top
|
|
|
|
#260455 - 22/07/2005 20:13
Re: Bugs in V3 A10
[Re: elperepat]
|
carpal tunnel
Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
|
Quote: Playlist is not remembered between reboots (Every time unplug/plug the empeg, it starts with an empty playlist)
Bookmarks are not saved. (When I Set, then Goto bookmark, it comes to an empty playlist.)
Assuming you have a very large playlist, that's a known problem fixed by this hack.
_________________________
Bitt Faulk
|
Top
|
|
|
|
#260456 - 22/07/2005 21:19
Re: Bugs in V3 A10
[Re: wfaulk]
|
enthusiast
Registered: 11/01/2002
Posts: 211
Loc: Qc, Canada
|
Not having the empeg near me, if I remember correctly, I have about 6000 items in down-down-down playlist, and no more than 20-30% of the fids are in more than one playlist.
_________________________
Patrick
|
Top
|
|
|
|
#260457 - 22/07/2005 21:52
Re: Bugs in V3 A10
[Re: elperepat]
|
carpal tunnel
Registered: 05/01/2001
Posts: 4903
Loc: Detroit, MI USA
|
That empeg_set_max_fid_v7 hack is a great one though. Give it a shot.
_________________________
Brad B.
|
Top
|
|
|
|
#260458 - 23/07/2005 02:09
Re: Bugs in V3 A10
[Re: schofiel]
|
journeyman
Registered: 23/09/2003
Posts: 50
|
The 'scan frequency' (press and hold the left or right button) feature isn't working in the tuner for me. Other than that, all systems go so far. Seeking and track-switching for FLACs seems to be much improved, and I can finally seek cleanly in Ogg Vorbis files. Still not as fast as MP3, but acceptable.
I also had some problems with the post-upload stages (rebuild, reboot, etc.) of jEmplode, but not much worse than usual, so that might just be a coincidence: only about one sync in five is error free for me in jEmplode, on either of my empeg units.
Single HDD, Hijack v435 with ext3 filesystem.
|
Top
|
|
|
|
#260459 - 23/07/2005 12:59
Hijack v436 -- removed v3a hacks, modifed i2c fan control logic
[Re: peter]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14493
Loc: Canada
|
Great news, Peter!
I wonder if the functionality of empeg_set_max_fid_v7 should go in.. or not. I suppose it's easy enough to run once after upgrading.
Meanwhile, Hijack v436 is out. The major changes are:
(1) Slightly cleaned up i2c code (internal protocol for DSP and fan controller).
(2) Fan control logic now continues with setup regardless of errors, and also prints out (serial console) current temperature reading at startup.
(2) Removed "lavatory floor" visual recovery code, since that visual is no longer present as of v3a10.
(3) Removed "previous visual" workaround code for the v3alphas, since this function is now present again as of v3a10 (works great!).
Cheers
|
Top
|
|
|
|
#260460 - 23/07/2005 13:07
Re: Bugs in V3 A10
[Re: peter]
|
old hand
Registered: 01/10/2002
Posts: 1039
Loc: Fullerton, Calif.
|
Quote:
Quote: Version 3 of the player uses utf-8 internally, but the used fonts lack japanese glyphs.
FITNR (for the larger font; it's not really possible to display Japanese in the smaller font).
Will there be traditional Chinese font in the next release?
Edited by larry818 (23/07/2005 13:07)
|
Top
|
|
|
|
#260461 - 23/07/2005 14:28
Re: Bugs in V3 A10
[Re: alex25]
|
member
Registered: 30/06/1999
Posts: 179
Loc: Switzerland
|
Here is more input from my trip today (about two hours)
The player was in tuner mode all the time. I had four spontaneous reboots during that time. Hijack displayed a message sigkill or something like that. Maybe it is the same problem as mentioned earlier: Selecting a frequency by the remote control let my empeg reboot.
Switching between alternative frequency (AF) works pretty good! Sometimes the software changes to an alternative frequency every 5 seconds. But because the interruption is that short this is no problem at all. It never switched to a wrong station during my trip.
But I think there is at least one AF bug. Every time the player changes to another AF the RDS information is deleted (RDS text, RDS station id, PTY). In my opinion this should stay what it is, because it should be the same for all AF of a radio station.
I have not tested the traffic announcement (TA). I think earlier versions of the software had a problem that the AF is not working if in mp3 mode. I you can make sure that the AF works the same in mp3 mode as in tuner mode than everything should be ok.
Hardware: MK2, 64MB RAM, original tuner, 2 drives Software:V3alpha10, Hijack 435, no other software running
|
Top
|
|
|
|
#260462 - 23/07/2005 18:41
Re: Bugs in V3 A10
[Re: peter]
|
pooh-bah
Registered: 19/09/2002
Posts: 2494
Loc: East Coast, USA
|
Quote: reporting bugs in this thread by Sunday evening
Low priority, not really a bug: Entering the Visuals and Shuffle menus doesn't show the currently selected mode. /me runs.
You guys are great! Thanks for supporting us.
_________________________
- FireFox31 110gig MKIIa (30+80), Eutronix lights, 32 meg stacked RAM, Filener orange gel lens, Greenlights Lit Buttons green set
|
Top
|
|
|
|
#260463 - 24/07/2005 12:19
Re: Bugs in V3 A10
[Re: elperepat]
|
carpal tunnel
Registered: 19/01/2002
Posts: 3584
Loc: Columbus, OH
|
Quote: Menu scrolling is sluggish during caching (Just after changing songs with skip, more of an annoyance than a bug...)
It may just be my player, but on my 32mb MK2a (stacked method), all visuals and scrolling text are very sluggish while caching. Playlist of maybe 300 fids. Let me know if I can get you any debug info.
_________________________
~ John
|
Top
|
|
|
|
#260464 - 25/07/2005 06:19
Re: Bugs in V3 A10
[Re: JBjorgen]
|
pooh-bah
Registered: 12/01/2002
Posts: 2009
Loc: Brisbane, Australia
|
Quote:
Quote: Menu scrolling is sluggish during caching (Just after changing songs with skip, more of an annoyance than a bug...)
It may just be my player, but on my 32mb MK2a (stacked method), all visuals and scrolling text are very sluggish while caching. Playlist of maybe 300 fids. Let me know if I can get you any debug info.
Menus sluggish is "normal" (in the sense that everyone has it I think). The play software temporarily froze everything while caching. Mark did some kernel magic in Hijack to make the caching part yield so the rest of the system was more (relatively) responsive.
For my report: When using the search feature I can't "queue" up letters. If I enter letter while it's narrowing down the list of matches it seems to get lost. So I have to keep looking at it to see when it's ready for the next letter. Appeared in v3 it would seem but I couldn't say when.
_________________________
Christian #40104192 120Gb (no longer in my E36 M3, won't fit the E46 M3)
|
Top
|
|
|
|
#260465 - 25/07/2005 10:52
Re: Bugs in V3 A10
[Re: Shonky]
|
carpal tunnel
Registered: 19/01/2002
Posts: 3584
Loc: Columbus, OH
|
Quote: Menus sluggish is "normal" (in the sense that everyone has it I think). The play software temporarily froze everything while caching....
Yeah, but this is different...my visuals and scrolling info slow down to like 1 or 2fps until (I assume) it's done caching, then everything runs at normal speeds. It may not be the caching though, many times it goes through an entire song like that.
_________________________
~ John
|
Top
|
|
|
|
#260466 - 25/07/2005 11:12
Re: Bugs in V3 A10
[Re: JBjorgen]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14493
Loc: Canada
|
That sounds like the caching issue.
Without Hijack, the player basically locks up until it finishes the read-ahead. With Hijack, it is very slow as described, but at least it does respond to button presses.
Cheers
|
Top
|
|
|
|
#260467 - 25/07/2005 14:49
Re: Bugs in V3 A10
[Re: larry818]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Quote: Will there be traditional Chinese font in the next release?
No. We looked a while ago, but couldn't find a free one in a small enough size. (Some Chinese characters will work in the Japanese Edition -- the ones which happen to be shared with JIS X0208 -- but many common Chinese characters will be absent.)
Quote: beeps do not work in alpha10
FITNR.
Quote: When using the search feature I can't "queue" up letters.
FITNR.
Quote: Impossible to disable AF.
Believed FITNR.
Quote: That's an amazing acronym to read.
I can assure you that writing it is even more amazing than reading it...
Peter
|
Top
|
|
|
|
#260468 - 25/07/2005 15:20
Re: Bugs in V3 A10
[Re: peter]
|
carpal tunnel
Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
|
Quote:
Quote: That's an amazing acronym to read.
I can assure you that writing it is even more amazing than reading it...
Good, because I was getting a bad feeling about what it meant, honestly.
_________________________
Bitt Faulk
|
Top
|
|
|
|
#260469 - 25/07/2005 17:30
Re: Bugs in V3 A10
[Re: peter]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14493
Loc: Canada
|
v3a10 & v3a11: The Anna-VU visual (and possibly all others, as well) is "muted" when in FM tuner mode. It rarely, if ever, bounces beyond 1/3 scale. Earlier v2 releases had much more animated visuals for tuner mode.
I wonder if this can be fixed in Hijack, by adjusting the gain on the sampling input that drives the visuals ?
Cheers
|
Top
|
|
|
|
#260470 - 30/07/2005 13:05
Re: Bugs in V3 A10
[Re: peter]
|
old hand
Registered: 01/10/2002
Posts: 1039
Loc: Fullerton, Calif.
|
Quote: No. We looked a while ago, but couldn't find a free one in a small enough size. (Some Chinese characters will work in the Japanese Edition -- the ones which happen to be shared with JIS X0208 -- but many common Chinese characters will be absent.)
If you give me the spec, I may be able to find a font. At least I'd be willing to do all the legwork.
Thanks,
Larry
|
Top
|
|
|
|
#260471 - 30/07/2005 13:44
Re: Bugs in V3 A10
[Re: larry818]
|
carpal tunnel
Registered: 13/07/2000
Posts: 4180
Loc: Cambridge, England
|
Quote: If you give me the spec, I may be able to find a font. At least I'd be willing to do all the legwork.
Eight pixels high (in a nine-pixel cell). If you found a pan-Asian one, that would be even better, as now that we're Sigmatel we won't be able to make any more car-player releases with that Japanese font, for licensing reasons.
Peter
|
Top
|
|
|
|
#260472 - 30/07/2005 18:49
Re: Bugs in V3 A10
[Re: peter]
|
old hand
Registered: 23/07/2003
Posts: 869
Loc: Colorado
|
Would this font be a possible solution for the Japanese end of things? I've used a version of it on my Palm for years. I'm also looking for a Chinese font.
_________________________
Dave
|
Top
|
|
|
|
#260474 - 26/01/2007 13:51
Re: Bugs in V3 A10
[Re: pim]
|
journeyman
Registered: 30/01/2002
Posts: 56
Loc: Cambridge, UK
|
I keep seeing these kinds of issues with ffd/rew. All the seeking (jumping around) is loading the CPU to 100% and there's none left for the UI thread to handle the button-up message.
Maybe Peter or one of the other staffers on here could try adjusting the settings near the top of LACF, to increase the time between seeks. Maybe also increase the initial jump size so the "effective velocity" is the same.
The timings I picked were based on what sounded best, but if the CPU ain't fast enough - tough luck!
Cheers, John
|
Top
|
|
|
|
#260475 - 26/01/2007 14:51
Re: Bugs in V3 A10
[Re: JonnyGee]
|
addict
Registered: 14/11/2000
Posts: 474
Loc: The Hague, the Netherlands
|
Never mind, since then, I have re-ripped my entire collection to flac+mp3 and deleted my oggs. The mp3's play (and seek) just fine on my player.
Pim
|
Top
|
|
|
|
|
|