http://bugs.winehq.org/show_bug.cgi?id=4557
alex@thehandofagony.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From alex@thehandofagony.com 2006-27-03 13:08 ------- The regression was caused by this patch b54e9e94e98624acde1bb00e10c2055dfed9c2d7 (2006-01-11 20:59:26) server: Don't round up the header size for image mappings.
It caused wine to fail with wine: could not load L"D:\autorun.exe" as Win32 binary when running the autorun.
The following patch removed this error, but it did not make the autorun program run, only play a part of its intro sound then exit, without displaying anything. eca9e4449c857f6f0f767ba1b3f243dd7d7799eb (2006-01-13 13:52:07) ntdll: Round PE header size to a page boundary for size checks.