[Bug 11584] Multiple games crash with stack overflow error

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 1 13:22:19 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=11584





--- Comment #41 from Vitaliy Margolen <vitaliy at kievinfo.com>  2008-05-01 13:22:19 ---
(In reply to comment #40)
The problem present with "backbuffer" and "pbuffer" "OffscreenRenderingMode"s.
It does not happen with "fbo".

Here is the snipped of the code in question:

if (wined3d_settings.offscreen_rendering_mode != ORM_FBO) {
   IWineD3DSurface_PreLoad(target);
}

As you see it's not being executed if you selected fbo off-screen rendering
mode.


-- 
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.



More information about the wine-bugs mailing list