Rockbox Technical Forums

Support and General Use => Audio Playback, Database and Playlists => Topic started by: lestat on May 06, 2008, 02:54:57 PM

Title: "event line full" @ sansa c200
Post by: lestat on May 06, 2008, 02:54:57 PM
hi,

I'm updating rockbox like every day but I'm having a problem for about 2 weeks:

I boot rockbox, then load my soundsettings (because rockbox deletes them after every restart!?) after that I create a playlist. often it's to much to reshuffle that playlist afterwards: then the player crashes with the error:

*PANIC*
event line full

it's not that important in which order I do things, but after some events the player crashes.
Title: Re: "event line full" @ sansa c200
Post by: Llorean on May 06, 2008, 03:11:19 PM
What SVN revision are you using, and is it an official build downloaded from our site?
Title: Re: "event line full" @ sansa c200
Post by: gevaerts on May 06, 2008, 03:25:44 PM
Rockbox normally saves settings on shutdown. That means that if it crashes it won't save settings.

As to the real problem (the crashing), I don't really see a possible cause, but can you try checking the filesystem (chkdsk on windows or fsck on linux) ? In the past, filesystem corruption has been known to cause all sorts of strange errors.
Title: Re: "event line full" @ sansa c200
Post by: lestat on May 06, 2008, 03:26:43 PM
version: r17397-080506

it's an official build from this site

chkdesk can't find any problems.
Title: Re: "event line full" @ sansa c200
Post by: Llorean on May 06, 2008, 04:17:36 PM
According to one of the developers, this error message shouldn't actually be reachable according to his reading of the related code. Could you provide some more information? For example, how long is the playlist. Can you get the error if you don't reload the sound settings?

If at all possible, try to give a recipe that someone else might use to reproduce this problem. For example, does it matter which playlist you use?
Title: Re: "event line full" @ sansa c200
Post by: lestat on May 06, 2008, 04:34:00 PM
okay:

- boot player
- load sound settings
- insert an album with 9 tracks shuffled (dynamic playlist)
- insert same album again shuffled
- and insert the same album shuffled one last time
- now tracks are played (27 items in dynamic playlist)
- reshuffle playlist 3 times
- go to next track 2 times
- last but very important change vol -1
--> now system chrash



my soundsettings:

# .cfg file created by rockbox r16850-080327 - http://www.rockbox.org

volume: -9
balance: 0
bass: 22
treble: 13
channels: custom
stereo_width: 120
replaygain: off
replaygain type: album
replaygain noclip: off
replaygain preamp: 0
crossfade: always
crossfade fade in delay: 1
crossfade fade out delay: 1
crossfade fade in duration: 2
crossfade fade out duration: 3
crossfade fade out mode: mix
crossfeed: off
crossfeed direct gain: 0
crossfeed cross gain: 35
crossfeed hf attenuation: 140
crossfeed hf cutoff: 700
dithering enabled: off
eq enabled: on
eq precut: 60
eq band 0 cutoff: 60
eq band 1 cutoff: 30
eq band 2 cutoff: 100
eq band 3 cutoff: 3040
eq band 4 cutoff: 12000
eq band 0 q: 7
eq band 1 q: 10
eq band 2 q: 10
eq band 3 q: 10
eq band 4 q: 7
eq band 0 gain: 195
eq band 1 gain: -110
eq band 2 gain: -75
eq band 3 gain: 0
eq band 4 gain: 0


without loading the soundsettings the system doesn't crash.
Title: Re: "event line full" @ sansa c200
Post by: Llorean on May 06, 2008, 04:59:17 PM
Just to make sure things are absolutely clear: Do you mean "reduce the volume by 1" or do you mean "set the volume to -1"?
Title: Re: "event line full" @ sansa c200
Post by: lestat on May 06, 2008, 05:06:50 PM
OH, reduce the volume.
strange: i just deinstalled rockbox and bootloader completely and installed all again and now it seems to work fine.