• About Binary Impulse
  • BashBytes
Binary Impulse

Tag Archives: Linux

Installing Zimbra Collaboration Suite On Ubuntu 12.04

January 12, 2013 9:54 PM / 20 Comments / Kirk Schnable

Background
Zimbra Collaboration Suite is a fantastic email and collaboration solution made by VMware.   Zimbra is my email server solution of choice, because it’s very easy to setup, and the features you get are unmatched by other open source email solutions.  Ubuntu 12.04 is the current Ubuntu LTS, which will be supported for servers until 2017, so this is a great time to use it on a server you don’t want to have to take offline for frequent updates, like a mail server.

How is Zimbra different from SquirrelMail or RoundCube?
Popular open source solutions for webmail are SquirrelMail and RoundCube, which interface with an existing IMAP \ SMTP server to provide webmail access.  Zimbra is a fully integrated mail solution, which sets up a POP, IMAP, and SMTP server, and provides HTTP and\or HTTPS webmail out of the box.  Zimbra also provides a desktop AJAX, desktop HTML, and mobile HTML access option set.  No matter what device you’re on, you can access your webmail in a friendly way.

Other Features of Zimbra
Zimbra offers a number of other features, such as:

  • Address Book
  • Calendar
  • Tasks Management
  • File\Document Briefcase
  • File\Document\Folder Sharing
  • Incoming Email Filtering\Antivirus
  • Social Media Integration

You can look at the official list of features, and other information, on Zimbra’s website.  This is their page on the Open Source Edition.

 

Installing Zimbra Collaboration Suite 8.0.2 Open Source Edition on Ubuntu 12.04
If you’ve decided that you’d like to try Zimbra Collaboration Suite, let’s get on to the installation!

Install Dependencies
These packages will be necessary for Zimbra to be installed on your system.

sudo apt-get install netcat libidn11 libpcre3 libgmp3c2 libexpat1 libstdc++6 libperl5.14 sysstat sqlite3

Download Zimbra ZCS
At the time of this writing, you can use the link in the Code box below.  As this tutorial ages, and newer versions of Zimbra are released, you will want to go to the download page and get the latest link.

wget http://files2.zimbra.com/downloads/8.0.2_GA/zcs-8.0.2_GA_5569.UBUNTU12_64.20121210115059.tgz

zcs-wget

Extract The Downloaded Archive

tar -zxvf zcs-8.0.2_GA_5569.UBUNTU12_64.20121210115059.tgz

Enter The Folder You Extracted

cd zcs-8.0.2_GA_5569.UBUNTU12_64.20121210115059

DNS Configuration
If your DNS was not setup properly, you might get an error like DNS Error resolving yourhostname.com.  There is an error which will follow regarding your MX configuration.  These errors are OK to ignore, as long as you’re not planning on using your hostname to send\receive email.  You can add properly configured domains later.

However, you do want to make sure this domain name can be resolved.  Put it in /etc/hosts for 127.0.0.1 if necessary.  If you do not do this, you will encounter an error during the final setup stage.

Run The Installer

./install.sh

Press Y and hit enter to agree to the license agreement.

ZCS-install-1

 

Now, if you installed all the dependencies at the start of this tutorial, you should have everything you need!

ZCS-Install-2

 

If you aren’t sure what you want to install, then just install the items as suggested.

zimbra-ldap – Yes
zimbra-logger – Yes
zimbra-mta – Yes
zimbra-snmp – Yes
zimbra-store – Yes
zimbra-apache – Yes
zimbra-spell  – Yes
zimbra-memcached – No
zimbra-proxy – No

When asked if you want to continue, press Y and hit enter to proceed with the installation.

ZCS-Install-3

The Zimbra installer will take care of extracting and installing the packages for you.  This part of the process might take some time, depending on the speed of your machine.

 

Configuration Menu
Go through all of the items on the configuration and make sure they are what you want.  I like to make sure these options are set:

Don’t stress out about the domain names too much, you can add additional domains to your email server later, very easily.

  • Common Configuration > Hostname\Ldap Master Host — Should be your server’s main domain, like mydomain.com.
  • Common Configuration > LDAP Admin Password — The administrative password for Zimbra’s LDAP Server.  Make it something you’ll remember if you ever think you’ll want to integrate anything with the built-in LDAP later.
  • LDAP > Domain To Create — Should be your server’s main domain, like mydomain.com.
  • LDAP > LDAP Root\Replication\Postfix\Amavis\Nginx\Bes Searcher Passwords — I like to change these too.
  • Zimbra Store > Admin User\Password — These will be used to login to the Zimbra Admin Area.
  • Zimbra Store > Spell Server URL — Make sure this is a web address that can be accessed, it will be used when people press Spell Check.
  • Zimbra Store > SMTP Host — Should be your server’s main domain, like mydomain.com.
  • Zimbra Store > Version Update Email Addresses — Should be an email address for an administrator.

When you’re satisfied with all of your settings, press “S” and hit enter to write your settings to the configuration file.   The default file location is fine.   Then press “A” and hit enter to apply your settings and start the server!

Zimbra will ask you to confirm the changes to your system.  Type “Yes” and hit enter.

Zimbra will now run through an installation procedure, which may take a few minutes, depending on the speed of your machine.

If all went well, Zimbra is now installed on your server.  If it didn’t, you will be given a log file location, where you can look and see what might have gone wrong.

 

