Error execution program

Philipp Wollermann phil_wo at gmx.net
Wed Apr 16 10:23:01 CDT 2003


Hi,

I guess you could use some command like this:
wine aaa.exe -- -i aaa.dat -o bbb.dat -acde 6.1

However this may not solve your second problem:
> wine error is: Could not load graphics driver 'x11drv'

You do have X11 up and running? Else you could try running your app with
ttydrv instead of x11drv. Change the following line in your config.dat:

from: "GraphicsDriver" = "x11drv"
to: "GraphicsDriver" = "ttydrv"

Don't know if that works, though..
If this is a real dos app, have you tried dosemu? Maybe that works better.

Philipp




More information about the wine-users mailing list