[Bug 52832] Crysis 3 crashes at startup

WineHQ Bugzilla wine-bugs at winehq.org
Tue Apr 19 16:34:47 CDT 2022


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

--- Comment #3 from Svyatpro <svyatpro at gmail.com> ---
Actual broking patch is 
https://github.com/wine-mirror/wine/commit/801f1bb433e9d49be523cf357929795a889cf51f

I think it is better to do like this:

#ifdef _WIN64
#define WINED3D_CS_QUEUE_SIZE           0x400000u
#else
#define WINED3D_CS_QUEUE_SIZE           0x100000u
#endif

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