http://bugs.winehq.org/show_bug.cgi?id=7593
------- Additional Comments From ncliang@google.com 2007-01-03 19:45 ------- I wrote a dummy cacls.exe and copied it over to windows/system32 which seems to work well in getting past the installer. But after installation, it tries to run Connect.exe and crashes with a dialog box saying that a access violation fault occurred at: c:\windows\system32\ntdll.dll. Running in winedbg, I get the following dump:
Wine-dbg>c fixme:ras:RasEnumDevicesA ((nil),0x34dde8,0x34dde4),stub! fixme:ras:RasEnumDevicesA (0x204ab0,0x34dde8,0x34dde4),stub! First chance exception: page fault on write access to 0x006d6568 in 32-bit code (0x7bc36404). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7bc36404 ESP:0034dc98 EBP:0034dd00 EFLAGS:00010202( - 00 - -RI1) EAX:0003007c EBX:7bc78368 ECX:006d6564 EDX:00204ad0 ESI:00204ac8 EDI:00110000 Stack dump: 0x0034dc98: 00000000 00000000 7e354b00 7e339b54 0x0034dca8: 0034dccc 0034dce0 00000020 00204aa8 0x0034dcb8: 00110000 7bc298db 00000010 00000400 0x0034dcc8: 7bc6ac08 4d430000 00204ab8 00000010 0x0034dcd8: 00000000 00000000 4d430003 00000000 0x0034dce8: 00000000 00000000 00000000 7bc78368 Backtrace: =>1 0x7bc36404 HEAP_CreateFreeBlock+0x298() in ntdll (0x0034dd00) 2 0x7bc36607 HEAP_MakeInUseBlockFree+0x55() in ntdll (0x0034dd50) 3 0x7bc368af RtlFreeHeap+0x147() in ntdll (0x0034ddb0) 4 0x7e596772 MSVCRT_free+0x32(ptr=<register EDX not in topmost frame>) [/home/ncliang/local/wine-git/dlls/msvcrt/heap.c:265] in msvcrt (0x0034ddd0) 5 0x0043d669 in connect (+0x3d669) (0x00000000) 0x7bc36404 HEAP_CreateFreeBlock+0x298 in ntdll: movl %eax,0x4(%ecx) Wine-dbg>