home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text2097.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.5 KB  |  51 lines

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