Winetricks / winetricks

Winetricks is an easy way to work around problems in Wine
GNU Lesser General Public License v2.1
2.72k stars 393 forks source link

'winetricks dotnet35' hangs #1073

Closed Spongman closed 5 years ago

Spongman commented 6 years ago

on ubuntu 18.04 x86, latest winetricks (Aug 9th 2018): $ WINEARCH=win32 ./winetricks dotnet35

...

------------------------------------------------------
Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/piersh/.PlayOnLinux/wineprefix/mtga terminate
------------------------------------------------------
Executing w_do_call dotnet20sp1
Executing load_dotnet20sp1 
Executing w_do_call remove_mono
Executing load_remove_mono 
------------------------------------------------------
Mono does not appear to be installed.
------------------------------------------------------
------------------------------------------------------
Working around wine bug 34803 
------------------------------------------------------
reg: The system was unable to find the specified registry key or value
reg: The system was unable to find the specified registry key or value
reg: The system was unable to find the specified registry key or value
Executing rm -f /home/piersh/.PlayOnLinux/wineprefix/mtga/dosdevices/c:/windows/system32/mscoree.dll
Executing w_do_call dotnet20
dotnet20 already installed, skipping
------------------------------------------------------
Setting windows version so installer works
------------------------------------------------------
------------------------------------------------------
Running /usr/bin/wineserver -k. This will kill all running wine processes in prefix=/home/piersh/.PlayOnLinux/wineprefix/mtga
------------------------------------------------------
Setting Windows version to win2k
Executing wine regedit C:\windows\Temp\_dotnet20sp1\set-winver.reg
------------------------------------------------------
Running /usr/bin/wineserver -w. This will hang until all wine processes in prefix=/home/piersh/.PlayOnLinux/wineprefix/mtga terminate
------------------------------------------------------
Mactastic1-5 commented 6 years ago

This isn't an issue with winetricks. You have to kill all wine processes and try again.

Spongman commented 6 years ago

Doesn't help. This is on a brand new prefix with no other wine processes running.

Mactastic1-5 commented 6 years ago

@Spongman Impossible! Close all wine windows and look in Activity Monitor and end the wine processes.

Spongman commented 6 years ago

did you even try this? i don't know why you think it's impossible, it definitely is.

zfigura commented 5 years ago

Is this still an issue after 431bb18719c4acd134983a198fae6c7e98c3b281?