home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / SOUNDUTILS / mm1_tracker.lzh / TRACKER4.6 / Docs / troubleshooting < prev   
Text File  |  1994-11-24  |  5KB  |  107 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.
  10.  
  11. - I can't get any sound out of my machine.
  12. Check that it is configured properly. Most sparcs/sgis have an independant
  13. software volume control. The sparc has a software switch between headphones
  14. and loudspeaker too. Get sure your audio output is getting where you want.
  15. Hps are not necessarily installed with audio. There are several ports to
  16. hpux working with various models of the audio hw. Your mileage may vary.
  17.  
  18. - I still don't get any sound.
  19. Make sure you have some audio hardware.
  20.  
  21. - I can't get it to compile on my silicon graphics.
  22. Maybe you don't have any audio software. If it doesn't find audio
  23. include files/libraries, that's a good bet.
  24. I heard that recently Silicon Graphics unbundled the audio software, and
  25. even if you're a developper, you have to register *EXTRA* to get the audio
  26. package... Well, this unfortunately is not my problem, I don't even have
  27. access to a silicon graphics anymore. Maybe you can get people at silicon
  28. graphics or elsewhere to upload a binary version of tracker to an ftp
  29. archive... I won't do it myself, this dwells on copyrighted material.
  30. The other alternative is to complain fiercely to your Silicon Graphics vendor.
  31. This is felt by many people (including myself) to be a really dumb move from
  32. Silicon Graphics marketing department...
  33. The other problem with sgi is that their standard make is not quite powerful
  34. enough to handl macro substitution inside macro substitution. Up to you to
  35. write a good Makefile (and maybe send it to me) or compile tracker by hand...
  36. Don't forget to copy the Sgi/config.h to config.h, or else your modules will
  37. sure sound weird !
  38.  
  39. - I can't get it to compile on my sparc.
  40. If you don't have acc (ansi c compiler), tracker also works ok with old cc 
  41. and gcc. Speed options may not be necessary on your machine, 
  42. but they help sparc 10 to output sound at
  43. higher frequencies.
  44.  
  45. - I can't get it to compile on my solaris sparc.
  46. You should use the special target `solaris' which is a full port to solaris 2.2
  47. by Dave Tiller.
  48.  
  49. - I can't get it to compile on my PC with soundblaster.
  50. Perfectly normal. I don't have any PC to test it with, as the original PC
  51. code was written by someone else. I've tried to keep it mostly intact, but
  52. there might be some trivial mistake in soundblaster_audio.c.
  53. Also, you need to modify termio.c. I think it has to do with getche() or
  54. something like it, but I don't really want to know.
  55. Anyhow, if you write the necessary patch, please send it my way.
  56.  
  57. - I can't get it to compile on my PC with linux.
  58. Ask hasvolai@cc.helsinki.fi (Hannu Savolainen).
  59.  
  60.  
  61. - I can't get it to work on my DECstation.
  62. The code use a package called AudioFile. It is a public domain audio package
  63. available from DEC crl.dec.com aka 192.58.206.2, /pub/DEC/AF.
  64. the software will run on a number of platforms: Sun/NeXT/SGI/DEC.
  65.  The AF_audio.c code sends the sound directly to the AudioFile server.
  66.  There is but a slight problem! It Seg Faults when closing the Audio
  67. connection...dunno why, haven't been able to get rid of it!
  68.  Uses 2 environment variables:
  69.  AUDIOFILE - the name of the audio server to connect to for mono
  70. playback. And for the Left Channel in stereo playback. eg. "machine:0"
  71.  AUDIORIGHT - the name of the audio server for the Right Channel when
  72. playing stereo.
  73. This code is only tested for DEC 5000/20, 5000/25, Ultrix 4.2, Ultrix 4.3....
  74. so I can't vouch for how well it'll work on other machines!!!!
  75.  
  76. - I can't change the volume of the sound.
  77. That's intentional. There are other programs that do that quite well.
  78. What you really want is an audio control panel. There are some nifty ones
  79. around, just search carefully. There is no need for tracker to support variable
  80. volume.
  81.  
  82. - The sound output seems hashed.
  83. Your machine isn't running fast enough for the quality you're trying to get.
  84. If you don't have stereo output, don't forget to specify mono.
  85. Get rid of oversample first, this is a big cpu-eater. Then get rid of -show
  86. as well. If that doesn't work, you'll have to revert to a smaller frequency.
  87. tracker is normally aware of the current frequency on the sgi and sparcs,
  88. so if you have a control panel that allows it, change the frequency. You don't
  89. have to restart tracker (usually).
  90.  
  91. - There are some ``not supported'' messages from time to time.
  92. tracker doesn't support the whole set of protracker commands, so it tells
  93. you when it doesn't play something the way it's supposed to be played.
  94.  
  95. - tracker stops when playing some files.
  96. Try -tolerant. If it still doesn't work, send a bug report.
  97.  
  98. - This module doesn't sound like it should.
  99. Check that. be sure you were using the right player on an amiga. If you
  100. still have something weird, you may have a bug. Try e-mailing me.
  101.  
  102. - when tracker exits, my terminal is in some funky mode. 
  103. Shouldn't happen anymore. It definitely did in some previous version.
  104. Send me some email !
  105.  
  106.     Marc Espie (espie@ens.fr)
  107.