[Bug 12550] New: Regression: Farb-Rausch demo 30 "candytron" doesn' t render past the loading screen.
http://bugs.winehq.org/show_bug.cgi?id=12550 Summary: Regression: Farb-Rausch demo 30 "candytron" doesn't render past the loading screen. Product: Wine Version: 0.9.56. Platform: PC URL: http://www.scene.org/file.php?file=/demos/groups/farb- rausch/fr-030_candytron_final.zip&fileinfo OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs(a)winehq.org ReportedBy: mitch074(a)gmail.com Regression: Farb-Rausch demo 30 "candytron" doesn't render past the loading screen. Error changed from wine 0.9.55: fixme:win:EnumDisplayDevicesW ((null),0,0x33fa30,0x00000000), stub! wine 0.9.56 and beyond: fixme:win:EnumDisplayDevicesW ((null),0,0x33fa10,0x00000000), 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=12550 Mitch 74 <mitch074(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7950 -- 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=12550 Rico <kgbricola(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kgbricola(a)web.de --- Comment #1 from Rico <kgbricola(a)web.de> 2008-04-13 06:04:36 --- Could you describe the problem a bit more? Could you run a regression test http://wiki.winehq.org/RegressionTesting ? I got a black screen with current git, when OffscreenRenderingMode = backbuffer. If it is set to fbo all looks good. Is that the same behavior like you get? -- 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=12550 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression Summary|Regression: Farb-Rausch demo|Farb-Rausch demo 30 |30 "candytron" doesn't |"candytron" doesn't render |render past the loading |past the loading screen. |screen. | -- 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=12550 --- Comment #2 from Rico <kgbricola(a)web.de> 2008-04-13 11:02:47 --- Could you verify that this is the patch which breaks this app? ba90a740beb9ce9a839cc843db8d87f5a37becdd is first bad commit commit ba90a740beb9ce9a839cc843db8d87f5a37becdd Author: Roderick Colenbrander <thunderbird2k(a)gmx.net> Date: Sun Feb 10 22:20:15 2008 +0100 wined3d: Add read_from_framebuffer_texture which combines code from read_from_framebuffer (drawpixels) and LoadLocation. This makes the code easier to read and the pieces borrowed from read_from_framebuffer are more correct than the code in LoadLocation. :040000 040000 74e4bdc73e367c8f38cd3d0818df0fc86eb788bf 3e54409be7c9d2964efbf3d3c2f3d3b84a267047 M dlls -- 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=12550 --- Comment #3 from Mitch 74 <mitch074(a)gmail.com> 2008-04-13 13:10:51 --- I'm using Mandriva 2008.0 64-bit. I can pull git and do bisects, but then I can't compile anything - CC tells me it can't build executables when I follow instructions to build 32-bit Wine on 64-bit system. I'm not a C programmer, I don't really know how to go past this. Error happens with NVIDIA binary blob installed (I haven't tried otherwise), starting with WineHQ-provided Wine 0.9.56 package for Mandriva 2008.0. The loading screen appears, the bar finishes filling, then the Wine viewport (either in emulated desktop or in full-screen mode) goes black; music starts playing, and nothing appears. Would it help locate the bug more precisely if I tried starting the application with Mesa software rendering instead? -- 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=12550 --- Comment #4 from Rico <kgbricola(a)web.de> 2008-04-13 14:56:36 --- Created an attachment (id=12143) --> (http://bugs.winehq.org/attachment.cgi?id=12143) workaround for this bug Attached is a workaround for this problem. The problem is that GL_TEXTURE_SHADER_NV gets disabled in ActiveContext(..., CTXUSAGE_BLIT) this wasn't the case before the regression -> ActiveContext(..., CTXUSAGE_RESOURCELOAD)
Would it help locate the bug more precisely if I tried starting the application with Mesa software rendering instead? I don't think so. For now I think there are enough information.
-- 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=12550 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=12550 Andrew Nguyen <arethusa26(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arethusa26(a)gmail.com --- Comment #5 from Andrew Nguyen <arethusa26(a)gmail.com> 2008-11-08 21:43:55 --- With 1.1.8, the demo renders okay after the loading screen, although on my system after the first shown section, the rendered scene only fills a quarter of my screen, instead of occupying the entire display. Someone may wish to file a separate bug for that issue. -- 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=12550 --- Comment #6 from Andrew Nguyen <arethusa26(a)gmail.com> 2008-11-08 21:44:42 --- Disregard my last sentence; that's covered by bug 7950. -- 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=12550 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-11-10 17:12:04 --- Reported fixed. -- 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=12550 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2008-11-21 10:31:22 --- Closing bugs fixed in 1.1.9. -- 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