chiark / gitweb /
exercise the C client a bit from tests
[disorder] / BUGS
1 * Compilation Bugs
2
3 The configure script make pointless checks for C++ and Fortran compilers.  This
4 is a bug in Libtool not in DisOrder.  See: http://bugs.debian.org/221873
5
6 * Server Bugs
7
8 * Other Problems
9
10 ** Wrongly Specified Character Encoding
11
12 A problem was reported where DisOrder was misconfigured to believe a UTF-8
13 filesystem was actually an ISO-8859-1 filesystem.  When it was reconfigured
14 correctly, the old (mangled) filenames remain in the database.
15
16 This is not a bug as such, it is a configuration error.  However recovering
17 from it can be painful if many filenames are involved.  If this mistake is
18 widespread then it may be worth adding support for automatic recovery, but for
19 now the easiest answer is to stop the server, remove the databases and start
20 again.
21
22 ** Poor Sound Quality
23
24 Poor sound quality may be a result of (hitherto unknown!) bugs in DisOrder, or
25 may be a problem with other software or hardware.  Specific combinations that
26 have produced problems in the past are listed here.
27
28 *** Stutter with VIA 82C686
29
30 Hardware: "VT82C686 AC97 Audio Controller"
31 Software: Linux via82cxxx_audio driver
32 Symptom: Stuttering playback with raw format play.
33 Solution: Use snd-via82xx driver instead (from ALSA).
34
35 ALSA drivers can be found in Linux 2.6.x; for 2.4.x they must be built
36 separately.
37
38 Local Variables:
39 mode:outline
40 fill-column:79
41 End: