home *** CD-ROM | disk | FTP | other *** search
Wrap
Received: from sloth.swcp.com (sloth.swcp.com [198.59.115.25]) by nacm.com (8.6.10/8.6.9) with ESMTP id IAA08792 for <executor@nacm.com>; Wed, 12 Apr 1995 08:49:21 -0700 Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id JAA17032; Wed, 12 Apr 1995 09:52:17 -0600 Received: from gwar.ardi.com by mailhost with smtp (nextstep Smail3.1.29.0 #11) id m0rz4gF-000YdxC; Wed, 12 Apr 95 09:50 MDT Received: by gwar.ardi.com (linux Smail3.1.28.1 #5) id m0rz4gE-000GOeC; Wed, 12 Apr 95 09:50 MDT Message-Id: <m0rz4gE-000GOeC@gwar.ardi.com> Date: Wed, 12 Apr 95 09:50 MDT From: mat@ardi.com (Mat Hostetter) To: halv0019@gold.tc.umn.edu cc: executor@nacm.com Subject: Re: "Unimplemented" bug w/ Mikan demo & various In-Reply-To: <Pine.LNX.3.91.950412011728.1085A-100000@Ika_Pon_Pon.umn.edu> References: <Pine.LNX.3.91.950412011728.1085A-100000@Ika_Pon_Pon.umn.edu> Sender: owner-executor@nacm.com Precedence: bulk >>>>> "Jeff" == Jeff Halverson <jeff@Ika_Pon_Pon.umn.edu> writes: Jeff> /ardi/executor/src/emustubs.c:1752 fatal error in Jeff> "_Unimplemented" Unimplemented Trap (mostrecent=0xAA54) That is a trap for some new font stuff we don't yet support. I'm not sure when we will. Jeff> ---Also, will the FPU be usable sometime soon? When I try Jeff> to run Upfront I get an error that says something to the Jeff> effect of "you need a computer with a FPU in order to run Jeff> this version"... The only problem is I *DO* have one. This Jeff> happens both on DOS and on Linux versions. Well, you have an x86 FPU, but our 68LC040 emulator doesn't emulate an FPU. You'd get the same error message on real Macs with 68LC040's. We *could* emulate the 68k FPU, but that's pretty low priority compared to all the other things we need to do. Apps which make SANE calls to the OS to do floating point will work...they just aren't allowed direct access to the FPU. Jeff> ---People have said that they have been able to run Jeff> Maelstrom under executor, but I haven't been able to figure Jeff> out which arguements to pass to it... The FAQ says sound is Jeff> a problem w/ many programs (and indeed, Maelstrom appears to Jeff> be one), and that we should use "pretend sound" option, or Jeff> something... How is this done? Yes, I think Maelstrom requires "pretend sound", although I haven't played it in a while. I think it also requires "refresh" to be enabled. -Mat