Visual Studio community install crash

别来无恙 提交于 2021-02-07 09:53:01

问题


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.

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

回答1:


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



来源:https://stackoverflow.com/questions/39997089/visual-studio-community-install-crash

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!