Firewall Rules
Hopefully your server has, or is at least behind, a firewall solution.  If so, these are the ports you should definitely be unblocking for the proper use of your server.  These ports are assuming you’re running a default configuration, and you did not change your ports during the setup procedure.

Webmail: 80/tcp for standard access, 443/tcp for encrypted access.
Administration Console: 7071/tcp (can be blocked in the firewall if you only plan to do administration over VPN, locally, etc)
Aspell: 7780/tcp (Zimbra runs a spell check server on this custom port, which users will access when they press the Spell Check button on the web interface)
SMTP: 25/tcp for standard access, 465/tcp for encrypted access.
POP: 110/tcp for standard access, 995/tcp for encrypted access.
IMAP: 143/tcp for standard access, 993/tcp for encrypted access.

 

Accessing Your Zimbra Server
You can login to your Zimbra accounts for webmail access at your Zimbra server’s IP or DNS on the standard https port 443.  You can access your Administration Console over HTTPS using port 7071.

Point your web browser to http://your.zimbra.server.ip:7071/

Zimbra Admin Console

Once you’re logged in, your admin interface will look something like this.

Zimbra Admin 2

The Zimbra setup procedures in the web interface are very straightforward, and are up to you to play with on your own now that Zimbra is installed and working!

Posted in: How-To's / Tagged: Linux, Zimbra

Installing Dragon Naturally Speaking 12 on Ubuntu 12.04 (Using PlayOnLinux)

January 6, 2013 12:58 PM / 23 Comments / Kirk Schnable

After having very much difficulty installing Dragon Naturally Speaking 12 on Ubuntu 12.04 with the latest version of WINE (WINE 1.5.20) I decided to look again at the AppDB.  I found that Dragon Naturally Speaking had a Platinum rating for WINE 1.4, so I decided to give that version of WINE a try with PlayOnLinux, which I believe is a very effective tool for managing different WINE versions and profiles.

Obviously, PlayOnLinux is not a requirement for having WINE 1.4 installed on your machine.  You could install WINE yourself and obtain this version, but for the scope of this tutorial, we will be using PlayOnLinux to manage the installation.

Install PlayOnLinux
It will be to your benefit to grab the latest version of PlayOnLinux from their repository, as this will probably be more recent than the version in your distro’s repository.  This step is optional, but if you ignore it, you might not get the version of PlayOnLinux described in this procedure, and you might be missing new bugfixes and improvements.

sudo wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update

Now, let’s install PlayOnLinux!

sudo apt-get install playonlinux

Install WINE 1.4 Inside PlayOnLinux
Go to the Tools menu, and select Manage WINE Versions.

1-PlayOnLinux

Select WINE 1.4, and press the Right Arrow to install the version.

2-PlayOnLinux

PlayOnLinux will download and install WINE 1.4 for you.

3-PlayOnLinux

Once it’s installed, it will appear to the right.

4-PlayOnLinux

 

Close out of the WINE installation screen.  Next, you’ll want to press the Install button in the PlayOnLinux window, to start installing a new Windows program.

5-PlayOnLinux

Select “Install a new program in a new virtual drive.”

6-PlayOnLinux

You can name your drive whatever you want.  I called mine “DragonNaturallySpeaking12”.

7-PlayOnLinux

Go ahead and check “Use another version of WINE” and hit Next.  This will allow us to manually select which version of WINE we want to use.

8-PlayOnLinux

If you have used PlayOnLinux for other things, you may have more than one version of WINE installed, and that’s OK.  We want to select 1.4.  If you don’t have this option, please go back to the beginning of the tutorial and make sure you’ve installed WINE 1.4 using the “Manage WINE Versions” option on the Tools menu.

9-PlayOnLinux

Now, PlayOnLinux will set up your virtual drive for you.

10-PlayOnLinux

Assuming you have the Dragon Naturally Speaking 12 DVD, which I did, you want to select “CD-ROM” as the place to install your program from.  As shown here.  Then, hit Next.

11-PlayOnLinux

PlayOnLinux will do some steps to prepare for the installation.

12-PlayOnLinux

After a moment or two, the Dragon Naturally Speaking installer will start.  As with any normal installer, click Next to begin.

13-PlayOnLinux

Read the license agreement.  (Hah!)  Then check “I accept the terms in the license agreement” and press Next.

14-PlayOnLinux

In the next window, you’ll want to substitute my filler information with your own.  The serial number for my Dragon Naturally Speaking 12 installation was on the back of the paper DVD holder that contained my installation disk.  Yours will probably be there as well.  Once you’ve filled in your information, go ahead and hit Next.

15-PlayOnLinux

I chose to do a Typical/Complete installation.  I chose to leave the default location.  The location will not interfere with any other WINE programs, unless you didn’t create a brand new virtual drive.  If you did, then the default location should work just fine for you.  If you have no idea, just leave this screen how it is, and press Next.  (That will be fine for most cases.)

17-PlayOnLinux

The installer will now copy some files.

I got this error message.  I ignored it and pressed OK.

18-PlayOnLinux(Error)

 

I decided I didn’t want to have Dragon Naturally Speaking check for updates on its own, as I have no idea how those will be installed… and I am using my Dragon Naturally Speaking in a professional installation where I will not be the user.  I don’t want to put my end-user through a hostile upgrade experience later, I just assume update it myself down the road if necessary.

Once you’ve decided whether you want to risk the automated updates, hit Finish.

19-PlayOnLinux(Finished)

