[Bug 12924] Children of the nile demo crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 3 13:10:42 CDT 2008


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





--- Comment #1 from Roderick Colenbrander <thunderbird2k at gmx.net>  2008-05-03 13:10:42 ---
It crashes due to memory corruption, pbuffers aren't used at all and it tries
to make a pbuffer call. A solution to the problem is to change
'This->numContexts' in for(s = 0; s < This->numContexts; s++) {' to
'This->numContexts + 1'. Someone recently had a similar issue and will submit a
patch.


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