home *** CD-ROM | disk | FTP | other *** search
Wrap
Received: from netnet1.netnet.net (netnet1.netnet.net [198.70.64.2]) by nacm.com (8.6.10/8.6.9) with ESMTP id PAA26361 for <executor@nacm.com>; Wed, 25 Oct 1995 15:35:51 -0700 Received: (from mouring@localhost) by netnet1.netnet.net (8.6.9/8.6.9) id RAA12825; Wed, 25 Oct 1995 17:35:42 -0500 Date: Wed, 25 Oct 1995 17:35:42 -0500 (CDT) From: Ben Lindstrom <mouring@netnet.net> To: executor@nacm.com Subject: ShadeIII 1.2 demo. In-Reply-To: <199510251605.KAA19896@kitsune.swcp.com> Message-ID: <Pine.SUN.3.91.951025171554.10970D-100000@netnet1.netnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-paper@nacm.com Precedence: bulk For the fun of it I grabbed a demo version of a raytracer called ShadeIII. After getting it install...It fails to run. I did a debug on it and saw the following. Note: Linux platform using SVGALIB and p4 The svgalib crashes and states a Segment fault. Now before that it the following comments are made by executor. vgavdriver.c:1373; unexpected event in 'vdriver_set_mode': Failed to unmap screen memory! hfsXbar.c:249; trap failutre in 'PBRead': -39 (a few times) qStdRgn.c:415; unexpected event in `blt_pixpat_to_pixmap_simple_mode': invalid xdata size; appl junked xdata maybe (repeated a few times) hfsXbar.c:320; trap failure in `PBClose`: -22 (repeated 64 times. =) hfsXbar.c:320; trap failure in `PBClose`: -51 ( a few times) hfsXbar.c:320; trap failure in `PBGetCatInfo`: -43 ( a few times) hfsXbar.c:320; trap failure in `PBDelete`: -43 ( a few times) script.c:40; unexpected event in 'C_GetEnvirons': unhandled selector '18' <segment fault in SVGALIB> Also I have a few: Low Global at <hex address> may point into ApplZone and probably shouldn't. You can get a demo copy from http://www.ehsoft.com I hope this is more usefull to ARDI then it was for me.=) At least the good news is it was MORE successfull in running then the standard release of "p" =) BTW..I also ran it in X mode for a better view of the debugging.. PBDelete, PBClose, and the slector problem are what it complains abous when opening the app. BTW...MAJOR improvement in SVGA version. =) Good Job!