http://bugs.winehq.org/show_bug.cgi?id=12924
Summary: Children of the nile demo crashes Product: Wine Version: 0.9.61. Platform: PC URL: http://www.gamershell.com/download_7600.shtml OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: jeremielapuree@yahoo.fr
Created an attachment (id=12648) --> (http://bugs.winehq.org/attachment.cgi?id=12648) Console output
The demo of Children of the Nile crashes when trying to proceed the game. I attached a console output
Joaopa
http://bugs.winehq.org/show_bug.cgi?id=12924
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=12924
--- Comment #1 from Roderick Colenbrander thunderbird2k@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.
http://bugs.winehq.org/show_bug.cgi?id=12924
Roderick Colenbrander thunderbird2k@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #2 from Roderick Colenbrander thunderbird2k@gmx.net 2008-05-03 13:11:22 --- Err, forgot to mark it as fixed.
http://bugs.winehq.org/show_bug.cgi?id=12924
Roderick Colenbrander thunderbird2k@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED |
--- Comment #3 from Roderick Colenbrander thunderbird2k@gmx.net 2008-05-03 13:12:36 --- Grr, getting sick of bugzilla switching to the next bug. This one isn't fixed the other Children of the nile one is.
http://bugs.winehq.org/show_bug.cgi?id=12924
--- Comment #4 from Roderick Colenbrander thunderbird2k@gmx.net 2008-05-03 13:23:45 --- I have posted a fix to wine-patches.
http://bugs.winehq.org/show_bug.cgi?id=12924
--- Comment #5 from joaopa jeremielapuree@yahoo.fr 2008-05-03 14:55:56 --- Great, your patch fixes this bug.
Joaopa
http://bugs.winehq.org/show_bug.cgi?id=12924
Roderick Colenbrander thunderbird2k@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #6 from Roderick Colenbrander thunderbird2k@gmx.net 2008-05-05 07:25:23 --- The fix is in git.
http://bugs.winehq.org/show_bug.cgi?id=12924
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2008-05-09 12:55:10 --- Closing bugs fixed in 1.0-rc1.