installing Adobe Audition creates no exe file...

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
taojian
Newbie
Newbie
Posts: 3
Joined: Sat Dec 20, 2008 10:22 am

installing Adobe Audition creates no exe file...

Post by taojian »

I'm running Wine 1.1.10, configured as Windows XP, and a version of Ubuntu from four days ago. The appDB says that Adobe Audition 2.0 works fine (http://appdb.winehq.org/objectManager.p ... &iId=13422), but I haven't had any success yet. No exe file was installed, audition doesn't show up in wine's list of installed programs, and there's just generally no way to run the program. Looking at wine's Uninstall Wine Software menu, I see two entries for audition. Running uninstall on either of them eventually tells me that the uninstall wizard was interrupted.

Audition 2.0 runs with a msi file, so to install it I used:

$ wine msiexec /i Adobe\ Audition\ 2.0.msi

There were a million fixmes, and a few errors:

err:msi:iterate_load_featurecomponents unknown component L"Audition_Theme"
err:msi:iterate_load_verb Verb unable to find loaded extension L"cel"
[there were about twenty of that second one, with different extensions]

I don't know what else I can do with this -- can anyone suggest what I might be doing wrong? I expected to have difficulties with sound drivers and whatnot, but I can't even get a working program installed.

Thanks in advance for any advice!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: installing Adobe Audition creates no exe file...

Post by dimesio »

taojian wrote:I'm running Wine 1.1.10, configured as Windows XP, and a version of Ubuntu from four days ago. The appDB says that Adobe Audition 2.0 works fine (http://appdb.winehq.org/objectManager.p ... &iId=13422), but I haven't had any success yet.
Did you install the native dlls specified in that test report?
taojian
Newbie
Newbie
Posts: 3
Joined: Sat Dec 20, 2008 10:22 am

Post by taojian »

Yep, there is now a wmvcore.dll and a WMVCORE.DLL in my windows/system32 directory (is that right?), and I installed the xml parser with winetricks. At least, it shows up as one o the applications I can uninstall under the Uninstall Wine Software menu. I made sure to have those in place before I ran the audition installation.

Thanks for you help...
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

The install problem sounds like
http://bugs.winehq.org/show_bug.cgi?id=14930
(see comment #6 there).

If you can build wine from source, try the patch there
http://bugs.winehq.org/attachment.cgi?id=17777
else wait for us to fix that bug.
I just verified it installs with that patch and not without it.
taojian
Newbie
Newbie
Posts: 3
Joined: Sat Dec 20, 2008 10:22 am

Post by taojian »

DanKegel wrote:The install problem sounds like
http://bugs.winehq.org/show_bug.cgi?id=14930
(see comment #6 there).

If you can build wine from source, try the patch there
http://bugs.winehq.org/attachment.cgi?id=17777
else wait for us to fix that bug.
I just verified it installs with that patch and not without it.
Well I've tried this a million different ways, compiling wine from source, patching the appropriate files, adding in the appropriate libraries... still nothing. I can't match this against the bug report exactly, since that's using the Audition 2.0 trial version, which apparently is no longer available for download. Instead I'm using a regular install disk. If it means anything, here are all the error output lines from the failed install:

err:msi:iterate_load_featurecomponents unknown component L"Audition_Theme"
err:msi:iterate_load_verb Verb unable to find loaded extension L"cel"
err:msi:iterate_load_verb Verb unable to find loaded extension L"imp"
err:msi:iterate_load_verb Verb unable to find loaded extension L"pk"
err:msi:iterate_load_verb Verb unable to find loaded extension L"fft"
err:msi:iterate_load_verb Verb unable to find loaded extension L"ses"
err:msi:iterate_load_verb Verb unable to find loaded extension L"cel"
err:msi:iterate_load_verb Verb unable to find loaded extension L"imp"
err:msi:iterate_load_verb Verb unable to find loaded extension L"pk"
err:msi:iterate_load_verb Verb unable to find loaded extension L"fft"
err:msi:iterate_load_verb Verb unable to find loaded extension L"ses"
err:msi:iterate_load_verb Verb unable to find loaded extension L"cel"
err:msi:iterate_load_verb Verb unable to find loaded extension L"imp"
err:msi:iterate_load_verb Verb unable to find loaded extension L"pk"
err:msi:iterate_load_verb Verb unable to find loaded extension L"fft"
err:msi:iterate_load_verb Verb unable to find loaded extension L"ses"
err:msi:iterate_load_verb Verb unable to find loaded extension L"cel"
err:msi:iterate_load_verb Verb unable to find loaded extension L"imp"
err:msi:iterate_load_verb Verb unable to find loaded extension L"pk"
err:msi:iterate_load_verb Verb unable to find loaded extension L"fft"
err:msi:iterate_load_verb Verb unable to find loaded extension L"ses"
err:ole:CoCreateInstance apartment not initialised
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element


If anyone's still up for helping me out, I'd appreciate it!

Eric
Locked