https://bugs.winehq.org/show_bug.cgi?id=47623
Bug ID: 47623 Summary: Acronis Disk Director 12 fails to install Product: Wine Version: 4.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: b1779506@trbvn.com Distribution: ---
Same file as here: https://bugs.winehq.org/show_bug.cgi?id=40285
fails to complete installation.
https://bugs.winehq.org/show_bug.cgi?id=47623
--- Comment #1 from Otto b1779506@trbvn.com --- Created attachment 65056 --> https://bugs.winehq.org/attachment.cgi?id=65056 screenshot of Acronis Disk Director 12 after failure
https://bugs.winehq.org/show_bug.cgi?id=47623
--- Comment #2 from Otto b1779506@trbvn.com --- Created attachment 65057 --> https://bugs.winehq.org/attachment.cgi?id=65057 wine log
https://bugs.winehq.org/show_bug.cgi?id=47623
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ntoskrnl Ever confirmed|0 |1 Status|UNCONFIRMED |NEW CC| |z.figura12@gmail.com
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- Confirming. It crashes inside of a kernel driver entry point. It also fails to unwind because it's using a newer version of x86-64 unwind information, which makes the failure all that much more spectacular.
https://bugs.winehq.org/show_bug.cgi?id=47623
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://download.acronis.com | |/ADD12_trial_en-US.exe Keywords| |download, Installer CC| |dark.shadow4@web.de
https://bugs.winehq.org/show_bug.cgi?id=47623
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- I submitted some patches that get it farther. That said, I suspect trying to get this to run is ultimately going to be a dead end. I'm not immediately sure what the software is doing, but it's likely something that's better handled at the host OS level.
https://bugs.winehq.org/show_bug.cgi?id=47623
--- Comment #5 from Otto b1779506@trbvn.com --- Could be that it tries to raw access block devices?
https://bugs.winehq.org/show_bug.cgi?id=47623
--- Comment #6 from Austin English austinenglish@gmail.com --- (In reply to Otto from comment #5)
Could be that it tries to raw access block devices?
Based on https://kb.acronis.com/content/47029, I'd say that's almost certain.
https://bugs.winehq.org/show_bug.cgi?id=47623
--- Comment #7 from Artem S. Tashkinov aros@gmx.com --- Trying to make this application run under Wine is a waste of time and efforts: it uses a kernel driver to access disks directly. That's unlikely to work under Wine and besides it will obviously require root access and running Wine under root is a recipe for disaster.
I'd close this bug report as WONTFIX.
https://bugs.winehq.org/show_bug.cgi?id=47623
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ca1c1534223ea58b5a0f16d5ee4 | |fcabfcd4e6946 Resolution|--- |FIXED CC| |focht@gmx.net URL|http://download.acronis.com |https://web.archive.org/web |/ADD12_trial_en-US.exe |/20150518142343/http://dl2. | |acronis.com/u/ADD12_trial_e | |n-US.exe Summary|Acronis Disk Director 12 |Acronis Disk Director 12 |fails to install |installer fails in | |'MsiFltSrvInstall64' custom | |action (Acronis Storage | |Filter Management Driver | |'fltsrv.sys') Status|NEW |RESOLVED
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting. The installer reports success with recent Wine 5.x, although the driver itself still crashes. I will create follow-up issues for that.
Stable download link via Internet Archive:
https://web.archive.org/web/20150518142343/http://dl2.acronis.com/u/ADD12_tr...
We shall not make meta-bug reports a la "make app x to work with Wine" but rather target individual problems, regardless if the outcome is rather unsatisfactory (requiring much more infrastructure/redesign).
I'm using one of Zeb's commits as resolution here, based on his comment #4
--- snip --- $ git log --grep 'bug.*id=47623' --since "2019-08-15" --until "2019-08-24" --pretty=format:"%h %an %ad %s"
ca1c153422 Zebediah Figura Wed Aug 21 23:16:54 2019 -0500 ntoskrnl.exe: Implement IoGetRequestorProcess(). 37652d5cc4 Zebediah Figura Wed Aug 21 23:16:53 2019 -0500 ntoskrnl.exe: Set the IRP thread also for create and close requests. 8ce1c66b5e Zebediah Figura Wed Aug 21 23:16:52 2019 -0500 ntoskrnl.exe: Stub IoRegisterBootDriverReinitialization(). afe444f75a Zebediah Figura Mon Aug 19 22:27:47 2019 -0500 ntoskrnl.exe: Implement IoInitializeRemoveLockEx(). 21cadb7c0b Zebediah Figura Sun Aug 18 20:02:41 2019 -0500 ntoskrnl.exe: Export InitializeSListHead(). 2430c17202 Zebediah Figura Sun Aug 18 20:02:40 2019 -0500 services: Don't redirect the image file path for kernel drivers. --- snip ---
https://source.winehq.org/git/wine.git/commitdiff/ca1c1534223ea58b5a0f16d5ee... ("ntoskrnl.exe: Implement IoGetRequestorProcess().")
$ sha1sum ADD12_trial_en-US.exe a5cd4fb2b457b86bc9a76b0fafd96ceec5608e6e ADD12_trial_en-US.exe
$ du -sh ADD12_trial_en-US.exe 293M ADD12_trial_en-US.exe
$ wine --version wine-5.7-177-gad1fad8a94
Regards
https://bugs.winehq.org/show_bug.cgi?id=47623
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.8.