http://bugs.winehq.org/show_bug.cgi?id=20380
--- Comment #42 from Cùran debian@carbon-project.org 2009-12-11 16:45:42 --- (In reply to comment #39)
.... Let me know if this works.
No, still crashes.
Additionally to what Wylda reported in comment #40 and comment #41 I like to point out, that the proposed patch generates new warnings in surface_base.c (the following is from the build log of a pbuilder run for the i386 binary packages): gcc -m32 -c -I../../../dlls/wined3d -I. -I../../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wtype-limits -Wpointer-arith -O2 -g -o surface_base.o ../../../dlls/wined3d/surface_base.c ../../../dlls/wined3d/surface_base.c: In function 'IWineD3DBaseSurfaceImpl_LockRect': ../../../dlls/wined3d/surface_base.c:1847: warning: pointer of type 'void *' used in arithmetic ../../../dlls/wined3d/surface_base.c:1847: warning: pointer of type 'void *' used in arithmetic ../../../dlls/wined3d/surface_base.c:1852: warning: pointer of type 'void *' used in arithmetic ../../../dlls/wined3d/surface_base.c:1853: warning: pointer of type 'void *' used in arithmetic
If somebody should be interested: you can find the source package and binary packages for i386 and amd64 for Debian at http://dev.carbon-project.org/debian/wine-unstable/, which I'll try to keep up-to-date in case new patches are proposed.
Kind regards, Kai