http://bugs.winehq.org/show_bug.cgi?id=5085
------- Additional Comments From djr1952@hotpop.com 2006-17-04 13:29 ------- James, Thanks for looking at this.
When I tried WINEDLLOVERRIDES="advpack=n" wine dasetup.exe {in the directory where the file exists} and I got the following:
fixme:advapi:CheckTokenMembership ((nil) 0x7fdcf738 0x7fb0c3cc) stub! fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupScanFileQueueA stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub fixme:ver:RtlVerifyVersionInfo (0x7cad63d8,64,180000): Not all cases correctly implemented yet fixme:odbc:SQLConfigDriver ((nil) 3 "Microsoft ODBC for Oracle" "CPTimeout=60" 0x7fafec3c 1000 0x7faff136) fixme:odbc:SQLConfigDriver ((nil) 3 "SQL Server" "CPTimeout=60" 0x7fafec3c 1000 0x7faff136) fixme:odbc:SQLConfigDataSource (nil) 1 "SQL Server" "DSN=MQIS" wine: Unhandled page fault on read access to 0x8000009c at address 0x701069b2 (thread 0015), starting debugger... WineDbg starting on pid 0x14 Unhandled exception: page fault on read access to 0x8000009c in 32-bit code (0x701069b2). err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file rpcrt4.dbg ("\x83u\xf2\xb7\xe4<\xef{rE\xed{H\xf6\xab\x7f") Register dump: CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033 EIP:701069b2 ESP:7faffce8 EBP:7faffd28 EFLAGS:00010286( - 00 -RISP1) EAX:00000014 EBX:00000000 ECX:80000088 EDX:7beba74f ESI:80000088 EDI:00000000 Stack dump: 0x7faffce8: 00000048 701067e6 00000000 70101dc3 0x7faffcf8: 70100000 70101ba1 7bef3ce4 00000001 0x7faffd08: 00000001 ffffffff 7faffcf8 7faff86c 0x7faffd18: 7fafff2c 7010a6dc 70146488 ffffffff 0x7faffd28: 7faffd48 7bebb065 70100000 00000001 0x7faffd38: 00000001 00000001 7f9db7c0 7bef3ce4 0200: sel=1007 base=7fec2000 limit=00001fff 32-bit rw- Backtrace: =>1 0x701069b2 in rpcrt4 (+0x69b2) (0x701069b2) 2 0x7bebb065 call_dll_entry_point+0x15 in ntdll (0x7bebb065) 3 0x7bebc57a in ntdll (+0x1c57a) (0x7bebc57a) 4 0x7bebc85c in ntdll (+0x1c85c) (0x7bebc85c) 5 0x7bebc832 in ntdll (+0x1c832) (0x7bebc832) 6 0x7bebc832 in ntdll (+0x1c832) (0x7bebc832) 7 0x7bebf4bc LdrInitializeThunk+0x34c in ntdll (0x7bebf4bc) 8 0x7fcbd1ac in kernel32 (+0x4d1ac) (0x7fcbd1ac) 9 0xb7f745f7 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7f745f7) 0x701069b2: cmpl 0x14(%esi),%eax Wine-dbg>
and then used Ctrl-C to exit the debugger.
Next try pleases.
Note I already had tried setting "advpack" to {native,builtins} in winecfg and more or less had the same effect. --DonJr ...