[Bug 41930] Civilization III Complete shows black terrain (Wine compiled with OSMesa support)

WineHQ Bugzilla wine-bugs at winehq.org
Thu Jul 15 13:47:11 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=41930

--- Comment #42 from Bryan Varner <bryan at varnernet.com> ---
Patches from Comment 25 and Comment 28 makes the game playable but _do_not_ fix
the underlying issue.

The patches effectively fail to allocate a pbuffer context, which the game
authors were intelligent enough to code around and degrade graphics overlays
accordingly.

The underlying issue is an offscreen WGL pbuffer being drawn opaque (copy over
destination), instead of doing an precomputed alpha merge into the destination
from the pbuffer source.

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