The installer created a .lnk file on my Ubuntu desktop, but I found that shortcut did not work, so I deleted it.  I created my shortcut using the PlayOnLinux shortcut maker.  You can find this by pressing the Configure button on top of your PlayOnLinux screen.

Select your virtual drive, and click the “Make a new shortcut from this virtual drive” button.

1-Shortcut-FromVdrive

Find “natspeak.exe” and press Next.

2-Shortcut-NatSpeak.exe

Obviously, you can name your shortcut whatever you want.   I chose to name mine “Dragon Naturally Speaking 12”.

3-Shortcut-TypeName

Close out of the shortcut maker when it’s finished, and you should now have a shortcut on your desktop to launch Dragon Naturally Speaking.  Go ahead and launch it.

On first run, I had to activate Dragon Naturally Speaking.  This process worked fine for me, so just press Activate Now.

 

 

1-Dragon-1strun-activation

 

Then, Dragon Naturally Speaking will fire up.  Everything looks like it’s working well so far.

2-Dragon-1strun-Splash

 

I did encounter some minor issues with Dragon Naturally Speaking, but all in all, it worked well enough that I am comfortable deploying it.

 

Some Issues I Had:

The Sidebar.  I disabled the sidebar, because it seemed like every other time it launched, it caused the application to crash.

Where You Can Dictate.  It seemed like dictation into Linux programs didn’t work.  I could only dictate into DragonPad and Dragon Naturally Speaking itself.  Even other WINE programs, like Notepad, seemed out of reach of Dragon’s dictation power.

 

I was quite surprised that some of the features like “Search Google for ____” actually worked, and actually launched my native Mozilla Firefox application.   I did not have a huge amount of time to test the installation, but it will be going into production, so I’m sure if there are any other issues, I will find out about them.  If anyone has any questions, please feel free to ask in the comments, and I will answer what I can.  Keep in mind, I did not install Dragon Naturally Speaking on my own laptop, and my work only had a single license.

The reason I created this tutorial was not as a comprehensive guide, but so that someone who is searching Google for these instructions can find something.  I was very disappointed at how little information I found on Dragon Naturally Speaking 12 with WINE.   I am by no means an expert, just someone who spent a little too much time trying to get this working (see my other two blog posts here and here)… I hope someone found this useful and that I saved someone some time!

Posted in: How-To's / Tagged: Dragon Naturally Speaking, Linux, PlayOnLinux, WINE

Installing Dragon Naturally Speaking 12 Does Not Work With WINE 1.5.20

January 3, 2013 5:51 PM / 1 Comment / Kirk Schnable

NOTE: This is NOT a how-to.  This was an effort to document the problems I ran into during installation.  This blog post did not end in a successful installation of Dragon Naturally Speaking 12 in WINE 1.5.20.

This post, like my previous one, also started as a How-to, until it didn’t work…  I did eventually get Dragon Naturally Speaking working, and that post will be coming shortly.  This post does not have instructions which work, but I will publish it anyway in the hopes that someone will find it on Google, and something I’ve written will be useful.

My Installation Experiences

After failing to get Dragon Naturally Speaking 12 working on Ubuntu 10.04, I decided to try it in Ubuntu 12.04 where I would have access to a more recent version of WINE.  I decided to grab the latest version of WINE from the PPA.

Install WINE 1.5 from the PPA

sudo apt-add-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine

Install Microsoft .NET Framework 4.0 (Winetricks)

winetricks dotnet40

I was asked to download a file from Mediafire and put it in a location. Follow all on-screen instructions.

Dragon - 3 - Dotnet Error

The .NET Framework installer failed and produced error code HRESULT 0x80070643.  I found this bug report which led me to these other Winetricks.

When installing the other Winetricks, pay attention to their instructions, as some of them will have you download and run other scripts.  This is supposed to satisfy the missing .NET Framework requirements.

winetricks gecko
winetricks windowscodecs
winetricks ie7
winetricks msxml3
winetricks msxml4

Create a 32-bit WINE Prefix As described from this thread, I followed these steps.

export WINEARCH="win32"
export WINPREFIX="/home/folder/.wine"

Run Dragon Naturally Speaking Installer

wine setup.exe

Dragon - 1 - Install Starting

Dragon - 2 - License Agreement

 

I still got an error when executing the MSI installer…

Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x6840c928).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:6840c928 ESP:0033f860 EBP:0033f8a8 EFLAGS:00010246(  R- --  I  Z- -P- )
 EAX:00000000 EBX:68475ff4 ECX:0033f750 EDX:00000000
 ESI:00852580 EDI:008525a4
