http://bugs.winehq.org/show_bug.cgi?id=12710
Summary: Call of Duty 2 1.02: Game crushes after several seconds Product: Wine Version: 0.9.60 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P1 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dduck@rambler.ru
Game crushes after several seconds of work. In wine 0.9.50 this game works perfectly.
http://bugs.winehq.org/show_bug.cgi?id=12710
Puchkov Vladimir dduck@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias| |Call_of_Duty_2_1.02 Difficulty|--- |Minutes
http://bugs.winehq.org/show_bug.cgi?id=12710
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Difficulty|Minutes |--- Priority|P1 |P2
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2008-04-21 07:20:11 --- Please perform a regression test:
http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=12710
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Summary|Call of Duty 2 1.02: Game |Call of Duty 2 1.02: Game |crushes after several |crashes after several |seconds |seconds
--- Comment #2 from Lei Zhang thestig@google.com 2008-04-21 23:30:19 --- Please attach the crash output, if any.
http://bugs.winehq.org/show_bug.cgi?id=12710
--- Comment #3 from Puchkov Vladimir dduck@rambler.ru 2008-04-24 10:17:38 --- Created an attachment (id=12439) --> (http://bugs.winehq.org/attachment.cgi?id=12439) Performed regression testing with Git
http://bugs.winehq.org/show_bug.cgi?id=12710
Puchkov Vladimir dduck@rambler.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Call of Duty 2 1.02: Game |Call of Duty 2 1.02: Game |crashes after several |hangs up after several |seconds |seconds
http://bugs.winehq.org/show_bug.cgi?id=12710
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
--- Comment #4 from Austin English austinenglish@gmail.com 2008-04-24 10:35:44 --- (In reply to comment #3)
Created an attachment (id=12439)
--> (http://bugs.winehq.org/attachment.cgi?id=12439) [details]
Performed regression testing with Git
No need to attach that, just paste it in here:
[9261c63ab307e82b3f9033f0eef22bffbf2d8bff] kernel32: Fix the system affinity returned by GetProcessAffinityMask.
http://source.winehq.org/git/wine.git/?a=commit;h=9261c63ab307e82b3f9033f0ee...
http://bugs.winehq.org/show_bug.cgi?id=12710
--- Comment #5 from Puchkov Vladimir dduck@rambler.ru 2008-09-19 03:08:48 --- Game hangs up during video playback. In some cases it is possible to skip the video and game works correctly.
http://bugs.winehq.org/show_bug.cgi?id=12710
--- Comment #6 from Puchkov Vladimir dduck@rambler.ru 2008-11-01 03:32:05 --- Created an attachment (id=17022) --> (http://bugs.winehq.org/attachment.cgi?id=17022) Game hangs up when I try to change texture filtering
There was a problem in wine 1.1.6 with this game - strange pictures appeared during playing. This problem hides when turning off shaders. In version 1.1.7 it looks like was solved.
http://bugs.winehq.org/show_bug.cgi?id=12710
--- Comment #7 from Austin English austinenglish@gmail.com 2009-05-03 21:27:18 --- Is this still an issue in current (1.1.20 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=12710
Robert M. Muncrief rmuncrief@comcast.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rmuncrief@comcast.net
--- Comment #8 from Robert M. Muncrief rmuncrief@comcast.net 2009-06-30 01:12:11 --- (In reply to comment #7)
Is this still an issue in current (1.1.20 or newer) wine?
Yes, as of 1.1.24 it is. I have an Athlon XP dual core processor and I have to turn off the second processor core to run it. It never hangs when I only use one core, but it does run very slow of course.
I use this command to turn off the second core: echo 0 | sudo tee /sys/devices/system/cpu/cpu1/online
To re-enable it I use: echo 1 | sudo tee /sys/devices/system/cpu/cpu1/online
http://bugs.winehq.org/show_bug.cgi?id=12710
byteframe byteframe@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |byteframe@yahoo.com
http://bugs.winehq.org/show_bug.cgi?id=12710
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |kernel32
http://bugs.winehq.org/show_bug.cgi?id=12710
--- Comment #9 from Puchkov Vladimir dduck@rambler.ru 2009-12-12 04:52:06 --- Problem still present in wine 1.1.34
http://bugs.winehq.org/show_bug.cgi?id=12710
Robert M. Muncrief rmuncrief@comcast.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|rmuncrief@comcast.net |
http://bugs.winehq.org/show_bug.cgi?id=12710
--- Comment #10 from Puchkov Vladimir dduck@rambler.ru 2010-03-25 10:56:21 --- Program hangs up from time to time during begining video in wine-1.1.41.
http://bugs.winehq.org/show_bug.cgi?id=12710
--- Comment #11 from byteframe byteframe@gmail.com 2010-04-24 16:57:09 --- This is still present in wine-1.1.43, after installing the 1.3 patch. Using `taskset -c 1 wine CoD2SP_s.exe` works around this issue, but the game itself runs slower.
http://bugs.winehq.org/show_bug.cgi?id=12710
--- Comment #12 from byteframe byteframe@gmail.com 2010-04-25 04:23:08 --- I might also note that you can edit your config.cfg file and change com_introplayed to "1" and the videos will be skipped, which is where the game crashes upon startup.
http://bugs.winehq.org/show_bug.cgi?id=12710
--- Comment #13 from byteframe byteframe@gmail.com 2010-04-26 19:22:40 --- (In reply to comment #11)
This is still present in wine-1.1.43, after installing the 1.3 patch. Using `taskset -c 1 wine CoD2SP_s.exe` works around this issue, but the game itself runs slower.
Correction. 1.00 does not have dual core/ht support, so it 1.3 with taskset might have been running slower for a different reason, or not at all -- I'm sorry, I don't remember.
Patch 1.01, found here: http://www.gamershell.com/download_11991.shtml is the first patch to include smp support.
http://bugs.winehq.org/show_bug.cgi?id=12710
Elia Devito eliadevito@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #14 from Elia Devito eliadevito@gmail.com 2010-06-28 10:18:40 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=12710
Adam Bolte boltronics@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |boltronics@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=12710
--- Comment #15 from byteframe byteframe@gmail.com 2010-08-20 01:08:23 --- Appears fixed. In-game video and actual game play run without crashing. I'm running wine-1.3.0-396-g8333559, and updated the game with the 1.3 patch, and all seems well. I'm afraid I don't know when it was fixed, or what fixed it.
Also, while it is most likely not wine's fault (or is outside this bug at least), the game does still run slower when you patch it. Meh.
I've pastebined the standard output/error: http://pastebin.ca/1920847
http://bugs.winehq.org/show_bug.cgi?id=12710
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #16 from Austin English austinenglish@gmail.com 2010-08-20 02:07:56 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=12710
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard julliard@winehq.org 2010-08-20 12:38:14 --- Closing bugs fixed in 1.3.1.