http://bugs.winehq.org/show_bug.cgi?id=23270
Summary: GTA2 options menu item broken - CreateProcess runs wrong executable Product: Wine Version: 1.2-rc4 Platform: x86 OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Start the game, press esc to skip the intro, then select Options. You expect to be in an options menu, but instead you're left with the game minimized, staring at a console.
+process log shows
trace:process:CreateProcessW app (null) cmdline L"GTA2 Manager.EXE" trace:process:find_exe_file looking for L"GTA2" trace:process:find_exe_file Trying native exe L"C:\Program Files\Rockstar Games\GTA2\GTA2.exe" trace:process:CreateProcessW starting L"C:\Program Files\Rockstar Games\GTA2\GTA2.exe" as Win32 binary (0x400000-0x678000)
Whoopsie. That heuristic looks like it's broken.