Stack dump:
0x0033f860:  0013eb08 6846146c 00000016 683fd2a1
0x0033f870:  00000000 00000002 00011000 00000000
0x0033f880:  00000000 00000000 008527b8 007fac68
0x0033f890:  001506bc 00150680 0033f948 68475ff4
0x0033f8a0:  0066c158 00150680 0033f948 683fe5b8
0x0033f8b0:  00150680 00000001 00852580 68475ff4
Backtrace:
=>0 0x6840c928 in msi (+0x5c928) (0x0033f8a8)
  1 0x683fe5b8 in msi (+0x4e5b7) (0x0033f948)
  2 0x683c38e9 in msi (+0x138e8) (0x0033f998)
  3 0x683d5776 in msi (+0x25775) (0x0033f9e8)
  4 0x683d59ef in msi (+0x259ee) (0x0033fa38)
  5 0x6841f4c0 in msi (+0x6f4bf) (0x0033fa78)
  6 0x683c2862 in msi (+0x12861) (0x0033fac8)
  7 0x683c38e9 in msi (+0x138e8) (0x0033fb18)
  8 0x683d5776 in msi (+0x25775) (0x0033fb68)
  9 0x683d59ef in msi (+0x259ee) (0x0033fbb8)
  10 0x6841f4c0 in msi (+0x6f4bf) (0x0033fbf8)
  11 0x683d6056 in msi (+0x26055) (0x0033fc48)
  12 0x684108bd MsiInstallProductW+0x8c() in msi (0x0033fc98)
  13 0x6839caa4 WinMain+0x673() in msiexec (0x0033fd78)
  14 0x6839e3bf main+0xae() in msiexec (0x0033fe08)
  15 0x6839e2fc in msiexec (+0xe2fb) (0x0033fe58)
  16 0x7b85f8ec call_process_entry+0xb() in kernel32 (0x0033fe78)
  17 0x7b860b6f in kernel32 (+0x50b6e) (0x0033feb8)
  18 0x7bc77130 call_thread_func_wrapper+0xb() in ntdll (0x0033fed8)
  19 0x7bc79cad call_thread_func+0x7c() in ntdll (0x0033ffa8)
  20 0x7bc7710e RtlRaiseException+0x21() in ntdll (0x0033ffc8)
  21 0x7bc4c82e call_dll_entry_point+0x61d() in ntdll (0x0033ffe8)
0x6840c928: movzwl	0x0(%edx,%eax,1),%ecx
Modules:
Module	Address			Debug info	Name (126 modules)
PE	  460000-  46e000	Deferred        msi3ae7.tmp
PE	  9e0000-  a14000	Deferred        msi8158.tmp
PE	  a20000-  a43000	Deferred        msi855f.tmp
PE	  a50000-  a93000	Deferred        msi8568.tmp
PE	  ac0000-  ac7000	Deferred        msi897d.tmp
PE	  d90000-  f43000	Deferred        msi414e.tmp
PE	10000000-10036000	Deferred        msi3a4e.tmp
ELF	20014000-20052000	Deferred        libgssapi_krb5.so.2
ELF	20052000-20064000	Deferred        libavahi-client.so.3
ELF	20064000-20133000	Deferred        libkrb5.so.3
ELF	20133000-20138000	Deferred        libcom_err.so.2
ELF	20138000-2014a000	Deferred        libtasn1.so.3
ELF	2014a000-20193000	Deferred        libdbus-1.so.3
ELF	20214000-20228000	Deferred        shfolder<elf>
  \-PE	20220000-20228000	\               shfolder
ELF	20228000-20253000	Deferred        netapi32<elf>
  \-PE	20230000-20253000	\               netapi32
ELF	20253000-20277000	Deferred        iphlpapi<elf>
  \-PE	20260000-20277000	\               iphlpapi
ELF	20277000-202a6000	Deferred        secur32<elf>
  \-PE	20280000-202a6000	\               secur32
ELF	20b14000-20b26000	Deferred        libp11-kit.so.0
ELF	21d6d000-21dc0000	Deferred        libcups.so.2
ELF	25089000-250bc000	Deferred        ws2_32<elf>
  \-PE	25090000-250bc000	\               ws2_32
ELF	29ce3000-29cfd000	Deferred        sxs<elf>
  \-PE	29cf0000-29cfd000	\               sxs
ELF	2aa63000-2aa8b000	Deferred        libk5crypto.so.3
ELF	2c11e000-2c122000	Deferred        libkeyutils.so.1
ELF	362dd000-362eb000	Deferred        libavahi-common.so.3
ELF	3d6e9000-3d798000	Deferred        winmm<elf>
  \-PE	3d6f0000-3d798000	\               winmm
ELF	48efc000-48fc0000	Deferred        libgnutls.so.26
ELF	4c164000-4c1c3000	Deferred        dbghelp<elf>
  \-PE	4c170000-4c1c3000	\               dbghelp
ELF	4e730000-4e739000	Deferred        libkrb5support.so.0
ELF	53ee2000-53efa000	Deferred        libresolv.so.2
PE	5dca0000-5dce5000	Deferred        iertutil
ELF	5e608000-5e611000	Deferred        librt.so.1
PE	603b0000-60416000	Deferred        mscoreei
PE	604a0000-604ac000	Deferred        fusion
ELF	605a8000-605ad000	Deferred        libgpg-error.so.0
PE	61410000-61534000	Deferred        urlmon
ELF	63a94000-63ab7000	Deferred        imm32<elf>
  \-PE	63aa0000-63ab7000	\               imm32
ELF	63ca7000-63cab000	Deferred        libnss_mdns4_minimal.so.2
ELF	68000000-68022000	Deferred        ld-linux.so.2
ELF	68022000-68164000	Dwarf           libwine.so.1
ELF	68164000-6817f000	Deferred        libpthread.so.0
ELF	6817f000-68329000	Deferred        libc.so.6
ELF	68329000-6832e000	Deferred        libdl.so.2
ELF	6832e000-6835a000	Deferred        libm.so.6
ELF	6835a000-68363000	Deferred        libnss_compat.so.2
ELF	68363000-6837d000	Deferred        libnsl.so.1
ELF	6837d000-6838a000	Deferred        libnss_files.so.2
ELF	6838a000-683a8000	Dwarf           msiexec<elf>
  \-PE	68390000-683a8000	\               msiexec
