2

I am getting the following error whenever I try to install Visual Studio Community from the Microsoft site. It occurs immediately upon running the exe.

enter image description here

I have downloaded many versions, run as admin, restarted my pc etc etc, and every time I am hit with this error. I have had visual studio installed on this PC previously.

Selecting "Close program" ironically opens this site. Which is evidently no help.

Does anyone have any idea how I can resolve this before I attempt to contact Microsoft Support?

Event Viewer is displaying the following information;

Windows Error Reporting >>

Fault bucket 126880939415, type 5
Event Name: VSSetup
Response: Not available
Cab Id: 0

Problem signature:
P1: vs_community
P2: 14.0.25420.01.00
P3: 14.0.25420
P4: Modify
P5: unknown
P6: Crash: Exception
P7: 573d30d8
P8: 2d00
P9: 87
P10: 

Attached files:
\\?\C:\Users\Zze\AppData\Local\Temp\dd_vs_community_20161013195641.log
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER20D.tmp.WERInternalMetadata.xml

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\Critical_vs_community_75ac19b40c3da27636257b32fb6b4ecbe966b21_00000000_113e12a7

Analysis symbol: 
Rechecking for solution: 0
Report Id: f78c6647-9122-11e6-b683-408d5c133079
Report Status: 0
Hashed bucket: 71915888af88bf9f710ea44204d852b2
Zze
  • 18,229
  • 13
  • 85
  • 118

1 Answers1

5

I had the some problem. I resolved launched the vs_communnity.exe with the parameter /log

vscommunity..exe /log log.txt

Then I opened the log and I discovered that was a font problem. I found this support on microsoft website https://support.microsoft.com/en-us/kb/2978135 and finally I resolved the issue.

I hope this can help you

DavideDM
  • 1,475
  • 16
  • 18
  • I have so many fonts installed, for me I couldn't figure out which ones were causing the issue so I just backed up all my fonts, deleted them, installed VS, then put the fonts back – Nico Westerdale Jan 09 '17 at 21:40
  • 2
    You are correct, there was a font error exception being thrown! @NicoWesterdale Your suggestion is 10/10! All fixed now - thanks!!! – Zze Feb 01 '17 at 09:20