> I am running a program written in FoxPro, quite complex actually,
> and for the most part it runs!  Great! No more windows needed....almost.
> 
> The Problem is it tends to crash just after printing.

It says in the dosemu HOWTO:
FoxPro 2.6 won't run on network drives.

So if you are using lredir, try not using it and see whether the problem
goes away.

>dosemu crashes...not just the program itself

If a program running under dosemu does something illegal, such as
generating a General Protection Exception, trying to execute an
invalid instruction etc., dosemu will print an error message and
terminate. This (usually) means a bug in the dos program, not in
dosemu. If it was a bug in dosemu it would not be so hard to debug
because we have the source code for dosemu but a bug in a dos program
that only manifests because dosemu does not perfectly emulate the PC
environment that the program expects is much harder to debug because
usually you do not have the source code for the dos program.

Reply via email to