ELF	683a8000-68491000	Dwarf           msi<elf>
  \-PE	683b0000-68491000	\               msi
ELF	68491000-68526000	Deferred        msvcrt<elf>
  \-PE	684a0000-68526000	\               msvcrt
ELF	68526000-6863b000	Deferred        ole32<elf>
  \-PE	68540000-6863b000	\               ole32
ELF	6863b000-686a0000	Deferred        advapi32<elf>
  \-PE	68650000-686a0000	\               advapi32
ELF	686a0000-687e7000	Deferred        user32<elf>
  \-PE	686b0000-687e7000	\               user32
ELF	687e7000-688f2000	Deferred        gdi32<elf>
  \-PE	687f0000-688f2000	\               gdi32
ELF	688f2000-6890c000	Deferred        version<elf>
  \-PE	68900000-6890c000	\               version
ELF	6890c000-68a26000	Deferred        oleaut32<elf>
  \-PE	68920000-68a26000	\               oleaut32
ELF	68a26000-68a3c000	Deferred        libz.so.1
ELF	68a3c000-68a62000	Deferred        mpr<elf>
  \-PE	68a40000-68a62000	\               mpr
ELF	68a62000-68c7b000	Deferred        shell32<elf>
  \-PE	68a70000-68c7b000	\               shell32
ELF	68c7b000-68c9b000	Deferred        cabinet<elf>
  \-PE	68c80000-68c9b000	\               cabinet
ELF	68c9b000-68d35000	Deferred        libfreetype.so.6
ELF	68d35000-68dbf000	Deferred        winex11<elf>
  \-PE	68d40000-68dbf000	\               winex11
ELF	68dbf000-68dc8000	Deferred        libsm.so.6
ELF	68dc8000-68efc000	Deferred        libx11.so.6
ELF	68efc000-68f02000	Deferred        libuuid.so.1
ELF	68f02000-68f23000	Deferred        libxcb.so.1
ELF	68f23000-68f27000	Deferred        libxau.so.6
ELF	68f27000-68f2e000	Deferred        libxdmcp.so.6
ELF	68f2e000-68f32000	Deferred        libxinerama.so.1
ELF	68f32000-68f3c000	Deferred        libxrender.so.1
ELF	68f3c000-68f45000	Deferred        libxrandr.so.2
ELF	68f45000-68f49000	Deferred        libxcomposite.so.1
ELF	68f49000-68f59000	Deferred        libxi.so.6
ELF	68f59000-68f5f000	Deferred        libxfixes.so.3
ELF	68f5f000-68f93000	Deferred        uxtheme<elf>
  \-PE	68f70000-68f93000	\               uxtheme
ELF	6936d000-6938b000	Deferred        libgcc_s.so.1
ELF	6b9ef000-6b9f6000	Deferred        libnss_dns.so.2
ELF	6bf38000-6bf55000	Deferred        fusion<elf>
ELF	711fa000-71272000	Deferred        rpcrt4<elf>
  \-PE	71210000-71272000	\               rpcrt4
ELF	71c59000-71c73000	Deferred        libice.so.6
ELF	73149000-731ce000	Deferred        libgcrypt.so.11
ELF	73e00000-73e0c000	Deferred        libnss_nis.so.2
ELF	74470000-74499000	Deferred        msacm32<elf>
  \-PE	74480000-74499000	\               msacm32
ELF	74501000-74575000	Deferred        wininet<elf>
  \-PE	74510000-74575000	\               wininet
ELF	76722000-76728000	Deferred        libxxf86vm.so.1
ELF	76736000-76741000	Deferred        libxcursor.so.1
ELF	77665000-77679000	Deferred        psapi<elf>
  \-PE	77670000-77679000	\               psapi
PE	77f60000-77fd6000	Deferred        shlwapi
ELF	78a36000-78a48000	Deferred        libxext.so.6
PE	79000000-7904a000	Deferred        mscoree
PE	79060000-7911e000	Deferred        msvcr100_clr0400
PE	79140000-797af000	Deferred        clr
ELF	799a8000-799bb000	Deferred        gnome-keyring-pkcs11.so
ELF	7b149000-7b245000	Deferred        comctl32<elf>
  \-PE	7b150000-7b245000	\               comctl32
ELF	7b800000-7ba33000	Dwarf           kernel32<elf>
  \-PE	7b810000-7ba33000	\               kernel32
ELF	7bc00000-7bcca000	Dwarf           ntdll<elf>
  \-PE	7bc10000-7bcca000	\               ntdll
ELF	7bf00000-7bf04000	Deferred        <wine-loader>
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
	00000028    0
	00000027    0
	00000020    0
	00000010    0
	0000000f    0
00000014 explorer.exe
	00000015    0
0000001d winedevice.exe
	00000025    0
	00000022    0
	0000001f    0
	0000001e    0
00000023 plugplay.exe
	00000029    0
	00000026    0
	00000024    0
0000002a setup.exe
	0000002b    0
0000002c (D) C:\windows\system32\msiexec.exe
	0000005f    0
	0000005d    0
	0000005b    0
	00000059    0
	00000055    0
	00000053    0
	0000004f    0
	0000004d    0
	0000004b    0
	00000049    0
	00000011    0
	0000001b    0
	00000033    0
	00000009    0
	00000017    0
	00000013    0
	00000016    0
	00000046    0
	00000044    0
	00000042    0
	00000040    0
	0000003e    0
	0000003c    0
	0000003a    0
	00000038    0
	00000036    0
	00000034    0
	00000032    0
	00000031    0
	0000002d    0 <==
