http://bugs.winehq.org/show_bug.cgi?id=6085
------- Additional Comments From dank@kegel.com 2007-19-03 22:49 ------- Hans, by an odd coincidence, I happened to try the Win2000 version of the Jet 4.0 updater, http://support.microsoft.com/kb/239114 in particular http://download.microsoft.com/download/9/d/c/9dcd9e1c-badc-4fe4-a52e-8f2fdfb... It crashes with an unimplemented function SetupDecompressOrCopyFile. I tried your patch from bug 7690, but the app now crashes differently: ... wine: Unhandled page fault on read access to 0x00000000 at address 0x7e65edef (thread 000f), starting debugger... =>1 0x7e65edef find_section+0x32(file=0x16d530, name=0x190078) [/home/dank/wine-git/dlls/setupapi/parser.c:192] in setupapi (0x0033e2c0) 2 0x7e6615c4 SetupFindFirstLineW+0x30(hinf=0x16d530, section=0x190078, key=0x0, context=0x33e380) [/home/dank/wine-git/dlls/setupapi/parser.c:1364] in setupapi (0x0033e310) 3 0x7e6619dc SetupFindFirstLineA+0xab(hinf=0x16d530, section=<register EAX not in topmost frame>, key=<register ESI not in topmost frame>, context=0x33e380) [/home/dank/wine-git/dlls/setupapi/parser.c:1338] in setupapi (0x0033e350) 4 0x01059aea in update (+0x59aea) (0x0033f7f8) 5 0x0103adc7 in update (+0x3adc7) (0x00000104) 6 0x00000000 (0x00000000) 0x7e65edef find_section+0x32 [/home/dank/wine-git/dlls/setupapi/parser.c:192] in setupapi: movl 0x0(%eax,%edi,4),%eax 192 if (!strcmpiW( name, file->sections[i]->name )) return i;