Date: Mon, 26 May 1997 08:33:29 +0300 (IDT) From: Eli Zaretskii To: Volker Oth cc: djgpp AT delorie DOT com Subject: Re: Problem spawning Pmode/w !!! In-Reply-To: <338569FE.12A809A0@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 23 May 1997, Volker Oth wrote: > To run the Emulator with a given rom I use "spawnvp". > The Emulator is started correctly, but when I exit it, my > program crashes. Please post the precise message printed when it crashes, registers listing and all. (You can use `redir' to redirect stderr to a file, then run your program.) > Let me note here, that I shut down allegro before spawning, > and the whole code works fine when I execute a program > written with DJGPP or using the DOS4GW-extender. > GenEm however, uses PMode/W and is additionally compressed > using PMWLite. So it's no option to run Genem with Does the same happen when you spawn the emulator from a trivial 10-liner (just a `main' function which calls `spawn')? This would allow to see whether Allegro has something to do with your problem.