home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4533 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: mail2news.demon.co.uk!mattwms.demon.co.uk
  2. From: Matthew Waters <Matthew@mattwms.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Strange guru
  5. Date: Thu, 29 Feb 96 19:34:49 GMT
  6. Organization: WMS
  7. Message-ID: <9602291934.AA001vq@mattwms.demon.co.uk>
  8. References: <4gscv0$ovd@brachio.zrz.TU-Berlin.DE>
  9. X-NNTP-Posting-Host: mattwms.demon.co.uk
  10. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  11. X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!mattwms.demon.co.uk
  12.  
  13. Philipp Boerker (rawneiha@hydra.zrz.TU-Berlin.DE) wrote:
  14. : My amiga is constantly surprising me with a strange guru:
  15. : I did some coding, the code crashes when exiting with guru $87000004
  16. : which translates as "did not expect a packet (dos.library)".
  17. : This is very strange because I don't use any ports, messages and such
  18. : in the code. All that the code does is to install a view, project some
  19. : 3d points on it and uninstall the view again. Everything is done with
  20. : the OS, I don't receive a single enforcerhit! But that's not all:
  21. : whenever I start it via shell or Arexx/DosCommand it does not crash,
  22. : whenever I start it via doubleclick on the icon it does! The icon is
  23. : an ordinary one, no default tool or what ever...
  24. : Has anyone a clue why the code crashes?
  25.  
  26. There are some important difference between launching a program from the
  27. CLI and from the workbench.  If you make the default tool to be iconx for
  28. your program, I think it takes care of things for you?
  29.  
  30. Matthew
  31.