Please, I have a wine 64bit installation and i can麓t install framework 32bit
in winetricks. Can you add 64bit to winetricks?
Thanks you
Original issue reported on code.google.com by [email protected] on 23 Jun 2012 at 12:35
I think the urls are
http://www.microsoft.com/en-us/download/details.aspx?id=6523
http://download.microsoft.com/download/a/3/f/a3f1bf98-18f3-4036-9b68-8e6de530ce0
a/NetFx64.exe
I'll give it a shot sometime.
Original comment by [email protected] on 6 Jul 2012 at 4:38
Original comment by [email protected] on 29 Jun 2013 at 1:31
Blocked by http://bugs.winehq.org/show_bug.cgi?id=24196
Original comment by [email protected] on 29 Jun 2013 at 7:50
I took a look at this today, got a patch that 'works', but the installed_file
check stuff will need some work...if you don't touch that, it fails because the
32-bit install.exe is not there. When I try using | to specify both files, or
if I use installed_64file1 like in the attached patch, it fails with:
remove_mono install completed, but installed file
/home/austin/.wine/dosdevices/c:/windows/Microsoft.NET/Framework64/v2.0.50727/Mi
crosoft .NET Framework 2.0 (x64)/install.exe not found
but remove_mono has no installed_file checks, it's being called from
load_dotnet20(), so there's a bug in that somewhere.
@Dan, would you mind digging into that? I won't have time for a few days, at
the earliest.
Original comment by [email protected] on 20 Sep 2013 at 3:41
Attachments:
I could try to have a look this weekend.
Original comment by [email protected] on 20 Sep 2013 at 4:03
Did this patch ever get merged? If not, can it be?
It did not. It can't currently, as it's broken/can't really be tested (it's an outstanding wine bug).
https://bugs.winehq.org/show_bug.cgi?id=24196 was fixed in 1.7.2 (a long time ago), this needs to be rechecked.
@austin987 We still need this. I had to install .NET 2.0 from http://download.microsoft.com/download/a/3/f/a3f1bf98-18f3-4036-9b68-8e6de530ce0a/NetFx64.exe for ValveSoftware/Proton#17.
@ryao could you try https://github.com/austin987/winetricks/commit/bbc291c99d69f6dd1826ce8967c5576676f9e367 please?
@austin987 Sorry for not getting back to you sooner, but this seems to work fine.
@austin987 Any chance of that getting merged? It would help to make some games (e.g. The Sims 3) usable in a 64bit prefix.
I've tested this https://github.com/austin987/winetricks/commit/bbc291c99d69f6dd1826ce8967c5576676f9e367
and 64-bit dotnet20 installs and runs applications (like Sims 3 launcher) just fine.
Most helpful comment
@austin987 We still need this. I had to install .NET 2.0 from
http://download.microsoft.com/download/a/3/f/a3f1bf98-18f3-4036-9b68-8e6de530ce0a/NetFx64.exefor ValveSoftware/Proton#17.