https://bugs.winehq.org/show_bug.cgi?id=45587
Bug ID: 45587 Summary: wine fails to install dragon naturally speaking 15 Product: Wine Version: 3.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: susancragin@earthlink.net Distribution: ---
Created attachment 62012 --> https://bugs.winehq.org/attachment.cgi?id=62012 backtrace from failed install
Dragon Naturally Speaking 15 does not install.
Here's what I do. Start with a 32bit wine prefix. Install dotnet40 When that is finished, set the program version to Windows 7, which is the lowest configuration that will run NatSpeak 15. The program starts out by requesting dotnet 452. This is not a problem provided dotnet 40 is installed. It makes changes and goes on. Then it asks for preliminary information, such as what type of English I want to speak, and so on. Then the installation hangs.
Notes: the installation does not work with mono. It also does not work installing dotnet from the installation disk, even though a complete copy is included with the installation disk. And it doesn't work installing dotnet452 with winetricks.
I have the feeling that this may not be a bug as much as an issue that hasn't been addressed yet.
These are the last lines of the terminal output, and I have attached the dump.
0270:fixme:advapi:DeregisterEventSource (0xcafe4242) stub Unhandled Exception: 0270:fixme:ver:GetCurrentPackageId (0x33b890 (nil)): stub 0270:fixme:ntdll:EtwEventRegister ({8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 0x33804b6, (nil), 0x10e6844) stub. System.IO.FileNotFoundException: Could not load file or assembly 'System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. File not found. at customactions.Program.ChangeAppStartingCursor() at customactions.Program.Main(String[] args) wine: Unhandled exception 0xe0434352 in thread 270 at address 0x7b43c7dc (thread 0270), starting debugger... 02e5:err:ntdll:RtlpWaitForCriticalSection section 0x7bd176e0 "virtual.c: csVirtual" wait timed out in thread 02e5, blocked by 02f1, retrying (60 sec)
https://bugs.winehq.org/show_bug.cgi?id=45587
--- Comment #1 from SusanCragin susancragin@earthlink.net --- Created attachment 62105 --> https://bugs.winehq.org/attachment.cgi?id=62105 log from install with wine-3.14 (Staging)
https://bugs.winehq.org/show_bug.cgi?id=45587
--- Comment #2 from SusanCragin susancragin@earthlink.net --- Created attachment 62106 --> https://bugs.winehq.org/attachment.cgi?id=62106 backtrace from install with wine-3.14 (Staging)
https://bugs.winehq.org/show_bug.cgi?id=45587
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |leslie_alistair@hotmail.com Component|-unknown |mscoree Status|UNCONFIRMED |NEW
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Confirming.
Currently mono doesn't the the assembly System.Management.Automation
https://bugs.winehq.org/show_bug.cgi?id=45587
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- (In reply to Alistair Leslie-Hughes from comment #3)
Confirming.
Currently mono doesn't the the assembly System.Management.Automation
PowerShell contains the System.Management.Automation assembly.
Maybe this should be included as part of the wine-mono installer?
https://github.com/PowerShell/PowerShell
https://bugs.winehq.org/show_bug.cgi?id=45587
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|wine fails to install |Multiple |dragon naturally speaking |Applications/installers |15 |using Wine-Mono fail due to | |missing | |'System.Management.Automati | |on' assembly ('PowerShell' | |class implementation) | |(DNS15)
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
the problem is also described in bug 45129 (WINEPREFIX with native .NET Framework setup -> invalid because it's an external installer dependency).
Even if you implement/provide this with Wine-Mono (https://github.com/PowerShell/PowerShell/issues/2613) you would likely need to switch to native .NET later anyway due to various insufficiencies (Mono will never be a full replacement, covering all technologies/framework aspects).
Regards
https://bugs.winehq.org/show_bug.cgi?id=45587
zzzzzyzz@hacari.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzzzzyzz@hacari.org
https://bugs.winehq.org/show_bug.cgi?id=45587
--- Comment #6 from SusanCragin susancragin@earthlink.net --- Does it help if you can run Powershell on Linux?
https://github.com/PowerShell/PowerShell/releases
https://bugs.winehq.org/show_bug.cgi?id=45587
--- Comment #7 from SusanCragin susancragin@earthlink.net --- Just tried to install NatSpeak 15 with wine (Debian 4.0~rc6-1) and dotnet472. The installation got past the Powershell instruction. Good news. It eventually failed with a CustomActions error, for which I have attached a backtrace.
https://bugs.winehq.org/show_bug.cgi?id=45587
--- Comment #8 from SusanCragin susancragin@earthlink.net --- Created attachment 63350 --> https://bugs.winehq.org/attachment.cgi?id=63350 backtrace showing customactions error
https://bugs.winehq.org/show_bug.cgi?id=45587
--- Comment #9 from SusanCragin susancragin@earthlink.net --- Created attachment 63498 --> https://bugs.winehq.org/attachment.cgi?id=63498 terminal output snippet with wine 4.0-1
Debian wine 4.0-1 Could not load file or assembly 'System.Management.Automation
https://bugs.winehq.org/show_bug.cgi?id=45587
--- Comment #10 from SusanCragin susancragin@earthlink.net --- Created attachment 63650 --> https://bugs.winehq.org/attachment.cgi?id=63650 ran with debug set to loaddll
Just for fun, I ran my install file with debug set to loaddll. System.IO.FileNotFoundException: Could not load file or assembly 'System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. File not found. at customactions.Program.ChangeAppStartingCursor() at customactions.Program.Main(String[] args)
https://bugs.winehq.org/show_bug.cgi?id=45587
--- Comment #10 from SusanCragin susancragin@earthlink.net --- Created attachment 63650 --> https://bugs.winehq.org/attachment.cgi?id=63650 ran with debug set to loaddll
Just for fun, I ran my install file with debug set to loaddll. System.IO.FileNotFoundException: Could not load file or assembly 'System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. File not found. at customactions.Program.ChangeAppStartingCursor() at customactions.Program.Main(String[] args)
--- Comment #11 from SusanCragin susancragin@earthlink.net --- Created attachment 63652 --> https://bugs.winehq.org/attachment.cgi?id=63652 ran with debug set to loaddll
Just for fun, I ran my install file with debug set to loaddll. System.IO.FileNotFoundException: Could not load file or assembly 'System.Management.Automation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. File not found. at customactions.Program.ChangeAppStartingCursor() at customactions.Program.Main(String[] args)
https://bugs.winehq.org/show_bug.cgi?id=45587
Briareos winehq.org@life.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq.org@life.at
https://bugs.winehq.org/show_bug.cgi?id=45587
SusanCragin susancragin@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |susancragin@earthlink.net
--- Comment #12 from SusanCragin susancragin@earthlink.net --- Created attachment 65194 --> https://bugs.winehq.org/attachment.cgi?id=65194 backtrace from install on wine4.15
https://bugs.winehq.org/show_bug.cgi?id=45587
--- Comment #13 from SusanCragin susancragin@earthlink.net --- Latest try at install stops at 0218:err:msi:ITERATE_Actions Execution halted, action L"CollectSystemData" returned 1603 That is part of the PowerShell.