Version 2019 of Visual Studio, with a new, installable installer and immensely overworked GUI
Application Details:
Version: | 2019 (16.x) |
License: | Free to use |
URL: | http://www.visualstudio.net |
Votes: | 1 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 8.4 |
Maintainers: About Maintainership
What works
only installer, but only 2 seconds
What does not
it cannot be installed
Workarounds
What was not tested
everything besides installing
Hardware tested
Graphics:
Additional Comments
it crashes on installing stage. i cant even see the installation program
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Debian GNU/Linux 12.x "Bookworm" x86_64 | Mar 24 2023 | 8.4 | Yes | No | No | Garbage | axet | |
Show | Ubuntu 20.04 "Focal" (+ variants like Kubuntu) | Jun 29 2020 | 5.11-staging | Yes | No | Yes | Garbage | EnderIce2 | |
Current | Fedora 31 x86_64 | Apr 05 2020 | 5.0 | No | Not installable | No | Garbage | ????????? | |
Show | opensuse leap 15.1 | Dec 16 2019 | 5.0-rc1 | No | Not installable | No | Garbage | Rielynd Mira |
Bug # | Description | Status | Resolution | Other apps affected |
32323 | Netflix (Silverlight 4.x) and several .NET Framework 3.x/4.0 WPF apps require either Arial or Verdana to be installed | STAGED | View | |
51761 | Visual studio 2019 web installer silently exits after a few seconds | NEW | View | |
51762 | Installing visual studio 2019 by manually extracting vs_installer.opc crashes wine | UNCONFIRMED | View |
Make sure you operate on a clean WINEPREFIX (~/.wine)!
Prerequisite installation by using 'winetricks' script
Winetricks will take care of all needed installation prerequisites and work around some problems. Follow the instructions in the link to install it.
$ bash winetricks -q dotnet462
To work around some bugs you additionally need:
$ bash winetricks -q corefonts
Winbind component
Make sure you installed 'winbind' component with your distribution package manager.
This is needed for the -Zi option of the compiler, and other mechanisms that handle 'PDB' (Program Data Base) files.
Debian:
$ aptitude install winbind
Fedora:
$ sudo dnf install samba-winbind*.x86_64 samba-winbind*.i686
Never run wine as root (su, sudo)! Wine doesn't require to be run as root!
You will screw your WINEPREFIX and possibly other things up. If you have run Wine as root you need to:
and then run winecfg to set Wine folder structure back up. If you used winetricks script as root you might also need to:
Again: Just run wine as regular user and all should be fine.
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Jhay Mendoza on Thursday May 11th 2023, 19:53
by llde on Sunday August 6th 2023, 9:46