Visual studio 2013 crash - visual-studio

Have big problem with my VS2013. It is crashing everytime when starting.
Application Name: devenv.exe
Application Version: 12.0.21005.1
The time stamp applications: 524fcb34
Name of the module with an error: StackHash_5861
Version of the module with an error: 0.0.0.0
The time stamp module with the error: 00000000
Offset exceptions: PCH_A9_FROM_ntdll + 0x0003AAAC
Exception code: c0000005
These exceptions: 00000008
OS Version: 6.3.9600.2.0.0.16.7
Language Code: 1049
Additional Information 1: 5861
2 For more information: 5861822e1919d7c014bbb064c64908b2
For more information, 3: 84a0
For more information, 4: 84a09ea102a12ee665c500221db8c9d
Look all theams at this forum and didn't help nothing.
Anybody know how to take off this error?

You should probably ask support on MSDN (Microsoft Developer Network) forum: https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio.

Related

Application Verifier fails to start on 3 separate Windows machines here

Simply, I cannot run App verifier (WOW or 64-bit). It simply does not start. Event viewer says:
Faulting application name: appverif.exe, version: 10.0.18362.1, time stamp: 0x58ca3409
Faulting module name: ntdll.dll, version: 10.0.18362.1139, time stamp: 0x335bbdaf
Exception code: 0xc0000374
Fault offset: 0x000dfa1d
Faulting process ID: 0x2ad0
Faulting application start time: 0x01d6aa7ad4a12bf6
Faulting application path: C:\Windows\SysWOW64\appverif.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report ID: 235c3a4d-2d54-4436-99bf-b54a217c9a7f
Additionally, I tried to run appverif.exe (in system and syswow64) under Visual Studio and I see:
EDIT (Update based on comments)
Some are suggesting that Application Verifier does not have a GUI. However, last time I ran it, I saw the following:
I asked Microsoft employee Gov Maharaj (from application compatibility team) and they already know about the issue and the issue is fixed in an update for the Windows 10 2004 SDK which was released in December 2020 (19041.685.201201-2105.vb_release_svc_prod1_WindowsSDK.iso):
The Windows 10 SDK, Version 2004 SDK servicing update (released
12/16/2020) contains the following fixes. If you encounter these
issues, we recommend that you update your version of the SDK as soon
as possible to avoid them:
Resolved issue that prevented AppVerifier from working
Download and install the update to fix it.
I managed to run the verifier under a SYSTEM account using PsExec:
...PsTools\PsExec64.exe -i -s C:\Windows\System32\appverif.exe
I've tried the recommended methods - installing the latest windows SDK and running the program through 'PsExec64.exe -i -s' but neither worked. This program seems to be something Microsoft periodically breaks, judging by what I've read.
I ran appverif.exe through visual studio and saw the following call stack on crash:
ntdll.dll!RtlReportCriticalFailure() Unknown
ntdll.dll!RtlpHeapHandleError() Unknown
ntdll.dll!RtlpHpHeapHandleError() Unknown
ntdll.dll!RtlpLogHeapFailure() Unknown
ntdll.dll!RtlpFreeHeapInternal() Unknown
ntdll.dll!RtlFreeHeap() Unknown
msvcrt.dll!00007ffd44449c9c() Unknown
appverifUI.dll!00007ffc9a41f9d6() Unknown
appverifUI.dll!00007ffc9a411636() Unknown
appverif.exe!00007ff64965281b() Unknown
appverif.exe!00007ff6496615ed() Unknown
kernel32.dll!00007ffd43957034() Unknown
ntdll.dll!RtlUserThreadStart() Unknown
It seems to be crashing after a heap free.

Visual Studio installation stops working after splash screen appears

I'm on windows 7 64 bit and every time I run vs_Community.exe after downloading it, it stops working and the problem details show this:
Problem Event Name: APPCRASH
Application Name: vs_setup_bootstrapper.exe
Application Version: 2.7.3132.26759
Application Timestamp: 9b581caf
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7601.17514
Fault Module Timestamp: 4ce7c78c
Exception Code: c06d007e
Exception Offset: 000000000000a49d
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 2057
Additional Information 1: 7283
Additional Information 2: 72836eb6216b49be15302fdb224c1b5d
Additional Information 3: 3a01
Additional Information 4: 3a018db631e662ba3d328203cc490b3a
It worked on windows 7 32 bit just fine so it can't be the fact that I'm on windows 7.

Visual Studio community install crash

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
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

Issue Signing InstallShield 2012 LE Installer Via Visual Studio 2012

I'm trying to sign my setup package from within InstallShield 2012LE in Visual Studio 2012. I have an MS Authenticode Cert from Symantec (VeriSign). There are two issues I'm seeing.
Firstly if I select Sign Output Files -> Setup.exe and Windows Installer Package (Or just windows installer package) visual studio crashes. Event Log shows two errors
Faulting application name: devenv.exe, version: 11.0.50727.1, time stamp: 0x5011ecaa
Faulting module name: WINTRUST.dll, version: 6.2.9200.16420, time stamp: 0x505a9691
Exception code: 0xc0000005
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005, exception address 758017E4
Stack:
Also if I set "Use Software Identification Tag" to yes then I get the following error when trying to build the installer package.
Error 108 -1027: Failed signing TagCreatorID_EE17CD21-FE17-4342-8CA5-E0B993AAEB3E.swidtag
ISEXP : error : -1027: Failed signing TagCreatorID_EE17CD21-FE17-4342-8CA5-E0B993AAEB3E.swidtag
Has anyone come across these issues before and know of a workaround? It works fine is I turn off Software Identification Tag and only sign Setup.exe but I also require the options above. The certificate also signs all my DLLs and EXEs without issue.

APPCRASH when install IBM websphere commerce developer 7.0.0.0

I try to install IBM Websphere commerce developer 7.0.0.0 in windows server 2008 r2 standar, but the installation don't finish by the following error:
Problem signature:
Problem Event Name: APPCRASH
Application Name: jar.exe
Application Version: 6.0.0.0
Application Timestamp: 49a91e61
Fault Module Name: hyprtshim24.dll
Fault Module Version: 2.4.0.9087
Fault Module Timestamp: 4d51e7cd
Exception Code: c0000005
Exception Offset: 00002dfc
OS Version: 6.1.7600.2.0.0.272.7
Locale ID: 9226
Additional Information 1: 1ec0
Additional Information 2: 1ec0fd70d07d060e5bfcf53c69ad1739
Additional Information 3: 2c48
Additional Information 4: 2c48940de5e7d1cb2e131ad6a0ca2feb
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
IBM Software Support can tell you where you went wrong in the software install.
I have a similar crash after I install 7.0.0-WS-WCServer-FP007.pak and reboot.
There may be problem with %PATH% environment variable: according to the created minidump, java.exe and hyprtshim24.dll reside in different jre folders:
C:\IBM\WebSphere\AppServer\java\bin\java.exe
C:\IBM\WebSphere\AppServer\java\jre\bin\j9vm\jvm.dll
C:\Program Files\IBM\WebSphere\UpdateInstallerWS\java\jre\bin\hyprtshim24.dll

Resources