On Fri, 18 May 2001 08:18:02 GMT, <yves-gablin@ifrance.com> wrote:
>I use Wine to run Stew, an Atari ST emulator, which
>seems to be the successor of Winston0.5. I run it in
>a 800x600 Wine Desktop, in managed=3DY mode.
>While using Stew, I can't access .ST files.
>
>I "Insert Disk A:", then I choose the file in the
>Wine file selector. I valid my choice and then: Wine
>disapears (exit or crash...). I don't know if the
>problem lies within Wine, Stew, or the combination.
If your applications is trying to do direct I/O on the
floppy disk, it will probably not work.
To find out what it's doing, you should use
wine -debugmsg +relay,+dosfs,+file yourapp.exe &>myfile.txt
and post the 200 lines before the end of the file.
Gerard