Installer crashes when attempting to install Nuance Dragon

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
elijahm
Newbie
Newbie
Posts: 1
Joined: Thu Aug 17, 2017 11:31 pm

Installer crashes when attempting to install Nuance Dragon

Post by elijahm »

I get the following output when trying to install Nuance Dragon Professional Individual v. 15 from DVD-ROM. Should I file a bug report?

Code: Select all

wine /media/cdrom0/setup.exe                
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ver:GetCurrentPackageId (0x33efb0 (nil)): stub
fixme:mscoree:parse_startup useLegacyV2RuntimeActivationPolicy=L"true" not implemented
fixme:mscoree:get_runtime_info unsupported startup flags 2
err:mscoree:RuntimeHost_Invoke Method System.AppDomain:CreateDomain raised an exception, hr=80131515
fixme:mscoree:corruntimehost_Stop stub 0x154bf8
err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
err:msi:ITERATE_Actions Execution halted, action L"DetectLocalDVDInstall" returned 1603
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Installer crashes when attempting to install Nuance Drag

Post by Bob Wya »

@elijahm,
  • What version of Wine are you using? Supported versions are listed at: WineHQ Download
  • Are you using a 32-bit WINEPREFIX (hint: this is probably a hard requirement)?
It looks like application might require a native .Net framework - rather than Wine's builtin implementation using Wine Mono.

So try (in a 32-bit WINEPREFIX):

Code: Select all

wine uninstaller
Most applications that require newer than .Net frameworks 2.x will complain with a warning then (when they detect no installation of the required .Net framework version)...

Bob
Locked