http://bugs.winehq.org/show_bug.cgi?id=10844
--- Comment #11 from Jeff Zaroyko jeffz@jeffz.name 2008-10-22 05:43:32 --- (In reply to comment #10)
I tried FIFA98 retail with Wine 1.1.1 and I have the same exact problem.
If you want to check that this is the exact same problem or as a workaround, I put together a small program which will change the MajorSubsystemVersion value in the header to 3.
To use it, cd to the install directory of your program, then assuming the main executable is called fifa98.exe do: `wget http://jeffz.name/code/pe.exe && wine pe fifa98.exe`
source code can be found at http://jeffz.name/code/pe.c