[Bug 11779] New: Recent kernel32 patch breaks CD checks and copy protection
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(a)winehq.org ReportedBy: ben(a)atomnet.co.uk Some (many) games have now stopped working, showing the following when trying to run: [enverex(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7065 --- Comment #1 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-02-29 09:07:55 --- Breaks SecuROM entirely. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-29 09:10:50 --- The following patch should fix the regression: http://www.winehq.org/pipermail/wine-patches/2008-February/050863.html -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |4214, 5068, 5090, 6856, | |8107, 8429, 8848, 9047, | |9771, 9821, 10024, 10040, | |10359, 10432, 10615, 11091, | |11159, 11244, 11260, 11378, | |11767 Priority|P2 |P1 --- Comment #3 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-02-29 09:36:27 --- Added blocks. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 Simetrical <Simetrical+wine(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Simetrical+wine(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-02-29 14:42:39 --- Fixed in GIT. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-02-29 20:03:36 --- Ok, it's not fixed, it's just changed. Julliard made his own patches for it which fixed some of the apps, but not all of them, and broke others, current ones I've just checked are: Morrowind, Oblivion, Second Life, STALKER. Are broken. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical --- Comment #6 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-02-29 20:10:50 --- Error messages for these are: Oblivion fails with - err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x98bf17 Halo fails with - Unhandled exception: page fault on write access to 0xec8153a2 in 32-bit code (0x00626c37) Morrowind dies with - Unhandled exception: page fault on read access to 0x73607b10 in 32-bit code (0x7e8d55cd) STALKER fails with - err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x78137010 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #7 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-03-01 06:26:49 --- Fixed (entirely it seems) as of current GIT. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-03-07 11:28:47 --- Closing bugs fixed in 0.9.57. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|10040 | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11779 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|9821 | -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org