System information:
    Wine build: wine-1.5.20
    Platform: i386
    Host system: Linux
    Host version: 3.2.0-35-generic
Posted in: Musings / Tagged: Dragon Naturally Speaking, Linux, WINE

Dragon Naturally Speaking 12 Does Not Work On Ubuntu 10.04

January 2, 2013 7:35 PM / Leave a Comment / Kirk Schnable

NOTE: This is NOT a how-to.  This was an effort to document the problems I ran into during installation.  This blog post did not end in a successful installation of Dragon Naturally Speaking 12 on Ubuntu 10.04.

In spite of being a failure, this post may be useful to save someone else some time if they find it on Google.

I was recently asked to get Dragon Naturally Speaking (version 12) running on a Ubuntu 10.04 laptop at work.  I thought I would write up on this for my own consultation, and at the same time, I figured it would be worthwhile to publish it, in case this helps anyone else.  I realize Ubuntu 10.04 is on its way out, but nevertheless, this might be helpful to someone.  This article started as a how-to, until I realized that it wasn’t worth getting working with these software versions.

Tested Software Versions:
Ubuntu Linux 10.04, WINE 1.2.2, Dragon Naturally Speaking 12.

My Installation Experiences: (WINE 1.2.2) (Did not successfully install.)
Because I am dealing with some very old hardware (a laptop that lacks a DVD drive), I copied the contents of the DVD to a folder on the hard drive, using the network.

Since the application already had a rather high rating (Silver\Platinum) on the WINE database, I attempted an installation using WINE.

I started the Setup.exe program in WINE, and everything looked like it was going well.

Dragon Naturally Speaking informed me that it would require additional dependencies, but it started their installers for me automatically.

Dragon - 1 - Install .NET Framework 4.0

Dragon - 2 - MSXML 4.0 Parser Setup

The MSXML 4.0 setup program ran and successfully installed.  Then, it tried to install .NET Framework 4.0.

Dragon - 3 - Program Error

The .NET Framework 4.0 installer failed…

Dragon - 4 - .NET Failed To Install

So, I used Winetricks to install the Microsoft .NET Framework 4.0.   At the time of this writing, you can get Winetricks here.

wget http://winetricks.org/winetricks
chmod +x winetricks
./winetricks dotnet40

While following the instructions to install .NET Framework 4.0, I was asked to download a file (gacutil-net40.tar.bz2) from MediaFire and put it in my home folder in the .cache/winetricks/dotnet40 folder.

After downloading and placing this file in that location, I ran the Winetricks .NET Framework 4.0 installer command again.

./winetricks dotnet40

The installation took a few minutes, and I got an error message…

Dragon - 5 - Program Error Again (.NET Framework)

I decided I would use the WINE PPA and get a more recent version of WINE installed.

Installing WINE 1.4 from the PPA

sudo apt-add-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine

Installing on WINE 1.4 (Also did not successfully install.)

I went right ahead and tried using Winetricks to install the .NET Framework 4.0, anticipating that this would be a problem.

winetricks dotnet40

The installation ran for a few minutes, but this time it did not crash.  The upgrade to WINE 1.4 must have resolved the issue with the .NET Framework 4.0 installer.

Dragon - 6 - .NET Framework Installer Working 1

I thought it was interesting that my download size would be 0MB, but maybe it still had some files it had downloaded on my previous attempt…

I decided Microsoft didn’t need to know about my setup experiences.

Dragon - 7 - .NET Framework Installer Working 2

It looked like it was going to work, until it failed.

Dragon - 8 - .NET Framework Failed To Install

As suggested by the setup wizard, I took a look at the log file.

OS Version = 5.1.2600, Platform 2, Service Pack 3
OS Description = WinXP - x86 Professional Service Pack 3
CommandLine = C:\f1247a5c911c166c0428\\Setup.exe /x86 /x64
TimeZone = Central Standard Time
Initial LCID = 1033
Using Simultaneous Download and Install mechanism
Operation: Installing
Package Name = Microsoft .NET Framework 4 Setup
Package Version = 4.0.30319
User Experience Data Collection Policy: UserControlled
Number of applicable items: 8
MSI (C:\f1247a5c911c166c0428\RGB9RAST_x86.msi) Installation succeeded. Msi Log: Microsoft .NET Framework 4 Setup_20130102_143814282-MSI_RGB9RAST_x86.msi.txt
MSI (C:\f1247a5c911c166c0428\netfx_Core_x86.msi) Installation failed. Msi Log: Microsoft .NET Framework 4 Setup_20130102_143814282-MSI_netfx_Core_x86.msi.txt
Final Result: Installation failed with error code: (0x80070643) (Elapsed time: 0 00:02:23).

After I pressed “Finish”, more terminal output occurred, and it looked like the setup was continuing to make registry entries.

I decided to give the installer a shot anyway, since it looks like part of the .NET Framework 4.0 installation might have succeeded.  It got further than before.

Dragon - 9 - Dragon Setup Partially Working

But it threw some errors, and failed…

Dragon - 10 - Error 1

Dragon - 11 - Error 2

Dragon - 12 - Failed To Install DNS

I did some Googling, and I came across this bug and this bug.  Based upon that, I decided to install a few more Winetricks to see if that would help.

winetricks vcrun6sp6
winetricks vcrun2005

