home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text5947.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.8 KB  |  58 lines

  1. In-Reply-To: <199510251605.KAA19896@kitsune.swcp.com>
  2. Message-ID: <Pine.SUN.3.91.951025171554.10970D-100000@netnet1.netnet.net>
  3. MIME-Version: 1.0
  4. Content-Type: TEXT/PLAIN; charset=US-ASCII
  5. Sender: owner-paper@nacm.com
  6. Precedence: bulk
  7.  
  8.  
  9. For the fun of it I grabbed a demo version of a raytracer called  ShadeIII.
  10.  
  11. After getting it install...It fails to run.  I did a debug  on it and
  12. saw the following.
  13.  
  14. Note: Linux platform using SVGALIB and p4
  15.  
  16. The svgalib crashes and states a Segment fault.
  17.  
  18. Now before that it the following  comments are made by executor.
  19.  
  20. vgavdriver.c:1373; unexpected event in 'vdriver_set_mode':  Failed to 
  21.     unmap screen memory!
  22.  
  23. hfsXbar.c:249; trap failutre in 'PBRead': -39 (a few times)
  24.  
  25. qStdRgn.c:415; unexpected event in `blt_pixpat_to_pixmap_simple_mode': 
  26.     invalid xdata size; appl junked xdata maybe (repeated a few times)
  27.  
  28.  
  29. hfsXbar.c:320; trap failure in `PBClose`: -22    (repeated 64 times. =)
  30.  
  31. hfsXbar.c:320; trap failure in `PBClose`: -51    ( a few times)
  32.  
  33. hfsXbar.c:320; trap failure in `PBGetCatInfo`: -43   ( a few times)
  34.  
  35. hfsXbar.c:320; trap failure in `PBDelete`: -43    ( a few times)
  36.  
  37. script.c:40; unexpected event in 'C_GetEnvirons': unhandled selector '18'
  38.  
  39. <segment fault in SVGALIB>
  40.  
  41. Also I have a few:
  42.  
  43. Low Global at <hex address> may point into  ApplZone and probably shouldn't.
  44.  
  45. You can get a demo copy from http://www.ehsoft.com
  46.  
  47. I hope this is more usefull to ARDI then it was for me.=)
  48.  
  49. At least the good news is it  was MORE successfull  in running then the
  50. standard release of "p"  =)
  51.  
  52. BTW..I also ran it in X mode  for a better view of the debugging.. PBDelete,
  53. PBClose, and the slector problem are what it complains abous when opening
  54. the app.
  55.  
  56. BTW...MAJOR improvement  in SVGA version. =) Good Job!
  57.  
  58.