[Bug 30203] Powerpoint Viewer 2010 crashes after opening file select dialog

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 18 10:37:13 CDT 2012


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

--- Comment #4 from Henri Verbeet <hverbeet at gmail.com> 2012-03-18 10:37:13 CDT ---
(In reply to comment #2)
> This is an assertion in nouveau driver, so you have to try to update it or use
> proprietary one.
To add to that, the backtrace is missing function names and line numbers, but
this is probably the assert in get_rt_format() in nv10_state_fb.c. It gets
triggered because during wined3d startup we try to attach a GL_RGB5_A1 texture
(among various others) to an FBO. The driver should probably fail the FBO
completeness test for formats it doesn't know how to handle instead of
asserting.

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