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@winehq.org ReportedBy: hoehle@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!)
http://bugs.winehq.org/show_bug.cgi?id=11810
--- Comment #1 from Jörg Höhle hoehle@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
http://bugs.winehq.org/show_bug.cgi?id=11810
Roderick Colenbrander thunderbird2k@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|opengl |directx-ddraw
--- Comment #2 from Roderick Colenbrander thunderbird2k@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.
http://bugs.winehq.org/show_bug.cgi?id=11810
--- Comment #3 from Jörg Höhle hoehle@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.
http://bugs.winehq.org/show_bug.cgi?id=11810
--- Comment #4 from Roderick Colenbrander thunderbird2k@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.
http://bugs.winehq.org/show_bug.cgi?id=11810
--- Comment #5 from Austin English austinenglish@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?
http://bugs.winehq.org/show_bug.cgi?id=11810
--- Comment #6 from Jörg Höhle hoehle@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.
http://bugs.winehq.org/show_bug.cgi?id=11810
--- Comment #7 from Jörg Höhle hoehle@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.
http://bugs.winehq.org/show_bug.cgi?id=11810
--- Comment #8 from Austin English austinenglish@gmail.com 2009-10-29 15:25:22 --- Is this still an issue in current (1.1.32 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=11810
--- Comment #9 from Jörg Höhle hoehle@users.sourceforge.net 2009-11-04 07:08:43 --- Splines still present in wine-1.1.32 with i810 HW.
http://bugs.winehq.org/show_bug.cgi?id=11810
--- Comment #10 from Austin English austinenglish@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?
http://bugs.winehq.org/show_bug.cgi?id=11810
--- Comment #11 from Jörg Höhle hoehle@users.sourceforge.net 2010-06-07 14:06:34 --- Due to a crash I'm currently unable to test on i810 HW.
http://bugs.winehq.org/show_bug.cgi?id=11810
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-ddraw |directx-d3d
http://bugs.winehq.org/show_bug.cgi?id=11810
--- Comment #12 from Austin English austinenglish@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).
https://bugs.winehq.org/show_bug.cgi?id=11810
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #13 from Austin English austinenglish@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.
https://bugs.winehq.org/show_bug.cgi?id=11810
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Austin English austinenglish@gmail.com --- Closing.