WineHQ
Category: Main Programming / Software Engineering Visual Studio 2015 (14.0) Community Edition

Visual Studio

No Screenshot

Submit Screenshot
Visual Studio Community is a free, fully-featured, and extensible IDE for creating modern applications for Windows, Android, and iOS, as well as web applications and cloud services.

Application Details:

Version: 2015 (14.0) Community Edition
License: Free to use
URL: http://www.visualstudio.net
Votes: 0
Latest Rating: Garbage
Latest Wine Version Tested: 4.8

Maintainers: About Maintainership

Free Download Visual Studio 2015 Community Edition Web Installer

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

Online-based install of Visual C++ features. Workaround (same as some apply for Windows) was done to get through installation being stuck at creating system restore point.

In the end showed error boxes in the end about "... has detected a configuration issue" and also "Invalid ACL" for some items on install summary page.

What does not

Visual Studio does not run after install.Running from console shows abort due to "Call ... to unimplemented function KERNEL32.dll.WerUnregisterRuntimeExceptionModule"

Workarounds

What was not tested

Visual studio itself

Hardware tested

Graphics:

  • GPU: Nvidia
  • Driver: proprietary

Additional Comments

'winetricks -q dotnet46 corefonts win7' has to be applied for the installer to work.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentLinux Mint 18.3 "Sylvia" x86_64May 13 20194.8Yes No NoGarbageexposight 
ShowUbuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu)Sep 18 20161.9.19No Not installable NoGarbagean anonymous user 
ShowMac OS X 10.11 "El Capitan"Jun 24 20161.9.13No Not installable NoGarbageVartan Simonian 
ShowMac OS X 10.7 "Lion"Mar 20 20161.8.1No Not installable NoGarbageSydney 
ShowLinux Mint 17.2 "Rafaela" x86-64Aug 21 20151.7.49No Not installable NoGarbageReiny Nyt 

Known Bugs

Bug # Description Status Resolution Other apps affected
37915 Multiple games and applications need proper handling of Vista+ 'PROCESS_QUERY_LIMITED_INFORMATION' right (UPlay games, MS Visual Studio 2015 installer) CLOSED FIXED View
40220 Visual Studio Community 2015 install stuck at splash screen NEEDINFO View
46465 Visual Studio 2015 crashes on unimplemented function msvcp140.dll._Equivalent CLOSED FIXED View
47201 Visual Studio 2015 crashes on unimplemented KERNEL32.dll.WerUnregisterRuntimeExceptionModule CLOSED FIXED View
47206 Call from 0x7b453193 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting UNCONFIRMED View
47264 Visual Studio 2015 does not start NEEDINFO View

Show open bugs

HowTo / Notes

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.

Bug affecting downloader
by Jeff D. Hanson on Monday December 7th 2015, 23:22
Possibly bug# 26579 (IEParseDisplayNameWithBCW stub). Wine messages indicate a URL:

go.microsoft.com/fwlink/?LinkId=615464&clcid=0x409

This downloads wdexpress_full.exe which I couldn't get to execute properly due to some other problem.
RE: Bug affecting downloader
by Jeff D. Hanson on Monday December 7th 2015, 23:52
The secondary executable is an installer with the typical command-line parameters ("/?" for a list). It creates a log with the date encoded in the file name:

$WINEPREFIX/drive_c/users/$USER/Temp/dd_wdexpress_full_####.log"

Shows a bunch of exceptions like "System.Runtime.Serialization.DataContract.ThrowInvalidDataContractException" but I'm not a dev so I can't determine what the problem is.

Sysreqs are Win8.1 so probably .NET 4.5 (which I installed with winetricks in a 32-bit Wine environment because it fails otherwise).

www.visualstudio.com/en-us/visual-studio-2015-system-requirements-vs.aspx#1
Back