https://bugs.winehq.org/show_bug.cgi?id=32229
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer URL| |http://go.microsoft.com/fwl | |ink/p/?LinkID=255475 CC| |focht@gmx.net Summary|the windows live essentials |Windows Live Essentials |web installer crash early |2012 web installer crashes |(CreateHardLinkTransactedW |(CreateHardLinkTransactedW |and DeleteFileTransactedW |and DeleteFileTransactedW |missing) |missing)
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present.
It crashes on exit path, after complaining about Windows version requirements. Needs at least 'Windows Vista' prefix.
--- snip --- $ wine ./wlsetup-web.exe ... <complains about OS requirement not met> ... wine: Unimplemented function KERNEL32.dll.CreateHardLinkTransactedW called at address 0x7bc5267b (thread 0009), starting debugger... Unhandled exception: unimplemented function KERNEL32.dll.CreateHardLinkTransactedW called in 32-bit code (0x7bc5267b). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7bc5267b ESP:0033f5e0 EBP:0033f644 EFLAGS:00200216( - -- I -A-P- ) EAX:0033f5ec EBX:7bcd2000 ECX:001422d4 EDX:00000001 ESI:00000000 EDI:00000000 ... Backtrace: =>0 0x7bc5267b stub_entry_point+0x4b(dll="KERNEL32.dll", name="CreateHardLinkTransactedW", ret_addr=0x4b26b3) [/home/focht/projects/wine/wine.repo/src/dlls/ntdll/loader.c:209] in ntdll (0x0033f644) 1 0x0034000f (0x0033f6b4) 2 0x004b3197 in wlsetup-web (+0xb3196) (0x0033f6d0) 3 0x004a95b3 in wlsetup-web (+0xa95b2) (0x0033fb44) 4 0x004a8b4d in wlsetup-web (+0xa8b4c) (0x0033fbd4) 5 0x004a8855 in wlsetup-web (+0xa8854) (0x0033fc0c) ... Modules: Module Address Debug info Name (134 modules) PE 400000- 533000 Export wlsetup-web ELF 4743a000-47457000 Deferred libgcc_s.so.1 ... Threads: process tid prio (all id:s are in hex) 00000008 (D) Z:\home\focht\Downloads\wlsetup-web.exe 00000025 0 00000022 0 00000009 0 <== --- snip ---
Application log file:
--- snip --- Rules :00000009 (12/07/2014 20:55:40.804) Rule(0013D7B8): Evaluating 'os: (CPU is any) and (OS GREATER_THAN_EQUAL vista (sp2)) and (ProductType is workstation)' --> FALSE Rules :00000009 (12/07/2014 20:55:40.804) Rule(0013D7B8): Evaluating 'os: (CPU is any) and (OS GREATER_THAN_EQUAL vista (sp2)) and (ProductType is server)' --> FALSE Rules :00000009 (12/07/2014 20:55:40.804) Rule(0013D7B8): Evaluating 'os: (CPU is any) and (OS GREATER_THAN_EQUAL vista (sp2)) and (ProductType is domaincontroller)' --> FALSE Rules :00000009 (12/07/2014 20:55:40.804) Rule(0013D7B8): 'rule' evaluated to FALSE Exe :00000009 (12/07/2014 20:55:40.804) OS Check failed :: <none> Exe :00000009 (12/07/2014 20:55:40.809) Exiting installer on unsupported OS --- snip ---
$ sha1sum wlsetup-web.exe 6d48f1a6734cabd435dc6ec6ba0a94ebfcf15b9f wlsetup-web.exe
$ du -sh wlsetup-web.exe 1.2M wlsetup-web.exe
$ wine --version wine-1.7.32-107-g3006cea
Regards