http://bugs.winehq.org/show_bug.cgi?id=59032
mata sutupud@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sutupud@yahoo.com
--- Comment #2 from mata sutupud@yahoo.com --- Since this is a DOS application, wine here just tries to set up mount points for the dosdevices in a dosbox config file, and then forards the execution to dosbox.
It seems the directory you're running the program from is mounted to "d:" in dosbox, and seems to be read-only, therfore the read errors. So make sure the directory and the files within are writeable. But just running the program using dosbox directly using `doxbox EXTREME.EXE` works fine for me, even without write access.
If it doesn't, it would not be a but in wine but in dosbox anyway.
Nothing in the logs are really relevant errors from wine. They seem to come from you having services installed in your prefix that cause errors on startup. You should test in a clean prefix before submitting bug reports.