http://bugs.winehq.org/show_bug.cgi?id=11779
Summary: Recent kernel32 patch breaks CD checks and copy protection Product: Wine Version: CVS/GIT Platform: PC-x86-64 OS/Version: Linux Status: NEW Keywords: regression Severity: major Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: ben@atomnet.co.uk
Some (many) games have now stopped working, showing the following when trying to run:
[enverex@Xenith ../Winedows/Games/Starcraft]$ wine StarCraft.exe fixme:ntoskrnl:KeInitializeTimerEx 0x110ab0 0 fixme:fiber:FlsAlloc 0x15008bba: stub! err:module:LdrInitializeThunk "storm.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\Games\Starcraft\StarCraft.exe" failed, status c0000142
The layout is the same for each one, i.e. Battlefield 2 fails the same way, but instead with MSCVRT7.1.dll instead of Storm.dll (but other than that the message is identical).
Dimity's test (which fixed this) was to comment out lines starting Fls* (FlsAlloc etc.) in the kernel32.spec file before compiling.