[Bug 13621] New: OpenGL applications wont run.
http://bugs.winehq.org/show_bug.cgi?id=13621 Summary: OpenGL applications wont run. Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: major Priority: P2 Component: opengl AssignedTo: wine-bugs(a)winehq.org ReportedBy: nehe(a)telus.net Many OpenGL applications seem to generate the following error. fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE -- 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=13621 Jeff Molofee <nehe(a)telus.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://nehe.gamedev.net/coun | |ter.asp?file=data/projects/g | |amedev/gamedev.zip -- 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=13621 tehblunderbuss(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tehblunderbuss(a)gmail.com --- Comment #1 from tehblunderbuss(a)gmail.com 2008-06-02 22:21:57 --- What version of Wine is this? -- 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=13621 --- Comment #2 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-06-02 23:18:08 --- Created an attachment (id=13603) --> (http://bugs.winehq.org/attachment.cgi?id=13603) +wininet,+urlmon,+ole log attached Since you wrote the application, you could have provided more information in the bug report. It appears that the reason the program exits prematurely is that at 0x004010E0, OleLoadPicture Path is called, which fails and the application posts WM_QUIT -- 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=13621 --- Comment #3 from Jeff Molofee <nehe(a)telus.net> 2008-06-03 09:17:32 --- Unfortunately I do not have debugging enabled. I just notice that the application exits immediately. I would not have suspected OleLoadPicture, as I was under the impression it was fully functional after reading the following note on the winehq site. Implemented OleLoadPicture. Added support for loading JPEG, Bitmap and Icons from persistant streams. Implemented JPEG support using libjpeg, added necessary configure.in options. Added IConnectionPoint style notifications to the IPicture iface. Implemented several of the stubs already there, added some more. -- 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=13621 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-06-03 10:58:59 --- Please update the summary to better reflect the 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=13621 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Status|UNCONFIRMED |NEW Component|opengl |ole Ever Confirmed|0 |1 --- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-06-03 14:27:52 --- Comment #2 confirms it. -- 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=13621 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|OpenGL applications wont |Jeff Molofee's GameDev |run. |Invitro won't run Version|unspecified |1.0-rc3 --- Comment #6 from Lei Zhang <thestig(a)google.com> 2008-06-05 00:08:54 --- I put down 1.0-rc1 because that's close to what Jeff's running. -- 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=13621 --- Comment #7 from Jon Griffiths <jon_p_griffiths(a)yahoo.com> 2008-06-07 09:30:15 --- Created an attachment (id=13780) --> (http://bugs.winehq.org/attachment.cgi?id=13780) Allow regular paths in OleLoadPicturePath Hi, Could you try the attached patch and see if your program gets further? -- 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=13621 tehblunderbuss(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC|tehblunderbuss(a)gmail.com | -- 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=13621 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=13621 --- Comment #8 from Jeff Molofee <nehe(a)telus.net> 2008-06-07 18:27:34 --- With the patch installed, I receive the following error. Testing was done on 4 different programs. err:ole:CoCreateInstance apartment not initialised -- 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=13621 Rob Shearman <robertshearman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ole |oleaut32 -- 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=13621 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-01-10 20:17:14 --- Download link is busted. Please retest in git and update the url. -- 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=13621 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-07-21 14:51:19 --- Abandoned. If you still have a problem in current (1.1.26 or newer) wine, and can provide the needed information, feel free to reopen. -- 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=13621 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-07-21 15:12:19 --- Closing. -- 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