Dolby Axon on Ubuntu 12.10

Questions about Wine on Linux
Locked
3a2l
Newbie
Newbie
Posts: 2
Joined: Thu Mar 14, 2013 8:06 am

Dolby Axon on Ubuntu 12.10

Post by 3a2l »

Hello, I'm trying to install http://www.axon.dolby.com on my Ubuntu 12.10 (x64) system. So far I managed to surpass two errors during installation that had to do with registering two .ocx files (I used winetricks to get mfc42/mfc42u that were required for registering the .obx files). I get a final error during installation regarding netsh.exe ("Unable to execute file: C:\windows\system32\netsh.exe"), copying the file from my windows drive does not solve the issue. The installation continues however, and I was able to run the application after using winetricks to install gdiplus. The application starts up smoothly and I'm able to minimize it to tray, view the About dialog, etc., but the input text boxes seem inactive so I'm unable to sign in. Wine output log:

Code: Select all

p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:win:EnumDisplayDevicesW ((null),0,0x33c694,0x00000000), stub!
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x20024 0x00000000
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
fixme:ole:TLB_ReadTypeLib Header type magic 0x00905a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\DolbyAxon\\Axon.exe" failed with error 0
Any help is appreciated. This is my first post here, so if I need to edit or attach other output logs please let me know, thanks.
3a2l
Newbie
Newbie
Posts: 2
Joined: Thu Mar 14, 2013 8:06 am

Re: Dolby Axon on Ubuntu 12.10

Post by 3a2l »

Figured out a workaround, description here.
Locked