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!
installing Adobe Audition creates no exe file...
Re: installing Adobe Audition creates no exe file...
Did you install the native dlls specified in that test report?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.
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...
Thanks for you help...
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.
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: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.
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