http://bugs.winehq.org/show_bug.cgi?id=35589
Bug ID: 35589 Summary: Master Genealogist 9 installer stops after file coping stage Product: Wine Version: 1.7.12 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: bunglehead@gmail.com Classification: Unclassified
Installer starts fine and gets to a copy stage but after reported copy progress it's getting stuck, waiting for something looks like.
The following is logged:
--- trace:ntdll:NtFsControlFile (0xbc,(nil),(nil),(nil),0xb0e608,0x00110008 (nil),0x00000000,(nil),0x00000000) fixme:ntdll:server_ioctl_file Unsupported ioctl 110008 (device=11 access=0 func=2 method=0) ---
http://bugs.winehq.org/show_bug.cgi?id=35589
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://whollygenes.swmirror | |.com/tmg9setup.exe
http://bugs.winehq.org/show_bug.cgi?id=35589
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Master Genealogist 9 |Master Genealogist 9 |installer stops after file |installer stops after file |coping stage |copying stage
http://bugs.winehq.org/show_bug.cgi?id=35589
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=35589
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Component|-unknown |msi Resolution|--- |DUPLICATE
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello Nikolay,
the hang is in 'AI_ExtractFiles' custom action (which ought to be deferred) -> looks familiar to me.
Indeed, dupe of bug 34989
--- snip --- ... 11 0x7ece5158 wait_thread_handle+0x94(info=0x7ac098) [/home/focht/projects/wine/wine.repo/src/dlls/msi/custom.c:411] in msi (0x0033f778)
12 0x7ece5d5b HANDLE_CustomType1+0xe3(package=0x141628, source="Prereq.dll", target="ExtractSourceFiles", type=0x401, action="AI_ExtractFiles") [/home/focht/projects/wine/wine.repo/src/dlls/msi/custom.c:668] in msi (0x0033f7b8)
13 0x7ece7c37 ACTION_CustomAction+0x47b(package=0x141628, action="AI_ExtractFiles", script=0xffffffff) [/home/focht/projects/wine/wine.repo/src/dlls/msi/custom.c:1252] in msi (0x0033f848)
14 0x7ecbec8b ACTION_HandleCustomAction+0x25(package=0x141628, action="AI_ExtractFiles", rc=0x33f8a8, script=0xffffffff) [/home/focht/projects/wine/wine.repo/src/dlls/msi/action.c:624] in msi (0x0033f878)
15 0x7ecd2049 ACTION_PerformUIAction+0xc3(package=0x141628, action="AI_ExtractFiles", script=0xffffffff) [/home/focht/projects/wine/wine.repo/src/dlls/msi/action.c:7649] in msi (0x0033f8c8)
16 0x7ecbe7d3 ITERATE_Actions+0x13d(row=0x76f960, param=0x141628) [/home/focht/projects/wine/wine.repo/src/dlls/msi/action.c:505] in msi (0x0033f928)
17 0x7ed18693 MSI_IterateRecords+0x8a(view=0x785cb0, count=0x0(nil), func=0x7ecbe695, param=0x141628) [/home/focht/projects/wine/wine.repo/src/dlls/msi/msiquery.c:188] in msi (0x0033f958)
18 0x7ecbeb90 ACTION_ProcessExecSequence+0x1a5(package=0x141628, UIran=0) [/home/focht/projects/wine/wine.repo/src/dlls/msi/action.c:590] in msi (0x0033f998)
19 0x7eccbf70 ACTION_ExecuteAction+0x33(package=0x141628) [/home/focht/projects/wine/wine.repo/src/dlls/msi/action.c:5510] in msi (0x0033f9c8) ... 25 0x7ecd26dd MSI_InstallPackage+0x427(package=0x141628, szPackagePath="C:\users\Public\Application Data\The Master Genealogist v9 Installer\tmg9setup.msi", szCommandLine=" AI_SETUPEXEPATH=Z:\home\focht\Downloads\tmg9setup.exe SETUPEXEDIR=Z:\home\focht\Downloads\ EXE_CMD_LINE="/exenoupdates /exelang 0 /noprereqs "") [/home/focht/projects/wine/wine.repo/src/dlls/msi/action.c:7807] in msi (0x0033fb88) ... --- snip ---
$ sha1sum tmg9setup.exe 01363255c14d5d7e5889e5bf3f7ff4eb98f2ef2c tmg9setup.exe
$ du -sh tmg9setup.exe 47M tmg9setup.exe
$ wine --version wine-1.7.12-125-g9ca4f9b
Regards
*** This bug has been marked as a duplicate of bug 34989 ***
http://bugs.winehq.org/show_bug.cgi?id=35589
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Alright, thanks for info.