home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / tracker-4.13.lha / tracker / Docs / troubleshooting < prev   
Encoding:
Text File  |  1995-02-09  |  4.8 KB  |  104 lines

  1. (The name is not a mispelling).
  2.  
  3. - How to compile it ?
  4. Edit the Makefile and use make.
  5.  
  6. - It isn't fast enough.
  7. If you can, try to coerce root into installing it under his name, with
  8. a setuid.. Then tracker will renice itself to -15, which should solve most
  9. of your problems. DON'T DO THAT !!! I was young and stupid when I
  10. suggested that... there are security holes bigger than the whole moon in
  11. that program, installed suid.
  12.  
  13. - I can't get any sound out of my machine.
  14. Check that it is configured properly. Most sparcs/sgis have an independant
  15. software volume control. The sparc has a software switch between headphones
  16. and loudspeaker too. Get sure your audio output is getting where you want.
  17. Hps are not necessarily installed with audio. There are several ports to
  18. hpux working with various models of the audio hw. Your mileage may vary.
  19.  
  20. - I still don't get any sound.
  21. Make sure you have some audio hardware.
  22.  
  23. - I can't get it to compile on my silicon graphics.
  24. Maybe you don't have any audio software. If it doesn't find audio
  25. include files/libraries, that's a good bet.
  26. From Irix 5.3 on, the audio package has been rebundled BACK into the
  27. developper's package. Upgrading might be a solution.
  28. The other problem with sgi is that their standard make is not quite powerful
  29. enough to handle macro substitution inside macro substitution. Up to you to
  30. write a good Makefile (and maybe send it to me) or compile tracker by hand...
  31. Installing gnumake on your machine is also a solution.
  32. Don't forget to copy the Sgi/config.h to config.h, or else your modules will
  33. sure sound weird !
  34.  
  35. - I can't get it to compile on my sparc.
  36. If you don't have acc (ansi c compiler), tracker also works ok with old cc 
  37. and gcc. Speed options may not be necessary on your machine, 
  38. but they help sparc 5/10/20 to output sound at higher frequencies.
  39.  
  40. - I can't get it to compile on my solaris sparc.
  41. You should use the special target `solaris' which is a full port to solaris 2.2
  42. by Dave Tiller.
  43.  
  44. - I can't get it to compile on my PC with soundblaster.
  45. Perfectly normal. I don't have any PC to test it with, as the original PC
  46. code was written by someone else. I've tried to keep it mostly intact, but
  47. there might be some trivial mistake in soundblaster_audio.c.
  48. Also, you need to modify termio.c. I think it has to do with getche() or
  49. something like it, but I don't really want to know.
  50. Anyhow, if you write the necessary patch, please send it my way.
  51.  
  52. - I can't get it to compile on my PC with linux.
  53. Ask hasvolai@cc.helsinki.fi (Hannu Savolainen).
  54.  
  55. - I can't get it to compile on my NeXTstep machine.
  56. Ask Rolf Grossman...
  57.  
  58. - I can't get it to work on my DECstation.
  59. The code use a package called AudioFile. It is a public domain audio package
  60. available from DEC crl.dec.com aka 192.58.206.2, /pub/DEC/AF.
  61. the software will run on a number of platforms: Sun/NeXT/SGI/DEC.
  62.  The AF_audio.c code sends the sound directly to the AudioFile server.
  63.  There is but a slight problem! It Seg Faults when closing the Audio
  64. connection...dunno why, haven't been able to get rid of it!
  65.  Uses 2 environment variables:
  66.  AUDIOFILE - the name of the audio server to connect to for mono
  67. playback. And for the Left Channel in stereo playback. eg. "machine:0"
  68.  AUDIORIGHT - the name of the audio server for the Right Channel when
  69. playing stereo.
  70. This code is only tested for DEC 5000/20, 5000/25, Ultrix 4.2, Ultrix 4.3....
  71. so I can't vouch for how well it'll work on other machines!!!!
  72.  
  73. - I can't change the volume of the sound.
  74. That's intentional. There are other programs that do that quite well.
  75. What you really want is an audio control panel. There are some nifty ones
  76. around, just search carefully. There is no need for tracker to support variable
  77. volume.
  78.  
  79. - The sound output seems hashed.
  80. Your machine isn't running fast enough for the quality you're trying to get.
  81. If you don't have stereo output, don't forget to specify mono.
  82. Get rid of oversample first, this is a big cpu-eater. Then get rid of -show
  83. as well. If that doesn't work, you'll have to revert to a smaller frequency.
  84. tracker is normally aware of the current frequency on the sgi and sparcs,
  85. so if you have a control panel that allows it, change the frequency. You don't
  86. have to restart tracker (usually).
  87.  
  88. - There are some ``not supported'' messages from time to time.
  89. tracker doesn't support the whole set of protracker commands, so it tells
  90. you when it doesn't play something the way it's supposed to be played.
  91.  
  92. - tracker stops when playing some files.
  93. Try -tolerant. If it still doesn't work, send a bug report.
  94.  
  95. - This module doesn't sound like it should.
  96. Check that. be sure you were using the right player on an amiga. If you
  97. still have something weird, you may have a bug. Try e-mailing me.
  98.  
  99. - when tracker exits, my terminal is in some funky mode. 
  100. Shouldn't happen anymore. It definitely did in some previous version.
  101. Send me some email !
  102.  
  103.     Marc Espie (espie@ens.fr)
  104.