https://bugs.winehq.org/show_bug.cgi?id=33704
--- Comment #15 from mvvvv mvidal0001@gmail.com --- (In reply to Anastasius Focht from comment #14)
Hello folks,
this was fixed some time ago by commit https://source.winehq.org/git/wine.git/commitdiff/ 462f56d468984d2d2a3bf3ae21771b64c206eec1 ("wininet: Protect the request headers array with a critical section.")
Thanks Hans
@comment 13
--- snip --- $ WINEPREFIX=~/.wine WINEARCH='win64' winetricks vcrun2008 --- snip ---
That part is not very useful.
- 64-bit WINEPREFIX is default with WoW Wine (the app is 32-bit anyway)
- 'winetricks vcrun2008' is not needed since ages
In general, Internet "HOWTOs" from user managed pages/wikis have the tendency to bitrot very quickly. They're also potentially doing more harm than good with modern Wine versions as they taint/break WINEPREFIXEs with unneeded recipes.
Regards
I reduced the "bit rot" and tested on future ubuntu willy version. This bug should focuse on this problem :
sudo cp /usr/lib/i386-linux-gnu/libgnutls-deb0.so.28 /usr/lib/i386-linux-gnu/libgnutls.so.26
which is still present with wine 1.7.50
vc2008 was the solution I've found to suppress the installation errors. But you right it's not mandatory.