https://bugs.winehq.org/show_bug.cgi?id=37280
Bug ID: 37280 Summary: extension ARB_framebuffer_object not supported Product: Wine Version: 1.7.26 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: opengl Assignee: wine-bugs@winehq.org Reporter: the_q123@hotmail.com
Discovered this while trying to load shaders for the Aali's FF7/8 OGL driver:
http://forums.qhimm.com/index.php?topic=14922.0
The shader I used in particular is Asmodean's ComplexMultiShader:
http://www.mediafire.com/download/p214x9ftu2rxbge/ComplexMultiShader.post
This message (with shader model < 140, it's a warning; with 140+ it's an error) comes up in FF7's APP.LOG:
0(21) : warning C7508: extension ARB_framebuffer_object not supported
I do not believe this is a problem with either the Aali's driver or Asmodean's shader because they appear to be working for windows users. This must be a problem in wine, probably in OpenGL.
I am building wine from git on 64-bit Archlinux and my GPU is a GeForce GT 630 with nvidia drivers 343.13.
ARB_framebuffer_object is listed explicitly as a supported extension by nvidia-config.
https://bugs.winehq.org/show_bug.cgi?id=37280
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occurwith wine-5.17?