[Bug 10497] New: Simple GLUT example refuses to do anything via Wine
http://bugs.winehq.org/show_bug.cgi?id=10497 Summary: Simple GLUT example refuses to do anything via Wine Product: Wine Version: 0.9.49. Platform: PC-x86-64 URL: http://will.kassah.net/debug/cube.tgz OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-opengl AssignedTo: wine-bugs(a)winehq.org ReportedBy: kassah(a)gmail.com This is a simple modified version of O'Reilly's OpenGL cube demo ported to Windows. When run, it exits with no output (normally it should open a full screen, one screen rotating cube with some debug output). It compiles and runs natively to Linux, however the compiled win32 exe does not run via Wine. All source is included. The README current README from the tar.gz contains the following: On linux, any glut should suffice. It was compiled/tested with FreeGLUT. On Windows to compile you need: - Dev-C++ 5 - MinGW - FreeGLUT DevPack =Known Problems= Compiled win32 exec will not run on wine... why? =Log= Worked with oiaohm Tested cube.exe on ReactOS (to test mesa3d) Tested cube.exe on Windows (with included mesa3d libs in the same dir) Continues to be broken on Wine. oiaohm> stefand in #winehackers when he is around might be able to suggest problem. He is one of the lead developers in graphical. Bugs need to be filed in wine and ReactOS. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10497 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-18 14:45:06 --- Did you actually copied glut.dll to Wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10497 Will Robertson <kassah(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|wine-opengl |wine-x11driver Keywords|download, source | --- Comment #2 from Will Robertson <kassah(a)gmail.com> 2007-11-18 14:57:00 --- Working with Thunderbird on #winehackers. We determined that the app will run on a single monitor setup. (It was failing on a nVidia TwinView (w/Xinerama hints) setup). He requested that I change the component to wine-x11driver. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10497 --- Comment #3 from Will Robertson <kassah(a)gmail.com> 2007-11-18 14:58:12 --- In response to #1: I searched all the computers I could find. I found no such thing as glut.dll. Windows or Wine. It appears to be a multi-head configuration problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10497 Will Robertson <kassah(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Simple GLUT example refuses |Simple GLUT example refuses |to do anything via Wine |to do anything via Wine in | |Xinerama -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10497 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor --- Comment #4 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-18 18:35:40 --- Just wondering, did you tried virtual desktop mode (enable from winecfg)? You might just not have required screen resolution configured. Minor - not everyone uses xinerama/twinview. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10497 --- Comment #5 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2007-11-22 03:20:11 --- I think you statically linked glut into your binary, that's why you don't require a glut dll. As when I tried the demo, the source contained glut calls I think. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10497 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-06-16 16:36:36 --- Is this still an issue in current (1.0-rc5 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=10497 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download, source --- Comment #7 from Lei Zhang <thestig(a)google.com> 2008-07-18 14:24:05 --- Tested with today's wine-git. It works fine in a virtual desktop, but not with my dual screen Xinerama setup. -- 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=10497 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-01-25 18:12:34 --- Ping. -- 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=10497 Roderick Colenbrander <thunderbird2k(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k(a)gmail.com --- Comment #9 from Roderick Colenbrander <thunderbird2k(a)gmail.com> 2009-05-28 15:05:05 --- Could some people test if this still occurs on nvidia driver 185.18.14? Basically there was a bug in the nvidia drivers which occured when calling glXMakeCurrent on the root window. This bug was fixed in this new release. Roderick -- 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=10497 --- Comment #10 from Will Robertson <kassah(a)gmail.com> 2009-06-28 21:14:03 --- I just tested with ubuntu nvidia packages: kassah(a)izaban:~/Downloads/cube$ dpkg -l | grep nvidia-180 ii nvidia-180-kernel-source 185.18.14-0ubuntu1 NVIDIA binary kernel module source ii nvidia-180-libvdpau 185.18.14-0ubuntu1 Video Decode and Presentation API for Unix ii nvidia-180-modaliases 185.18.14-0ubuntu1 Modaliases for the NVIDIA binary X.Org drive kassah(a)izaban:~/Downloads/cube$ (pulled from karmic repos loaded onto Ubuntu Jaunty 9.04) The effect still continues of kassah(a)izaban:~/Downloads/cube$ wine cube.exe kassah(a)izaban:~/Downloads/cube$ with no output. -- 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=10497 --- Comment #11 from Will Robertson <kassah(a)gmail.com> 2009-06-28 21:15:54 --- My appologies for leaving out my wine version: I was using Wine 1.1.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=10497 Will Robertson <kassah(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.49. |1.1.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=10497 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.1.24 |0.9.49. --- Comment #12 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-06-28 21:52:23 --- Don't change Wine version. -- 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=10497 Joris Spekreijse <wine(a)jorisspekreijse.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine(a)jorisspekreijse.nl --- Comment #13 from Joris Spekreijse <wine(a)jorisspekreijse.nl> 2009-08-16 13:54:28 --- Small update. It was not a header but a library, totally my mistake. Also an update about the software package, in my case a real package, that is missing. xorg-x11-libXext-devel Provides: xorg-x11-devel:/usr/X11R6/lib/libXext.so xorg-x11-libXext-devel = 7.4-1.25 -- 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=10497 --- Comment #14 from Joris Spekreijse <wine(a)jorisspekreijse.nl> 2009-08-17 15:23:17 --- I am sorry. This comment #13 should not be posted here. I have no idea how it came here, it should be posted in another bugreport. -- 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=10497 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #15 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-02-05 22:59:21 CST --- Friendly reminder of over 2 years without new posts, is this still a problem in 1.4-rc2? I tried retesting but the program kills my X server, possibly a problem in the intel driver. -- 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=10497 --- Comment #16 from William Lightning <kassah(a)gmail.com> 2012-02-05 23:13:17 CST --- This was determined to actually be an issue with TwinView. That being said, since you mentioned above, I did try it with success on my Intel 965GM on my laptop (single screen) that I am typing this message on. My desktop is currently out of commission, I'll see if I can't get it up and going with TwinView this week and run the test again. -- 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=10497 --- Comment #17 from austinenglish(a)gmail.com --- In wine-1.7.17-28-g5ef5490, works on my intel 965 laptop with a second screen (over HDMI). Can someone retest on nvidia? -- 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=10497 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #18 from joaopa <jeremielapuree(a)yahoo.fr> --- Does the bug still occur with current wine(4.0-rc1)? -- 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=10497 --- Comment #19 from joaopa <jeremielapuree(a)yahoo.fr> --- Reported Fixed by Austin and no news since 6 years. Can an administrator close this bug a FIXED? -- 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=10497 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTOURBUG --- Comment #20 from Jeff Zaroyko <jeffz(a)jeffz.name> --- (In reply to joaopa from comment #19)
Reported Fixed by Austin and no news since 6 years.
Can an administrator close this bug a FIXED?
From reading the comment history, it was suggested to be an NVIDIA bug, not a wine bug.
-- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla