WineHQ

Visual C++ Redistributable Package

No Screenshot

Submit Screenshot
The Microsoft Visual C++ 2012 Redistributable Package (x86)

Application Details:

Version: 2012 (11.0.51106)
License: Retail
URL: http://www.microsoft.com/downl...
Votes: 0
Latest Rating: Bronze
Latest Wine Version Tested: 1.7.42

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download Free Download

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

32-bit x86 installer

What does not

64-bit x86_64 installer, it puts the files into syswow64 (wrong folder, it's for 32-bit)

Workarounds

What was not tested

n/a

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

although 32-bit installer is flawless, giving bronze rating here as the 64-bit installer has issues.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentFedora 19 x86_64May 02 20151.7.42Yes Yes NoBronzeAnastasius Focht 
ShowUbuntu 14.10 "Utopic" i386 (+ variants like Kubuntu)Oct 29 20141.7.29No Not installable NoGarbageChris Z 
ShowLinux Mint 17 "Qiana" x86_64Nov 20 20141.6.2No Not installable NoGarbagean anonymous user 
ShowFedora 19 x86_64Dec 15 20131.7.8No Not installable NoGarbageAnastasius Focht 
ShowUbuntu 13.04 "Raring" amd64 (+ variants like Kubuntu)Apr 08 20131.5.27No Not installable NoGarbageNell Hardcastle 

Known Bugs

Bug # Description Status Resolution Other apps affected
33576 Multiple applications need persistence support for ACL/file security information (storage in extended file attributes)(Paint Tool SAI, Finale Notepad 2012, SmartDeviceMonitor) STAGED View

Show all bugs

HowTo / Notes

Installation

The 32-bit Visual C++ Redistributable installer can be run without issues, given a recent Wine version and clean WINEPREFIX (~/.wine)


For the 64-bit Visual C++ Redistributable installation you must use Win­etricks which takes care of some problems.

  • 64-bit versions supported as of 2015-05-02: vcrun2010
  • 64-bit versions not supported as of 2015-05-02: vcrun2012, vcrun2013

$ ­wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks

$ bash winetricks -q vcrun2010


It's possible to work around manually by copying the dlls into the correct folders. Do that at your own risk (no support).
WARNING

Always use winver "Windows XP" or later when running the Visual C runtime installer!

Don't install Visual C 2005 and later runtime using Wine winver "Windows 2000" or earlier when you intend to switch to winver > "Windows 2000" later! With winver "Windows 2000" the Visual C runtime installer will install assemblies in both, the side-by-side "WinSxS" storage and System32 directory.

If the loader fails to locate assemblies in WinSxS due to assembly manifest mismatch it fall back to load from System32 (Wine doesn't support assembly binding redirects yet). When the Visual C runtime is loaded from system32 directory in winver > "Windows 2000" mode, you will get the infamous:

­R6034: An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team for moreinformation.

­This is due to checks done by the Visual C runtime itself upon load. By design, such assemblies are never to be loaded from System32 with winver set to > "Windows 2000"!

The Visual C runtime uses FindActCtxSectionString API to check for activation context support and if present it prevents any runtimes from being loaded from system32 directory.

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back