Application Details:
Version: | 2013 (12.0) Express Edition |
License: | Free to use |
URL: | http://www.visualstudio.net |
Votes: | 1 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 7.20 |
Maintainers: About Maintainership
What works
Installation dialog box until half of the installation
What does not
Everything
Workarounds
Arial font and dotnet 4.5.2 is needed to be able to see installation dialog
What was not tested
Nothing could not be tested other than installation dialog box
Hardware tested
Graphics:
Additional Comments
Installation will give error "Visual Studio Core Features Installation Failure."
Wine console may show logs i suspected of, among a lot of other fixme logs:
0224:fixme:wevtutil:wmain stub: L"wevtutil.exe" L"im" L"C:\\Program Files\\Common Files\\Microsoft Shared\\VS\\CodeMarkersEtw.man"
0024:err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Microsoft Visual Studio 12.0\\Common7\\Packages\\Compsvcspkg.dll" failed with error 2
0024:err:msi:ITERATE_RegisterTypeLibraries failed to load type library: 0x80029c4a
0024:err:msi:execute_script Execution of script 0 halted; action L"RegisterTypeLibraries" returned 1603
0024:err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned 1603
Copying installed application from a windows machine doesn't work for me either, it just give error "The operation could not be completed" and doesn't launch.
I have tried some other dotnet versions and some other winetricks with same result always. I also tried with and without samba installed, result is always same.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Arch Linux x86_64 | Nov 12 2022 | 7.20 | No | Not installable | Yes | Garbage | Evren | |
Show | Fedora 21 x86_64 | Apr 09 2015 | 1.7.40 | No | Not installable | Garbage | ZhenboLi |
ÂMake sure you operate on a clean 32-bit WINEPREFIX (~/.wine)!
Prerequisite installation by using 'winetricks' script
Winetricks will take care of all needed installation prerequisites and work around some problems.
$ wget http://winetricks.googlecode.com/svn/trunk/src/winetricks
Â$ bash winetricks dotnet4Â5 corefonts
Set the Windows version to Windows 8.1 using 'winecfg' before running the installer.
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.
$ aptitude install winbind (Debian)
$ sudo yum install samba-winbind (Fedora)
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.