I had some difficulties installing MFC42 because of a 404 error within Winetricks… but it looked like this Winetrick might fix the missing files.

After running these Winetricks and going through their installers, I tried the setup again.  I had the same results.

I looked for dd10hook.dll, and I found it in the correct location on the hard drive.  So, this seems to be an issue only with using\running the DLL.  The file is where it’s supposed to be.

I decided I would need to consult the forums on this one, so I turned on some WINE debugging options.

export WINEDEBUG="+loaddll,+dll"

This was my debug output when running the installer.

trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\wineboot.exe" at 0x68340000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x68370000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winemenubuilder.exe" at 0x68340000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x684f0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\services.exe" at 0x68340000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x683e0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x68370000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\userenv.dll" at 0x68440000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x77a10000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x68690000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x68560000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x734e0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x68400000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\oleaut32.dll" at 0x686c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x687a0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\windowscodecs.dll" at 0x68370000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x68a20000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x68810000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" at 0x10000000: native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MSVCR100_CLR0400.dll" at 0x79060000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x75ee0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x681c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x68280000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x68090000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\mscoree.dll" at 0x79000000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x683a0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x682b0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\oleaut32.dll" at 0x68430000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x68dc0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x68bd0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x68790000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x68580000: builtin
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x68e20000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winedevice.exe" at 0x69150000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x716c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ntoskrnl.exe" at 0x7aa50000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x70d00000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\mountmgr.sys" at 0x639c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\plugplay.exe" at 0x68340000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x68360000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x59f10000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x74b20000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x241c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x20150000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x73390000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x69000000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x20010000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x75450000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x48910000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x42c30000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x51e60000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x6c6d0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x20350000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x2cc30000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x681c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\explorer.exe" at 0x683e0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x68400000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x71d60000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x685a0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x68660000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x68470000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x68870000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x79c50000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x20380000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x2d690000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x203d0000: builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\shell32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\ole32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\rpcrt4.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\comctl32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\uxtheme.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\shlwapi.dll" : builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x62a50000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x5f0d0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x22900000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x32450000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x6c240000: builtin
trace:loaddll:load_native_dll Loaded L"Z:\\opt\\dragonns-install\\setup.exe" at 0x400000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x68300000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x68660000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x685a0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x74eb0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x68540000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x686c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x68330000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x687b0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x73c20000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\oleaut32.dll" at 0x68840000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x68bb0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x689e0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x68c60000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\mpr.dll" at 0x53c30000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\wininet.dll" at 0x7bde0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\urlmon.dll" at 0x44db0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\cabinet.dll" at 0x4b410000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msi.dll" at 0x20010000: builtin
trace:loaddll:load_builtin_dll Loaded L"KERNEL32.dll" at 0x7b810000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msiexec.exe" at 0x68320000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x68530000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x686d0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x68790000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x685a0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x687b0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x68440000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\oleaut32.dll" at 0x68830000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x68b30000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x68b90000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x68920000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\mpr.dll" at 0x7c7b0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\wininet.dll" at 0x68c80000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\urlmon.dll" at 0x7abb0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\cabinet.dll" at 0x68d00000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msi.dll" at 0x68340000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x68f00000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x706c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x68fb0000: builtin
fixme:storage:create_storagefile Storage share mode not implemented.
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\msi43c1.tmp" at 0x10000000: native
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\msi4c73.tmp" at 0x350000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msacm32.dll" at 0x6c6c0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winmm.dll" at 0x48730000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\msi6356.tmp" at 0xcf0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winspool.drv" at 0x20030000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\psapi.dll" at 0x20060000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\ISRT.dll" at 0x12d0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\spoolss.dll" at 0x42fa0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\localspl.dll" at 0x20140000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\riched20.dll" at 0x20180000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\riched32.dll" at 0x20160000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\_isres_0x0409.dll" at 0x1f50000: native
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\_isres_0x0409.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\riched32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\riched20.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\ISRT.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\psapi.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\winspool.drv" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\localspl.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\spoolss.dll" : builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winspool.drv" at 0x69320000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\psapi.dll" at 0x20020000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\ISRT.dll" at 0x13d0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\spoolss.dll" at 0x6bba0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\localspl.dll" at 0x63e50000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\riched20.dll" at 0x5a950000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\riched32.dll" at 0x56e20000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\_isres_0x0409.dll" at 0x1d30000: native
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\_isres_0x0409.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\riched32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\riched20.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\ISRT.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\psapi.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\winspool.drv" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\localspl.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\spoolss.dll" : builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winspool.drv" at 0x43dc0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\psapi.dll" at 0x2afe0000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\ISRT.dll" at 0x14d0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\spoolss.dll" at 0x20050000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\localspl.dll" at 0x20020000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\riched20.dll" at 0x31960000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\riched32.dll" at 0x5a920000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\_isres_0x0409.dll" at 0x28d0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\oleacc.dll" at 0x20140000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msimg32.dll" at 0x20160000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdiplus.dll" at 0x20180000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\comdlg32.dll" at 0x201f0000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\upgrdll.dll" at 0x2d500000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\dwmapi.dll" at 0x202d0000: builtin
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\_isres_0x0409.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\riched32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\riched20.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\ISRT.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\psapi.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\upgrdll.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\dwmapi.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\comdlg32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\gdiplus.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msimg32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\oleacc.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\winspool.drv" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\localspl.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\spoolss.dll" : builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winspool.drv" at 0x447b0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\psapi.dll" at 0x20020000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\ISRT.dll" at 0x14d0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\spoolss.dll" at 0x67020000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\localspl.dll" at 0x57800000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\riched20.dll" at 0x20140000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\riched32.dll" at 0x7ca10000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\_isres_0x0409.dll" at 0x2ae0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\oleacc.dll" at 0x20040000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msimg32.dll" at 0x57df0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\gdiplus.dll" at 0x201a0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\comdlg32.dll" at 0x6f2b0000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\upgrdll.dll" at 0x2d500000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\dwmapi.dll" at 0x60030000: builtin
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\upgrdll.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\dwmapi.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\comdlg32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\gdiplus.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msimg32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\oleacc.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\_isres_0x0409.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\riched32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\riched20.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\ISRT.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\psapi.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\winspool.drv" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\localspl.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\spoolss.dll" : builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\winspool.drv" at 0x20030000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\psapi.dll" at 0x20060000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\ISRT.dll" at 0x14d0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\spoolss.dll" at 0x60030000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\localspl.dll" at 0x427b0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\riched20.dll" at 0x27e10000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\riched32.dll" at 0x556b0000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\_isres_0x0409.dll" at 0x2ce0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0x41720000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcr100.dll" at 0x49c40000: builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msvcrt.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msvcr100.dll" : builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\msvcr100.dll" at 0x78aa0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msvcp100.dll" at 0x20140000: builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\msvcp100.dll" : builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\msvcp100.dll" at 0x78050000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\msimg32.dll" at 0x50180000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\mfc100u.dll" at 0x2f90000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\dwmapi.dll" at 0x26f20000: builtin
fixme:thread:GetThreadPreferredUILanguages 52, 0xadd0e8, 0xadd158 0xadd0f0
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\MFC100ENU.DLL" at 0x5d360000: native
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\wav.dll" at 0x42000000: native
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\mobile.dll" at 0x41400000: native
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\dd10hook.dll" at 0x2b000000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\shfolder.dll" at 0x457a0000: builtin
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\dd10hook.dll" : native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\ws2_32.dll" at 0x375e0000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\ipworks8.dll" at 0x33d0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\iphlpapi.dll" at 0x20140000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\netapi32.dll" at 0x5d980000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\crypt32.dll" at 0x4c0f0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\secur32.dll" at 0x210f0000: builtin
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\icmp.dll" at 0x6b770000: builtin
trace:loaddll:load_native_dll Loaded L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\ipworksssl8.dll" at 0x34c0000: native
trace:loaddll:load_builtin_dll Loaded L"C:\\windows\\system32\\oleacc.dll" at 0x64ca0000: builtin
err:module:import_dll Library dd10hook.dll (which is needed by L"C:\\users\\administrator\\Temp\\{D5D422B9-6976-4E98-8DDF-9632CB515D7E}\\dd10shrd.dll") not found
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\_isres_0x0409.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\riched32.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\riched20.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\{B50FABEF-0D1A-4581-859D-DF9C1FDE5600}\\ISRT.dll" : native
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\winspool.drv" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\localspl.dll" : builtin
trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\spoolss.dll" : builtin
err:msi:custom_get_thread_return Invalid Return Code 25135248
err:msi:ITERATE_Actions Execution halted, action L"LogBasicInfo" returned 1603
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\msi43c1.tmp" : native
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\msi4c73.tmp" : native
trace:loaddll:free_modref Unloaded module L"C:\\users\\administrator\\Temp\\msi6356.tmp" : native

