[Bug 11810] New: parts from opengl/direct3d display show splines
http://bugs.winehq.org/show_bug.cgi?id=11810 Summary: parts from opengl/direct3d display show splines Product: Wine Version: 0.9.56. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: opengl AssignedTo: wine-bugs(a)winehq.org ReportedBy: hoehle(a)users.sourceforge.net Hi, Please compare my attached screenshot of Crazy Machines with AppDB's http://appdb.winehq.org/screenshots.php?iAppId=3061&iVersionId=4468 You will notice that while most of the display is fine, the background and the texts on the papersheets are missing in my version. Actually, these 6 texts are also .tga image files. Instead, wine displays a sort of spline pattern: lines of various color (related to the missing image) emanate from a single origin, like quantic particles. This effect is visually stable across refreshes of the display. (Later in the game, a few icons are missing, but that could have a different cause, as there's no such spline effect there.) This happens to me both with the commercial game as well as a demo found on a german DVD. I've been using wine-0.9.56/54/48/47 with Ubuntu Dapper and Gutsy. No warnings are shown in the console. My hardware is an intel i810, and I'm using the xserver-xorg-i810 driver. lspci: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) WINEDEBUG=+opengl yields hundreds of trace:opengl:X11DRV_SwapBuffers (0x12cfb0) nothing else. Would attaching a +d3d trace help? (it would be huge!) -- 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=11810 --- Comment #1 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2008-03-01 18:30:38 --- Created an attachment (id=11071) --> (http://bugs.winehq.org/attachment.cgi?id=11071) screenshot showing spline pattern instead of image parts Please compare this with the screenshots submitted to the AppDB, e.g. http://appdb.winehq.org/appimage.php?iId=1966 -- 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=11810 Roderick Colenbrander <thunderbird2k(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|opengl |directx-ddraw --- Comment #2 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2008-03-02 06:12:43 --- The problem is either a ddraw/d3d bug OR a driver bug. As there are reports of the app working correcly, I expect it is a driver bug. If you have another pc with a different videocard around, it might be useful to compare the two. -- 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=11810 --- Comment #3 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2008-03-04 10:53:48 --- Created an attachment (id=11105) --> (http://bugs.winehq.org/attachment.cgi?id=11105) short backtrace about crash in ConvertPixelFormatWGLtoGLX
If you have another pc with a different videocard around, it might be useful to compare the two.
Running wine using ssh -X from a ~5 year old Suse 9.0 machine causes wine to crash on Crazy Machines in ConvertPixelFormatWGLtoGLX (see attachment). I expected problems with the Suse 9.0 box, but not this one. ssh -X is the best I can do on another hardware I have access to, because Suse 9.0 is using kernel 2.4 and I've heard this is not supported by wine. So I cannot run wine on the other machine. This other machine has a savage S3, which AFAIK does not support 3D. E.g. tuxkart runs, but it draws one frame per second, as if computing everything in SW. -- 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=11810 --- Comment #4 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2008-05-02 13:25:16 --- It is a driver limitation as mentioned in the log file GLX_SGIX_fbconfig isn't offered which is critical for Wine's 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=11810 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-10-30 02:15:44 --- (In reply to comment #4)
It is a driver limitation as mentioned in the log file GLX_SGIX_fbconfig isn't offered which is critical for Wine's opengl.
Invalid then? -- 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=11810 --- Comment #6 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2009-04-24 05:30:26 ---
Invalid then? Not at all, since GLX_SGIX_fbconfig was missing when using ssh -X into another, very old machine. It's not relevant to the original post.
-- 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=11810 --- Comment #7 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2009-04-24 05:42:32 --- Created an attachment (id=20659) --> (http://bugs.winehq.org/attachment.cgi?id=20659) +d3d_caps logs of i810 and i915 for comparison, zipped The splines bug is still present in wine-1.1.18/19. Likewise, during game play, the set of icons displayed in a circle around the selected object are still empty (the white symbols are missing, while the surrounding blue or yellow disks are rendered correctly). In comment #2, Roderick Colenbrander wrote:
The problem is either a ddraw/d3d bug OR a driver bug.
Now I could test the app on two similar machines. One i810, one i915 Intel driver. The bug is currently not present on the i915 machine with Ubuntu Intrepid, but still present on the i810 machine. Attached are: - a d3d_caps log of Crazy Machines Inventors Workshop (Erfinderwerkstatt) from wine-1.1.18 running with i810 HW on an Ubuntu Intrepid a little bit late on updates. - a d3d_caps log of Crazy Machines IW from wine-1.1.19 running on i915 HW on a version of Ubuntu Intrepid with recent security updates. The main differences seem to be: - max 4 instead of 8 texture/stages & fragment or combined samplers - no ARB_fragment_program - 1.3 Mesa 7.2 vs. 1.4 - Pixel shader disabled vs. Hardware pixel shader version 1.4 enabled But that cannot be all, since the i810 machine showed no splines in Suse 9.2 years ago, running some very old release of wine, whereas they were present in Ubuntu Dapper at the same time. Thus it is not the case that the i810 HW is too poor for this game. BTW, another (or related?) issue is that the i915 produces [driAllocateTexture:636] unable to allocate texture [2 times] when running Crazy Machines Operation Brainstorm (CrazyMachinesOB) with wine-1.1.19. -- 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=11810 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-10-29 15:25:22 --- Is this still an issue in current (1.1.32 or newer) 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=11810 --- Comment #9 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2009-11-04 07:08:43 --- Splines still present in wine-1.1.32 with i810 HW. -- 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=11810 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2010-05-19 16:45:20 --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.44 or newer) 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=11810 --- Comment #11 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2010-06-07 14:06:34 --- Due to a crash I'm currently unable to test on i810 HW. -- 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=11810 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|directx-ddraw |directx-d3d -- 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=11810 --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2013-12-05 21:51:10 CST --- This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.7 or newer) wine? If so, please attach the terminal output in 1.7.7 (see http://wiki.winehq.org/FAQ#get_log). -- 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=11810 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #13 from Austin English <austinenglish(a)gmail.com> --- (In reply to Austin English from comment #12)
This is your friendly reminder that there has been no bug activity for 2 years. Is this still an issue in current (1.7.7 or newer) wine? If so, please attach the terminal output in 1.7.7 (see http://wiki.winehq.org/FAQ#get_log).
Abandoned. -- 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=11810 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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