http://bugs.winehq.org/show_bug.cgi?id=24368
Summary: Incoming: game is uncontrollably fast Product: Wine Version: 1.1.8 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: wylda@volny.cz
This regression is about the freely downloadable game "Incoming" being uncontrollably fast.
1. I did a regression test between 1.1.7 and 1.1.8:
commit 21453b4c2e163ec2fb5e630ef812b74e53c58083 Author: Alexandre Julliard julliard@winehq.org Date: Wed Oct 29 17:32:45 2008 +0100
ntdll: Allocate a new virtual region for large blocks, and ensure 16-byte alignment.
:040000 040000 51c8db21bc03eedb7a6585a1155b26d105359117 4ccc1ed9690e3ab20aee39ad003bb47919c2c530 M dlls
2. There are another bug reports suffering from this commit, see bug 14822, bug 18975, bug 21409.
3. Revert of this patch after git checkout makes that problem go away.
4. Adding author of this patch to CC.
--private keyword: bisected
Note1: Graphical problems are described at bug 22744. Note2: No difference between console output before and after the commit.
http://bugs.winehq.org/show_bug.cgi?id=24368
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression URL| |http://download.cnet.com/In | |coming-demo/3000-7563_4-100 | |18278.html CC| |julliard@winehq.org
--- Comment #1 from Wylda wylda@volny.cz 2010-09-12 07:08:11 CDT ---
Filling some fields...
http://bugs.winehq.org/show_bug.cgi?id=24368
--- Comment #2 from Wylda wylda@volny.cz 2010-09-19 07:28:28 CDT ---
This regression (bisected) is still present in wine-1.3.3.
http://bugs.winehq.org/show_bug.cgi?id=24368
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Wylda wylda@volny.cz 2011-01-22 17:40:29 CST ---
Wine-1.3.10 still has the problem, but 1.3.11 and 1.3.12 are OK. Marking Fixed.
http://bugs.winehq.org/show_bug.cgi?id=24368
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2011-02-04 13:21:41 CST --- Closing bugs fixed in 1.3.13.
http://bugs.winehq.org/show_bug.cgi?id=24368
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |12880784fea51b8f9f8e60c159f | |442a0f9f8e8e5
--- Comment #5 from Wylda wylda@volny.cz 2012-05-12 13:06:56 CDT ---
Now (wine-1.5.4) it is broken again, so before opening a new bug, i wanted to know, which commit fixed it here:
commit 12880784fea51b8f9f8e60c159f442a0f9f8e8e5 Author: Andrew Nguyen anguyen@codeweavers.com Date: Mon Dec 27 06:44:21 2010 -0600
wined3d: Handle the swapchain presentation interval with wglSwapIntervalEXT.