[Bug 26917] New: Endless Alice Crysis starts with a black screen.
http://bugs.winehq.org/show_bug.cgi?id=26917 Summary: Endless Alice Crysis starts with a black screen. Product: Wine Version: 1.3.18 Platform: x86 URL: http://www.g4g.it/2011/04/23/endless-alice-crysis/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: andrew.millington(a)gmail.com Created an attachment (id=34320) --> (http://bugs.winehq.org/attachment.cgi?id=34320) ~/wine-git/wine alicry.exe 2> logs.txt There is only a black screen at start of the game plus the game runs at a low resolution and thus you have to run in a virtual desktop. -- 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=26917 Andrew Millington <andrew.millington(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=26917 --- Comment #1 from Andrew Millington <andrew.millington(a)gmail.com> 2011-05-10 06:36:16 CDT --- Still present in wine-1.3.19 fixme:win:WINNLSEnableIME hUnknown1 0x30030 bUnknown2 0: stub! fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x140590,0x140ae0): stub fixme:win:EnumDisplayDevicesW ((null),0,0x32f6e8,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x32f860,0x00000000), stub! fixme:dwmapi:DwmEnableComposition (0) stub fixme:d3d9:device_init Ignoring display mode. fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats fixme:d3d9:IDirect3DDevice9ExImpl_SetMaximumFrameLatency iface 0x18dd98, max_latency 1 stub! fixme:ddraw:ddraw7_WaitForVerticalBlank iface 0x181c18, flags 0x1, event (nil) stub! fixme:d3d:wined3d_swapchain_get_raster_status swapchain 0x1a40d0, raster_status 0x32f708 stub! -- 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=26917 --- Comment #2 from Andrew Millington <andrew.millington(a)gmail.com> 2011-07-07 23:59:06 CDT --- Still present in wine-1.3.23-318-g1a74194 -- 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=26917 hxpxtss4d7(a)snkmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hxpxtss4d7(a)snkmail.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=26917 --- Comment #3 from hxpxtss4d7(a)snkmail.com 2011-10-27 19:12:35 CDT --- This looks very similar to what I am seeing in bug 28914 -- 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=26917 --- Comment #4 from Sagawa <sagawa.aki+winebugs(a)gmail.com> 2012-01-10 06:40:41 CST --- Created attachment 38316 --> http://bugs.winehq.org/attachment.cgi?id=38316 patch proposal I made a patch for this problem. Could you please try my patch and give me your comments? As far as my understanding, this problem caused by raster status support in wined3d. Although wined3d returns FAILED, the application expects raster status updates. So this patch introduces pseudo-raster status by QueryPerformanceCounter. -- 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=26917 --- Comment #5 from Andrew Millington <andrew.millington(a)gmail.com> 2012-01-10 21:18:32 CST --- After applying your patch it works but I haven't yet to try without. The only thing remanding that is not right is the sound but that's for another bug if one exists. Thanks, Andrew Millington -- 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=26917 --- Comment #6 from hxpxtss4d7(a)snkmail.com 2012-01-11 17:25:53 CST --- (In reply to comment #4)
Created attachment 38316 [details] patch proposal
I made a patch for this problem. Could you please try my patch and give me your comments?
This fixes bug 28914 as well! Thanks! What version can we expect to see this patch in? -- 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=26917 Sagawa <sagawa.aki+winebugs(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs(a)gmail.c | |om --- Comment #7 from Sagawa <sagawa.aki+winebugs(a)gmail.com> 2012-01-14 03:15:11 CST --- Thank you comments! I'll ask wine-devel about changing behavior of this function. Because the behavior was introduced to fix bug 23556 related StarCraft 2. On my PC with my patch, its recent demo version seems to work fine. But possibly, it doesn't works in retail version or has another problem. Then I'll send this to wine-patches. So it might be fixed in wine 1.4. -- 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=26917 --- Comment #8 from Henri Verbeet <hverbeet(a)gmail.com> 2012-01-19 18:45:30 CST --- Should be fixed by bd97589dbac60d1ed78ed1e49cf6ce6cee8c40b7. -- 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=26917 Andrew Millington <andrew.millington(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Andrew Millington <andrew.millington(a)gmail.com> 2012-01-20 22:58:30 CST --- It works with the wine-1.3.37-254-g14b790a Thank you. -- 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=26917 Henri Verbeet <hverbeet(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |bd97589dbac60d1ed78ed1e49cf | |6ce6cee8c40b7 -- 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=26917 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2012-01-27 14:18:18 CST --- Closing bugs fixed in 1.4-rc1. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26917 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Component|-unknown |directx-d3d -- 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