I will attempt the installation on a newer version of Ubuntu with a more recent version of WINE, because it sounds like Dragon Naturally Speaking 12 might work in WINE 1.5 based on this bug report.

I will keep everyone apprised on my progress!

Posted in: Musings / Tagged: Dragon Naturally Speaking, Linux, WINE

Newly found DVD limit…

December 27, 2012 5:16 PM / 1 Comment / Dan

Apparently DVD’s hold insane amounts of storage now. While burning a typical linux distro DVD, I may have found a glitch…

Screenshot - 11282012 - 06:30:54 PM

My DVD burner can now burn 18.4 EB DVD’s.

 

Posted in: Humorous, Musings / Tagged: Linux

Post Navigation

← Older Posts
Newer Posts →

Pages

  • About Binary Impulse
  • BashBytes

Recent Posts

  • My UBook X Linux Tablet Adventure and how I learned more than I ever thought I would need to know about accelerometer drivers
  • Migrating Proxmox Hypervisor’s Boot Volume ZFS Mirror To New (Smaller) Disks
  • OPNsense Performance Tuning for Multi-Gigabit Internet
  • Reddit Deplatforms Popular Microsoft Software Swap Subreddit
  • Comcast Upgrades Gigabit Pro from 3Gbps to 6Gbps!
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Apr    

Recent Comments

  • jasonistre on OPNsense Performance Tuning for Multi-Gigabit Internet
  • Nick on OPNsense Performance Tuning for Multi-Gigabit Internet
  • Kirk Schnable on OPNsense Performance Tuning for Multi-Gigabit Internet
  • nick on OPNsense Performance Tuning for Multi-Gigabit Internet
  • Eric on My UBook X Linux Tablet Adventure and how I learned more than I ever thought I would need to know about accelerometer drivers

Categories

  • How-To's
  • Humorous
  • Musings
  • Newsworthy
  • Other

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© Copyright 2025 - Binary Impulse
Infinity Theme by DesignCoral / WordPress