https://bugs.winehq.org/show_bug.cgi?id=54695
Bug ID: 54695 Summary: Adobe Premiere Pro CS6: Fails to load msxml3 Product: Wine Version: 8.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 Assignee: wine-bugs@winehq.org Reporter: ericxiang456@gmail.com Distribution: ---
Created attachment 74204 --> https://bugs.winehq.org/attachment.cgi?id=74204 Terminal output when running Adobe Premiere CS6
When running Adobe Premiere CS6 in Wine with the msxml3 library override to "Native" (installed via Winetricks), Premiere will fail to run because the msxml3 library fails to load (terminal output attached below).
When overriding the msxml3 library to "Builtin then native", Premiere will launch, however the user interface will be displayed incorrectly (UI elements in black will appear as white).
https://bugs.winehq.org/show_bug.cgi?id=54695
Eric Zhang ericxiang456@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |ArchLinux
https://bugs.winehq.org/show_bug.cgi?id=54695
--- Comment #1 from Eric Zhang ericxiang456@gmail.com --- Created attachment 74205 --> https://bugs.winehq.org/attachment.cgi?id=74205 Screenshot of Adobe Premiere Pro CS6 with builtin msxml3
https://bugs.winehq.org/show_bug.cgi?id=54695
Eric Zhang ericzhang456@disroot.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win64
https://bugs.winehq.org/show_bug.cgi?id=54695
--- Comment #2 from Rafał Mużyło galtgendo@o2.pl --- Just a quick check of something that should be obvious, but may not be.
'system32' means 'system32' only for 64bit apps and the lib needs to be in that exact path, due to how things are implemented (which makes sense on Windows, a bit less so with wine)
https://bugs.winehq.org/show_bug.cgi?id=54695
--- Comment #3 from Eric Zhang ericzhang456@disroot.org --- (In reply to Rafał Mużyło from comment #2)
Just a quick check of something that should be obvious, but may not be.
'system32' means 'system32' only for 64bit apps and the lib needs to be in that exact path, due to how things are implemented (which makes sense on Windows, a bit less so with wine)
There is a msxml3.dll in the system32 of the Wine prefix I run Premiere in, and it's a 64-bit dll.
$ file .wine/adobecs6/drive_c/windows/system32/msxml3.dll .wine/adobecs6/drive_c/windows/system32/msxml3.dll: PE32+ executable (DLL) (console) x86-64 (stripped to external PDB), for MS Windows, 11 sections
https://bugs.winehq.org/show_bug.cgi?id=54695
--- Comment #4 from Eric Zhang ericzhang456@disroot.org --- Issue still persists in Wine 8.4 (staging)
https://bugs.winehq.org/show_bug.cgi?id=54695
Neko-san nekoNexus@protonmail.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nekoNexus@protonmail.ch
https://bugs.winehq.org/show_bug.cgi?id=54695
dim207.108@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dim207.108@gmail.com
--- Comment #5 from dim207.108@gmail.com --- Issue still persists in Wine 9 (stable) and Wine 9.21 (staging)