home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / dreamscape / docs / Dreamscape / Docs / Problems < prev    next >
Encoding:
Text File  |  1996-07-21  |  977 b   |  23 lines

  1.                      Potential problems with Dreamscape
  2.                     ====================================
  3.  
  4. FilterManager
  5. -------------
  6. There can be problems with Toolbox programs if FilterManager version 0.09 is
  7. not loaded. Letting the Toolbox modules load this module when they need it
  8. can, on some occasions, cause the machine to crash with no error, freezing
  9. the pointer.
  10.  
  11. The solution for this problem appears to be to make sure the module is loaded
  12. when the computer starts up, before any other programs register filters.
  13. Simply loading the new version of the module in an application's !Run file
  14. will not always help.
  15.  
  16. I discovered this problem when testing the example programs on my A3010 with
  17. RISC OS 3.1. The example programs crashed the machine when loaded after a
  18. program called Filters was loaded, since Filters installs filters with
  19. FilterManager.
  20.  
  21. RISC OS 3.5 has the new version of FilterManager in ROM, so this problem does
  22. not occur on newer machines.
  23.