Application Details:
Version: | Pro CS6 |
License: | Retail |
URL: | http://www.adobe.com/products/... |
Votes: | 2 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 8.1-staging |
Maintainers: About Maintainership
What works
Installer
What does not
Program crashes at start
Workarounds
What was not tested
Everything, bar the application installer.
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Arch Linux x86_64 | Mar 05 2023 | 8.1-staging | Yes | No | No | Garbage | Eric Zhang | |
Show | GalliumOS 3.0 | Feb 03 2022 | 7.0 | Yes | Yes | No | Silver | NexusQW | |
Current | Debian GNU/Linux Unstable "Sid" x86_64 | Jun 16 2018 | 3.9 | Yes | No | No | Garbage | kontrapoint | |
Show | Antergos x86_64 | Oct 13 2017 | 2.18-staging | Yes | No | Yes | Garbage | OdnetninI | |
Show | Antergos | Jun 11 2017 | 2.8-staging | Yes | No | No | Garbage | OdnetninI |
Bug # | Description | Status | Resolution | Other apps affected |
30239 | Multiple Adobe CS6 trial installers fail to initialize, reporting 'Exception caught while getting payloads data combined. Error #1090' | NEW | View | |
32342 | Multiple applications and games using 'Webkit', 'Blink' or 'CEF' (libcef) web browser engine crash on startup ('Arial' and 'Times New Roman' font face name validation) | STAGED | View | |
54695 | Adobe Premiere Pro CS6: Fails to load msxml3 | UNCONFIRMED | View |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Pavel Kiselev on Monday January 13th 2025, 9:59
Volodumyr on Sunday December 15th 2024, 19:15
and
Hajime Mizuoka on Thursday May 16th 2024, 14:02
I tried to use winecfg to manually load msxml3.dll. I copied msxml3.dll from Windows 10 Pro installation to wine folder - No result - still had exception during Installation on 1%...
I also copied msxml6.dll from Windows 10 Pro, was adding and deleting libraries in winecfg...
No chances...
Finally, I suddenly decided to install Visual Studio Redistributable as it was found causing an error.
I did:
winetricks vcrun2008
and
winetricks vcrun2010 (just in case)
and it did the trick!!!
Hope, it will help somebody!
wine version wine-9.5, TkG Staging Esync Fsync
by Volodumyr on Sunday December 15th 2024, 19:15
The problem is that Premiere Pro requires native msxml3 in order for appearance settings to work.
Winetricks msxml3
will NOT work, it seems that it installs 32 bit .dll file with causes
"01b8:err:ole:apartment_add_dll couldn't load in-process dll L"C:\\windows\\system32\\msxml3.dll"
and results in crash of application
The solution:
1. Copy
C:\Windows\system32\msxml3.dll
C:\Windows\system32\msxml3r.dll
From win 10 (possibly win 11 will work, not tested) and paste them into "system32" of your wineprefix with premiere pro, If needed overwrite existing files.
2. Go to winecfg of corresponding WINEPREFIX and add a DLL override for msxml3.dll. To do this, open "winecfg" (in your Wine prefix), browse to the "Libraries" tab, and add "msxml3" as a new override. It should be set to "native, builtin"
3. Done! Now appearance settings should work
by Hajime Mizuoka on Thursday May 16th 2024, 14:02
Installing Adobe Premiere Pro CS6 would give the illusion of a clean install until it gives you the message at the end that it had failed to install both Premiere and Encore.
After checking the log file, it was failing to install VC_Redist_x64 (Visual C++ 2008 x64)
I switched to Windows 7 to see if that would fix the issue, but no.
Switch to Windows 10, no.
Finally, I pulled that particular installer from Premiere CS6's payloads folder and attempted to launch it with a console readout.
I noticed it was failing to load MSXML3, and Visual C++ 2008 would fail to install.
I'm assuming anyone trying to install this software already went through Winetricks and installed all the necessary dependencies this software requires, so I'm going to skip that and move on to Winecfg.
You have to manually specify MSXML3 in the overrides section of the Libraries tab despite it already being present there. Why this specific one? I'm not entirely sure. I would have to recreate this process in a VM to give specifics.
After the override, I launched the installer once more and was able to install Visual C++ 2008 x64 successfully
I uninstalled Premiere and relaunched the installer, and it took off without a hitch. I was able to launch it, and I've been working on several projects with it since. There have been no crashes or hangups, and I was even able to specify my secondary monitor as an output display for the player window. Exporting 1080p projects also works with no problems.
There is only one little bug with this install. I CANNOT change the appearance settings. It is stuck at this light gray color and refuses to change color with the slider. I typically enjoy a darker interface in all my applications, but I'm not going to complain. I'm running Adobe Premiere Pro CS6 on Linux, haha.
For those wondering my distro
Kubuntu 23.10
KDE Plasma 5.27.8
P.S.
My apologies for not giving any technical explanations here; I'm not a Wine or Linux expert, and it's been a couple of weeks since I've done this. I'm honestly learning as I go here.
Also, I've never posted on appdb before; I just figured this would be a good contribution for anyone trying to figure out how to run this software on their machines.