WineHQ

Visual Studio

No Screenshot

Submit Screenshot

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

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

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:

  • GPU: Nvidia
  • Driver: proprietary

Additional Comments

it crashes on installing stage. i cant even see the installation program

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowDebian GNU/Linux 12.x "Bookworm" x86_64Mar 24 20238.4Yes No NoGarbageaxet 
ShowUbuntu 20.04 "Focal" (+ variants like Kubuntu)Jun 29 20205.11-stagingYes No YesGarbageEnderIce2 
CurrentFedora 31 x86_64Apr 05 20205.0No Not installable NoGarbage????????? 
Showopensuse leap 15.1Dec 16 20195.0-rc1No Not installable NoGarbageRielynd Mira 

Known Bugs

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

Show all bugs

HowTo / Notes

HOWTO

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

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

/home/yourlogin/.wine is not owned by you / (Permission denied)

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:

$ sudo rm -rf ~/.wine


and then run winecfg to set Wine folder structure back up. If you used winetricks script as root you might also need to:

$ sudo rm -rf ~/.cache/winetricks/


Again: Just run wine as regular user and all should be fine.

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Hoping
by Jhay Mendoza on Thursday May 11th 2023, 19:53
if this vstudio works in wine , i will uninstall Windows OS to free up space :)
RE: Hoping
by llde on Sunday August 6th 2023, 9:46
It's not straightforward, it requires recompiling wine with some custom patches and using some native overrides, but we got it working: bugs.winehq.org/show_bug.cgi?id=48023
Back