http://bugs.winehq.org/show_bug.cgi?id=34831
Bug #: 34831 Summary: GL_INVALID_OPERATION (0x502) from Framebuffer format check @ utils.c Product: Wine Version: 1.6 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: opengl AssignedTo: wine-bugs@winehq.org ReportedBy: erwin.mueller@deventm.org Classification: Unclassified
Created attachment 46431 --> http://bugs.winehq.org/attachment.cgi?id=46431 Wine 1.6 Error output
Try to run Don't Starve with wine. Error dialog is shown with "Error during initialization". Output log attached.
http://bugs.winehq.org/show_bug.cgi?id=34831
--- Comment #1 from Erwin M. erwin.mueller@deventm.org 2013-10-30 06:48:37 CDT --- Created attachment 46432 --> http://bugs.winehq.org/attachment.cgi?id=46432 Wine 1.6 Error verbose output
http://bugs.winehq.org/show_bug.cgi?id=34831
--- Comment #2 from Erwin M. erwin.mueller@deventm.org 2013-10-30 06:49:38 CDT --- I have started the game FTL Faster Then Light just fine with the same wine version and settings.
http://bugs.winehq.org/show_bug.cgi?id=34831
--- Comment #3 from Henri Verbeet hverbeet@gmail.com 2013-10-30 08:28:19 CDT --- (In reply to comment #0)
libGL error: failed to load driver: i965 libGL error: Try again with LIBGL_DEBUG=verbose for more details.
That's pretty much the issue, everything past that is just a result of this. You probably don't have the 32-bit i965 dri drivers installed.
http://bugs.winehq.org/show_bug.cgi?id=34831
Erwin M. erwin.mueller@deventm.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Erwin M. erwin.mueller@deventm.org 2013-10-30 12:11:20 CDT --- Ok. I have installed additional i686 packages:
Just for future references:
# rpm -qa | grep intel | sort xorg-x11-drv-intel-2.21.12-1.fc18.i686 xorg-x11-drv-intel-2.21.12-1.fc18.x86_64
# rpm -qa | grep mesa | sort mesa-dri-drivers-9.2-0.12.20130610.fc18.i686 mesa-dri-drivers-9.2-0.12.20130610.fc18.x86_64 mesa-filesystem-9.2-0.12.20130610.fc18.i686 mesa-filesystem-9.2-0.12.20130610.fc18.x86_64 mesa-libEGL-9.2-0.12.20130610.fc18.i686 mesa-libEGL-9.2-0.12.20130610.fc18.x86_64 mesa-libgbm-9.2-0.12.20130610.fc18.i686 mesa-libgbm-9.2-0.12.20130610.fc18.x86_64 mesa-libGL-9.2-0.12.20130610.fc18.i686 mesa-libGL-9.2-0.12.20130610.fc18.x86_64 mesa-libglapi-9.2-0.12.20130610.fc18.i686 mesa-libglapi-9.2-0.12.20130610.fc18.x86_64 mesa-libGL-devel-9.2-0.12.20130610.fc18.x86_64 mesa-libGLES-9.2-0.12.20130610.fc18.i686 mesa-libGLES-9.2-0.12.20130610.fc18.x86_64 mesa-libGLU-9.0.0-1.fc18.i686 mesa-libGLU-9.0.0-1.fc18.x86_64 mesa-libGLU-devel-9.0.0-1.fc18.i686 mesa-libGLU-devel-9.0.0-1.fc18.x86_64 mesa-libxatracker-9.2-0.12.20130610.fc18.x86_64
http://bugs.winehq.org/show_bug.cgi?id=34831
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2013-10-31 17:47:43 CDT --- Closing.