I have found the crashing line. Of course the App does not work when the line is commented.
Blur_MMX2 proc uses esi edi ebx ; 24bit color version
;emms ;
mov edi,bitmap2 ; (Developed under an old SiS6326 graphic card
mov esi,bitmap1 ; which prefers 24bit for faster operation)
mov bitmap1,edi ; Note: SiS315 is excellent, good rendering quality
mov bitmap2,esi
pxor MM7,MM7
mov eax,fadelvl
imul eax,00010001h
mov [ebp-4],eax
mov [ebp-8],eax
movq MM6,[ebp-8]
mov eax,maxx
lea eax,[eax+eax*2]
mov ecx,eax
imul maxy
push eax ; maxy*maxx*3
lea edx,[ecx-3]
lea ebx,[ecx+3]
;neg edx ;if uncommented crash on W7x64
xor eax,eax
lea esi,[esi-3]
@@: