From mint-bounce@lists.fishpool.fi Tue Jan 22 17:34:38 2008 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Message-ID: <478E31EC.10801@atari.org> Date: Wed, 16 Jan 2008 17:33:48 +0100 From: atariorg User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: MiNT email list Subject: Re: [MiNT] SV: USB mouse driver for EtherNat References: <12073100.2165291200498380517.JavaMail.adm-moff@moffice2.nsc.no> In-Reply-To: <12073100.2165291200498380517.JavaMail.adm-moff@moffice2.nsc.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: ozk@atari.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=-0.8 tagged_above=-50.5 required=7.0 tests=AWL, BAYES_00 X-Spam-Level: Status: X-Status: X-Keywords: Jo Even Skarstein skrev: >> From: Bohdan Milar [bohdan@milar.name] >> Sent: 2008-01-13 17:49:36 CET >> >> launch the program in MiNT it ends with this error message: "pid 102 >> (umouse): XaAES: non-AES process issued AES system call 52, killing it". >> The mouse works fine in TOS. Am I doing anything wrong? > > Looks like the mouse driver is doing something wrong - calling the AES function 52 (which is form_alert()) without calling appl_init() first. Yes, that is what is wrong. But in later XaAES versions this problem is dealt with by automatically doing an appl_init() for dirty apps like that. I had to do that because I found that this was a larger problem than I thought. I.e., more apps than I initially thought calls the AES without first calling appl_init(). You can try to install a newer version of XaAES and see if that works better. Best Regards, Odd Skancke