[Bug 45587] New: wine fails to install dragon naturally speaking 15
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(a)winehq.org Reporter: susancragin(a)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) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 --- Comment #1 from SusanCragin <susancragin(a)earthlink.net> --- Created attachment 62105 --> https://bugs.winehq.org/attachment.cgi?id=62105 log from install with wine-3.14 (Staging) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 --- Comment #2 from SusanCragin <susancragin(a)earthlink.net> --- Created attachment 62106 --> https://bugs.winehq.org/attachment.cgi?id=62106 backtrace from install with wine-3.14 (Staging) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |leslie_alistair(a)hotmail.com Component|-unknown |mscoree Status|UNCONFIRMED |NEW --- Comment #3 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Confirming. Currently mono doesn't the the assembly System.Management.Automation -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(a)gmail.com --- Comment #4 from Alistair Leslie-Hughes <leslie_alistair(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)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(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 zzzzzyzz(a)hacari.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zzzzzyzz(a)hacari.org -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 --- Comment #6 from SusanCragin <susancragin(a)earthlink.net> --- Does it help if you can run Powershell on Linux? https://github.com/PowerShell/PowerShell/releases -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 --- Comment #7 from SusanCragin <susancragin(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 --- Comment #8 from SusanCragin <susancragin(a)earthlink.net> --- Created attachment 63350 --> https://bugs.winehq.org/attachment.cgi?id=63350 backtrace showing customactions error -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 --- Comment #9 from SusanCragin <susancragin(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 --- Comment #10 from SusanCragin <susancragin(a)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) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 --- Comment #10 from SusanCragin <susancragin(a)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(a)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) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 Briareos <winehq.org(a)life.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq.org(a)life.at -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 SusanCragin <susancragin(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |susancragin(a)earthlink.net --- Comment #12 from SusanCragin <susancragin(a)earthlink.net> --- Created attachment 65194 --> https://bugs.winehq.org/attachment.cgi?id=65194 backtrace from install on wine4.15 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45587 --- Comment #13 from SusanCragin <susancragin(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla