https://bugs.winehq.org/show_bug.cgi?id=47015
s.varlitskiy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |s.varlitskiy@gmail.com
--- Comment #2 from s.varlitskiy@gmail.com --- I have the same issue using wine-4.11 and photoshop from this link https://helpx.adobe.com/download-install/kb/creative-cloud-apps-download.htm...
An install window launches but is blank.
The Error Message Lines: ``` 0009:err:msxml:doparse Start tag expected, '<' not found 0009:err:msxml:doparse Failed to create parser context ... error : unterminated entity reference locale=en_US&response_type=device&device_id=fdaa587852001bad7bf1e81ed275b822d2bc812f4eeeab092da60b7066ab2bfa-ef260e9aa3c673af240d17a2660480361a8e081d1ffeca2a5ed0e3219fc18567&device_name=9146214D1E4E4EF2A31E114E33A612D6&scope=openid,AdobeID,creative_cloud,creative_sdk,read_organizations,sao.cce_private,additional_info.account_type&redirect_uri=https://oobe.adobe.com/&force_marketing_permission=true 002b:err:msxml:doparse Failed to create parser context ```
I got wine to work with win64 by the following process:
1. run: env WINEPREFIX=$HOME/wine64 WINEARCH=win64 ~/winetricks win10 dotnet48 2. wait till dotnet fails and shows errors. Exit with ctrl+c. 3. relaunch the process and this time select to repair 4. wait till dotnet installs 5. run: env WINEPREFIX=$HOME/wine64 WINEARCH=win64 wine ~/Downloads/AdobeIllustrator23_HD_win64/Set-up.exe 6. Blank window shows up