https://bugs.winehq.org/show_bug.cgi?id=21017 --- Comment #26 from Luke Short <ekultails(a)gmail.com> --- (In reply to Luke Short from comment #25)
Created attachment 59592 [details] OpenGL Version Error (Debug)
The main error in here is a false-positive report:
warn:wgl:is_extension_supported The function requires OpenGL version '3.3' while your drivers only provide '3.2' warn:wgl:wglGetProcAddress Extension GL_VERSION_3_3 required for glVertexAttribDivisor not supported
I found a bug that reports the same exact problem as we are experiencing here with Adobe Premiere Pro CS4. That bug has already been fixed so a similar patch may be needed here. https://bugs.winehq.org/show_bug.cgi?id=39769 My OpenGL version is definitely higher than 3.3. ``` $ optirun glxinfo | grep "OpenGL version" OpenGL version string: 4.5.0 NVIDIA 384.90 ``` The Adobe Premiere Pro CS4 trial can be downloaded for testing by following these instructions: http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html For getting past a lot of issues with launching Premiere after installation (and to get to the OpenGL error) some of these Winetricks overrides are required: ``` adobeair atmlib colorprofile corefonts gdiplus gdiplus_winxp mfc42 msls31 msvcirt msxml3 msxml6 riched20 riched30 vb6run vcrun2005 vcrun2008 vcrun2010 vcrun6sp6 vcrun6 ``` -- 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.