wine64 and installing gdiplus gecko etc... manually

Questions about Wine on Linux
Locked
alain.roger
Level 2
Level 2
Posts: 17
Joined: Sat Feb 11, 2017 4:04 am

wine64 and installing gdiplus gecko etc... manually

Post by alain.roger »

Hi,

i'm new to wine. I use it indirectly when i run POL (PlayOnLinux), however due to some issue with POL and MSXML6 for 64 bits version i decided to do a better use of wine and to run it manually.

Therefore i'm here with my "stupid question".

i was able to understand the concept of WINEPREFIX=~/.win64-test and WINEARCH=win64

However, i would like to test a 64 bits windows application and for that i need to install in the prefix few msi and exe files first.
e.g. if i want to install gdiplus gecko msxml3 (64bits) atmlib vcrun2008 vcrun2010 etc.. i type the following command in terminal:
but i get several error and files that are downloaded/tried to be installed are 32bits and not 64bits.

Code: Select all

------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20170101 - sha1sum: c844fda0cca25ac9ed0ed1b55cd138cab6a4af16 with wine-2.1 (Staging) and WINEARCH=win64
Executing w_do_call msxml3
Executing load_msxml3 
Executing mkdir -p /home/alain/.cache/winetricks/msxml3
Executing cd /home/alain/.cache/winetricks/msxml3
Downloading http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi to /home/alain/.cache/winetricks/msxml3

02/11 10:12:31 [NOTICE] Downloading 1 item(s)

02/11 10:12:31 [ERROR] CUID#7 - Download aborted. URI=http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi
Exception: [AbstractCommand.cc:351] errorCode=19 URI=http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi
  -> [AbstractCommand.cc:792] errorCode=19 CUID#7 - Name resolution for download.microsoft.com failed:Could not contact DNS servers

02/11 10:12:31 [NOTICE] Download GID#f1d58a9b75bd15ca not complete: /home/alain/.cache/winetricks/msxml3/msxml3.msi

Download Results:
gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
f1d58a|ERR |        n/a|/home/alain/.cache/winetricks/msxml3/msxml3.msi

Status Legend:
(ERR):error occurred.

aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.
cat: /tmp/winetricks.93hpIvqV/stdout.tmp: No such file or directory
cat: /tmp/winetricks.93hpIvqV/stdout.tmp: No such file or directory
Executing cd /home/alain/.cache/winetricks/msxml3
Downloading https://web.archive.org/web/http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi to /home/alain/.cache/winetricks/msxml3

02/11 10:12:31 [NOTICE] Downloading 1 item(s)

02/11 10:12:31 [ERROR] CUID#7 - Download aborted. URI=https://web.archive.org/web/http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi
Exception: [AbstractCommand.cc:351] errorCode=19 URI=https://web.archive.org/web/http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi
  -> [AbstractCommand.cc:792] errorCode=19 CUID#7 - Name resolution for web.archive.org failed:Could not contact DNS servers

02/11 10:12:31 [NOTICE] Download GID#82f1b0af17d6c91d not complete: /home/alain/.cache/winetricks/msxml3/msxml3.msi

Download Results:
gid   |stat|avg speed  |path/URI
======+====+===========+=======================================================
82f1b0|ERR |        n/a|/home/alain/.cache/winetricks/msxml3/msxml3.msi

Status Legend:
(ERR):error occurred.

aria2 will resume download if the transfer is restarted.
If there are any errors, then see the log file. See '-l' option in help/man page for details.
------------------------------------------------------
Downloading https://web.archive.org/web/http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi failed
------------------------------------------------------

what do i do wrong ?
where is my mistake ?

thx
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine64 and installing gdiplus gecko etc... manually

Post by dimesio »

You didn't do anything wrong; winetricks doesn't yet install 64 bit versions of most dlls.

Code: Select all

  -> [AbstractCommand.cc:792] errorCode=19 CUID#7 - Name resolution for web.archive.org failed:Could not contact DNS servers
That looks like a network issue.
alain.roger
Level 2
Level 2
Posts: 17
Joined: Sat Feb 11, 2017 4:04 am

Re: wine64 and installing gdiplus gecko etc... manually

Post by alain.roger »

But my internet connection works perfectly so the problem is located in winetricks for 64bits, as i'm able to post email, read web, download things etc...
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine64 and installing gdiplus gecko etc... manually

Post by dimesio »

Connection problems are often transient. But if you're consistently getting those error messages, report it to https://github.com/Winetricks/winetricks/issues. Winetricks is a separate project.
alain.roger
Level 2
Level 2
Posts: 17
Joined: Sat Feb 11, 2017 4:04 am

Re: wine64 and installing gdiplus gecko etc... manually

Post by alain.roger »

Thanks a lot for the information.
i open a trouble ticket because this issue is always present and i do not know why, it always request 32 bits packages even if i requested 64 bits using WINEARCH=win64 WINEPREFIX=~/.wine64
Locked