[Bug 11926] New: House of the dead 3 won' t draw 3d stuff after the 1st level
http://bugs.winehq.org/show_bug.cgi?id=11926 Summary: House of the dead 3 won't draw 3d stuff after the 1st level Product: Wine Version: 0.9.57. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: winebugz(a)chipsugar.plus.com After the first level where everything is fine all the 3d models & scenery is black. Possibly textures aren't being rendered. Also the words in the menu list when starting the game don't get drawn. Maybe that's part of the same bug. -- 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=11926 --- Comment #1 from Lei Zhang <thestig(a)google.com> 2008-03-08 13:07:39 --- is there a demo that shows this problem? -- 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=11926 --- Comment #2 from Darren Wilkinson <winebugz(a)chipsugar.plus.com> 2008-03-10 10:28:09 --- There is a demo at http://www.gamershell.com/download_8860.shtml that shows the "no menu text" bug. Click the empty space between the arrows to play, click the up arrow then click the space between the arrows where the text should be to exit. It only has the first level (which plays fine) and not the second level (which doesn't draw) in the demo though. -- 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=11926 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.gamershell.com/do | |wnload_8860.shtml Keywords| |download --- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-03-10 12:43:03 --- Well, every bit helps. What video card / driver version are you using BTW? -- 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=11926 --- Comment #4 from Darren Wilkinson <winebugz(a)chipsugar.plus.com> 2008-03-11 04:10:35 --- My videocard is a gefore 6200 agp card. I'm pretty sure the text/3d bugs are both the same bug as they both appeared in the same release (can't remember the wine version but it was 0.9.3.x that it broke). The previous wine version wouldn't start it but the one before that worked fine. I think I should do some regression testing. -- 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=11926 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-03-21 23:39:59 --- (In reply to comment #4)
My videocard is a gefore 6200 agp card. I'm pretty sure the text/3d bugs are both the same bug as they both appeared in the same release (can't remember the wine version but it was 0.9.3.x that it broke). The previous wine version wouldn't start it but the one before that worked fine.
I think I should do some regression testing.
Have you had a chance to run the regression test? http://wiki.winehq.org/RegressionTesting -- 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=11926 --- Comment #6 from Darren Wilkinson <winebugz(a)chipsugar.plus.com> 2008-03-22 06:50:47 --- Not yet. If the 0.9.58 mandriva binary is available later today and it doesn't work with that I'l regression test this weekend. -- 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=11926 --- Comment #7 from Darren Wilkinson <winebugz(a)chipsugar.plus.com> 2008-03-23 16:54:19 --- Ok, HotD3 worked with fine with 0.9.43 as I found out after some time bisecting of the wrong releases :-(. Version 0.9.44 wouldn't even start and 0.9.45 or greater worked but with the aforementioned bugs. According to git the patch that stopped it running in 0.9.44 is "d3d9 Some caps fixes" by stefan(a)codeweavers.com. I'm manually removing that patch then re-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=11926 --- Comment #8 from Darren Wilkinson <winebugz(a)chipsugar.plus.com> 2008-03-23 19:52:26 --- Reversing the patch by itself that made 0.9.44 crash using "patch -R" makes compilation fail. Do you have any idea of a better way to regression test? -- 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=11926 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2008-03-23 22:22:58 --- (In reply to comment #8)
Reversing the patch by itself that made 0.9.44 crash using "patch -R" makes compilation fail. Do you have any idea of a better way to regression test?
$ git reset --hard origin d1b5f309f5a748026afcb3702b369e446c49259f $ ./configure && make clean && make depend && make $ ~/wine-git/wine test_your_program.exe -- 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=11926 --- Comment #10 from Darren Wilkinson <winebugz(a)chipsugar.plus.com> 2008-03-24 21:36:25 --- Unfortunately that "git reset" comes up with a "Cannot do partial --hard reset" error. I tried it without the "--hard" but that just gives me the same compilation error as before (something about a geforce 8800?!?). I did some reverse regression testing as wine 0.9.45 managed to load HotD3 and found that it would boot from this patch onwards: c6784cdad329c61264bfdfb0c0848077107ee1d7 is first bad commit commit c6784cdad329c61264bfdfb0c0848077107ee1d7 Author: Vitaliy Margolen <wine-patches(a)kievinfo.com> Date: Sat Aug 25 10:44:22 2007 -0600 dinput: Count should not be 0-based. :040000 040000 bd0400f2858d4f377af225e9e03f6db07664b2e9 1c073052b4b21a1807cf354f620b949154161493 M dlls I then rebased from this patch and did some regression testing. I found that the 2nd level no 3D bug was already present at the above patch but the ingame start menu text bug wasn't there. I suppose I'll open another bug report with the following info for that later but here is the commit that introduced the text bug. a305af0b30b0e1440575dfd286727861f13975e3 is first bad commit commit a305af0b30b0e1440575dfd286727861f13975e3 Author: Stefan Dösinger <stefandoesinger(a)gmx.at> Date: Fri Aug 31 20:32:52 2007 +0200 wined3d: Fix the z range. :040000 040000 7035c61578745a7a39c5b78c2227a5aee83cbf9b 8de8685219358a37fb2b3279df7e94fa39f934b8 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=11926 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-12-02 01:09:23 --- The menu bug is fixed in git. Check to see if your other bug is 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=11926 --- Comment #12 from Darren Wilkinson <winebugz(a)chipsugar.plus.com> 2008-12-22 18:17:07 --- Both bugs still exist for me in wine 1.1.11 -- 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=11926 --- Comment #13 from Darren Wilkinson <daz6_1978(a)yahoo.com> 2010-04-07 10:34:01 --- The bug is now present for open source radeon drivers. They used to render fine using the 3d acceleration for my x1800 card in the development git until december/january when a driver update re-introduced this but to me. I now thing it is in how wine maps d3d to opengl. -- 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=11926 --- Comment #14 from Jon Angelo <jonathan.c.angelo(a)gmail.com> 2010-07-01 14:07:59 --- Created an attachment (id=29281) --> (http://bugs.winehq.org/attachment.cgi?id=29281) Screenshot of screen missing 3D rendering I tested both the English version at http://www.gamershell.com/download_8860.shtml f2fcc43c1cfdc63f86a091dec55f1c80cb66f909 hod3_trial.exe and the Japanese version at http://sega.jp/pc/hod3/trial2.html f616ac945bcbb5b897d24f3ce568c0f528801d05 hod3_trial.exe with the same results: The "no menu text" bug appears to be fixed. 3D rendering error can be reproduced by clicking Play Game and waiting. The Press Start Button will flash about nine times and a game demo will begin. As shown in the attached screenshot, the screen in black where game 3D graphics should be. This is with wine from git on Ubuntu 10.04 with a Nvidia GT 240 with driver 195.36.24 -- 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=11926 --- Comment #15 from Jon Angelo <jonathan.c.angelo(a)gmail.com> 2010-07-01 15:56:08 --- Created an attachment (id=29286) --> (http://bugs.winehq.org/attachment.cgi?id=29286) Screenshot of screen with 3D rendering when ran in windows -- 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=11926 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #16 from joaopa <jeremielapuree(a)yahoo.fr> 2011-07-09 08:56:57 CDT --- still a bug in current wine? -- 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=11926 Anyeos <anyeos(a)cieloaragua.sytes.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anyeos(a)cieloaragua.sytes.ne | |t --- Comment #17 from Anyeos <anyeos(a)cieloaragua.sytes.net> 2011-08-22 14:04:53 CDT --- Still the problem present in wine-1.3.26 And it is a new hardware Athlon II X2 250 with Nvidia GeForce 9500 GT. winetricks installed and direct3d9 to 11, all installed and working in another games. -- 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=11926 --- Comment #18 from joaopa <jeremielapuree(a)yahoo.fr> 2013-04-14 01:40:10 CDT --- Fixed for me. -- 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=11926 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #19 from Austin English <austinenglish(a)gmail.com> 2013-04-14 18:04:26 CDT --- 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=11926 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #20 from Alexandre Julliard <julliard(a)winehq.org> 2013-04-26 13:16:38 CDT --- Closing bugs fixed in 1.5.29. -- 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=11926 --- Comment #21 from Darren Wilkinson <daz6_1978(a)yahoo.com> 2013-04-29 09:38:10 CDT --- Retried with wine 1.5.29 on both my desktop (ubuntu 13.04 with nvidia geforce 210) and my laptop (ubuntu 12.10 with radeon x2300). This bug is still present on both systems with the latest wine for me :( -- 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=11926 --- Comment #22 from joaopa <jeremielapuree(a)yahoo.fr> 2013-04-29 11:26:12 CDT --- Can you attach a picture (one with Wine, one 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=11926 --- Comment #23 from joaopa <jeremielapuree(a)yahoo.fr> 2013-04-29 11:27:30 CDT --- Can you attach pictures (one with Wine, one in a real windows box) showing the problem. I did not see any problem when I tested the demo -- 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=11926 mrdeathjr28(a)yahoo.es changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mrdeathjr28(a)yahoo.es --- Comment #24 from mrdeathjr28(a)yahoo.es --- This bug still alive Test Machine Nvidia Drivers 346.35 Linux Mint 17 XFCE Edition 64Bit - Kernel 3.13.0.24 CPU: INTEL Pentium G3220 3.0Ghz (Dual-Core) Stock Clock MEM: 8GB DDR3 1333 (2x4) Patriot value (128 bit dual channel: 21.3 gb/s) GPU: Zotac Nvidia Geforce GT630 (GK208 28nm: 384 Shaders / 8 ROPS) Zone Edition Passive Cooling 2GB DDR3 1800Mhz 64Bit (14.4Gb/s) BOARD: MSI H81M E33 -- 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