Chris Rankin wrote: > Hi, > > I have been getting this error from WoW when it exits for the last few weeks, > coinciding with a > large libGL restructuring: > > X Error of failed request: BadValue (integer parameter out of range for > operation) > Major opcode of failed request: 146 (XFree86-DRI) > Minor opcode of failed request: 9 () > Value in failed request: 0x71 > Serial number of failed request: 988 > Current serial number in output stream: 988 > > The problem seems to be that the very first call to __glXDRIGetDrawableInfo() > has > glxDraw->drawable set to 0x71 for some reason. Unfortunately, I was unable to > trace the call stack > back further than that because I don't know how to use gdb with WoW.exe and > wine. This looks like > an uninitialised value to me. Does anyone have any suggestions on how to > pursue this further, > please? > > Thanks, > Chris > No problem here. But I think I've seen this error before. Perhaps it's an drm/mesa setup issue.
You can't debug win32 programs in gdb under linux, thats winedbg's job. Try wine winedbg Wow.exe -opengl Winedbg only accept a small subset of gdb commands but continue, break, backtrace work. Markus ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev