From mint-bounce@lists.fishpool.fi Sun Dec 20 11:03:43 2009 Message-ID: <4B2E4A1F.2020304@freesbee.fr> Date: Sun, 20 Dec 2009 17:00:31 +0100 From: =?ISO-8859-15?Q?Vincent_Rivi=E8re?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] Missing clobbered register in gemlib References: <20091210202514.b9397305.mandin.patrice@orange.fr> <4B2BF08D.4070101@freesbee.fr> <4B2BC2C9.307.15F63FE@rfburrows.ymail.com> <4B2C16A9.4010104@chello.nl> <4B2C838A.6020605@freesbee.fr> <4B2E0D3F.3080708@freesbee.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed X-Antivirus: avast! (VPS 091220-0, 20/12/2009), Outbound message X-Antivirus-Status: Clean X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id nBKG3bJa003094 Helmut Karlowski wrote : > v_opnwk( work_in, &vdi_handle, work_out ); I tried your program on Steem with TOS 1.62 and it crashes on the trap #2 inside v_opnwk(). In my documentation, it is said that calling v_opnwk() crashes because it is already opened by the AES, and it crashed for me. But the book also says that it can work if you close the physical workstation first. I added the following to your program: v_clswk( 1 ); /* Should be obtaianed via graf_handle() */ before v_opnwk(); Then it does not crashes, even if I loose the palette and the mouse. However this is really black magic, I believe this should never be done in the real world. -- Vincent Rivière