home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 1 / agavol1.iso / aga_utilities / ready_to_run / patches+updates / dpaint_patch / patch.doc < prev   
Encoding:
Text File  |  1978-06-28  |  2.6 KB  |  96 lines

  1.                            Dpaint 4.6 Patcher
  2.                            ------------------
  3.                           © 1993 Pyxis Software
  4.  
  5. What it fixes:
  6. --------------
  7. Dpaint 4.6 has a bug in it which causes a "please insert volume dpxyzzy:"
  8. requestor to pop up when you try and change the font directory.  If you're
  9. like me, and have trillions of fonts in different directories, it really
  10. makes life difficult.
  11.  
  12.  
  13. What the bug is:
  14. ----------------
  15. Well, when EA released the 4.6 patch, the line of code was supposed to
  16. read:
  17.  
  18. assign defer dpxyzzy: [other directory]
  19.  
  20.     the one they released says:
  21.  
  22. assign deferdpxyzzy: [other directory]
  23.  
  24. As you can no-doubt see, they forgot a space :-), a rather vital space
  25. actually...
  26.  
  27.  
  28. What the patch does:
  29. --------------------
  30. It simply removes the "defer" from the line above, causing the string sent
  31. which DPaint sends to be the following:
  32.  
  33. assign      dpxyzzy: [other directory]
  34.  
  35. Not a wonderful solution, but it works!
  36.  
  37.  
  38. How to use it:
  39. --------------
  40. Easy, just tell it where the "Dpaint" file is, and away it goes:
  41.  
  42. 1> DPPATCH DF0:DPAINT
  43.  
  44. or
  45.  
  46. 1> DPPATCH DH1:DPAINT4.6/DPAINT
  47.  
  48. Will both patch the program properly.  The patcher checks the filesize of
  49. the program as a sort of error control so the wrong version of the progam
  50. or any other program doesn't get patched.
  51.  
  52. As a little footnote here, if you are fond of Executable file compressors
  53. like Imploder and Powerpacker, you CANNOT patch Dpaint with this program
  54. after it has been compressed, or even after it has been compressed, then
  55. re-extracted.  The reason?  Well, these programs remove symbol hunks, etc.
  56. from the file, and will change the filesize when saved... (see error
  57. checking above). You must patch the original unmodified file for this to
  58. work.  The filesize should be 412512 bytes.
  59.  
  60.  
  61. Misc Other stuff:
  62. -----------------
  63. We take no responsibility for this program, it works for US, but if I were
  64. you, I'd try it on a backup first...
  65.  
  66.  
  67. Pyxis Software is:
  68. ------------------
  69.  
  70. Neall Verheyde                  verheyde@sfu.ca
  71.  - Computer Science
  72.    Simon Fraser University
  73.    British Columbia, Canada
  74.  
  75. David Griffiths                 dgriff@unixg.ubc.ca
  76.  - Television Broadcasting
  77.    British Columbia Institute of Technology
  78.    British Columbia, Canada
  79.  
  80.  
  81. Other Pyxis Utilities:
  82. ----------------------
  83.  
  84.   ClockTweek - Helps correct periodic errors in the system clock.
  85.  
  86.     Purge2.0 - Deletes files in a way that they are "unrecoverable".
  87.  
  88.     MemWatch - Helps find program memory loss.
  89.  
  90.     NetUtils - ParNet/SerNet chat, and remote reboot.
  91.  
  92.     ReqInter - Reqtools.library interface for HiSoft BASIC.
  93.  
  94.     BlockMem - Removes faulty memory from memory list
  95.  
  96.